aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-04-11[PATCH] Remove blkmtdJoern Engel3-831/+2
2006-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-21/+0
2006-04-02Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-67/+48
2006-04-01MTD: remove obsolete Kconfig optionsAnders Larsen1-21/+0
2006-03-31[PATCH] LED: add NAND MTD activity LED triggerRichard Purdie1-1/+25
2006-03-31[PATCH] drivers/mtd/maps/vmax301.c: fix off by one vmax_mtdPetri T. Koistinen1-1/+1
2006-03-31[PATCH] mtd: fix broken name_to_dev_t() declarationHerbert Poetzl1-2/+1
2006-03-31[PATCH] mtd/redboot: Handle holes in fis tablePeter Korsgaard1-5/+1
2006-03-31[PATCH] Add chip used in collie to jedec_probePavel Machek1-0/+17
2006-03-31[PATCH] Dead code in mtd/maps/pci.cEric Sesterhenn1-3/+0
2006-03-31[PATCH] Kill ifdefs in mtdcore.cPavel Machek1-9/+4
2006-03-31[PATCH] Fix debug statement in inftlcore.cEric Sesterhenn / snakebyte1-1/+1
2006-03-31[PATCH] mtd cmdlinepart: allow zero offset valueAtsushi Nemoto1-3/+4
2006-03-31[PATCH] drivers/mtd: Use ARRAY_SIZE macroTobias Klauser22-45/+31
2006-03-31[PATCH] MTD_NAND_SHARPSL and MTD_NAND_NANDSIM should be tristate'sAdrian Bunk1-9/+8
2006-03-31[PATCH] drivers/mtd/: small cleanupsAdrian Bunk2-9/+3
2006-03-31[PATCH] sem2mutex: drivers/mtd/Ingo Molnar6-64/+67
2006-03-31[PATCH] sem2mutex: mtd/doc2000.cIngo Molnar1-3/+4
2006-03-31[PATCH] m25p80: printk warning fixAndrew Morton1-1/+1
2006-03-31[PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski1-17/+10
2006-03-31[PATCH] pcmcia: add return value to _config() functionsDominik Brodowski1-12/+11
2006-03-31[PATCH] pcmcia: remove dev_link_t and client_handle_t indirectionDominik Brodowski1-29/+26
2006-03-31[PATCH] pcmcia: embed dev_link_t into struct pcmcia_deviceDominik Brodowski1-13/+9
2006-03-31[PATCH] pcmcia: remove unneeded Vcc pseudo settingDominik Brodowski1-5/+2
2006-03-31[PATCH] pcmcia: remove export of pcmcia_release_configurationDominik Brodowski1-2/+1
2006-03-26Kconfig help: MTD_JEDECPROBE already supports IntelAdrian Bunk1-3/+2
2006-03-26BUG_ON() Conversion in drivers/mtd/Eric Sesterhenn3-10/+7
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell1-7/+7
2006-03-14[PATCH] mtd_dataflash, fix block vs page eraseDavid Brownell1-1/+1
2006-03-02[PATCH] "drivers/mtd/redboot.c: recognise a foreign byte sex partition table" updateJohn Bowler1-12/+10
2006-02-28[PATCH] drivers/mtd/redboot.c: recognise a foreign byte sex partition tableJohn Bowler1-1/+27
2006-02-24[PATCH] cfi: init wait queue in chip structSimon Vogl1-0/+1
2006-02-20[PATCH] cfi_cmdset_0001: fix range for cache invalidationAlexey Korolev1-7/+7
2006-02-08[PATCH] arm: fix dependencies for MTD_XIPAl Viro1-1/+1
2006-02-03[PATCH] Fix compilation errors in maps/dc21285.cMartin Michlmayr1-3/+6
2006-02-01[PATCH] tsunami_flash: fix "parse error before ';' token"Alexey Dobriyan1-1/+1
2006-01-16[PATCH] build kernel/intermodule.c only when requiredAdrian Bunk2-0/+2
2006-01-16[PATCH] no longer mark MTD_OBSOLETE_CHIPS as BROKENAdrian Bunk1-3/+3
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven4-4/+4
2006-01-13[PATCH] spi: misc fixesDavid Brownell2-2/+4
2006-01-13[PATCH] spi: use linked lists rather than an arrayVitaly Wool2-36/+42
2006-01-13[PATCH] spi: M25 series SPI flashMike Lavender3-0/+589
2006-01-13[PATCH] spi: mtd dataflash driverDavid Brownell3-0/+632
2006-01-10[PATCH] turn "const static" into "static const"Jesper Juhl3-3/+3
2006-01-09Merge Linus' tree.Russell King3-16/+11
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig1-16/+9
2006-01-08[PATCH] fix more missing includesTim Schmielau2-0/+2
2006-01-08[ARM] Remove EPXA10DB machine supportRussell King3-188/+0
2006-01-07[ARM] Move asm/hardware/clock.h to linux/clk.hRussell King1-1/+1
2006-01-07Merge with Linus' kernel.Russell King1-85/+36