index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mtd
/
spi-nor.h
Age
Commit message (
Expand
)
Author
2017-08-01
mtd: spi-nor: Recover from Spansion/Cypress errors
Alexander Sverdlin
2017-07-18
mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables
Cyrille Pitchen
2017-05-15
mtd: spi-nor: introduce Octo SPI protocols
Cyrille Pitchen
2017-05-15
mtd: spi-nor: introduce Double Transfer Rate (DTR) SPI protocols
Cyrille Pitchen
2017-05-15
mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocols
Cyrille Pitchen
2017-02-10
mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codes
Cyrille Pitchen
2017-02-10
mtd: spi-nor: Add support for S3AN spi-nor devices
Ricardo Ribalda
2016-06-01
mtd: spi-nor: stop passing around retlen
Michal Suchanek
2016-06-01
mtd: spi-nor: change return value of read/write
Michal Suchanek
2016-05-10
mtd: spi-nor: support GigaDevice gd25lq64c
Brian Norris
2016-03-07
mtd: spi-nor: add TB (Top/Bottom) protect support
Brian Norris
2016-01-05
mtd: merge MTD development from v4.4 into for-v4.5 development
Brian Norris
2016-01-05
mtd: spi-nor: fix Spansion regressions (aliased with Winbond)
Brian Norris
2015-11-30
mtd: spi-nor: include mtd.h header for struct mtd_info definition
Rafał Miłecki
2015-11-19
mtd: spi-nor: provide default erase_sector implementation
Brian Norris
2015-11-11
mtd: spi-nor: drop flash_node field
Brian Norris
2015-11-11
mtd: add get/set of_node/flash_node helpers
Brian Norris
2015-10-13
mtd: spi-nor: add mtd_is_locked() support
Brian Norris
2015-10-13
mtd: spi-nor: fixup kernel-doc for flash lock/unlock function pointers
Brian Norris
2015-10-13
mtd: spi-nor: add SPI NOR manufacturer IDs
Brian Norris
2015-10-13
mtd: spi-nor: make bitfield constants more consistent
Brian Norris
2015-10-13
mtd: spi-nor: make implicit <linux/bitops.h> dependency explicit
Brian Norris
2015-09-21
mtd: spi-nor: remove unused read_xfer/write_xfer hooks
Cyrille Pitchen
2015-09-11
mtd: spi-nor: Zap unneeded write_enable from write_reg
Jagan Teki
2015-09-11
mtd: spi-nor: Decouple SPI NOR's device_node from controller device
Marek Vasut
2015-09-02
mtd: spi-nor: embed struct mtd_info within struct spi_nor
Brian Norris
2015-09-02
mtd: spi-nor: add forward declaration for mtd_info
Brian Norris
2015-03-27
mtd: spi-nor: factor out replace-able flash_{lock,unlock}
Brian Norris
2015-01-07
mtd: spi-nor: Add quad I/O support for Micron SPI NOR
Bean Huo 霍斌斌 (beanhuo)
2014-11-05
mtd: spi-nor: drop replaceable wait-till-ready function pointer
Brian Norris
2014-11-05
mtd: m25p80: drop wait-till-ready checks
Brian Norris
2014-10-21
spi-nor: Remove spi_nor::read_id operation
Ben Hutchings
2014-10-21
mtd: m25p80,spi-nor: Fix module aliases for m25p80
Ben Hutchings
2014-10-17
mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_id
Ben Hutchings
2014-07-11
mtd: spi-nor: add support for flag status register on Micron chips
grmoore@altera.com
2014-04-14
mtd: spi-nor: unify read opcode variants with ST SPI FSM
Brian Norris
2014-04-14
mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*
Brian Norris
2014-04-14
mtd: spi-nor: drop \t after #define
Brian Norris
2014-04-14
mtd: spi-nor: add the copyright information
Huang Shijie
2014-04-14
mtd: spi-nor: add a helper to find the spi_device_id
Huang Shijie
2014-04-14
mtd: spi-nor: add the framework for SPI NOR
Huang Shijie
2014-04-14
mtd: spi-nor: add the basic data structures
Huang Shijie
2014-04-14
mtd: spi-nor: copy the SPI NOR commands to a new header file
Huang Shijie