summaryrefslogtreecommitdiff
path: root/drivers/mtd/devices
AgeCommit message (Expand)AuthorFilesLines
2013-08-31mtd: devices: use dev_get_platdata()Jingoo Han3-3/+3
2013-08-06mtd: diskonchip: remove unused entries in KconfigMichael Opdenacker1-55/+0
2013-08-05mtd: devices: elm: Low power transition supportavinash philip1-0/+117
2013-08-05mtd: devices: elm: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-08-05mtd: devices: spear_smi: remove unnecessary platform_set_drvdata()Jingoo Han1-4/+1
2013-08-05mtd: Convert logging messagesJoe Perches1-27/+31
2013-08-05mtd: devices: added the 16MiB winbond deviceGirish K S1-0/+1
2013-08-05mtd: m25p80: correct EN4B/EX4B commentBrian Norris1-1/+1
2013-08-05mtd: m25p80: utilize dedicated 4-byte addressing commandsBrian Norris1-7/+32
2013-08-05mtd: devices: convert OMAP BCH to devm_ioremap_resource()Silviu-Mihai Popescu1-3/+3
2013-08-05mtd: m25p80: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-08-05mtd: dataflash: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-4/+4
2013-08-05mtd: sst25l: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-3/+3
2013-08-05mtd: spear_smi: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-4/+2
2013-08-05mtd: bcm47xxsflash: implement polling chip statusRafał Miłecki1-0/+55
2013-08-05mtd: bcm47xxsflash: implement ChipCommon R/W opsRafał Miłecki2-0/+15
2013-04-05mtd: dataflash: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-04-05mtd: merge mtdchar module with mtdcoreArtem Bityutskiy1-1/+0
2013-04-05mtd: doc: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-05mtd: bcm47xxsflash: define opcodesRafał Miłecki1-0/+48
2013-04-05mtd: bcm47xxsflash: store info about flash typeRafał Miłecki2-0/+16
2013-04-05mtd: bcm47xxsflash: keep a reference to the BCMARafał Miłecki2-0/+6
2013-04-05mtd: devices: add const qualifiersArtem Bityutskiy2-2/+2
2013-04-05mtd: devices: elm: check for device's presence before configurationDaniel Mack1-1/+8
2013-04-05mtd: m25p80: add entry for w25q128Rafał Miłecki1-0/+1
2013-04-05mtd: m25p80: add support for SST25VF064CKrzysztof Mazur1-0/+1
2013-04-05mtd: m25p80: introduce SST_WRITE flag for SST byte programmingKrzysztof Mazur1-9/+10
2013-04-05mtd: m25p80: n25q064 is Micron, not Intel/NumonyxBrian Norris1-1/+1
2013-04-05mtd: doc: remove support for DoC 2000/2001/2001+Artem Bityutskiy7-3996/+0
2013-04-05mtd: nand: rename the id field of 'struct nand_flash_dev'Artem Bityutskiy3-3/+3
2013-04-05mtd: m25p80: add support for EON EN25QH256Daniel Schwierzeck1-0/+1
2013-04-05mtd: m25p80: add support for Macronix MX66L51235LDaniel Schwierzeck1-0/+1
2013-03-03Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds5-18/+560
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+5
2013-02-05Merge tag 'for-linus-20130204' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+1
2013-02-04mtd: bcm47xxsflash: adjust names of bus-specific functionsRafał Miłecki1-4/+12
2013-02-04mtd: bcm47xxsflash: register this as normal driverHauke Mehrtens1-1/+2
2013-02-04mtd: bcm47xxsflash: write number of written bytesHauke Mehrtens1-0/+1
2013-02-04mtd: devices: elm: Removes <xx> literals in elm DT nodePhilip Avinash1-1/+1
2013-02-04mtd: bcm47xxsflash: add own struct for abstrating bus typeRafał Miłecki2-13/+39
2013-02-04mtd: chips: Add support for GigaDevice GD25Q32/GD25Q64 SPI Flash in m25p80.cMichel Stempin1-0/+4
2013-02-04mtd: devices: elm: Add support for ELM error correctionPhilip Avinash2-1/+407
2013-02-04mtd: m25p80: Flash protection support for STmicro chipsAustin Boyle1-0/+96
2013-02-04mtd: docg3 fix missing bitreverse libRobert Jarzmik1-0/+1
2013-01-26mtd: Convert to devm_ioremap_resource()Thierry Reding1-4/+3
2013-01-15mtd: docg3 fix missing bitreverse libRobert Jarzmik1-0/+1
2013-01-11drivers/mtd/devices: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-04Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman2-8/+6
2012-12-13mtd: block2mtd: throttle writes by calling balance_dirty_pages_ratelimited.NeilBrown1-0/+2
2012-12-10mtg: docg3: potential divide by zero in doc_write_oob()Dan Carpenter1-1/+1