index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
maps
Age
Commit message (
Expand
)
Author
Files
Lines
2006-10-03
fix file specification in comments
Uwe Zeisberger
2
-2
/
+2
2006-10-02
[MTD] Cleanup of 'ioremap balanced with iounmap for drivers/mtd subsystem'
Amol Lad
5
-12
/
+12
2006-09-22
[MTD] Remove iq80310 map driver
Lennert Buytenhek
3
-127
/
+0
2006-09-22
[MTD] physmap: add power management support
Lennert Buytenhek
1
-0
/
+33
2006-09-22
ioremap balanced with iounmap for drivers/mtd subsystem
Amol Lad
12
-15
/
+108
2006-09-22
[MTD] Switch to pci_get_device and do ref counting
Alan Cox
4
-7
/
+22
2006-09-22
[MTD] Fix ixp4xx partition parsing.
Brian Walsh
1
-1
/
+1
2006-08-15
[PATCH] [MTD] Maps: Add dependency on alternate probe methods to physmap
Takashi YOSHII
1
-6
/
+6
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
35
-35
/
+0
2006-06-29
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
4
-8
/
+12
2006-06-27
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2
-3
/
+1
2006-06-27
[PATCH] 64bit resource: fix up printks for resources in mtd drivers
Greg Kroah-Hartman
4
-8
/
+12
2006-06-27
[MTD] Fix off-by-one error in physmap.c
Sascha Hauer
1
-1
/
+1
2006-06-27
[MTD] Remove unused 'nr_banks' variable from ixp2000 map driver
Lennert Buytenhek
1
-2
/
+0
2006-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
Linus Torvalds
1
-1
/
+1
2006-06-25
[MTD] sun_uflash: Port to new EBUS device layer.
David S. Miller
1
-100
/
+95
2006-06-09
kconfig: remove leading whitespace in menu prompts
Roman Zippel
1
-1
/
+1
2006-06-09
[MTD] Prepare physmap for 64-bit-resources
Andrew Morton
1
-3
/
+3
2006-05-29
[MTD] Remove silly MTD_WRITE/READ macros
Thomas Gleixner
1
-1
/
+1
2006-05-17
LASAT depends on MTD_CFI
Martin Michlmayr
1
-2
/
+2
2006-05-17
[PCMCIA MTD] Fix leak and crash on reboot
Sean Young
1
-0
/
+1
2006-05-14
[MTD] Remove gratuitous inclusion of ARM-only header from physmap.c
David Woodhouse
1
-1
/
+0
2006-05-14
[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtd
David Woodhouse
3
-4
/
+4
2006-05-12
Trivial typo fixes in Kconfig files (MTD).
Egry Gábor
1
-1
/
+1
2006-05-12
[MTD] Fix invalid default value of CONFIG_MTD_PCMCIA_ANONYMOUS in Kconfig
Jean-Luc Leger
1
-1
/
+0
2006-05-07
[MTD] Convert physmap to platform driver
Lennert Buytenhek
2
-70
/
+188
2006-04-29
mtd: SC520CDP should depend on MTD_CONCAT
Daniel Drake
1
-1
/
+1
2006-04-11
[PATCH] mtd, nettel: fix build error and implicit declaration
Jesper Juhl
1
-0
/
+2
2006-04-02
Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
1
-67
/
+48
2006-03-31
[PATCH] drivers/mtd/maps/vmax301.c: fix off by one vmax_mtd
Petri T. Koistinen
1
-1
/
+1
2006-03-31
[PATCH] Dead code in mtd/maps/pci.c
Eric Sesterhenn
1
-3
/
+0
2006-03-31
[PATCH] drivers/mtd: Use ARRAY_SIZE macro
Tobias Klauser
17
-32
/
+22
2006-03-31
[PATCH] pcmcia: use bitfield instead of p_state and state
Dominik Brodowski
1
-17
/
+10
2006-03-31
[PATCH] pcmcia: add return value to _config() functions
Dominik Brodowski
1
-12
/
+11
2006-03-31
[PATCH] pcmcia: remove dev_link_t and client_handle_t indirection
Dominik Brodowski
1
-29
/
+26
2006-03-31
[PATCH] pcmcia: embed dev_link_t into struct pcmcia_device
Dominik Brodowski
1
-13
/
+9
2006-03-31
[PATCH] pcmcia: remove unneeded Vcc pseudo setting
Dominik Brodowski
1
-5
/
+2
2006-03-31
[PATCH] pcmcia: remove export of pcmcia_release_configuration
Dominik Brodowski
1
-2
/
+1
2006-03-26
BUG_ON() Conversion in drivers/mtd/
Eric Sesterhenn
1
-4
/
+4
2006-03-25
[PATCH] Remove MODULE_PARM
Rusty Russell
1
-7
/
+7
2006-02-03
[PATCH] Fix compilation errors in maps/dc21285.c
Martin Michlmayr
1
-3
/
+6
2006-02-01
[PATCH] tsunami_flash: fix "parse error before ';' token"
Alexey Dobriyan
1
-1
/
+1
2006-01-08
[ARM] Remove EPXA10DB machine support
Russell King
3
-188
/
+0
2006-01-06
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca...
Dominik Brodowski
1
-45
/
+9
2006-01-06
[PATCH] pcmcia: remove dev_list from drivers
Dominik Brodowski
1
-4
/
+1
2006-01-06
[PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback
Dominik Brodowski
1
-25
/
+11
2006-01-05
[PATCH] pcmcia: new suspend core
Dominik Brodowski
1
-16
/
+20
2005-12-22
[SPARC]: introduce a SPARC Kconfig symbol
Adrian Bunk
1
-1
/
+1
2005-11-29
[MTD] Make functions static, include header files with prototypes
Adrian Bunk
1
-1
/
+2
2005-11-29
[MTD] Remove bogus PQ2FADS driver
Thomas Gleixner
2
-7
/
+0
[next]