Age | Commit message (Expand) | Author | Files | Lines |
2025-05-02 | Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts | Ingo Molnar | 3 | -7/+8 |
2025-04-10 | x86/msr: Rename 'rdmsrl()' to 'rdmsrq()' | Ingo Molnar | 1 | -3/+3 |
2025-04-07 | mtd: rawnand: Add status chack in r852_ready() | Wentao Liang | 1 | -0/+3 |
2025-04-07 | mtd: inftlcore: Add error check for inftl_read_oob() | Wentao Liang | 1 | -4/+5 |
2025-04-07 | mtd: nand: Drop explicit test for built-in CONFIG_SPI_QPIC_SNAND | Geert Uytterhoeven | 1 | -3/+0 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -2/+2 |
2025-03-26 | Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
2025-03-26 | Merge tag 'mtd/for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd... | Linus Torvalds | 19 | -120/+917 |
2025-03-26 | Merge tag 'nand/for-6.15' into mtd/next | Miquel Raynal | 9 | -50/+746 |
2025-03-26 | Merge tag 'spi-nor/for-6.15' into mtd/next | Miquel Raynal | 5 | -52/+146 |
2025-03-18 | mtd: mchp48l640: Use str_enable_disable() in mchp48l640_write_prepare() | Zhang Heng | 1 | -4/+5 |
2025-03-18 | mtd: rawnand: gpmi: Use str_enabled_disabled() in gpmi_nand_attach_chip() | Zhang Heng | 1 | -2/+3 |
2025-03-18 | mtd: mtdpart: Do not supply NULL to printf() | Andy Shevchenko | 1 | -2/+1 |
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 |
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 | mtd: hyperbus: Use of_property_present() for non-boolean properties | Rob Herring (Arm) | 1 | -1/+1 |
2025-01-15 | mtd: st_spi_fsm: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() | Raphael Gallais-Pou | 1 | -4/+2 |
2025-01-15 | Merge tag 'spi-mem-dtr-2' into nand/next | Miquel Raynal | 5 | -6/+29 |
2025-01-15 | mtd: rawnand: davinci: add ROM supported OOB layout | Marcus Folkesson | 1 | -2/+43 |
2025-01-15 | Revert "mtd: spi-nor: core: replace dummy buswidth from addr to data" | Pratyush Yadav | 1 | -1/+1 |
2025-01-13 | mtd: spi-nor: sysfs: constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -4/+4 |
2025-01-13 | mtd: spi-nor: spansion: Add support for S28HL02GT | Takahiro Kuwano | 1 | -0/+5 |
2025-01-13 | mtd: spi-nor: spansion: Add support for S28HL256T | Takahiro Kuwano | 1 | -0/+5 |
2025-01-13 | mtd: spi-nor: extend description of size member of struct flash_info | Tudor Ambarus | 1 | -1/+5 |
2025-01-09 | spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequency | Miquel Raynal | 1 | -0/+2 |
2025-01-08 | mtd: rawnand: davinci: Reduce polling interval in NAND_OP_WAITRDY_INSTR | Bastien Curutchet | 1 | -1/+1 |
2025-01-08 | mtd: rawnand: qcom: Fix build issue on x86 architecture | Md Sadre Alam | 1 | -1/+1 |
2024-12-24 | Merge tag 'mtd/qcom-reorg-for-spi-6.14' into nand/next | Miquel Raynal | 3 | -1446/+1088 |
2024-12-24 | mtd: rawnand: qcom: use FIELD_PREP and GENMASK | Md Sadre Alam | 1 | -49/+48 |
2024-12-24 | mtd: nand: Add qpic_common API file | Md Sadre Alam | 3 | -1081/+772 |
2024-12-24 | mtd: rawnand: qcom: Add qcom prefix to common api | Md Sadre Alam | 1 | -160/+160 |
2024-12-24 | mtd: rawnand: qcom: cleanup qcom_nandc driver | Md Sadre Alam | 1 | -282/+234 |
2024-12-24 | mtd: rawnand: davinci: Implement setup_interface() operation | Bastien Curutchet | 1 | -0/+79 |
2024-12-24 | mtd: rawnand: davinci: Add clock resource | Bastien Curutchet | 1 | -0/+7 |
2024-12-24 | mtd: rawnand: davinci: Always depends on TI_AEMIF | Bastien Curutchet | 1 | -2/+2 |
2024-12-24 | mtd: hyperbus: hbmc-am654: fix an OF node reference leak | Joe Hattori | 1 | -6/+13 |
2024-12-24 | mtd: rawnand: nuvoton: add new driver for the Nuvoton MA35 SoC | Hui-Ping Chen | 3 | -0/+1038 |
2024-12-24 | mtd: rawnand: brcmnand: fix status read of brcmnand_waitfunc | david regan | 1 | -0/+5 |
2024-12-23 | block: remove BLK_MQ_F_SHOULD_MERGE | Christoph Hellwig | 2 | -2/+2 |
2024-12-06 | mtd: spi-nor: macronix: remove mx25u25635f from parts list to enable SFDP | Parth Pancholi | 1 | -6/+0 |
2024-12-06 | mtd: spi-nor: support vcc-supply regulator | Peng Fan | 1 | -0/+5 |
2024-12-06 | mtd: spi-nor: use local variable for struct device | Tudor Ambarus | 1 | -7/+7 |
2024-12-06 | mtd: spi-nor: macronix: use nor->addr_nbytes | Tudor Ambarus | 1 | -1/+2 |
2024-12-06 | mtd: spi-nor: atmel: add at25sf321 entry | Marcus Folkesson | 1 | -0/+4 |
2024-12-05 | mtd: mchp48l640: add support for Fujitsu MB85RS128TY FRAM | David Jander | 1 | -0/+14 |
2024-12-05 | mtd: mchp48l640: make WEL behaviour configurable | David Jander | 1 | -3/+11 |
2024-12-05 | mtd: rawnand: omap2: Fix build warnings with W=1 | Roger Quadros | 1 | -0/+16 |
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: rawnand: arasan: Fix missing de-registration of NAND | Maciej Andrzejewski | 1 | -0/+7 |
2024-12-05 | mtd: rawnand: arasan: Fix double assertion of chip-select | Maciej Andrzejewski | 1 | -2/+2 |
2024-12-05 | mtd: phram: Add the kernel lock down check | Takashi Iwai | 1 | -0/+5 |
2024-12-05 | mtd: onenand: Fix uninitialized retlen in do_otp_read() | Ivan Stepchenko | 1 | -0/+1 |
2024-12-05 | mtd: spinand: add support for FORESEE F35SQA001G | Bohdan Chubuk | 1 | -0/+10 |
2024-12-05 | mtd: phram: only call platform_driver_unregister if phram_setup fails | Colin Ian King | 1 | -4/+4 |
2024-12-05 | mtd: diskonchip: Cast an operand to prevent potential overflow | Zichen Xie | 1 | -1/+1 |
2024-12-05 | mtd: nand: davinci: add support for on-die ECC engine type | Marcus Folkesson | 1 | -0/+4 |
2024-12-05 | mtd: rawnand: fix double free in atmel_pmecc_create_user() | Dan Carpenter | 1 | -3/+1 |
2024-11-30 | Merge tag 'ubifs-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 7 | -14/+59 |
2024-11-29 | Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2024-11-22 | Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd... | Linus Torvalds | 91 | -198/+321 |
2024-11-21 | Merge tag 'nand/for-6.13' into mtd/next | Miquel Raynal | 16 | -119/+129 |
2024-11-19 | Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -3/+3 |
2024-11-19 | Merge tag 'spi-nor/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Miquel Raynal | 7 | -2/+110 |
2024-11-14 | mtd: ubi: remove redundant check on bytes_left at end of function | Colin Ian King | 1 | -1/+1 |
2024-11-14 | mtd: ubi: fix unreleased fwnode_handle in find_volume_fwnode() | Javier Carrasco | 1 | -0/+2 |
2024-11-14 | ubi: fastmap: Fix duplicate slab cache names while attaching | Zhihao Cheng | 1 | -6/+6 |
2024-11-14 | ubi: wl: Close down wear-leveling before nand is suspended | Mårten Lindahl | 2 | -0/+23 |
2024-11-14 | mtd: ubi: Rmove unused declaration in header file | Zhang Zekun | 1 | -1/+0 |
2024-11-14 | ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is empty | Zhihao Cheng | 3 | -5/+19 |
2024-11-14 | ubi: wl: Put source PEB into correct list if trying locking LEB failed | Zhihao Cheng | 1 | -1/+8 |
2024-11-12 | mtd: spi-nor: core: replace dummy buswidth from addr to data | Cheng Ming Lin | 1 | -1/+1 |
2024-11-11 | mtd: spi-nor: winbond: add "w/ and w/o SFDP" comment | Tudor Ambarus | 1 | -0/+1 |
2024-11-05 | sysfs: treewide: constify attribute callback of bin_is_visible() | Thomas Weißschuh | 1 | -1/+1 |
2024-10-29 | mtd: spi-nor: spansion: Use nor->addr_nbytes in octal DTR mode in RD_ANY_REG_OP | Takahiro Kuwano | 1 | -0/+1 |
2024-10-21 | mtd: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 72 | -74/+74 |
2024-10-21 | mtd: cfi_cmdset_0002: remove redundant assignment to variable ret | Colin Ian King | 1 | -3/+1 |
2024-10-21 | mtd: spinand: Constify struct nand_ecc_engine_ops | Christophe JAILLET | 4 | -6/+6 |
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-10-21 | mtd: nand: raw: gpmi: improve power management handling | Han Xu | 1 | -25/+32 |
2024-10-21 | mtd: nand: raw: gpmi: switch to SYSTEM_SLEEP_PM_OPS | Han Xu | 1 | -5/+3 |
2024-10-21 | mtd: rawnand: davinci: use generic device property helpers | Bartosz Golaszewski | 1 | -21/+21 |
2024-10-21 | mtd: rawnand: davinci: break the line correctly | Bartosz Golaszewski | 1 | -4/+4 |
2024-10-21 | mtd: rawnand: davinci: order headers alphabetically | Bartosz Golaszewski | 1 | -5/+5 |
2024-10-21 | mtd: rawnand: atmel: Fix possible memory leak | Miquel Raynal | 2 | -9/+1 |
2024-10-21 | mtd: rawnand: Correct multiple typos in comments | Shen Lichuan | 7 | -9/+9 |
2024-10-21 | mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLE | Biju Das | 1 | -0/+7 |
2024-10-04 | mtd: spi-nor: add support for Macronix Octal flash | AlvinZhou | 1 | -1/+8 |
2024-10-03 | mtd: tests: Include <linux/prandom.h> instead of <linux/random.h> | Uros Bizjak | 3 | -3/+3 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 2 | -2/+2 |
2024-10-02 | mtd: spi-nor: sfdp: Get the 8D-8D-8D byte order from BFPT | Tudor Ambarus | 2 | -0/+5 |
2024-10-02 | mtd: spi-nor: core: Allow specifying the byte order in Octal DTR mode | Tudor Ambarus | 2 | -0/+4 |
2024-10-02 | mtd: spi-nor: add Octal DTR support for Macronix flash | AlvinZhou | 1 | -0/+90 |
2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 2 | -3/+0 |
2024-09-26 | Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -0/+229 |
2024-09-21 | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
2024-09-19 | Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 1 | -3/+3 |
2024-09-15 | Merge tag 'nand/for-6.12' into mtd/next | Miquel Raynal | 17 | -153/+457 |
2024-09-15 | Merge tag 'spi-nor/for-6.12' into mtd/next | Miquel Raynal | 5 | -21/+53 |
2024-09-14 | mtd: spi-nor: fix flash probing | Michael Walle | 1 | -1/+2 |
2024-09-14 | mtd: spi-nor: spansion: Add support for S28HS256T | Takahiro Kuwano | 1 | -0/+4 |
2024-09-14 | mtd: spi-nor: winbond: add Zetta ZD25Q128C support | Michael Walle | 1 | -0/+26 |
2024-09-14 | mtd: spi-nor: micron-st: Add n25q064a WP support | Brian Norris | 1 | -0/+2 |
2024-09-14 | mtd: spi-nor: sst: Factor out common write operation to `sst_nor_write_data()` | Csókás, Bence | 1 | -20/+19 |
2024-09-12 | mtd: rawnand: add support for ts72xx | Nikita Shubin | 3 | -0/+229 |
2024-09-09 | treewide: correct the typo 'retun' | WangYuli | 1 | -1/+1 |
2024-09-09 | mtd: spinand: macronix: Flag parts needing explicit plane select | Cheng Ming Lin | 1 | -7/+17 |
2024-09-09 | mtd: spinand: Add support for setting plane select bits | Cheng Ming Lin | 1 | -0/+6 |
2024-09-09 | mtd: rawnand: mtk: Fix init error path | Miquel Raynal | 1 | -1/+3 |
2024-09-06 | mtd: powernv: Add check devm_kasprintf() returned value | Charles Han | 1 | -0/+3 |
2024-09-06 | mtd: rawnand: mtk: Factorize out the logic cleaning mtk chips | Miquel Raynal | 1 | -13/+18 |
2024-09-06 | mtd: rawnand: atmel: Add message on DMA usage | Alexander Dahl | 1 | -1/+4 |
2024-09-06 | mtd: rawnand: meson: Fix typo in function name | Miquel Raynal | 1 | -3/+3 |
2024-09-06 | mtd: spi-nand: macronix: Continuous read support | Miquel Raynal | 1 | -29/+86 |
2024-09-06 | mtd: spi-nand: macronix: Add a possible bitflip status flag | Miquel Raynal | 1 | -0/+3 |
2024-09-06 | mtd: spi-nand: macronix: Extract the bitflip retrieval logic | Miquel Raynal | 1 | -17/+20 |
2024-09-06 | mtd: spi-nand: macronix: Fix helper name | Miquel Raynal | 1 | -25/+24 |
2024-09-06 | mtd: spi-nand: Expose spinand_write_reg_op() | Miquel Raynal | 1 | -1/+1 |
2024-09-06 | mtd: spi-nand: Add continuous read support | Miquel Raynal | 1 | -8/+168 |
2024-09-06 | mtd: spi-nand: Isolate the MTD read logic in a helper | Miquel Raynal | 1 | -14/+26 |
2024-09-06 | mtd: rawnand: sunxi: Use for_each_child_of_node_scoped() | Jinjie Ruan | 1 | -3/+1 |
2024-09-06 | mtd: rawnand: stm32_fmc2: Use for_each_child_of_node_scoped() | Jinjie Ruan | 1 | -5/+2 |
2024-09-06 | mtd: rawnand: renesas: Use for_each_child_of_node_scoped() | Jinjie Ruan | 1 | -9/+3 |
2024-09-06 | mtd: rawnand: mtk: Use for_each_child_of_node_scoped() | Jinjie Ruan | 1 | -5/+2 |
2024-09-06 | mtd: rawnand: meson: Use for_each_child_of_node_scoped() | Jinjie Ruan | 1 | -3/+1 |
2024-09-06 | mtd: rawnand: rockchip: Use for_each_child_of_node_scoped() | Jinjie Ruan | 1 | -3/+2 |
2024-09-06 | mtd: rawnand: marvell: drm/rockchip: Use for_each_child_of_node_scoped() | Jinjie Ruan | 1 | -9/+3 |
2024-09-06 | mtd: rawnand: pl353: Use for_each_child_of_node_scoped() | Jinjie Ruan | 1 | -3/+2 |
2024-09-06 | mtd: rawnand: cadence: Use for_each_child_of_node_scoped() | Jinjie Ruan | 1 | -3/+1 |
2024-09-06 | mtd: rawnand: arasan: Use for_each_child_of_node_scoped() | Jinjie Ruan | 1 | -3/+2 |
2024-09-06 | mtd: rawnand: denali: Use the devm_clk_get_enabled() helper function | Jinjie Ruan | 1 | -25/+4 |
2024-09-06 | mtd: rawnand: denali: Fix missing pci_release_regions in probe and remove | Chen Ridong | 1 | -3/+8 |
2024-08-23 | mtd: rawnand: davinci: make platform_data private | Bartosz Golaszewski | 1 | -5/+65 |
2024-08-23 | mtd: spinand: set bitflip_threshold to 75% of ECC strength | Daniel Golle | 1 | -0/+1 |
2024-08-23 | mtd: spinand: winbond: add support for W25N01KV | Robert Marko | 1 | -0/+26 |
2024-08-23 | mtd: concat: Use kmemdup_array instead of kmemdup for multiple allocation | Yan Zhen | 1 | -1/+1 |
2024-08-23 | mtd: parsers: bcm47xxpart: make read-only array possible_nvram_sizes static c... | Colin Ian King | 1 | -1/+1 |
2024-08-23 | mtd: Use of_property_read_bool() | Rob Herring (Arm) | 1 | -2/+2 |
2024-08-23 | mtd: slram: insert break after errors in parsing the map | Mirsad Todorovac | 1 | -0/+2 |
2024-08-08 | Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi... | Daniel Vetter | 1 | -3/+3 |
2024-07-28 | Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 6 | -14/+19 |
2024-07-28 | ubi: Fix ubi_init() ubiblock_exit() section mismatch | Richard Weinberger | 1 | -1/+1 |
2024-07-22 | mtd: mtdoops: Fix kmsgdump parameter renaming. | Jocelyn Falempe | 1 | -2/+2 |
2024-07-20 | Merge tag 'mtd/for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd... | Linus Torvalds | 24 | -766/+641 |
2024-07-20 | Merge tag 'nand/for-6.11' into mtd/next | Miquel Raynal | 9 | -428/+511 |