aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [MTD] use list_for_each_entry() in add_mtd_device()matthias@kaehlcke.net2008-06-041-3/+2
| * | | [MTD] [NAND] excite_nandflash: simplify code using ARRAY_SIZE() macro.Robert P. J. Day2008-06-041-1/+1
| * | | [MTD] [NAND] fix 2 "unused variable" warnings in cafe_nand.cToralf Förster2008-06-041-2/+4
| * | | [MTD] [NOR] Add support for Eon EN29SL800B[BT] NOR flash chipsMike Rapoport2008-06-041-0/+35
| * | | [MTD] [NOR] Add support for flash chips with ID in bank other than 0Mike Rapoport2008-06-041-3/+16
| * | | [MTD] [NOR] Add support for AMD AM29SL800D[BT] NOR flash chipsMike Rapoport2008-06-041-0/+32
| * | | [MTD] [NOR] Support for M50FLW080A and M50FLW080BNate Case2008-05-142-0/+36
| * | | [MTD] [NOR] Remove cfi_cmdset_0001.c erase suspend fixup typoAlexander Belyakov2008-05-061-1/+1
* | | | Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6Linus Torvalds2008-07-2517-603/+940
|\ \ \ \ | | |_|/ | |/| |
| * | | UBI: always start the background threadArtem Bityutskiy2008-07-251-4/+2
| * | | UBI: fix gcc warningArtem Bityutskiy2008-07-241-1/+1
| * | | UBI: remove pre-sqnum images supportArtem Bityutskiy2008-07-245-79/+30
| * | | UBI: fix kernel-doc errors and warningsArtem Bityutskiy2008-07-248-35/+23
| * | | UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy2008-07-2411-81/+78
| * | | UBI: bugfix - do not torture PEB needlesslyArtem Bityutskiy2008-07-241-1/+1
| * | | UBI: rework scrubbing messagesArtem Bityutskiy2008-07-242-2/+12
| * | | UBI: implement multiple volumes renameArtem Bityutskiy2008-07-245-12/+318
| * | | UBI: fix and re-work debugging stuffArtem Bityutskiy2008-07-2411-177/+206
| * | | UBI: amend commentariesArtem Bityutskiy2008-07-249-126/+127
| * | | UBI: fix error messageArtem Bityutskiy2008-07-241-1/+1
| * | | UBI: improve mkvol request validationArtem Bityutskiy2008-07-242-4/+7
| * | | UBI: add ubi_sync() interfaceArtem Bityutskiy2008-07-241-0/+24
| * | | UBI: fix 64-bit calculationsBruce Leonard2008-07-241-1/+2
| * | | UBI: fix LEB lockingArtem Bityutskiy2008-07-241-20/+7
| * | | UBI: fix memory leak on error pathArtem Bityutskiy2008-07-241-4/+30
| * | | UBI: do not forget to free internal volumesArtem Bityutskiy2008-07-241-3/+25
| * | | UBI: fix memory leakArtem Bityutskiy2008-07-244-29/+9
| * | | UBI: avoid unnecessary division operationsKyungmin Park2008-07-248-16/+18
| * | | UBI: fix buffer paddingKyungmin Park2008-07-241-3/+3
| * | | UBI: add a commentArtem Bityutskiy2008-07-241-1/+10
| * | | UBI: print error codeArtem Bityutskiy2008-07-241-18/+21
* | | | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
|/ / /
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-231-32/+47
|\ \ \
| * \ \ Merge branch 'pxa' into develRussell King2008-07-131-32/+47
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge branches 'pxa-ian' and 'pxa-xm270' into pxaRussell King2008-07-121-32/+47
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | | * | [ARM] 5105/1: CM-X270: update NAND flash driver to use gpio_libMike Rapoport2008-07-091-32/+47
| | | |/ /
* | | | | MTD: handle pci_name() being constGreg Kroah-Hartman2008-07-211-3/+5
* | | | | device create: mtd: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-3/+6
* | | | | [MIPS] MTX-1 flash partition setup move to platform devices registrationYoichi Yuasa2008-07-153-103/+0
* | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-142-7/+19
|\ \ \ \ \ | |/ / / /
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'o...Russell King2008-07-102-7/+19
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | | | | * | ARM: OMAP: Change omap_cf.c and omap_nor.c to use omap_readw/writew instead o...Tony Lindgren2008-07-031-7/+16
| | |_|_|/ / | |/| | | |
| | | | * | [MTD] orion_nand: add chip_delay parameterSaeed Bishara2008-06-301-0/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-142-7/+22
|\ \ \ \ \
| * \ \ \ \ Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-146-14/+16
| |\ \ \ \ \ | | |/ / / /
| * | | | | UBI: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-1/+6
| * | | | | mtdchar: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-6/+16
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-07-142-11/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | pcmcia: (re)move {pcmcia,pccard}_get_statusDominik Brodowski2008-06-241-3/+1
| * | | | pcmcia: remove unused bulkmem.hMagnus Damm2008-06-241-4/+0