aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mtd/nand/raw/meson_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-26mtd: rawnand: meson: fix scrambling mode value in command macroArseniy Krasnov1-1/+1
2023-11-30mtd: rawnand: meson: handle OOB buffer according OOB layoutArseniy Krasnov1-2/+2
2023-11-20mtd: rawnand: meson: initialize clock registerArseniy Krasnov1-1/+3
2023-11-04Merge tag 'nand/for-6.7' into mtd/nextMiquel Raynal1-0/+3
2023-10-27mtd: rawnand: meson: check return value of devm_kasprintf()Yi Yang1-0/+3
2023-09-22mtd: rawnand: meson: Annotate struct meson_nfc_nand_chip with __counted_byKees Cook1-1/+1
2023-09-03Merge tag 'mtd/for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-26/+46
2023-08-28Merge tag 'nand/for-6.6' into mtd/nextMiquel Raynal1-25/+46
2023-07-28mtd: rawnand: meson: fix build errorArseniy Krasnov1-11/+11
2023-07-27mtd: Explicitly include correct DT includesRob Herring1-1/+0
2023-07-27mtd: rawnand: meson: support for 512B ECC step sizeArseniy Krasnov1-11/+34
2023-07-12mtd: rawnand: meson: use NAND core API to check statusArseniy Krasnov1-14/+12
2023-07-12mtd: rawnand: meson: fix OOB available bytes for ECCArseniy Krasnov1-2/+1
2023-06-19mtd: rawnand: meson: fix unaligned DMA buffers handlingArseniy Krasnov1-0/+4
2023-06-09mtd: rawnand: meson: check buffer lengthArseniy Krasnov1-3/+43
2023-06-09mtd: rawnand: meson: waiting w/o wired ready/busy pinArseniy Krasnov1-4/+73
2023-06-09mtd: rawnand: meson: replace integer consts with proper definesArseniy Krasnov1-2/+5
2023-04-25Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-4/+2
2023-04-11mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-03mtd: rawnand: meson: fix bitmask for length in command wordArseniy Krasnov1-3/+3
2023-03-22mtd: rawnand: meson: invalidate cache on polling ECC bitArseniy Krasnov1-1/+7
2023-03-06mtd: rawnand: meson: initialize struct with zeroesArseniy Krasnov1-1/+1
2022-09-21mtd: rawnand: meson: refine resource getting in probeLiang Yang1-3/+1
2022-09-21mtd: rawnand: meson: fix the clockLiang Yang1-41/+41
2022-09-21mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct()Dan Carpenter1-2/+2
2022-08-01Merge remote-tracking branch 'korg_git/nand/next' into mtd/nextRichard Weinberger1-1/+0
2022-06-09mtd: rawnand: meson: Drop cleaning platform data in .remove()Uwe Kleine-König1-2/+0
2022-06-09mtd: rawnand: meson: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König1-11/+3
2022-06-06mtd: rawnand: meson: Fix a potential double free issueChristophe JAILLET1-1/+0
2021-08-06mtd: rawnand: remove never changed ret variableJason Wang1-2/+2
2020-12-10mtd: rawnand: meson: Fix a resource leak in initDan Carpenter1-1/+4
2020-12-10mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() argumentsSergei Antonov1-1/+1
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal1-1/+1
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal1-3/+3
2020-06-26mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal1-4/+4
2020-05-11mtd: rawnand: Rename a NAND chip optionMiquel Raynal1-1/+1
2020-05-10mtd: rawnand: Take check_only into accountBoris Brezillon1-0/+3
2020-03-11mtd: rawnand: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-10-08mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-25mtd: rawnand: meson: Add of_node_put() before returnNishka Dasgupta1-0/+1
2019-04-18mtd: rawnand: meson: only initialize the RB completion onceMartin Blumenstingl1-1/+2
2019-04-18mtd: rawnand: meson: use a void pointer for meson_nfc_dma_buffer_setupMartin Blumenstingl1-5/+5
2019-04-18mtd: rawnand: meson: use of_property_count_elems_of_size helperMartin Blumenstingl1-4/+1
2019-04-18mtd: rawnand: meson: use struct_size macroMartin Blumenstingl1-2/+1
2019-04-08mtd: rawnand: meson: set oob layout opsLiang Yang1-0/+2
2019-03-21mtd: rawnand: meson: fix a potential memory leak in meson_nfc_read_bufMartin Blumenstingl1-1/+3
2019-03-21mtd: rawnand: meson: add missing ENOMEM check in meson_nfc_read_buf()Martin Blumenstingl1-0/+3
2019-02-05mtd: rawnand: meson: add support for Amlogic NAND flash controllerLiang Yang1-0/+1464