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
/
spi-nor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-02
mtd: spi-nor: fix silent truncation in spi_nor_read_raw()
Sergei Shtylyov
1
-1
/
+1
2019-11-02
mtd: spi-nor: fix silent truncation in spi_nor_read()
Sergei Shtylyov
1
-1
/
+1
2019-11-02
mtd: spi-nor: Print device info in case of error
Tudor Ambarus
1
-2
/
+2
2019-11-01
mtd: spi-nor: Constify data to write to the Status Register
Tudor Ambarus
1
-2
/
+2
2019-11-01
mtd: spi-nor: Fix retlen handling in sst_write()
Tudor Ambarus
1
-4
/
+5
2019-11-01
mtd: spi-nor: Drop redundant error reports in Reg Ops callers
Tudor Ambarus
1
-40
/
+10
2019-11-01
mtd: spi-nor: Pointer parameter for CR in spi_nor_read_cr()
Tudor Ambarus
1
-25
/
+30
2019-11-01
mtd: spi-nor: Pointer parameter for FSR in spi_nor_read_fsr()
Tudor Ambarus
1
-18
/
+20
2019-11-01
mtd: spi-nor: Pointer parameter for SR in spi_nor_read_sr()
Tudor Ambarus
1
-53
/
+64
2019-11-01
mtd: spi-nor: Don't overwrite errno from Reg Ops
Tudor Ambarus
1
-7
/
+6
2019-11-01
mtd: spi-nor: Drop explicit cast to int to already int value
Tudor Ambarus
1
-9
/
+6
2019-11-01
mtd: spi-nor: Stop compare with negative in Reg Ops methods
Tudor Ambarus
1
-10
/
+13
2019-11-01
mtd: spi-nor: Group all Reg Ops to avoid forward declarations
Tudor Ambarus
1
-213
/
+213
2019-11-01
mtd: spi-nor: Drop duplicated new line
Tudor Ambarus
1
-1
/
+0
2019-11-01
mtd: spi-nor: Prepend spi_nor_ to all Reg Ops methods
Tudor Ambarus
1
-54
/
+56
2019-10-23
mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'
Tudor Ambarus
1
-33
/
+43
2019-10-23
mtd: spi-nor: add support for en25qh16
DENG Qingfang
1
-0
/
+2
2019-10-04
mtd: spi-nor: Fix direction of the write_sr() transfer
Tudor Ambarus
1
-1
/
+1
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: 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: 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-20
mtd: spi-nor : Remove SPI_NOR_HAS_TB flag on s25fl512s
Jungseung Lee
1
-1
/
+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
1
-28
/
+600
[prev]
[next]