aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/mtd_dataflash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-22mtd: dataflash: replace msleep with usleep_rangeLuca Ellero1-1/+1
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon1-4/+0
2017-05-11mtd: dataflash: Add flash_info for AT45DB641EAndrey Smirnov1-0/+3
2017-05-11mtd: dataflash: Make use of "extened device information"Andrey Smirnov1-31/+57
2017-05-11mtd: dataflash: Get rid of loop counter in jedec_probe()Andrey Smirnov1-4/+4
2017-05-11mtd: dataflash: Replace pr_debug, printk with dev_* functionsAndrey Smirnov1-41/+33
2017-05-11mtd: dataflash: Improve coding style in jedec_probe()Andrey Smirnov1-14/+17
2017-05-11mtd: dataflash: Replace C99 types with their kernel counterpartsAndrey Smirnov1-20/+20
2015-11-15Merge v4.4-rc1 into MTD developmentBrian Norris1-1/+0
2015-11-11mtd: drop unnecessary partition parser dataBrian Norris1-3/+2
2015-11-06Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-10-13mtd: devices: mtd_dataflash: drop owner assignmentFrans Klaver1-1/+0
2015-08-21mtd: dataflash: Export OF module alias informationJavier Martinez Canillas1-0/+1
2014-11-05mtd: dataflash: Remove use of tx_dmaMark Brown1-3/+3
2014-03-10mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch1-6/+10
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch1-3/+4
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03mtd: dataflash: remove unnecessary spi_set_drvdata()Jingoo Han1-4/+1
2013-11-07mtd: dataflash: Say if we find a device we don't supportMark Brown1-1/+1
2013-10-27mtd: dataflash: remove unused fieldBrian Norris1-2/+0
2013-08-30mtd: devices: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-05mtd: dataflash: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-4/+4
2013-04-05mtd: dataflash: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-01-03Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman1-6/+4
2012-11-22mtd: fix a number of checkpatch complaintsArtem Bityutskiy1-1/+1
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-4/+4
2012-11-22mtd: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy1-10/+0
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy1-4/+0
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy1-7/+0
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy1-8/+8
2012-03-27mtd: convert drivers/mtd/* to use module_spi_driver()Axel Lin1-12/+1
2012-01-09mtd: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-09-11mtd: cleanup style on pr_debug messagesBrian Norris1-9/+9
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris1-22/+21
2011-09-11mtd: dataflash: add device tree probe supportShawn Guo1-2/+16
2011-09-11mtd: mtd_dataflash.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-18/+3
2011-09-11mtd: mtd_dataflash don't specify default parsing optionsDmitry Eremin-Solenikov1-6/+1
2011-05-25mtd: dataflash: convert to mtd_device_register()Jamie Iles1-27/+18
2010-08-02mtd: dataflash: remove casts from voidKulikov Vasiliy1-6/+6
2009-10-17mtd: fix memory leak in mtd_dataflashH Hartley Sweeten1-3/+16
2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-2/+2
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-09-04mtd: correct typo "MTD_DATAFLASH_VERIFY_WRITE"Robert P. J. Day1-2/+2
2009-05-18mtd_dataflash: unbreak erase supportPeter Korsgaard1-1/+1
2009-04-04[MTD] support driver model updatesDavid Brownell1-0/+2
2009-03-20[MTD] partitioning utility predicatesDavid Brownell1-10/+6