| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-08-05 | Merge tag 'mtd/for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd... | Linus Torvalds | 41 | -238/+1029 |
| 2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -4/+4 |
| 2022-08-01 | mtd: core: check partition before dereference | Tetsuo Handa | 1 | -0/+2 |
| 2022-08-01 | Merge tag 'spi-nor/for-5.20' into mtd/next | Richard Weinberger | 14 | -110/+276 |
| 2022-08-01 | Merge remote-tracking branch 'korg_git/nand/next' into mtd/next | Richard Weinberger | 8 | -60/+363 |
| 2022-07-28 | mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chi... | Patrice Chotard | 1 | -3/+3 |
| 2022-07-28 | mtd: spi-nor: spansion: Add s25hl-t/s25hs-t IDs and fixups | Takahiro Kuwano | 1 | -0/+132 |
| 2022-07-28 | mtd: spi-nor: spansion: Add local function to discover page size | Takahiro Kuwano | 1 | -22/+31 |
| 2022-07-28 | mtd: spi-nor: core: Track flash's internal address mode | Tudor Ambarus | 2 | -1/+8 |
| 2022-07-28 | mtd: spi-nor: core: Return error code from set_4byte_addr_mode() | Takahiro Kuwano | 1 | -1/+1 |
| 2022-07-28 | mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing time | Tudor Ambarus | 4 | -8/+9 |
| 2022-07-28 | mtd: spi-nor: core: Shrink the storage size of the flash_info's addr_nbytes | Tudor Ambarus | 1 | -1/+1 |
| 2022-07-28 | mtd: spi-nor: s/addr_width/addr_nbytes | Tudor Ambarus | 9 | -66/+66 |
| 2022-07-19 | mtd: spi-nor: esmt: Use correct name of f25l32qa | Sungbo Eo | 1 | -1/+1 |
| 2022-07-19 | mtd: spi-nor: micron-st: Skip FSR reading if SPI controller does not support it | Mika Westerberg | 1 | -2/+10 |
| 2022-07-15 | mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on program/erase times | Sascha Hauer | 1 | -2/+4 |
| 2022-06-29 | mtd: rawnand: arasan: Fix clock rate in NV-DDR | Olga Kitaina | 1 | -1/+7 |
| 2022-06-29 | mtd: rawnand: arasan: Update NAND bus clock instead of system clock | Amit Kumar Mahapatra | 1 | -4/+4 |
| 2022-06-29 | mtd: core: introduce of support for dynamic partitions | Christian Marangi | 1 | -0/+61 |
| 2022-06-28 | block: remove blk_cleanup_disk | Christoph Hellwig | 2 | -4/+4 |
| 2022-06-27 | mtd: spi-nor: move SECT_4K_PMC special handling | Michael Walle | 3 | -10/+22 |
| 2022-06-24 | mtd: dataflash: Add SPI ID table | Mark Brown | 1 | -0/+8 |
| 2022-06-24 | mtd: hyperbus: rpc-if: Fix RPM imbalance in probe error path | Geert Uytterhoeven | 1 | -2/+6 |
| 2022-06-24 | mtd: rawnand: sm_common: drop unexpected word 'is' in the comments | Jiang Jian | 1 | -1/+1 |
| 2022-06-17 | mtd: nand: raw: qcom_nandc: add support for unprotected spare data pages | Christian Marangi | 1 | -5/+194 |
| 2022-06-17 | mtd: nand: raw: qcom_nandc: reorder qcom_nand_host struct | Christian Marangi | 1 | -45/+62 |
| 2022-06-17 | mtd: parsers: scpart: add missing of_node_put() in scpart_parse() | Yang Yingliang | 1 | -0/+1 |
| 2022-06-16 | mtd: rawnand: gpmi: Fix setting busy timeout setting | Sascha Hauer | 1 | -1/+1 |
| 2022-06-09 | Revert "mtd: rawnand: add support for Toshiba TC58NVG0S3HTA00 NAND flash" | Christian Lamparter | 1 | -3/+0 |
| 2022-06-09 | mtd: st_spi_fsm: Simplify error checking in .probe() a bit | Uwe Kleine-König | 1 | -7/+4 |
| 2022-06-09 | mtd: st_spi_fsm: Disable clock only after device was unregistered | Uwe Kleine-König | 1 | -2/+2 |
| 2022-06-09 | mtd: st_spi_fsm: Warn about failure to unregister mtd device | Uwe Kleine-König | 1 | -1/+3 |
| 2022-06-09 | mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error path | Uwe Kleine-König | 1 | -3/+5 |
| 2022-06-09 | mtd: rawnand: atmel: Warn about failure to unregister mtd device | Uwe Kleine-König | 1 | -1/+3 |
| 2022-06-09 | mtd: physmap: Drop if with an always false condition | Uwe Kleine-König | 1 | -4/+0 |
| 2022-06-09 | mtd: physmap: Don't skip cleanup after mtd_device_unregister() failed | Uwe Kleine-König | 1 | -6/+3 |
| 2022-06-09 | mtd: rawnand: meson: Drop cleaning platform data in .remove() | Uwe Kleine-König | 1 | -2/+0 |
| 2022-06-09 | mtd: rawnand: meson: Don't skip cleanup after mtd_device_unregister() failed | Uwe Kleine-König | 1 | -11/+3 |
| 2022-06-09 | mtd: rawnand: tegra: Don't skip cleanup after mtd_device_unregister() failed | Uwe Kleine-König | 1 | -4/+1 |
| 2022-06-09 | mtd: rawnand: omap2: Suppress error message after WARN in .remove() | Uwe Kleine-König | 1 | -4/+2 |
| 2022-06-09 | mtd: spear_smi: Drop if with an always false condition | Uwe Kleine-König | 1 | -4/+0 |
| 2022-06-09 | mtd: spear_smi: Don't skip cleanup after mtd_device_unregister() failed | Uwe Kleine-König | 1 | -4/+2 |
| 2022-06-09 | mtd: lpddr2_nvm: Warn about failure to unregister mtd device | Uwe Kleine-König | 1 | -1/+3 |
| 2022-06-09 | mtd: powernv_flash: Warn about failure to unregister mtd device | Uwe Kleine-König | 1 | -1/+3 |
| 2022-06-09 | mtd: hyperbus: Make hyperbus_unregister_device() return void | Uwe Kleine-König | 3 | -11/+8 |
| 2022-06-09 | mtdchar: use kvmalloc() for potentially large allocations | Michał Kępień | 1 | -5/+5 |
| 2022-06-09 | mtdchar: prevent integer overflow in a safety check | Michał Kępień | 1 | -0/+3 |
| 2022-06-09 | mtd: parsers: ofpart: Fix refcount leak in bcm4908_partitions_fw_offset | Miaoqian Lin | 1 | -0/+3 |
| 2022-06-09 | mtd: parsers: add support for Sercomm partitions | Mikhail Zhilkin | 3 | -0/+258 |
| 2022-06-09 | mtd: partitions: Fix refcount leak in parse_redboot_of | Miaoqian Lin | 1 | -0/+1 |
| 2022-06-09 | mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_release | Duoming Zhou | 1 | -1/+1 |
| 2022-06-06 | mtd: spinand: Add support for ATO25D1GA | Aidan MacDonald | 3 | -1/+88 |
| 2022-06-06 | mtd: rawnand: meson: Fix a potential double free issue | Christophe JAILLET | 1 | -1/+0 |
| 2022-06-06 | mtd: rawnand: cafe: fix drivers probe/remove methods | Peng Wu | 1 | -2/+7 |
| 2022-06-06 | mtd: maps: Fix refcount leak in ap_flash_init | Miaoqian Lin | 1 | -0/+1 |
| 2022-06-06 | mtd: maps: Fix refcount leak in of_flash_probe_versatile | Miaoqian Lin | 1 | -0/+1 |
| 2022-06-03 | Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 6 | -49/+123 |
| 2022-06-02 | Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+0 |
| 2022-05-27 | ubi: ubi_create_volume: Fix use-after-free when volume creation failed | Zhihao Cheng | 1 | -1/+0 |
| 2022-05-27 | ubi: fastmap: Check wl_pool for free peb before wear leveling | Zhihao Cheng | 3 | -2/+66 |
| 2022-05-27 | ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not empty | Zhihao Cheng | 4 | -46/+57 |
| 2022-05-24 | Merge tag 'spi-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 3 | -932/+0 |
| 2022-05-24 | Merge tag 'mtd/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd... | Linus Torvalds | 46 | -839/+1546 |
| 2022-05-23 | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+0 |
| 2022-05-20 | Merge tag 'nand/for-5.19' into mtd/next | Miquel Raynal | 26 | -160/+623 |
| 2022-05-20 | Merge tag 'spi-nor/for-5.19' into mtd/next | Miquel Raynal | 9 | -308/+709 |
| 2022-05-17 | mtd: st_spi_fsm: add missing clk_disable_unprepare() in stfsm_remove() | Yang Yingliang | 1 | -0/+2 |
| 2022-05-16 | mtd: phram: Allow cached mappings | Vincent Whitchurch | 1 | -6/+37 |
| 2022-05-16 | mtd: call of_platform_populate() for MTD partitions | Rafał Miłecki | 1 | -0/+9 |
| 2022-05-16 | mtd: rawnand: renesas: Use runtime PM instead of the raw clock API | Miquel Raynal | 1 | -28/+23 |
| 2022-05-16 | mtd: rawnand: mpc5121: Check before clk_disable_unprepare() not needed | Phil Edworthy | 1 | -2/+1 |
| 2022-05-16 | mtd: rawnand: rockchip: Check before clk_disable_unprepare() not needed | Phil Edworthy | 1 | -4/+2 |
| 2022-05-16 | spi: spi-mem: Convert Aspeed SMC driver to spi-mem | Cédric Le Goater | 3 | -932/+0 |
| 2022-05-12 | mtd: nand: MTD_NAND_ECC_MEDIATEK should depend on ARCH_MEDIATEK | Geert Uytterhoeven | 1 | -0/+1 |
| 2022-05-12 | mtd: rawnand: cs553x: simplify the return expression of cs553x_write_ctrl_byte() | Minghao Chi | 1 | -6/+1 |
| 2022-05-12 | mtd: rawnand: kioxia: Add support for TH58NVG3S0HBAI4 | Rickard x Andersson | 2 | -2/+7 |
| 2022-05-12 | mtd: spi-nor: debugfs: fix format specifier | Michael Walle | 1 | -1/+1 |
| 2022-05-09 | mtd: spi-nor: support eon en25qh256a variant | Leon M. George | 1 | -1/+2 |
| 2022-05-09 | mtd: spi-nor: winbond: add support for W25Q512NW-IM | Shaik Sajida Bhanu | 1 | -0/+3 |
| 2022-05-09 | mtd: spi-nor: expose internal parameters via debugfs | Michael Walle | 4 | -0/+259 |
| 2022-05-09 | mtd: spi-nor: export spi_nor_hwcaps_pp2cmd() | Michael Walle | 2 | -1/+2 |
| 2022-05-02 | mtd: spi-nor: move spi_nor_write_ear() to winbond module | Michael Walle | 3 | -38/+41 |
| 2022-04-29 | mtd: spi-nor: amend the rdsr dummy cycles documentation | Michael Walle | 1 | -2/+3 |
| 2022-04-28 | mtd: cfi_cmdset_0002: Rename chip_ready variables | Tokunori Ikegami | 1 | -7/+7 |
| 2022-04-28 | mtd: cfi_cmdset_0002: Add S29GL064N ID definition | Tokunori Ikegami | 1 | -2/+3 |
| 2022-04-28 | mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064N | Tokunori Ikegami | 1 | -8/+34 |
| 2022-04-28 | mtd: cfi_cmdset_0002: Move and rename chip_check/chip_ready/chip_good_for_write | Tokunori Ikegami | 1 | -63/+32 |
| 2022-04-27 | Merge tag 'mtd/mtk-spi-nand-for-5.19' into nand/next | Miquel Raynal | 7 | -52/+16 |
| 2022-04-27 | mtd: nand: mtk-ecc: also parse nand-ecc-engine if available | Chuanhong Guo | 1 | -1/+4 |
| 2022-04-27 | mtd: nand: make mtk_ecc.c a separated module | Chuanhong Guo | 7 | -51/+12 |
| 2022-04-27 | mtd: rawnand: tmio: check return value after calling platform_get_resource() | Yang Yingliang | 1 | -0/+3 |
| 2022-04-27 | mtd: rawnand: intel: fix possible null-ptr-deref in ebu_nand_probe() | Yang Yingliang | 1 | -1/+1 |
| 2022-04-27 | mtd: rawnand: cadence: fix possible null-ptr-deref in cadence_nand_dt_probe() | Yang Yingliang | 1 | -3/+2 |
| 2022-04-27 | mtd: spi-nor: micron-st: Remove status polling on volatile registers write | Tudor Ambarus | 1 | -3/+0 |
| 2022-04-27 | mtd: spi-nor: spansion: Remove status polling on volatile registers write | Tudor Ambarus | 1 | -4/+0 |
| 2022-04-27 | mtd: spi-nor: Introduce templates for SPI NOR operations | Tudor Ambarus | 5 | -107/+158 |
| 2022-04-27 | mtd: spi-nor: spansion: Rework spi_nor_cypress_octal_dtr_enable() | Tudor Ambarus | 1 | -59/+69 |
| 2022-04-27 | mtd: spi-nor: micron-st: Rework spi_nor_micron_octal_dtr_enable() | Tudor Ambarus | 1 | -51/+60 |
| 2022-04-27 | mtd: spi-nor: core: Add helpers to read/write any register | Tudor Ambarus | 2 | -0/+50 |
| 2022-04-27 | mtd: spi-nor: manufacturers: Use spi_nor_read_id() core method | Tudor Ambarus | 2 | -20/+6 |
| 2022-04-27 | mtd: spi-nor: core: Introduce method for RDID op | Tudor Ambarus | 2 | -15/+44 |
| 2022-04-27 | mtd: spi-nor: core: Use auto-detection only once | Tudor Ambarus | 1 | -3/+1 |
| 2022-04-27 | mtd: spi-nor: Introduce spi_nor_match_id() | Tudor Ambarus | 1 | -21/+19 |
| 2022-04-27 | mtd: spi-nor: Rename method, s/spi_nor_match_id/spi_nor_match_name | Tudor Ambarus | 1 | -3/+3 |
| 2022-04-27 | mtd: spi-nor: core: Check written SR value in spi_nor_write_16bit_sr_and_check() | Chen-Tsung Hsieh | 1 | -0/+9 |
| 2022-04-26 | mtd: mtdoops: Add a timestamp to the mtdoops header. | Jean-Marc Eurin | 1 | -3/+9 |
| 2022-04-26 | mtd: mtdoops: Create a header structure for the saved mtdoops. | Jean-Marc Eurin | 1 | -25/+30 |
| 2022-04-26 | mtd: mtdoops: Fix the size of the header read buffer. | Jean-Marc Eurin | 1 | -1/+1 |
| 2022-04-25 | mtdblock: warn if opened on NAND | Bjørn Mork | 1 | -4/+4 |
| 2022-04-25 | mtd: phram: Allow probing via reserved-memory | Vincent Whitchurch | 1 | -4/+63 |
| 2022-04-25 | mtd: core: Check devicetree alias for index | Vincent Whitchurch | 1 | -2/+9 |
| 2022-04-25 | mtd: maps: ixp4xx: Drop driver | Linus Walleij | 3 | -272/+0 |
| 2022-04-21 | mtd: rawnand: add support for Toshiba TC58NVG0S3HTA00 NAND flash | Andreas Böhler | 1 | -0/+3 |
| 2022-04-21 | mtd: spinand: Add support for XTX XT26G0xA | Felix Matouschek | 3 | -1/+131 |
| 2022-04-21 | mtd: rawnand: gpmi: Add large oob bch setting support | Han Xu | 2 | -5/+197 |
| 2022-04-21 | mtd: rawnand: gpmi: Rename the variable ecc_chunk_size | Han Xu | 2 | -27/+34 |
| 2022-04-21 | mtd: rawnand: gpmi: Uninline the gpmi_check_ecc function | Han Xu | 1 | -1/+1 |
| 2022-04-21 | mtd: rawnand: gpmi: Add strict ecc strength check | Han Xu | 1 | -1/+14 |
| 2022-04-21 | mtd: rawnand: gpmi: Refactor bch geometry settings function | Han Xu | 1 | -12/+20 |
| 2022-04-21 | mtd: rawnand: denali: Use managed device resources | Zheyu Ma | 1 | -11/+4 |
| 2022-04-21 | mtd: rawnand: qcom: fix memory corruption that causes panic | Md Sadre Alam | 1 | -11/+13 |
| 2022-04-21 | mtd: rawnand: Fix return value check of wait_for_completion_timeout | Miaoqian Lin | 1 | -6/+8 |
| 2022-04-19 | ARM: pxa: split up mach/hardware.h | Arnd Bergmann | 1 | -2/+0 |
| 2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 1 | -1/+0 |
| 2022-04-11 | mtd: rawnand: omap_elm: Add compatible for AM64 ELM | Roger Quadros | 1 | -0/+1 |
| 2022-04-04 | mtd: rawnand: fix ecc parameters for mt7622 | Chuanhong Guo | 1 | -4/+8 |
| 2022-04-04 | mtd: rawnand: print offset instead of page number for bad blocks | Rafał Miłecki | 1 | -4/+5 |
| 2022-04-04 | mtd: spinand: gigadevice: add support for GD5FxGM7xExxG | Chuanhong Guo | 1 | -0/+60 |
| 2022-04-04 | mtd: spinand: gigadevice: add support for GD5F{2, 4}GQ5xExxG | Chuanhong Guo | 1 | -0/+48 |
| 2022-04-04 | mtd: spinand: gigadevice: add support for GD5F1GQ5RExxG | Chuanhong Guo | 1 | -0/+10 |
| 2022-04-04 | mtd: spinand: gigadevice: add support for GD5FxGQ4xExxG | Chuanhong Guo | 1 | -0/+30 |
| 2022-04-04 | mtd: spinand: gigadevice: fix Quad IO for GD5F1GQ5UExxG | Chuanhong Guo | 1 | -1/+9 |
| 2022-04-04 | mtd: rawnand: davinci: Remove redundant unsigned comparison to zero | Wang Weiyang | 1 | -1/+1 |
| 2022-04-04 | mtd: parsers: bcm47xxpart: print correct offset on read error | Rafał Miłecki | 1 | -1/+1 |
| 2022-03-31 | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -24/+21 |
| 2022-03-28 | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -9/+4 |
| 2022-03-25 | Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 56 | -723/+2130 |
| 2022-03-23 | Merge tag 'nand/for-5.18' into mtd/next | Miquel Raynal | 14 | -138/+421 |
| 2022-03-21 | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 10 | -1193/+4 |
| 2022-03-21 | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -2/+1 |
| 2022-03-18 | Merge tag 'spi-nor/for-5.18' into mtd/next | Miquel Raynal | 25 | -536/+629 |
| 2022-03-14 | mtd: nand: ecc: mxic: Fix compile test issue | Miquel Raynal | 1 | -0/+1 |
| 2022-03-14 | mtd: nand: mxic-ecc: make two read-only arrays static const | Colin Ian King | 1 | -2/+2 |
| 2022-03-14 | mtd: hyperbus: HBMC_AM654 should depend on ARCH_K3 | Geert Uytterhoeven | 1 | -1/+1 |
| 2022-03-14 | mtd: core: Remove partid and partname debugfs files | Tudor Ambarus | 1 | -34/+1 |
| 2022-03-14 | mtd: tests: Fix eraseblock read speed miscalculation for lower partition sizes | Amit Kumar Mahapatra | 1 | -6/+5 |
| 2022-03-14 | mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init | Xin Xiong | 1 | -3/+11 |
| 2022-03-14 | mtd: rawnand: rockchip: fix platform_get_irq.cocci warning | Yihao Han | 1 | -1/+0 |
| 2022-03-08 | mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is set | Tudor Ambarus | 1 | -1/+2 |
| 2022-03-07 | mtd: rawnand: omap2: Actually prevent invalid configuration and build error | Roger Quadros | 1 | -2/+1 |
| 2022-02-28 | Merge 5.17-rc6 into char-misc-next | Greg Kroah-Hartman | 8 | -29/+50 |
| 2022-02-25 | Merge tag 'char-misc-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+2 |
| 2022-02-25 | mtd: spi-nor: renumber flags | Michael Walle | 1 | -14/+14 |
| 2022-02-25 | mtd: spi-nor: slightly change code style in spi_nor_sr_ready() | Michael Walle | 1 | -1/+2 |
| 2022-02-25 | mtd: spi-nor: spansion: rename vendor specific functions and defines | Michael Walle | 1 | -7/+7 |
| 2022-02-25 | mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flag | Michael Walle | 3 | -27/+34 |
| 2022-02-25 | mtd: spi-nor: move all spansion specifics into spansion.c | Michael Walle | 2 | -49/+70 |
| 2022-02-25 | mtd: spi-nor: spansion: slightly rework control flow in late_init() | Michael Walle | 1 | -7/+6 |
| 2022-02-25 | mtd: spi-nor: micron-st: rename vendor specific functions and defines | Michael Walle | 1 | -9/+9 |
| 2022-02-25 | mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flag | Michael Walle | 3 | -39/+60 |
| 2022-02-25 | mtd: spi-nor: move all micron-st specifics into micron-st.c | Michael Walle | 2 | -122/+135 |
| 2022-02-25 | mtd: spi-nor: xilinx: correct the debug message | Michael Walle | 1 | -1/+1 |
| 2022-02-25 | mtd: spi-nor: xilinx: rename vendor specific functions and defines | Michael Walle | 1 | -15/+15 |
| 2022-02-25 | mtd: spi-nor: move all xilinx specifics into xilinx.c | Michael Walle | 3 | -81/+74 |
| 2022-02-25 | mtd: spi-nor: guard _page_size parameter in S3AN_INFO() | Michael Walle | 1 | -2/+2 |
| 2022-02-25 | mtd: spi-nor: export more functions to be used in vendor modules | Michael Walle | 2 | -5/+11 |
| 2022-02-25 | mtd: spi-nor: allow a flash to define its own ready() function | Michael Walle | 2 | -0/+8 |
| 2022-02-25 | mtd: spi-nor: slightly refactor the spi_nor_setup() | Michael Walle | 2 | -9/+9 |
| 2022-02-25 | mtd: spi-nor: xmc: unify function names | Michael Walle | 1 | -3/+3 |
| 2022-02-25 | mtd: spi-nor: xilinx: unify function names | Michael Walle | 1 | -9/+9 |
| 2022-02-25 | mtd: spi-nor: winbond: unify function names | Michael Walle | 1 | -14/+15 |
| 2022-02-25 | mtd: spi-nor: sst: unify function names | Michael Walle | 1 | -22/+22 |
| 2022-02-25 | mtd: spi-nor: spansion: unify function names | Michael Walle | 1 | -17/+17 |
| 2022-02-25 | mtd: spi-nor: micron-st: unify function names | Michael Walle | 1 | -17/+17 |
| 2022-02-25 | mtd: spi-nor: macronix: unify function names | Michael Walle | 1 | -7/+7 |
| 2022-02-25 | mtd: spi-nor: issi: unify function names | Michael Walle | 1 | -5/+5 |
| 2022-02-25 | mtd: spi-nor: intel: unify function names | Michael Walle | 1 | -3/+3 |
| 2022-02-25 | mtd: spi-nor: gigadevice: unify function names | Michael Walle | 1 | -3/+3 |
| 2022-02-25 | mtd: spi-nor: fujitsu: unify function names | Michael Walle | 1 | -3/+3 |
| 2022-02-25 | mtd: spi-nor: everspin: unify function names | Michael Walle | 1 | -3/+3 |
| 2022-02-25 | mtd: spi-nor: esmt: unify function names | Michael Walle | 1 | -3/+3 |
| 2022-02-25 | mtd: spi-nor: eon: unify function names | Michael Walle | 1 | -3/+3 |
| 2022-02-25 | mtd: spi-nor: catalyst: unify function names | Michael Walle | 1 | -3/+3 |
| 2022-02-25 | mtd: spi-nor: atmel: unify function names | Michael Walle | 1 | -39/+42 |
| 2022-02-21 | mtd: core: Drop duplicate NULL checks around nvmem_unregister() | Andy Shevchenko | 1 | -9/+4 |
| 2022-02-21 | mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios property | Christophe Kerello | 1 | -0/+2 |
| 2022-02-18 | mtd: rawnand: stm32_fmc2: Add NAND Write Protect support | Christophe Kerello | 1 | -1/+39 |
| 2022-02-18 | mtd: rawnand: pl353: Set the nand chip node as the flash node | Amit Kumar Mahapatra | 1 | -1/+1 |
| 2022-02-18 | mtd: parsers: trx: allow to use on MediaTek MIPS SoCs | INAGAKI Hiroshi | 1 | -1/+1 |
| 2022-02-18 | mtd: spear_smi: use GFP_KERNEL | Julia Lawall | 1 | -1/+1 |
| 2022-02-18 | Merge tag 'mtd/spi-mem-ecc-for-5.18' into mtd/next | Miquel Raynal | 7 | -14/+1054 |
| 2022-02-15 | mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEM | Mark Brown | 6 | -1181/+0 |
| 2022-02-14 | mtd: spi-nor: intel-spi: Convert to SPI MEM | Mika Westerberg | 6 | -1187/+0 |
| 2022-02-14 | mtd: spi-nor: intel-spi: Disable write protection only if asked | Mika Westerberg | 2 | -32/+38 |
| 2022-02-10 | mtd: spinand: Create direct mapping descriptors for ECC operations | Miquel Raynal | 1 | -2/+33 |
| 2022-02-10 | mtd: spinand: Delay a little bit the dirmap creation | Miquel Raynal | 1 | -8/+8 |
| 2022-02-10 | mtd: nand: mxic-ecc: Support SPI pipelined mode | Miquel Raynal | 1 | -1/+185 |
| 2022-02-09 | spi: make remove callback a void function | Uwe Kleine-König | 4 | -12/+4 |
| 2022-02-09 | mtd: nand: ecc: Provide a helper to retrieve a pilelined engine device | Miquel Raynal | 1 | -0/+31 |
| 2022-02-09 | mtd: nand: mxic-ecc: Add Macronix external ECC engine support | Miquel Raynal | 3 | -0/+702 |