index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
mtd: spinand: Improve spinand_info macros style
Miquel Raynal
1
-5
/
+5
2025-03-18
spi: Merge up fixes
Mark Brown
3
-24
/
+46
2025-03-18
mtd: spi-nor: drop unused <linux/of_platform.h>
Tudor Ambarus
1
-1
/
+0
2025-03-18
mtd: spi-nor: explicitly include <linux/of.h>
Tudor Ambarus
1
-0
/
+1
2025-03-13
block: remove unused parameter 'q' parameter in __blk_rq_map_sg()
Anuj Gupta
1
-1
/
+1
2025-03-07
mtd: spi-nor: explicitly include <linux/math64.h>
Tudor Ambarus
2
-0
/
+2
2025-03-07
mtd: spi-nor: macronix: add support for mx66{l2, u1}g45g
Cheng Ming Lin
1
-0
/
+8
2025-03-07
mtd: spi-nor: macronix: Add post_sfdp fixups for Quad Input Page Program
Cheng Ming Lin
1
-0
/
+23
2025-03-04
mtd: Fix error handling in mtd_device_parse_register() error path
Wentao Liang
1
-3
/
+6
2025-03-04
mtd: capture device name setting failure when adding mtd
Edward Adam Davis
1
-1
/
+4
2025-03-04
mtd: Add check for devm_kcalloc()
Jiasheng Jiang
1
-0
/
+3
2025-03-04
mtd: Replace kcalloc() with devm_kcalloc()
Jiasheng Jiang
1
-6
/
+3
2025-03-04
mtd: rawnand: brcmnand: fix PM resume warning
Kamal Dasu
1
-1
/
+1
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-03-03
spi: spi-qpic: add driver for QCOM SPI NAND flash Interface
Md Sadre Alam
1
-0
/
+4
2025-02-24
mtd: rawnand: use kcalloc() instead of kzalloc()
Ethan Carter Edwards
1
-2
/
+2
2025-02-19
Merge tag 'spi-nor/fixes-for-6.14-rc4' of https://git.kernel.org/pub/scm/linu...
Miquel Raynal
1
-1
/
+1
2025-02-19
mtd: rawnand: cadence: fix unchecked dereference
Niravkumar L Rabara
1
-2
/
+4
2025-02-18
mtd: spi-nor: use scope-based mutex cleanup helpers
Tudor Ambarus
1
-49
/
+22
2025-02-18
mtd: spi-nor: sort headers alphabetically
Tudor Ambarus
1
-2
/
+2
2025-02-17
mtd: spi-nor: sst: Fix SST write failure
Amit Kumar Mahapatra
1
-1
/
+1
2025-02-11
mtd: rawnand: qcom: finish converting register to FIELD_PREP
Christian Marangi
1
-18
/
+18
2025-02-11
mtd: rawnand: qcom: fix broken config in qcom_param_page_type_exec
Christian Marangi
1
-12
/
+12
2025-02-10
mtd: rawnand: cadence: fix incorrect device in dma_unmap_single
Niravkumar L Rabara
1
-2
/
+2
2025-02-10
mtd: rawnand: cadence: use dma_map_resource for sdma address
Niravkumar L Rabara
1
-4
/
+25
2025-02-10
mtd: rawnand: cadence: fix error code in cadence_nand_init()
Niravkumar L Rabara
1
-5
/
+4
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-02-03
mtd: spi-nor: winbond: Add support for w25q02jv
Miquel Raynal
1
-0
/
+4
2025-02-03
mtd: spi-nor: winbond: Add support for w25q01jv
Miquel Raynal
1
-0
/
+84
2025-01-31
Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+3
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
1
-2
/
+3
2025-01-30
Merge tag 'ubifs-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-24
/
+71
2025-01-25
Merge tag 'mtd/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Linus Torvalds
33
-1529
/
+2594
2025-01-24
Merge tag 'nand/for-6.14' into mtd/next
Miquel Raynal
27
-1498
/
+2536
2025-01-24
Merge tag 'spi-nor/for-6.14' into mtd/next
Miquel Raynal
6
-19
/
+37
2025-01-22
Merge tag 'spi-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-0
/
+2
2025-01-20
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
2
-2
/
+2
2025-01-20
mtd: spinand: skyhigh: Align with recent read from cache variant changes
Miquel Raynal
1
-2
/
+2
2025-01-20
ubi: ubi_get_ec_info: Fix compiling error 'cast specifies array type'
Zhihao Cheng
1
-1
/
+2
2025-01-18
ubi: Implement ioctl for detailed erase counters
Rickard Andersson
1
-0
/
+69
2025-01-18
ubi: Revert "ubi: wl: Close down wear-leveling before nand is suspended"
Zhihao Cheng
2
-23
/
+0
2025-01-18
ubi: Add a check for ubi_num
Denis Arefev
1
-1
/
+1
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
[prev]
[next]