index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
spi
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-19
mtd: spinand: fix memory leak of ECC engine conf
Pablo Martin-Gomez
1
-0
/
+1
2025-06-18
mtd: spinand: winbond: Prevent unsupported frequencies on dual/quad I/O variants
Miquel Raynal
1
-2
/
+2
2025-06-18
mtd: spinand: winbond: Increase maximum frequency on an octal operation
Miquel Raynal
1
-1
/
+1
2025-06-18
mtd: spinand: winbond: Fix W35N number of planes/LUN
Miquel Raynal
1
-2
/
+2
2025-05-16
mtd: spinand: esmt: fix id code for F50D1G41LB
George Moussalem
1
-1
/
+1
2025-04-29
mtd: spinand: winbond: Add support for W35N02JW and W35N04JW chips
Miquel Raynal
1
-0
/
+18
2025-04-29
mtd: spinand: winbond: Add octal support
Miquel Raynal
1
-0
/
+6
2025-04-29
mtd: spinand: winbond: Add support for W35N01JW in single mode
Miquel Raynal
1
-0
/
+54
2025-04-29
mtd: spinand: winbond: Rename DTR variants
Miquel Raynal
1
-3
/
+3
2025-04-29
mtd: spinand: Use more specific naming for the (quad) program load op
Miquel Raynal
12
-24
/
+24
2025-04-29
mtd: spinand: Use more specific naming for the (single) program load op
Miquel Raynal
12
-28
/
+28
2025-04-29
mtd: spinand: Use more specific naming for the program execution op
Miquel Raynal
3
-3
/
+3
2025-04-29
mtd: spinand: Use more specific naming for the (quad IO) read from cache ops
Miquel Raynal
7
-12
/
+12
2025-04-29
mtd: spinand: Use more specific naming for the (quad output) read from cache ops
Miquel Raynal
12
-18
/
+18
2025-04-29
mtd: spinand: Use more specific naming for the (dual IO) read from cache ops
Miquel Raynal
7
-12
/
+12
2025-04-29
mtd: spinand: Use more specific naming for the (dual output) read from cache ops
Miquel Raynal
11
-17
/
+17
2025-04-29
mtd: spinand: Use more specific naming for the (single) read from cache ops
Miquel Raynal
12
-35
/
+35
2025-04-29
mtd: spinand: Use more specific naming for the page read op
Miquel Raynal
1
-1
/
+1
2025-04-29
mtd: spinand: Use more specific naming for the erase op
Miquel Raynal
1
-1
/
+1
2025-04-29
mtd: spinand: Use more specific naming for the get/set feature ops
Miquel Raynal
6
-11
/
+11
2025-04-29
mtd: spinand: Use more specific naming for the read ID op
Miquel Raynal
1
-1
/
+1
2025-04-29
mtd: spinand: Use more specific naming for the write enable/disable op
Miquel Raynal
3
-3
/
+3
2025-04-28
mtd: spinand: Use more specific naming for the reset op
Miquel Raynal
1
-1
/
+1
2025-03-18
mtd: spinand: Improve spinand_info macros style
Miquel Raynal
1
-5
/
+5
2025-03-04
mtd: spinand: macronix: Add support for read retry
Cheng Ming Lin
1
-15
/
+64
2025-03-04
mtd: spinand: Add read retry support
Cheng Ming Lin
1
-2
/
+33
2025-02-10
mtd: spinand: esmt: OTP access for F50{L,D}1G41LB
Martin Kurbanov
1
-2
/
+88
2025-02-10
mtd: spinand: micron: OTP access for MT29F2G01ABAGD
Martin Kurbanov
1
-1
/
+134
2025-02-10
mtd: spinand: otp: add helpers functions
Martin Kurbanov
1
-0
/
+109
2025-02-10
mtd: spinand: make spinand_{wait,otp_page_size} global
Martin Kurbanov
2
-9
/
+28
2025-02-10
mtd: spinand: add OTP support
Martin Kurbanov
3
-1
/
+254
2025-02-10
mtd: spinand: make spinand_{read,write}_page global
Martin Kurbanov
1
-4
/
+20
2025-01-20
mtd: spinand: skyhigh: Align with recent read from cache variant changes
Miquel Raynal
1
-2
/
+2
2025-01-15
mtd: spinand: winbond: Add support for DTR operations
Miquel Raynal
1
-0
/
+5
2025-01-15
mtd: spinand: winbond: Add comment about naming
Miquel Raynal
1
-0
/
+5
2025-01-15
mtd: spinand: winbond: Update the *JW chip definitions
Miquel Raynal
1
-2
/
+11
2025-01-15
mtd: spinand: Enhance the logic when picking a variant
Miquel Raynal
1
-3
/
+10
2025-01-15
mtd: spinand: Create distinct fast and slow read from cache variants
Miquel Raynal
11
-30
/
+30
2025-01-15
Merge tag 'spi-mem-dtr-2' into nand/next
Miquel Raynal
1
-0
/
+2
2025-01-09
spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequency
Miquel Raynal
1
-0
/
+2
2024-12-05
mtd: spinand: Add support for SkyHigh S35ML-3 family
Takahiro Kuwano
3
-1
/
+149
2024-12-05
mtd: spinand: Introduce a way to avoid raw access
Takahiro Kuwano
1
-2
/
+20
2024-12-05
mtd: spinand: Remove write_enable_op() in markbad()
Takahiro Kuwano
1
-4
/
+0
2024-12-05
mtd: spinand: add support for FORESEE F35SQA001G
Bohdan Chubuk
1
-0
/
+10
2024-10-21
mtd: spinand: Constify struct nand_ecc_engine_ops
Christophe JAILLET
1
-1
/
+1
2024-10-21
mtd: spinand: winbond: Sort the devices
Miquel Raynal
1
-35
/
+48
2024-10-21
mtd: spinand: winbond: Ignore the last ID characters
Miquel Raynal
1
-3
/
+3
2024-10-21
mtd: spinand: winbond: Fix 512GW, 01GW, 01JW and 02JW ECC information
Miquel Raynal
1
-8
/
+8
2024-10-21
mtd: spinand: winbond: Fix 512GW and 02JW OOB layout
Miquel Raynal
1
-2
/
+2
2024-09-09
mtd: spinand: macronix: Flag parts needing explicit plane select
Cheng Ming Lin
1
-7
/
+17
[next]