summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/mtd_dataflash.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: mtd_dataflash: Don't print bogus command values for READsAndrey Smirnov2018-07-021-3/+3
* mtd: dataflash: Add flash_info for AT45DB641EAndrey Smirnov2017-06-201-0/+3
* mtd: dataflash: Make use of "extened device information"Andrey Smirnov2017-06-201-31/+58
* mtd: dataflash: Get rid of loop counter in jedec_probe()Andrey Smirnov2017-06-201-4/+4
* mtd: dataflash: Replace pr_debug, printk with dev_* functionsAndrey Smirnov2017-06-201-42/+33
* mtd: dataflash: Improve coding style in jedec_probe()Andrey Smirnov2017-06-201-14/+17
* mtd: dataflash: Replace C99 types with their kernel counterpartsAndrey Smirnov2017-06-201-20/+20
* mtd: Update internal API to support 64-bit device sizeDmitry Lavnikevich2014-03-121-1/+1
* treewide: Add missing includesSascha Hauer2013-11-081-0/+1
* mtd: Pass device_id to add_mtd_deviceSascha Hauer2013-10-291-1/+1
* mtd: dataflash: Add devicetree probing supportSascha Hauer2013-05-211-0/+11
* Introduce device_spi_driver() macro and use it for SPI driversAlexander Shiyan2013-03-141-7/+1
* SPI: Rename spi_register_driver() for using with register_driver_macro()Alexander Shiyan2013-03-141-1/+1
* mtd: dataflash: fix spi_transfer initJean-Christophe PLAGNIOL-VILLARD2012-11-021-0/+6
* mtd: add parent supportJean-Christophe PLAGNIOL-VILLARD2012-10-171-0/+2
* mtd: add dataflash supportJean-Christophe PLAGNIOL-VILLARD2012-10-151-0/+880