summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-10-1351-1883/+3842
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-10-131497-48727/+227259
| |\
| * \ Merge Linux 2.6.23David Woodhouse2007-10-13368-2175/+44707
| |\ \
| * | | [MTD] [NAND] Blackfin on-chip NAND Flash Controller driverBryan Wu2007-10-133-0/+808
| * | | [MTD] [NOR] fix ctrl-alt-del can't reboot for intel flash bugKevin Hao2007-10-131-3/+6
| * | | [MTD] [NAND] Fix compiler warning in Alauda driverakpm@linux-foundation.org2007-10-131-1/+1
| * | | [MTD] [OneNAND] Fix typo related with recent commitKyungmin Park2007-10-131-1/+1
| * | | [MTD] [NAND] Avoid deadlock in erase callback; release chip lock first.David Woodhouse2007-10-061-3/+4
| * | | [MTD] [NAND] Resume method for CAFÉ NAND controllerDavid Woodhouse2007-10-061-3/+39
| * | | [MTD] [NAND] Fix PCI ident table for CAFÉ NAND controller.David Woodhouse2007-10-061-1/+7
| * | | Merge branch 'master' of ssh://git.infradead.org/srv/git/mtd-2.6David Woodhouse2007-10-061-2/+2
| |\ \ \
| | * | | [MTD] [NAND] s3c2410: fix arch movesBen Dooks2007-09-251-2/+2
| * | | | [MTD] [OneNAND] fix numerous racesArtem Bityutskiy2007-09-231-75/+95
| |/ / /
| * | | [MTD] map driver for NOR flash on the Intel Vermilion Range chipsetDavid Woodhouse2007-09-233-0/+306
| * | | [MTD] fix CFI point method for discontiguous mapsAndy Lowe2007-09-231-4/+11
| * | | [MTD] MAPS: Merge Lubbock and Mainstone drivers into common PXA2xx driverTodd Poynor2007-09-235-365/+205
| * | | [MTD] Remove Momenco Ocelot NOR flash supportYoichi Yuasa2007-09-093-184/+0
| * | | [MTD] [NAND] nandsim: avoid deadlocking FSArtem Bityutskiy2007-09-061-1/+7
| * | | [MTD] [OneNAND] main read/write ops support for yaffs2Kyungmin Park2007-09-061-116/+233
| * | | [MTD] [OneNAND] Use mtd_oob_ops at oob functionsKyungmin Park2007-08-301-15/+36
| * | | [MTD] [NAND] Driver for Olympus MAUSB-10 and Fujifilm DPC-R1 card readersJörn Engel2007-08-293-0/+749
| * | | Merge branch 'mtd-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/gala...David Woodhouse2007-08-235-386/+3
| |\ \ \
| | * | | [MTD] Remove dead mapsKumar Gala2007-08-224-383/+0
| | * | | [MTD] 4xx: Don't build arch/ppc dependent drivers in arch/powerpcJosh Boyer2007-08-222-3/+3
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-08-23245-4079/+5006
| |\ \ \ \ | | |/ / /
| * | | | [MTD] mtdoops printk warning fixesAndrew Morton2007-08-221-2/+2
| * | | | Revert "[MTD] Driver for AT26Fxxx dataflash devices"David Woodhouse2007-08-033-494/+0
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-08-0222-184/+288
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-08-01473-25189/+28793
| |\ \ \ \ \
| * | | | | | [MTD] [NAND] nand_base.c fix broken linkmaximilian attems2007-08-011-1/+1
| * | | | | | [MTD] [ONENAND] onenand_sim.c: make struct info staticAdrian Bunk2007-08-011-1/+1
| * | | | | | [UBI] drivers/mtd/ubi/scan.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-011-9/+8
| * | | | | | [MTD] pmcmsp-flash.c: kmalloc + memset conversion to k[cz]allocMariusz Kozlowski2007-08-011-10/+12
| * | | | | | [MTD] drivers/mtd/inftlmount.c: kmalloc + memset conversion to kcallocMariusz Kozlowski2007-08-011-2/+1
| * | | | | | [MTD] remove redundant/dead code from physmap_of.cMariusz Kozlowski2007-08-011-5/+0
| * | | | | | [MTD] [NAND] fix race in nand_base.cArtem Bityutskiy2007-07-231-0/+4
| * | | | | | [MTD] Fix do_div() type warning in mtdconcatDavid Woodhouse2007-07-231-1/+1
| * | | | | | [MTD] Remove useless references to MIPS_HYDROGEN3 and MIPS_MIRAGE_WHY.Robert P. J. Day2007-07-231-14/+0
| * | | | | | [MTD] [NAND] Fix refactoring of EDB7312 hwcontrol function.Roland Stigge2007-07-231-5/+5
| * | | | | | [MTD] Remove embedded return in RFD FTL.akpm@linux-foundation.org2007-07-231-5/+3
| * | | | | | [MTD] Fix potential leak in rfd_ftl_add_mtdFlorin Malita2007-07-231-0/+1
| * | | | | | [MTD] Clean up duplicate includes in drivers/mtd/Jesper Juhl2007-07-232-2/+0
| * | | | | | [MTD] [NAND] Add NAND manufacturer AMD.Steven J. Hill2007-07-231-0/+1
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-07-231713-65163/+145651
| |\ \ \ \ \ \
| * | | | | | | [MTD] Add sync/unblank function to mtdoopsRichard Purdie2007-07-111-23/+34
| * | | | | | | [MTD] Remove Ocelot G support from DiskOnChip drivers.Yoichi Yuasa2007-07-112-4/+0
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-07-11402-76012/+18260
| |\ \ \ \ \ \ \
| * | | | | | | | [MTD] [ONENAND] Make onenand_sim compile on non-ARM platforms.David Woodhouse2007-07-101-9/+9
| * | | | | | | | [MTD] [NOR] add FUJITSU MBM29F800BA and ST M29F800AB descriptionsPhilippe De Muyter2007-07-051-0/+36
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-07-0475-1919/+807
| |\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud