summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-161-6/+4
|\
| * device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-10-161-2/+0
|\ \
| * | remove CONFIG_KMOD from driversJohannes Berg2008-10-171-2/+0
| |/
* / omap drivers: switch to standard GPIO callsDavid Brownell2008-10-161-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-10-131-25/+9
|\
| * pcmcia: remove unused argument to pcmcia_parse_tuple()Dominik Brodowski2008-08-311-6/+1
| * pcmcia: deprecate CS_SUCCESSDominik Brodowski2008-08-231-9/+8
| * pcmcia: remove remaining in-kernel pcmcia_get_configuration_info() usersDominik Brodowski2008-08-231-11/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-10-136-44/+84
|\ \
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-10-114-1/+44
| |\ \
| | * \ Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-112-1/+4
| | |\ \
| | | * \ Merge branch 'pxa-all' into develRussell King2008-10-091-1/+1
| | | |\ \
| | | | | \
| | | | | \
| | | | *-. \ Merge branches 'metronomefb', 'pxa-cm2xx', 'pxa-gumstix', 'pxa-misc', 'pxa-mi...Russell King2008-10-073-11/+15
| | | | |\ \ \
| | | | | * | | [ARM] 5282/1: pxa: add CM-X255 supportMike Rapoport2008-10-071-1/+1
| | | | |/ / /
| | | * | / / [ARM] 5265/3: [AT91] Add copyright infoAndrew Victor2008-09-211-0/+3
| | | | |/ / | | | |/| |
| | * | | | Support 'discard sectors' operation.David Woodhouse2008-10-091-0/+24
| | * | | | Support 'discard sectors' operation in translation layer support coreDavid Woodhouse2008-10-091-0/+16
| | |/ / /
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...David S. Miller2008-09-162-10/+14
| |\| | |
| | * | | [MTD] [NAND] tmio_nand: fix base address programmingDmitry Baryshkov2008-09-051-4/+4
| * | | | sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller2008-08-311-1/+1
| * | | | sun_uflash: Convert to pure OF driver.David S. Miller2008-08-291-38/+35
| | |/ / | |/| |
* | | | [MTD] [NAND] Define and use PCI_DEVICE_ID_MARVELL_88ALP01_NAND for CAFÉDavid Woodhouse2008-09-041-1/+5
| |/ / |/| |
* | | [MTD] mtdchar.c: Fix regression in MEMGETREGIONINFO ioctl()Zev Weiss2008-09-021-6/+10
|/ /
* | removed unused #include <linux/version.h>'sAdrian Bunk2008-08-234-4/+0
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-161-1/+1
|\ \
| * | [ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/platLennert Buytenhek2008-08-091-1/+1
* | | mfd: have TMIO drivers and subdevices depend on ARMSamuel Ortiz2008-08-101-1/+1
* | | mfd: driver for the TMIO NAND controllerIan Molton2008-08-103-0/+564
|/ /
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-0720-31/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King2008-08-078-129/+249
|\ \
| * \ Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-031-1/+1
| |\ \
| * | | [MTD] Fix !CONFIG_BLOCK compile for mtdsuper.cDavid Woodhouse2008-08-021-5/+12
| * | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-08-017-106/+230
| |\ \ \
| | * | | [MTD] [NAND] drivers/mtd/nand/nandsim.c: fix printk warningsAndrew Morton2008-08-011-3/+5
| | * | | [MTD] [NAND] Blackfin NFC Driver: Cleanup the error exit path of bf5xx_nand_p...Bryan Wu2008-08-011-14/+24
| | * | | [MTD] [NAND] Blackfin NFC Driver: use standard dev_err() rather than printk()Mike Frysinger2008-08-011-2/+1
| | * | | [MTD] [NAND] Blackfin NFC Driver: enable Blackfin nand HWECC support by defaultMike Frysinger2008-08-011-0/+1
| | * | | [MTD] [NAND] Blackfin NFC Driver: add proper devinit/devexit markings to prob...Mike Frysinger2008-08-011-3/+3
| | * | | [MTD] [NAND] Blackfin NFC Driver: add support for the ECC layout the Blackfin...Mike Frysinger2008-08-012-0/+52
| | * | | [MTD] [NAND] Blackfin NFC Driver: fix bug - hw ecc calc by making sure we ext...Mike Frysinger2008-08-011-2/+2
| | * | | [MTD] [NAND] Blackfin NFC Driver: fix bug - do not clobber the status from th...Mike Frysinger2008-08-011-1/+1
| | * | | [MTD] [NAND] diskonchip.c fix sparse endian warningsHarvey Harrison2008-08-011-15/+15
| | * | | [MTD] [NAND] drivers/mtd/nand/nandsim.c needs div64.hAndrew Morton2008-08-011-0/+1
| | * | | [MTD] [NOR] drivers/mtd/chips/jedec_probe.c: fix Am29DL800BB device IDJerry Hicks2008-07-311-1/+1
| | * | | [MTD] DataFlash: bugfix, binary page sizes now handledakpm@linux-foundation.org2008-07-301-47/+83
| | * | | [MTD] [NAND] fsl_elbc_nand.c: fix printk warningakpm@linux-foundation.org2008-07-301-1/+1
| | * | | [MTD] [NAND] nandsim: support random page read commandArtem Bityutskiy2008-07-301-17/+40
| | | |/ | | |/|
| * / | [PATCH] switch mtd and dm-table to lookup_bdev()Al Viro2008-08-011-22/+11
| |/ /
* | / [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-0710-10/+10
| |/ |/|