index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi-nor
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: spi-nor: support GigaDevice gd25lq64c
Brian Norris
2016-05-10
1
-0
/
+1
*
mtd: spi-nor: support lock/unlock for a few Winbond chips
Brian Norris
2016-03-07
1
-3
/
+15
*
mtd: spi-nor: add TB (Top/Bottom) protect support
Brian Norris
2016-03-07
1
-7
/
+63
*
mtd: spi-nor: add SPI_NOR_HAS_LOCK flag
Brian Norris
2016-03-07
1
-2
/
+5
*
mtd: spi-nor: use BIT() for flash_info flags
Brian Norris
2016-03-07
1
-8
/
+8
*
mtd: spi-nor: disallow further writes to SR if WP# is low
Brian Norris
2016-03-07
1
-0
/
+7
*
mtd: spi-nor: make lock/unlock bounds checks more obvious and robust
Brian Norris
2016-03-07
1
-18
/
+50
*
mtd: spi-nor: silently drop lock/unlock for already locked/unlocked region
Brian Norris
2016-03-07
1
-2
/
+10
*
mtd: spi-nor: wait for SR_WIP to clear on initial unlock
Brian Norris
2016-03-07
1
-0
/
+1
*
mtd: spi-nor: fsl-quadspi: add support for layerscape
Yao Yuan
2016-03-07
1
-1
/
+1
*
mtd: spi-nor: fsl-quadspi: add support for ls1021a
Yao Yuan
2016-03-07
2
-1
/
+11
*
mtd: spi-nor: fsl-quadspi: add big-endian support
Yao Yuan
2016-03-07
1
-60
/
+97
*
mtd: spi-nor: add subsector flag to n25q128a
Ezequiel García
2016-03-04
1
-2
/
+2
*
mtd: spi-nor: remove micron_quad_enable()
Cyrille Pitchen
2016-02-12
1
-45
/
+1
*
mtd: spi-nor: Add support for s25fl116k
Sascha Hauer
2016-02-12
1
-0
/
+1
*
mtd: Fix dependencies for !HAS_IOMEM archs
Richard Weinberger
2016-01-26
1
-0
/
+1
*
mtd: mtk-nor: Drop bogus __init from mtk_nor_init()
Geert Uytterhoeven
2016-01-15
1
-2
/
+2
*
mtd: spi-nor: wait until lock/unlock operations are ready
Ezequiel García
2016-01-06
1
-2
/
+10
*
mtd: merge MTD development from v4.4 into for-v4.5 development
Brian Norris
2016-01-05
1
-6
/
+4
|
\
|
*
mtd: spi-nor: fix stm_is_locked_sr() parameters
Brian Norris
2016-01-05
1
-2
/
+2
|
*
mtd: spi-nor: fix Spansion regressions (aliased with Winbond)
Brian Norris
2016-01-05
1
-4
/
+2
*
|
mtd: mtk-nor: adjust sequence of trigger function and assignment function
Bayi Cheng
2015-12-18
1
-1
/
+1
*
|
mtd: spi-nor: Check the return value from read_sr()
Fabio Estevam
2015-12-09
1
-2
/
+8
*
|
mtd: spi-nor: fix error handling in spi_nor_erase
Heiner Kallweit
2015-12-04
1
-6
/
+2
*
|
mtd: mtk-quadspi: drop unnecessary .owner assignment
Brian Norris
2015-12-04
1
-1
/
+0
*
|
mtd: spi-nor: Fix error message with unrecognized JEDEC
Ricardo Ribalda
2015-12-01
1
-1
/
+1
*
|
mtd: mtk-nor: new Mediatek serial flash controller driver
Bayi Cheng
2015-11-20
3
-0
/
+494
*
|
mtd: spi-nor: mx25l3205d/mx25l6405d: append SECT_4K
Andreas Fenkart
2015-11-19
1
-2
/
+2
*
|
mtd: spi-nor: provide default erase_sector implementation
Brian Norris
2015-11-19
1
-4
/
+33
*
|
mtd: fsl-quadspi: possible NULL dereference
Brian Norris
2015-11-18
1
-4
/
+4
*
|
mtd: spi-nor: remove unnecessary leading space from dbg print
Brian Norris
2015-11-16
1
-1
/
+1
*
|
mtd: spi-nor: drop flash_node field
Brian Norris
2015-11-11
1
-1
/
+0
*
|
mtd: spi-nor: drop unnecessary partition parser data
Brian Norris
2015-11-11
2
-6
/
+2
*
|
mtd: spi-nor: convert to spi_nor_{get, set}_flash_node()
Brian Norris
2015-11-11
3
-3
/
+3
*
|
mtd: {nand,spi-nor}: assign MTD of_node
Brian Norris
2015-11-11
1
-0
/
+1
|
/
*
mtd: fsl-quadspi: fix macro collision problems with READ/WRITE
Han Xu
2015-10-26
1
-10
/
+10
*
mtd: fsl-quadspi: Include <linux/sizes.h> to avoid build error
Fabio Estevam
2015-10-19
1
-0
/
+1
*
mtd: fsl-quadspi: allow building for other ARCHes with COMPILE_TEST
Brian Norris
2015-10-19
1
-1
/
+2
*
mtd: fsl-quadspi: fix printk() format warning for size_t
Brian Norris
2015-10-19
1
-1
/
+1
*
mtd: spi-nor: add DUAL_READ for w25q{32,64}dw
Brian Norris
2015-10-19
1
-2
/
+2
*
mtd: spi-nor: disable protection for Winbond flash at startup
Brian Norris
2015-10-13
1
-3
/
+4
*
mtd: spi-nor: support lock/unlock/is_locked for Winbond
Brian Norris
2015-10-13
1
-2
/
+3
*
mtd: spi-nor: add mtd_is_locked() support
Brian Norris
2015-10-13
1
-1
/
+36
*
mtd: spi-nor: refactor block protection functions
Brian Norris
2015-10-13
1
-45
/
+126
*
mtd: spi-nor: use SNOR_MFR_* instead of CFI_MFR_*
Brian Norris
2015-10-13
1
-12
/
+11
*
mtd: spi-nor: Add support for s25fl004k
Sean Nyekjaer
2015-10-13
1
-0
/
+1
*
mtd: spi-nor: s25fl204k supports dual I/0
Sean Nyekjaer
2015-10-13
1
-1
/
+1
*
mtd: spi-nor: Add support for Micron n25q032a
Aurelien Chanot
2015-10-12
1
-0
/
+1
*
mtd: spi-nor: add support for w25q128fw
Brian Norris
2015-09-29
1
-0
/
+1
*
mtd: spi-nor: scale up timeout for full-chip erase
Furquan Shaikh
2015-09-29
1
-4
/
+34
[next]