index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
devices
/
m25p80.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-14
Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-0
/
+3
2018-08-02
mtd: m25p80: Call spi_mem_get_name() to let controller set a custom name
Frieder Schrempf
1
-0
/
+3
2018-06-18
mtd: m25p80: Use SPI_MEM_OP_NO_DUMMY instead of SPI_MEM_OP_DUMMY(0, x)
Boris Brezillon
1
-2
/
+1
2018-06-18
mtd: m25p80: Remove unneeded m25p->command field
Boris Brezillon
1
-2
/
+0
2018-05-22
mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata()
Boris Brezillon
1
-1
/
+1
2018-05-11
mtd: spi-nor: Use the spi_mem_xx() API
Boris Brezillon
1
-157
/
+79
2017-12-13
mtd: m25p80: restore the status of SPI flash when exiting
Hou Zhiqiang
1
-0
/
+9
2017-10-29
mtd: spi-nor: Add support for mr25h128
Philipp Puschmann
1
-0
/
+1
2017-05-15
mtd: m25p80: add support of SPI 1-2-2 and 1-4-4 protocols
Cyrille Pitchen
1
-23
/
+79
2017-05-15
mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocols
Cyrille Pitchen
1
-12
/
+9
2017-02-10
mtd: spi-nor: add dt support for Everspin MRAMs
Uwe Kleine-König
1
-1
/
+5
2017-02-10
mtd: m25p80: consider max message size in m25p80_read
Heiner Kallweit
1
-1
/
+2
2016-06-02
mtd: m25p80: read in spi_max_transfer_size chunks
Michal Suchanek
1
-1
/
+1
2016-06-02
mtd: spi-nor: stop passing around retlen
Michal Suchanek
1
-5
/
+2
2016-06-02
mtd: m25p80: return amount of data transferred or error in read/write
Michal Suchanek
1
-8
/
+21
2016-06-02
mtd: spi-nor: change return value of read/write
Michal Suchanek
1
-2
/
+3
2016-04-05
mtd: devices: m25p80: add support for mmap read request
Vignesh R
1
-0
/
+22
2015-11-20
mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in comments
Brian Norris
1
-3
/
+3
2015-11-20
mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor"
Brian Norris
1
-1
/
+10
2015-11-20
mtd: m25p80: drop erase() callback
Brian Norris
1
-17
/
+0
2015-11-16
Merge v4.4-rc1 into MTD development
Brian Norris
1
-1
/
+0
2015-11-12
mtd: spi-nor: drop unnecessary partition parser data
Brian Norris
1
-6
/
+2
2015-11-12
mtd: spi-nor: convert to spi_nor_{get, set}_flash_node()
Brian Norris
1
-1
/
+1
2015-11-06
Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-9
/
+6
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
1
-1
/
+0
2015-09-12
mtd: spi-nor: Zap unneeded write_enable from write_reg
Jagan Teki
1
-2
/
+1
2015-09-12
mtd: spi-nor: Decouple SPI NOR's device_node from controller device
Marek Vasut
1
-0
/
+1
2015-09-03
mtd: spi-nor: embed struct mtd_info within struct spi_nor
Brian Norris
1
-6
/
+4
2015-09-03
mtd: spi-nor: assign mtd->priv in spi_nor_scan()
Brian Norris
1
-1
/
+0
2015-07-21
mtd: m25p80: allow arbitrary OF matching for "jedec,spi-nor"
Brian Norris
1
-7
/
+11
2015-05-18
Merge tag 'v4.1-rc4' into MTD's -next
Brian Norris
1
-3
/
+3
2015-05-15
Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor"
Brian Norris
1
-3
/
+3
2015-05-07
mtd: m25p80: remove unused flash entries from id_table
Rafał Miłecki
1
-36
/
+24
2015-04-06
mtd: m25p80: bind to "nor-jedec" ID, for auto-detection
Brian Norris
1
-3
/
+18
2014-12-01
mtd: spi-nor: factor out write_enable() for erase commands
Brian Norris
1
-6
/
+0
2014-11-26
mtd: m25p80: Add support for serial flash Spansion S25FL132K
Knut Wohlrab
1
-3
/
+1
2014-11-26
MTD: m25p80: fix inconsistency in m25p_ids compared to spi_nor_ids
Alison Chaiken
1
-3
/
+3
2014-11-05
mtd: m25p80: drop wait-till-ready checks
Brian Norris
1
-11
/
+0
2014-11-05
mtd: spi-nor: fix the wrong dummy value
Huang Shijie
1
-1
/
+4
2014-10-22
mtd: m25p80,spi-nor: Fix module aliases for m25p80
Ben Hutchings
1
-1
/
+51
2014-10-17
mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_id
Ben Hutchings
1
-3
/
+1
2014-10-17
mtd: m25p80: get rid of spi_get_device_id
Rafał Miłecki
1
-5
/
+5
2014-09-29
mtd: move support for struct flash_platform_data into m25p80
Rafał Miłecki
1
-2
/
+20
2014-05-13
mtd: m25p80: Revive dual read support
Geert Uytterhoeven
1
-0
/
+2
2014-04-14
mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*
Brian Norris
1
-2
/
+2
2014-04-14
mtd: m25p80: use the SPI nor framework
Brian Norris
1
-1198
/
+105
2014-03-11
mtd: m25p80: add Macronix mx66l1g55g 1Gbit SPI flash
Brian Norris
1
-0
/
+1
2014-03-11
mtd: m25p80: add support for the Spansion s25fl008k chip
Kuninori Morimoto
1
-0
/
+1
2014-03-11
mtd: m25p80: Use positive logic to check JEDEC ID
Axel Lin
1
-3
/
+2
2014-03-11
mtd: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
[next]