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.13.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
/
sfdp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-06
mtd: spi-nor: Sort headers alphabetically
Tudor Ambarus
1
-1
/
+1
2023-02-06
mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type
Louis Rannou
1
-2
/
+2
2022-12-26
mtd: spi-nor: sfdp: Use SFDP_DWORD() macro for optional parameter tables
Takahiro Kuwano
1
-12
/
+16
2022-12-26
mtd: spi-nor: sfdp: Rename BFPT_DWORD() macro to SFDP_DWORD()
Takahiro Kuwano
1
-22
/
+22
2022-12-26
mtd: spi-nor: sfdp: Fix index value for SCCR dwords
Takahiro Kuwano
1
-1
/
+1
2022-11-21
mtd: spi-nor: Fix formatting in spi_nor_read_raw() kerneldoc comment
Jonathan Neuschäfer
1
-2
/
+1
2022-11-21
mtd: spi-nor: add generic flash driver
Michael Walle
1
-0
/
+27
2022-10-25
mtd: spi-nor: sfdp: Update params->hwcaps.mask at xSPI profile 1.0 table parse
Takahiro Kuwano
1
-0
/
+7
2022-07-28
mtd: spi-nor: core: Track flash's internal address mode
Tudor Ambarus
1
-1
/
+3
2022-07-28
mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing time
Tudor Ambarus
1
-4
/
+4
2022-07-28
mtd: spi-nor: s/addr_width/addr_nbytes
Tudor Ambarus
1
-16
/
+16
2021-12-07
mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is defined
Tudor Ambarus
1
-0
/
+20
2021-06-15
mtd: spi-nor: sfdp: save a copy of the SFDP data
Michael Walle
1
-0
/
+58
2021-03-15
mtd: spi-nor: Get rid of duplicated argument in spi_nor_parse_sfdp()
Tudor Ambarus
1
-45
/
+27
2021-02-05
mtd: spi-nor: sfdp: Fix last erase region marking
Takahiro Kuwano
1
-2
/
+1
2021-02-05
mtd: spi-nor: sfdp: Fix wrong erase type bitmask for overlaid region
Takahiro Kuwano
1
-1
/
+1
2020-12-07
mtd: spi-nor: Fix multiple typos
Jonathan Neuschäfer
1
-1
/
+1
2020-11-09
mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPT
Pratyush Yadav
1
-0
/
+4
2020-11-09
mtd: spi-nor: Parse SFDP SCCR Map
Tudor Ambarus
1
-0
/
+48
2020-11-09
mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
Pratyush Yadav
1
-0
/
+91
2020-11-09
mtd: spi-nor: sfdp: get command opcode extension type from BFPT
Pratyush Yadav
1
-0
/
+18
2020-11-09
mtd: spi-nor: add support for DTR protocol
Pratyush Yadav
1
-1
/
+8
2020-07-13
mtd: spi-nor: sfdp: do not make invalid quad enable fatal
Pratyush Yadav
1
-1
/
+2
2020-05-31
mtd: spi-nor: winbond: Fix 4-byte opcode support for w25q256
Mantas Pucka
1
-4
/
+0
2020-05-31
mtd: spi-nor: sfdp: add/use local variable in spi_nor_parse_bfpt()
Sergei Shtylyov
1
-11
/
+11
2020-05-30
mtd: spi-nor: sfdp: prepare BFPT parsing for JESD216 rev D
Pratyush Yadav
1
-1
/
+6
2020-05-30
mtd: spi-nor: sfdp: default to addr_width of 3 for configurable widths
Pratyush Yadav
1
-0
/
+1
2020-03-30
mtd: Convert fallthrough comments into statements
Miquel Raynal
1
-1
/
+0
2020-03-17
mtd: spi-nor: Trim what is exposed in spi-nor.h
Tudor Ambarus
1
-0
/
+10
2020-03-16
mtd: spi-nor: Move SFDP logic out of the core
Tudor Ambarus
1
-0
/
+1195