summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2024-07-209-428/+511
|\
| * mtd: rawnand: lpx32xx: Fix dma_request_chan() error checksPiotr Wojtaszczyk2024-07-172-2/+2
| * mtd: spinand: macronix: Add support for serial NAND flashCheng Ming Lin2024-07-171-0/+38
| * mtd: spinand: macronix: Add support for reading Device ID 2Cheng Ming Lin2024-07-171-13/+13
| * mtd: rawnand: lpx32xx: Request DMA channels using DT entriesPiotr Wojtaszczyk2024-07-172-22/+30
| * mtd: rawnand: intel: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-07-171-3/+3
| * mtd: rawnand: mxc: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-07-171-3/+3
| * mtd: rawnand: gpmi: add iMX8QXP support.Han Xu2024-07-172-1/+18
| * mtd: rawnand: gpmi: add 'support_edo_timing' in gpmi_devdataFrank Li2024-07-172-1/+6
| * mtd: rawnand: cadence: remove unused struct 'ecc_info'Dr. David Alan Gilbert2024-07-011-5/+0
| * mtd: rawnand: mxc: support software ECCSascha Hauer2024-07-011-5/+97
| * mtd: rawnand: mxc: implement exec_opSascha Hauer2024-07-011-301/+165
| * mtd: rawnand: mxc: separate page read from ecc calcSascha Hauer2024-07-011-54/+86
| * mtd: rawnand: meson: read/write access for boot ROM pagesArseniy Krasnov2024-05-271-10/+48
| * mtd: rawnand: meson: refactor use of 'meson_nfc_cmd_access()'Arseniy Krasnov2024-05-271-18/+12
* | Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-161-2/+1
|\ \
| * | memory: fsl_ifc: Make FSL_IFC config visible and selectableEsben Haabendal2024-06-121-2/+1
| |/
* | mtd: rawnand: rockchip: ensure NVDDR timings are rejectedVal Packett2024-05-271-3/+3
* | mtd: rawnand: Bypass a couple of sanity checks during NAND identificationMiquel Raynal2024-05-271-24/+31
* | mtd: rawnand: Fix the nand_read_data_op() early checkMiquel Raynal2024-05-271-1/+1
* | mtd: rawnand: Ensure ECC configuration is propagated to upper layersMiquel Raynal2024-05-271-1/+8
|/
* Merge tag 'mtd/for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2024-05-162-2/+5
|\
| * mtd: rawnand: hynix: fixed typoMaxim Korotkov2024-03-251-1/+1
| * mtd: rawnand: davinci: Add dummy read after sending commandBastien Curutchet2024-03-251-1/+4
* | mtd: diskonchip: work around ubsan link failureArnd Bergmann2024-04-091-2/+2
* | mtd: rawnand: qcom: Fix broken OP_RESET_DEVICE command in qcom_misc_cmd_type_...Christian Marangi2024-04-091-4/+3
* | mtd: rawnand: brcmnand: Fix data access violation for STB chipWilliam Zhang2024-03-251-1/+1
|/
* Merge tag 'mtd/for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2024-03-1516-182/+403
|\
| * mtd: rawnand: Ensure continuous reads are well disabledMiquel Raynal2024-03-151-0/+3
| * mtd: rawnand: Constrain even more when continuous reads are enabledMiquel Raynal2024-03-151-1/+11
| * mtd: rawnand: brcmnand: Add support for getting ecc setting from strapWilliam Zhang2024-03-151-6/+77
| * mtd: rawnand: brcmnand: fix sparse warningsWilliam Zhang2024-03-151-2/+2
| * mtd: nand: raw: atmel: Fix comment in timings preparationAlexander Dahl2024-03-151-1/+1
| * mtd: rawnand: Ensure all continuous terms are always in syncMiquel Raynal2024-03-151-9/+14
| * mtd: rawnand: Add a helper for calculating a page indexMiquel Raynal2024-03-151-5/+11
| * mtd: rawnand: Fix and simplify again the continuous read derivationsMiquel Raynal2024-03-151-14/+20
| * mtd: rawnand: hynix: remove @nand_technology kernel-doc descriptionRandy Dunlap2024-03-151-1/+0
| * mtd: rawnand: brcmnand: Support write protection setting from dtsWilliam Zhang2024-03-151-0/+4
| * mtd: rawnand: brcmnand: Add BCMBCA read data bus interfaceWilliam Zhang2024-03-153-3/+46
| * mtd: rawnand: brcmnand: Rename bcm63138 nand driverWilliam Zhang2024-03-153-100/+100
| * mtd: rawnand: brcmnand: update log level messagesDavid Regan2024-02-261-3/+3
| * mtd: rawnand: brcmnand: fix style issuesWilliam Zhang2024-02-261-12/+11
| * mtd: rawnand: brcmnand: exec_op helper functions return type fixesDavid Regan2024-02-261-4/+8
| * mtd: rawnand: stm32_fmc2: add MP25 supportChristophe Kerello2024-02-261-9/+45
| * mtd: rawnand: stm32_fmc2: use dma_get_slave_caps to get DMA max burstChristophe Kerello2024-02-261-5/+24
| * mtd: rawnand: lpc32xx_mlc: fix irq handler prototypeArnd Bergmann2024-02-261-2/+3
| * mtd: rawnand: Prefer struct_size over open coded arithmeticErick Archer2024-02-261-1/+1
| * mtd: rawnand: meson: fix scrambling mode value in command macroArseniy Krasnov2024-02-261-1/+1
| * mtd: rawnand: remove redundant assignment to variable bbtblocksColin Ian King2024-02-261-1/+0
| * mtd: spinand: esmt: Extend IDs to 5 bytesEzra Buehler2024-02-051-3/+6