index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi-nor
/
spi-nor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-10
Merge tag 'spi-nor/for-4.11-v2' of git://github.com/spi-nor/linux
Brian Norris
1
-30
/
+241
2017-02-10
mtd: spi-nor: Add support for gd25q16
Kamal Dasu
1
-0
/
+5
2017-02-10
mtd: spi-nor: Fix S3AN addressing calculation
Ricardo Ribalda
1
-3
/
+6
2017-02-10
mtd: spi-nor: Add lock/unlock support for f25l32pa
Victor Shyba
1
-1
/
+1
2017-02-10
mtd: spi-nor: add a stateless method to support memory size above 128Mib
Cyrille Pitchen
1
-21
/
+80
2017-02-10
mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codes
Cyrille Pitchen
1
-4
/
+4
2017-02-10
mtd: spi-nor: remove WARN_ONCE() message in spi_nor_write()
Cyrille Pitchen
1
-3
/
+0
2017-02-10
mtd: spi-nor: improve macronix_quad_enable()
Cyrille Pitchen
1
-0
/
+3
2017-02-10
mtd: spi-nor: Add support for S3AN spi-nor devices
Ricardo Ribalda
1
-5
/
+149
2017-02-09
mtd: Fix typo: "occured" -> "occurred"
Nobuhiro Iwamatsu
1
-2
/
+2
2016-11-26
mtd: spi-nor: Add support for mr25h40
IWAMOTO Masahiko
1
-0
/
+1
2016-11-26
mtd: spi-nor: Add support for N25Q016A
Moritz Fischer
1
-0
/
+1
2016-11-26
mtd: spi-nor: Add at25df321 spi-nor flash support
Jagan Teki
1
-0
/
+1
2016-11-26
mtd: spi-nor: add support for s25fl208k
Sean Nyekjaer
1
-0
/
+1
2016-11-26
mtd: spi-nor: fix flags for s25fl128s
Heiner Kallweit
1
-1
/
+1
2016-11-23
mtd: spi-nor: fix spansion quad enable
Joël Esponde
1
-0
/
+7
2016-11-23
mtd: spi-nor: add Macronix mx25u25635f to list of known devices.
Ash Benz
1
-0
/
+1
2016-07-14
mtd: spi-nor: support dual, quad, and WP for Gigadevice
Brian Norris
1
-4
/
+20
2016-07-14
mtd: spi-nor: Added support for n25q00a.
P L Sai Krishna
1
-0
/
+1
2016-07-10
mtd: spi-nor: fix wrong "fully unlocked" test
Brian Norris
1
-1
/
+1
2016-06-02
mtd: spi-nor: add read loop
Michal Suchanek
1
-6
/
+19
2016-06-02
mtd: spi-nor: simplify write loop
Michal Suchanek
1
-33
/
+25
2016-06-02
mtd: spi-nor: stop passing around retlen
Michal Suchanek
1
-8
/
+13
2016-06-02
mtd: spi-nor: check return value from write
Michal Suchanek
1
-13
/
+32
2016-06-02
mtd: spi-nor: change return value of read/write
Michal Suchanek
1
-1
/
+4
2016-05-11
mtd: spi-nor: support GigaDevice gd25lq64c
Brian Norris
1
-0
/
+1
2016-03-08
mtd: spi-nor: support lock/unlock for a few Winbond chips
Brian Norris
1
-3
/
+15
2016-03-08
mtd: spi-nor: add TB (Top/Bottom) protect support
Brian Norris
1
-7
/
+63
2016-03-08
mtd: spi-nor: add SPI_NOR_HAS_LOCK flag
Brian Norris
1
-2
/
+5
2016-03-08
mtd: spi-nor: use BIT() for flash_info flags
Brian Norris
1
-8
/
+8
2016-03-08
mtd: spi-nor: disallow further writes to SR if WP# is low
Brian Norris
1
-0
/
+7
2016-03-08
mtd: spi-nor: make lock/unlock bounds checks more obvious and robust
Brian Norris
1
-18
/
+50
2016-03-08
mtd: spi-nor: silently drop lock/unlock for already locked/unlocked region
Brian Norris
1
-2
/
+10
2016-03-08
mtd: spi-nor: wait for SR_WIP to clear on initial unlock
Brian Norris
1
-0
/
+1
2016-03-05
mtd: spi-nor: add subsector flag to n25q128a
Ezequiel García
1
-2
/
+2
2016-02-12
mtd: spi-nor: remove micron_quad_enable()
Cyrille Pitchen
1
-45
/
+1
2016-02-12
mtd: spi-nor: Add support for s25fl116k
Sascha Hauer
1
-0
/
+1
2016-01-07
mtd: spi-nor: wait until lock/unlock operations are ready
Ezequiel García
1
-2
/
+10
2016-01-06
mtd: merge MTD development from v4.4 into for-v4.5 development
Brian Norris
1
-6
/
+4
2016-01-06
mtd: spi-nor: fix stm_is_locked_sr() parameters
Brian Norris
1
-2
/
+2
2016-01-06
mtd: spi-nor: fix Spansion regressions (aliased with Winbond)
Brian Norris
1
-4
/
+2
2015-12-10
mtd: spi-nor: Check the return value from read_sr()
Fabio Estevam
1
-2
/
+8
2015-12-05
mtd: spi-nor: fix error handling in spi_nor_erase
Heiner Kallweit
1
-6
/
+2
2015-12-01
mtd: spi-nor: Fix error message with unrecognized JEDEC
Ricardo Ribalda
1
-1
/
+1
2015-11-20
mtd: spi-nor: mx25l3205d/mx25l6405d: append SECT_4K
Andreas Fenkart
1
-2
/
+2
2015-11-20
mtd: spi-nor: provide default erase_sector implementation
Brian Norris
1
-4
/
+33
2015-11-17
mtd: spi-nor: remove unnecessary leading space from dbg print
Brian Norris
1
-1
/
+1
2015-11-12
mtd: spi-nor: drop flash_node field
Brian Norris
1
-1
/
+0
2015-11-12
mtd: spi-nor: convert to spi_nor_{get, set}_flash_node()
Brian Norris
1
-1
/
+1
2015-11-12
mtd: {nand,spi-nor}: assign MTD of_node
Brian Norris
1
-0
/
+1
[next]