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
/
spi-nor
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-30
mtd: spi-nor: Rename "n25q512a" to "mt25qu512a (n25q512a)"
Ashish Kumar
1
-1
/
+4
2019-08-30
mtd: spi-nor: Add support for mt35xu02g
Ashish Kumar
1
-0
/
+3
2019-08-29
mtd: spi-nor: remove superfluous pass of nor->info->sector_size
Tudor Ambarus
1
-2
/
+3
2019-08-29
mtd: spi-nor: enable the debugfs for the partname and partid
Zhuohao Lee
1
-0
/
+12
2019-08-28
mtd: spi-nor: hisi-sfc: Add of_node_put() before break
Nishka Dasgupta
1
-0
/
+1
2019-08-28
mtd: spi-nor: aspeed-smc: Add of_node_put()
Nishka Dasgupta
1
-1
/
+3
2019-08-28
mtd: spi-nor: Introduce spi_nor_get_flash_info()
Tudor Ambarus
1
-32
/
+44
2019-08-28
mtd: spi-nor: Introduce spi_nor_set_addr_width()
Tudor Ambarus
1
-20
/
+30
2019-08-28
mtd: spi-nor: Bring flash params init together
Tudor Ambarus
1
-18
/
+11
2019-08-28
mtd: spi-nor: Add the SPI_NOR_XSR_RDY flag
Boris Brezillon
1
-1
/
+9
2019-08-28
mtd: spi-nor: Add s3an_post_sfdp_fixups()
Tudor Ambarus
1
-7
/
+11
2019-08-28
mtd: spi-nor: Add a ->setup() method
Tudor Ambarus
1
-211
/
+221
2019-08-28
mtd: spi-nor: Add a ->convert_addr() method
Boris Brezillon
1
-10
/
+14
2019-08-28
mtd: spi-nor: Add spansion_post_sfdp_fixups()
Boris Brezillon
1
-14
/
+23
2019-08-28
mtd: spi-nor: Add post_sfdp() hook to tweak flash config
Boris Brezillon
1
-1
/
+32
2019-08-28
mtd: spi-nor: Rework the SPI NOR lock/unlock logic
Boris Brezillon
1
-13
/
+37
2019-08-28
mtd: spi-nor: Create a ->set_4byte() method
Boris Brezillon
1
-37
/
+39
2019-08-28
mtd: spi-nor: Split spi_nor_init_params()
Tudor Ambarus
1
-20
/
+63
2019-08-28
mtd: spi-nor: Move manufacturer quad_enable() in ->default_init()
Tudor Ambarus
1
-19
/
+29
2019-08-28
mtd: spi-nor: Add a default_init() fixup hook for gd25q256
Boris Brezillon
1
-12
/
+16
2019-08-28
mtd: spi-nor: Add default_init() hook to tweak flash parameters
Tudor Ambarus
1
-0
/
+17
2019-08-28
mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'
Tudor Ambarus
1
-19
/
+21
2019-08-28
mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'
Tudor Ambarus
1
-17
/
+23
2019-08-28
mtd: spi-nor: Use nor->params
Tudor Ambarus
1
-27
/
+19
2019-08-28
mtd: spi-nor: Regroup flash parameter and settings
Tudor Ambarus
1
-65
/
+0
2019-08-28
Merge tag 'v5.3-rc6' into spi-nor/next
Tudor Ambarus
1
-2
/
+3
2019-08-21
mtd: spi-nor: intel-spi: Whitelist 4B read commands
Alexander Sverdlin
1
-0
/
+2
2019-08-21
mtd: spi-nor: fix a memory leak bug
Wenwen Wang
1
-1
/
+1
2019-08-21
mtd: spi-nor: Fix an error code in spi_nor_read_raw()
Dan Carpenter
1
-2
/
+2
2019-08-21
mtd: spi-nor: Fix Cadence QSPI RCU Schedule Stall
Thor Thayer
1
-14
/
+5
2019-08-20
mtd: spi-nor : Remove SPI_NOR_HAS_TB flag on s25fl512s
Jungseung Lee
1
-1
/
+1
2019-08-20
mtd: spi-nor: intel-spi: Add support for Intel Tiger Lake SPI serial flash
Mika Westerberg
1
-0
/
+1
2019-08-20
mtd: spi-nor: add support for sst26wf016b memory IC
Eugeniy Paltsev
1
-0
/
+2
2019-08-20
mtd: spi-nor: Add Winbond w25q256jvm
Avi Fishman
1
-0
/
+2
2019-08-13
mtd: spi-nor: Fix the disabling of write protection at init
Tudor Ambarus
1
-2
/
+3
2019-08-12
mtd: spi-nor: Rework hwcaps selection for the spi-mem case
Boris Brezillon
1
-36
/
+147
2019-08-12
mtd: spi-nor: Move m25p80 code in spi-nor.c
Boris Brezillon
2
-28
/
+602
2019-08-12
mtd: spi-nor: always use bounce buffer for register read/writes
Vignesh Raghavendra
1
-36
/
+44
2019-07-14
Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
6
-718
/
+56
2019-07-07
Merge tag 'spi-nor/for-5.3-v2' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Miquel Raynal
9
-747
/
+60
2019-06-27
mtd: spi-nor: cadence-quadspi: add reset control
Dinh Nguyen
1
-0
/
+21
2019-06-27
mtd: spi-nor: fix nor->addr_width when its value configured from SFDP does no...
Liu Xiang
1
-1
/
+24
2019-06-24
Merge tag 'mtd/fixes-for-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+108
2019-06-23
mtd: spi-nor: use 16-bit WRR command when QE is set on spansion flashes
Tudor Ambarus
1
-11
/
+108
2019-06-22
mtd: spi-nor: intel-spi: Convert to use SPDX identifier
Mika Westerberg
4
-16
/
+4
2019-06-22
mtd: spi-nor: intel-spi: Add support for Intel Elkhart Lake SPI serial flash
Mika Westerberg
1
-0
/
+1
2019-06-22
mtd: spi-nor: Spelling s/Writ/Write/
Geert Uytterhoeven
1
-1
/
+1
2019-06-22
mtd: spi-nor: Add Winbond w25q16jv support
Robert Marko
1
-0
/
+5
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
5
-21
/
+5
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-14
/
+1
[next]