summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/mtd_dataflash.c
AgeCommit message (Expand)AuthorLines
2014-11-05mtd: dataflash: Remove use of tx_dmaMark Brown-3/+3
2014-03-10mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch-6/+10
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch-3/+4
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2014-01-03mtd: dataflash: remove unnecessary spi_set_drvdata()Jingoo Han-4/+1
2013-11-07mtd: dataflash: Say if we find a device we don't supportMark Brown-1/+1
2013-10-27mtd: dataflash: remove unused fieldBrian Norris-2/+0
2013-08-30mtd: devices: use dev_get_platdata()Jingoo Han-1/+1
2013-08-05mtd: dataflash: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han-4/+4
2013-04-05mtd: dataflash: Use of_match_ptr() macroSachin Kamat-3/+1
2013-01-03Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman-6/+4
2012-11-22mtd: fix a number of checkpatch complaintsArtem Bityutskiy-1/+1
2012-11-22mtd: remove use of __devexitBill Pemberton-1/+1
2012-11-22mtd: remove use of __devinitdataBill Pemberton-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton-4/+4
2012-11-22mtd: remove use of __devexit_pBill Pemberton-1/+1
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy-10/+0
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy-4/+0
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy-7/+0
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy-8/+8
2012-03-27mtd: convert drivers/mtd/* to use module_spi_driver()Axel Lin-12/+1
2012-01-09mtd: Remove redundant spi driver bus initializationLars-Peter Clausen-1/+0
2011-09-11mtd: cleanup style on pr_debug messagesBrian Norris-9/+9
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris-22/+21
2011-09-11mtd: dataflash: add device tree probe supportShawn Guo-2/+16
2011-09-11mtd: mtd_dataflash.c: use mtd_device_parse_registerDmitry Eremin-Solenikov-18/+3
2011-09-11mtd: mtd_dataflash don't specify default parsing optionsDmitry Eremin-Solenikov-6/+1
2011-05-25mtd: dataflash: convert to mtd_device_register()Jamie Iles-27/+18
2010-08-02mtd: dataflash: remove casts from voidKulikov Vasiliy-6/+6
2009-10-17mtd: fix memory leak in mtd_dataflashH Hartley Sweeten-3/+16
2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds-2/+2
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov-0/+1
2009-09-04mtd: correct typo "MTD_DATAFLASH_VERIFY_WRITE"Robert P. J. Day-2/+2
2009-05-18mtd_dataflash: unbreak erase supportPeter Korsgaard-1/+1
2009-04-04[MTD] support driver model updatesDavid Brownell-0/+2
2009-03-20[MTD] partitioning utility predicatesDavid Brownell-10/+6
2009-03-10mtd_dataflash: fix probing of AT45DB321C chips.Will Newton-1/+2
2008-12-23[MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-16/+16
2008-12-19[MTD] fix dataflash 64-bit divisionsArtem Bityutskiy-9/+15
2008-08-07[MTD] make dataflash write-verify be optionalDavid Brownell-5/+3
2008-08-07[MTD] Compile fix for dataflash OTP supportDavid Brownell-1/+1
2008-08-01[MTD] dataflash OTP supportDavid Brownell-7/+199
2008-07-30[MTD] DataFlash: bugfix, binary page sizes now handledakpm@linux-foundation.org-47/+83
2008-06-04[MTD] DataFlash: use proper typesDavid Woodhouse-16/+16
2008-06-04[MTD] DataFlash: fix bug - ATMEL AT45DF321D spi flash card fails to be copied...Michael Hennerich-5/+112
2007-11-28[MTD] mtd_dataflash: Incorrect compare-after-write checkAndrew Victor-1/+1
2007-06-28[MTD] Use mutex instead of semaphore in dataflash driverMatthias Kaehlcke-8/+9
2007-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse-2/+2
2006-12-30[PATCH] SPI/MTD: mtd_dataflash oops preventionDavid Brownell-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day-1/+1