Age | Commit message (Expand) | Author | Files | Lines |
2021-01-20 | mtd: rawnand: omap: Use BCH private fields in the specific OOB layout | Miquel Raynal | 1 | -6/+9 |
2021-01-14 | mtd: spinand: Fix MTD_OPS_AUTO_OOB requests | Miquel Raynal | 1 | -3/+11 |
2021-01-14 | mtd: rawnand: intel: check the mtd name only after setting the variable | Martin Blumenstingl | 1 | -2/+3 |
2021-01-14 | mtd: rawnand: nandsim: Fix the logic when selecting Hamming soft ECC engine | Miquel Raynal | 1 | -4/+3 |
2021-01-04 | mtd: rawnand: gpmi: fix dst bit offset when extracting raw payload | Sean Nyekjaer | 1 | -1/+1 |
2020-12-17 | Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -6/+9 |
2020-12-16 | Merge tag 'mtd/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd... | Linus Torvalds | 83 | -1318/+5483 |
2020-12-16 | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -39/+6 |
2020-12-16 | Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/next | Miquel Raynal | 72 | -1176/+5483 |
2020-12-13 | ubi: Do not zero out EC and VID on ECC-ed NOR flashes | Pratyush Yadav | 2 | -4/+9 |
2020-12-13 | ubi: Remove useless code in bytes_str_to_int | k00524021 | 1 | -2/+0 |
2020-12-11 | mtd: rawnand: xway: Do not force a particular software ECC engine | Miquel Raynal | 1 | -1/+3 |
2020-12-11 | mtd: rawnand: socrates: Do not force a particular software ECC engine | Miquel Raynal | 1 | -1/+3 |
2020-12-11 | mtd: rawnand: plat_nand: Do not force a particular software ECC engine | Miquel Raynal | 1 | -1/+3 |
2020-12-11 | mtd: rawnand: pasemi: Do not force a particular software ECC engine | Miquel Raynal | 1 | -1/+3 |
2020-12-11 | mtd: rawnand: orion: Do not force a particular software ECC engine | Miquel Raynal | 1 | -1/+3 |
2020-12-11 | mtd: rawnand: mpc5121: Do not force a particular software ECC engine | Miquel Raynal | 1 | -1/+3 |
2020-12-11 | mtd: rawnand: gpio: Do not force a particular software ECC engine | Miquel Raynal | 1 | -1/+3 |
2020-12-11 | mtd: rawnand: au1550: Do not force a particular software ECC engine | Miquel Raynal | 1 | -1/+3 |
2020-12-11 | mtd: rawnand: ams-delta: Do not force a particular software ECC engine | Miquel Raynal | 1 | -1/+3 |
2020-12-10 | mtd: spinand: macronix: Add support for MX35LFxG24AD | YouChing Lin | 1 | -0/+27 |
2020-12-10 | mtd: rawnand: rockchip: NFC driver for RK3308, RK2928 and others | Yifeng Zhao | 3 | -0/+1508 |
2020-12-10 | mtd: rawnand: gpmi: Use a single line for of_device_id | Fabio Estevam | 1 | -16/+6 |
2020-12-10 | mtd: rawnand: gpmi: Fix the random DMA timeout issue | Han Xu | 1 | -9/+21 |
2020-12-10 | mtd: rawnand: gpmi: Fix the driver only sense CS0 R/B issue | Han Xu | 2 | -2/+5 |
2020-12-10 | mtd: rawnand: qcom: Add NAND controller support for SDX55 | Manivannan Sadhasivam | 1 | -17/+51 |
2020-12-10 | mtd: rawnand: mxc: Use a single line for of_device_id | Fabio Estevam | 1 | -16/+5 |
2020-12-10 | mtd: rawnand: mxc: Use device_get_match_data() | Fabio Estevam | 1 | -3/+1 |
2020-12-10 | mtd: rawnand: meson: Fix a resource leak in init | Dan Carpenter | 1 | -1/+4 |
2020-12-10 | mtd: rawnand: gpmi: Use of_device_get_match_data() | Fabio Estevam | 1 | -9/+1 |
2020-12-10 | mtd: rawnand: Add NAND controller support on Intel LGM SoC | Ramuthevar Vadivel Murugan | 3 | -0/+730 |
2020-12-10 | mtd: spinand: micron: Add support for MT29F2G01AAAED | Thirumalesha Narasimhappa | 1 | -0/+64 |
2020-12-10 | mtd: spinand: micron: Use more specific names | Thirumalesha Narasimhappa | 1 | -30/+30 |
2020-12-10 | mtd: rawnand: gpmi: fix reference count leak in gpmi ops | Zhang Qilong | 1 | -2/+6 |
2020-12-10 | mtd: spinand: macronix: Add support for MX35LFxGE4AD | YouChing Lin | 1 | -0/+20 |
2020-12-10 | mtd: plat-ram: correctly free memory on error path in platram_probe() | Baskov Evgeiny | 1 | -3/+8 |
2020-12-10 | mtd: onenand: Use mtd->oops_panic_write as condition | Thomas Gleixner | 2 | -12/+13 |
2020-12-10 | mtd: rawnand: marvell: Drop useless line | Miquel Raynal | 1 | -6/+0 |
2020-12-10 | mtd: rawnand: davinci: Do not use extra dereferencing | Miquel Raynal | 1 | -19/+19 |
2020-12-10 | mtd: rawnand: au1550: Ensure the presence of the right includes | Miquel Raynal | 1 | -0/+1 |
2020-12-10 | mtd: nand: Change dependency between the NAND and ECC cores | Miquel Raynal | 1 | -1/+1 |
2020-12-10 | mtd: rawnand: mxc: Remove platform data support | Fabio Estevam | 2 | -72/+5 |
2020-12-10 | mtd: rawnand: ingenic: remove redundant get_device() in ingenic_ecc_get() | Yu Kuai | 1 | -2/+0 |
2020-12-10 | mtd: nand: ecc-hamming: Clarify the logic around rp17 | Miquel Raynal | 1 | -1/+2 |
2020-12-10 | mtd: rawnand: sunxi: Add MDMA support | Manuel Dipolt | 1 | -44/+73 |
2020-12-10 | mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() arguments | Sergei Antonov | 1 | -1/+1 |
2020-12-10 | mtd: rawnand: fix a kernel-doc markup | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-12-10 | mtd: rawnand: qcom: Support for IPQ6018 QPIC NAND controller | Kathiravan T | 1 | -0/+4 |
2020-12-10 | mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register read | Praveenkumar I | 1 | -0/+2 |
2020-12-10 | mtd: rawnand: gpmi: cleanup makefile | Marco Felsch | 1 | -2/+1 |