summaryrefslogtreecommitdiff
path: root/drivers/mtd/devices/mtd_dataflash.c
AgeCommit message (Expand)Author
2022-01-11Merge tag 'mtd/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2021-12-03mtd: dataflash: Add device-tree SPI IDsJon Hunter
2021-12-03mtd: dataflash: Warn about failure to unregister mtd deviceUwe Kleine-König
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-06-22mtd: dataflash: Use ULL suffix for 64-bit constantsGeert Uytterhoeven
2018-04-22mtd: dataflash: replace msleep with usleep_rangeLuca Ellero
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon
2017-05-11mtd: dataflash: Add flash_info for AT45DB641EAndrey Smirnov
2017-05-11mtd: dataflash: Make use of "extened device information"Andrey Smirnov
2017-05-11mtd: dataflash: Get rid of loop counter in jedec_probe()Andrey Smirnov
2017-05-11mtd: dataflash: Replace pr_debug, printk with dev_* functionsAndrey Smirnov
2017-05-11mtd: dataflash: Improve coding style in jedec_probe()Andrey Smirnov
2017-05-11mtd: dataflash: Replace C99 types with their kernel counterpartsAndrey Smirnov
2015-11-15Merge v4.4-rc1 into MTD developmentBrian Norris
2015-11-11mtd: drop unnecessary partition parser dataBrian Norris
2015-11-06Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-10-13mtd: devices: mtd_dataflash: drop owner assignmentFrans Klaver
2015-08-21mtd: dataflash: Export OF module alias informationJavier Martinez Canillas
2014-11-05mtd: dataflash: Remove use of tx_dmaMark Brown
2014-03-10mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03mtd: dataflash: remove unnecessary spi_set_drvdata()Jingoo Han
2013-11-07mtd: dataflash: Say if we find a device we don't supportMark Brown
2013-10-27mtd: dataflash: remove unused fieldBrian Norris
2013-08-30mtd: devices: use dev_get_platdata()Jingoo Han
2013-08-05mtd: dataflash: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han
2013-04-05mtd: dataflash: Use of_match_ptr() macroSachin Kamat
2013-01-03Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman
2012-11-22mtd: fix a number of checkpatch complaintsArtem Bityutskiy
2012-11-22mtd: remove use of __devexitBill Pemberton
2012-11-22mtd: remove use of __devinitdataBill Pemberton
2012-11-22mtd: remove use of __devinitBill Pemberton
2012-11-22mtd: remove use of __devexit_pBill Pemberton
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy
2012-03-27mtd: convert drivers/mtd/* to use module_spi_driver()Axel Lin
2012-01-09mtd: Remove redundant spi driver bus initializationLars-Peter Clausen
2011-09-11mtd: cleanup style on pr_debug messagesBrian Norris
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris
2011-09-11mtd: dataflash: add device tree probe supportShawn Guo
2011-09-11mtd: mtd_dataflash.c: use mtd_device_parse_registerDmitry Eremin-Solenikov
2011-09-11mtd: mtd_dataflash don't specify default parsing optionsDmitry Eremin-Solenikov
2011-05-25mtd: dataflash: convert to mtd_device_register()Jamie Iles
2010-08-02mtd: dataflash: remove casts from voidKulikov Vasiliy
2009-10-17mtd: fix memory leak in mtd_dataflashH Hartley Sweeten