summaryrefslogtreecommitdiff
path: root/drivers/mtd/devices/mtd_dataflash.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: dataflash: Add SPI ID tableMark Brown2022-06-241-0/+8
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* Merge tag 'mtd/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2022-01-111-5/+5
|\
| * mtd: dataflash: Warn about failure to unregister mtd deviceUwe Kleine-König2021-12-031-5/+5
* | mtd: dataflash: Add device-tree SPI IDsJon Hunter2021-12-031-0/+8
|/
* mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus2021-04-161-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* mtd: dataflash: Use ULL suffix for 64-bit constantsGeert Uytterhoeven2018-06-221-2/+2
* mtd: dataflash: replace msleep with usleep_rangeLuca Ellero2018-04-221-1/+1
* mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-211-4/+0
* mtd: dataflash: Add flash_info for AT45DB641EAndrey Smirnov2017-05-111-0/+3
* mtd: dataflash: Make use of "extened device information"Andrey Smirnov2017-05-111-31/+57
* mtd: dataflash: Get rid of loop counter in jedec_probe()Andrey Smirnov2017-05-111-4/+4
* mtd: dataflash: Replace pr_debug, printk with dev_* functionsAndrey Smirnov2017-05-111-41/+33
* mtd: dataflash: Improve coding style in jedec_probe()Andrey Smirnov2017-05-111-14/+17
* mtd: dataflash: Replace C99 types with their kernel counterpartsAndrey Smirnov2017-05-111-20/+20
* Merge v4.4-rc1 into MTD developmentBrian Norris2015-11-151-1/+0
|\
| * Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds2015-11-061-1/+0
| |\
| * | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* | | mtd: drop unnecessary partition parser dataBrian Norris2015-11-111-3/+2
| |/ |/|
* | mtd: devices: mtd_dataflash: drop owner assignmentFrans Klaver2015-10-131-1/+0
|/
* mtd: dataflash: Export OF module alias informationJavier Martinez Canillas2015-08-211-0/+1
* mtd: dataflash: Remove use of tx_dmaMark Brown2014-11-051-3/+3
* mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch2014-03-101-6/+10
* mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch2014-03-101-3/+4
* mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-101-1/+0
* mtd: dataflash: remove unnecessary spi_set_drvdata()Jingoo Han2014-01-031-4/+1
* mtd: dataflash: Say if we find a device we don't supportMark Brown2013-11-071-1/+1
* mtd: dataflash: remove unused fieldBrian Norris2013-10-271-2/+0
* mtd: devices: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* mtd: dataflash: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-08-051-4/+4
* mtd: dataflash: Use of_match_ptr() macroSachin Kamat2013-04-051-3/+1
* Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-6/+4
* mtd: fix a number of checkpatch complaintsArtem Bityutskiy2012-11-221-1/+1
* mtd: remove use of __devexitBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devinitdataBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devinitBill Pemberton2012-11-221-4/+4
* mtd: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* mtd: move zero length verification to MTD API functionsArtem Bityutskiy2012-03-271-10/+0
* mtd: remove retlen zeroing duplicationArtem Bityutskiy2012-03-271-4/+0
* mtd: do not duplicate length and offset checks in driversArtem Bityutskiy2012-03-271-7/+0
* mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-271-8/+8
* mtd: convert drivers/mtd/* to use module_spi_driver()Axel Lin2012-03-271-12/+1
* mtd: Remove redundant spi driver bus initializationLars-Peter Clausen2012-01-091-1/+0
* mtd: cleanup style on pr_debug messagesBrian Norris2011-09-111-9/+9
* mtd: replace DEBUG() with pr_debug()Brian Norris2011-09-111-22/+21
* mtd: dataflash: add device tree probe supportShawn Guo2011-09-111-2/+16
* mtd: mtd_dataflash.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-18/+3
* mtd: mtd_dataflash don't specify default parsing optionsDmitry Eremin-Solenikov2011-09-111-6/+1
* mtd: dataflash: convert to mtd_device_register()Jamie Iles2011-05-251-27/+18