index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
devices
/
mtd_dataflash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
mtd: dataflash: Use ULL suffix for 64-bit constants
Geert Uytterhoeven
2018-06-22
1
-2
/
+2
*
mtd: dataflash: replace msleep with usleep_range
Luca Ellero
2018-04-22
1
-1
/
+1
*
mtd: Stop updating erase_info->state and calling mtd_erase_callback()
Boris Brezillon
2018-03-21
1
-4
/
+0
*
mtd: dataflash: Add flash_info for AT45DB641E
Andrey Smirnov
2017-05-11
1
-0
/
+3
*
mtd: dataflash: Make use of "extened device information"
Andrey Smirnov
2017-05-11
1
-31
/
+57
*
mtd: dataflash: Get rid of loop counter in jedec_probe()
Andrey Smirnov
2017-05-11
1
-4
/
+4
*
mtd: dataflash: Replace pr_debug, printk with dev_* functions
Andrey Smirnov
2017-05-11
1
-41
/
+33
*
mtd: dataflash: Improve coding style in jedec_probe()
Andrey Smirnov
2017-05-11
1
-14
/
+17
*
mtd: dataflash: Replace C99 types with their kernel counterparts
Andrey Smirnov
2017-05-11
1
-20
/
+20
*
Merge v4.4-rc1 into MTD development
Brian Norris
2015-11-16
1
-1
/
+0
|
\
|
*
Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtd
Linus Torvalds
2015-11-06
1
-1
/
+0
|
|
\
|
*
|
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
2015-10-28
1
-1
/
+0
*
|
|
mtd: drop unnecessary partition parser data
Brian Norris
2015-11-11
1
-3
/
+2
|
|
/
|
/
|
*
|
mtd: devices: mtd_dataflash: drop owner assignment
Frans Klaver
2015-10-13
1
-1
/
+0
|
/
*
mtd: dataflash: Export OF module alias information
Javier Martinez Canillas
2015-08-22
1
-0
/
+1
*
mtd: dataflash: Remove use of tx_dma
Mark Brown
2014-11-05
1
-3
/
+3
*
mtd: Fix the behavior of OTP write if there is not enough room for data
Christian Riesch
2014-03-11
1
-6
/
+10
*
mtd: Add a retlen parameter to _get_{fact,user}_prot_info
Christian Riesch
2014-03-11
1
-3
/
+4
*
mtd: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-03-11
1
-1
/
+0
*
mtd: dataflash: remove unnecessary spi_set_drvdata()
Jingoo Han
2014-01-03
1
-4
/
+1
*
mtd: dataflash: Say if we find a device we don't support
Mark Brown
2013-11-07
1
-1
/
+1
*
mtd: dataflash: remove unused field
Brian Norris
2013-10-28
1
-2
/
+0
*
mtd: devices: use dev_get_platdata()
Jingoo Han
2013-08-30
1
-1
/
+1
*
mtd: dataflash: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
2013-08-05
1
-4
/
+4
*
mtd: dataflash: Use of_match_ptr() macro
Sachin Kamat
2013-04-05
1
-3
/
+1
*
Drivers: mtd: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-04
1
-6
/
+4
*
mtd: fix a number of checkpatch complaints
Artem Bityutskiy
2012-11-22
1
-1
/
+1
*
mtd: remove use of __devexit
Bill Pemberton
2012-11-22
1
-1
/
+1
*
mtd: remove use of __devinitdata
Bill Pemberton
2012-11-22
1
-1
/
+1
*
mtd: remove use of __devinit
Bill Pemberton
2012-11-22
1
-4
/
+4
*
mtd: remove use of __devexit_p
Bill Pemberton
2012-11-22
1
-1
/
+1
*
mtd: move zero length verification to MTD API functions
Artem Bityutskiy
2012-03-27
1
-10
/
+0
*
mtd: remove retlen zeroing duplication
Artem Bityutskiy
2012-03-27
1
-4
/
+0
*
mtd: do not duplicate length and offset checks in drivers
Artem Bityutskiy
2012-03-27
1
-7
/
+0
*
mtd: add leading underscore to all mtd functions
Artem Bityutskiy
2012-03-27
1
-8
/
+8
*
mtd: convert drivers/mtd/* to use module_spi_driver()
Axel Lin
2012-03-27
1
-12
/
+1
*
mtd: Remove redundant spi driver bus initialization
Lars-Peter Clausen
2012-01-09
1
-1
/
+0
*
mtd: cleanup style on pr_debug messages
Brian Norris
2011-09-11
1
-9
/
+9
*
mtd: replace DEBUG() with pr_debug()
Brian Norris
2011-09-11
1
-22
/
+21
*
mtd: dataflash: add device tree probe support
Shawn Guo
2011-09-11
1
-2
/
+16
*
mtd: mtd_dataflash.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
2011-09-11
1
-18
/
+3
*
mtd: mtd_dataflash don't specify default parsing options
Dmitry Eremin-Solenikov
2011-09-11
1
-6
/
+1
*
mtd: dataflash: convert to mtd_device_register()
Jamie Iles
2011-05-25
1
-27
/
+18
*
mtd: dataflash: remove casts from void
Kulikov Vasiliy
2010-08-02
1
-6
/
+6
*
mtd: fix memory leak in mtd_dataflash
H Hartley Sweeten
2009-10-17
1
-3
/
+16
*
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2009-09-23
1
-2
/
+2
|
\
|
*
mtd: correct typo "MTD_DATAFLASH_VERIFY_WRITE"
Robert P. J. Day
2009-09-04
1
-2
/
+2
*
|
spi: prefix modalias with "spi:"
Anton Vorontsov
2009-09-23
1
-0
/
+1
|
/
*
mtd_dataflash: unbreak erase support
Peter Korsgaard
2009-05-18
1
-1
/
+1
[next]