index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi-nor
Age
Commit message (
Expand
)
Author
2014-12-17
Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd
Linus Torvalds
2014-12-01
mtd: spi-nor: allow NULL as chip name and try to auto detect it
Rafał Miłecki
2014-12-01
mtd: spi-nor: factor out write_enable() for erase commands
Brian Norris
2014-12-01
mtd: spi-nor: add support for s25fl128s
Huang Shijie
2014-12-01
mtd: spi-nor: remove the jedec_id/ext_id
Huang Shijie
2014-12-01
mtd: spi-nor: add id/id_len for flash_info{}
Huang Shijie
2014-11-26
mtd: m25p80: Add support for serial flash Spansion S25FL132K
Knut Wohlrab
2014-11-26
mtd: spi-nor: improve wait-till-ready timeout loop
Brian Norris
2014-11-05
mtd: spi-nor: Add support for SST spi flash
Harini Katakam
2014-11-05
mtd: spi-nor: Add support for Fujitsu MB85RS1MT FRAM
Rostislav Lisovy
2014-11-05
mtd: spi-nor: Move n25q032 entry to Micron devices list
Chunhe Lan
2014-11-05
mtd: spi-nor: drop replaceable wait-till-ready function pointer
Brian Norris
2014-11-05
mtd: fsl-quadspi: drop wait-till-ready checks
Brian Norris
2014-11-05
mtd: spi-nor: move "wait-till-ready" checks into erase/write functions
Brian Norris
2014-11-05
mtd: spi-nor: handle timeout errors in spi_nor_write()
Brian Norris
2014-11-05
mtd: spi-nor: eliminate duplicate spi_nor_wait_till_{, fsr}_ready() code
Brian Norris
2014-11-05
mtd: spi-nor: fix the wrong dummy value
Huang Shijie
2014-11-04
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2014-10-22
mtd: fsl-quadspi: Let the clocks error path be clearer
Fabio Estevam
2014-10-22
mtd: fsl-quadspi: Propagate the error from of_modalias_node()
Fabio Estevam
2014-10-22
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-20
mtd: spi-nor: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-17
mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_id
Ben Hutchings
2014-09-28
mtd: move support for struct flash_platform_data into m25p80
Rafał Miłecki
2014-09-28
mtd: spi-nor: add Kconfig option to disable 4K sectors
Rafał Miłecki
2014-08-19
mtd: spi-nor: drop jedec_probe /helper/ function
Rafał Miłecki
2014-08-19
mtd: spi-nor: remove duplicated w25q128 entry
Rafał Miłecki
2014-08-19
mtd: spi-nor: add support for Micron M25PX80
Thomas Petazzoni
2014-07-14
mtd: spi-nor: add support for EON EN25QH128
Sergey Ryazanov
2014-07-12
mtd: spi-nor: add support for flag status register on Micron chips
grmoore@altera.com
2014-05-12
mtd: spi-nor: Enable Dual and Quad SPI read transfers for s25sl032p
Geert Uytterhoeven
2014-04-16
mtd: fsl-quadspi: fix __iomem annotations
Brian Norris
2014-04-14
mtd: spi-nor: allow to be built as module
Brian Norris
2014-04-14
mtd: spi-nor: shorten Kconfig naming
Brian Norris
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: add the copyright information
Huang Shijie
2014-04-14
mtd: spi-nor: EXPORT symbols which could be used by module drivers
Brian Norris
2014-04-14
mtd: spi-nor: Add Freescale QuadSPI driver
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