summary refs log tree commit diff
path: root/drivers/mtd/nand/raw/meson_nand.c
AgeCommit message (Expand)Author
2023-08-11mtd: rawnand: meson: fix OOB available bytes for ECCArseniy Krasnov
2023-07-23mtd: rawnand: meson: fix unaligned DMA buffers handlingArseniy Krasnov
2023-04-20mtd: rawnand: meson: fix bitmask for length in command wordArseniy Krasnov
2023-04-06mtd: rawnand: meson: invalidate cache on polling ECC bitArseniy Krasnov
2023-04-06mtd: rawnand: meson: initialize struct with zeroesArseniy Krasnov
2022-09-21mtd: rawnand: meson: refine resource getting in probeLiang Yang
2022-09-21mtd: rawnand: meson: fix the clockLiang Yang
2022-09-21mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct()Dan Carpenter
2022-08-01Merge remote-tracking branch 'korg_git/nand/next' into mtd/nextRichard Weinberger
2022-06-09mtd: rawnand: meson: Drop cleaning platform data in .remove()Uwe Kleine-König
2022-06-09mtd: rawnand: meson: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König
2022-06-06mtd: rawnand: meson: Fix a potential double free issueChristophe JAILLET
2021-08-06mtd: rawnand: remove never changed ret variableJason Wang
2020-12-10mtd: rawnand: meson: Fix a resource leak in initDan Carpenter
2020-12-10mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() argumentsSergei Antonov
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal
2020-06-26mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal
2020-05-11mtd: rawnand: Rename a NAND chip optionMiquel Raynal
2020-05-10mtd: rawnand: Take check_only into accountBoris Brezillon
2020-03-11mtd: rawnand: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-10-08mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-25mtd: rawnand: meson: Add of_node_put() before returnNishka Dasgupta
2019-04-18mtd: rawnand: meson: only initialize the RB completion onceMartin Blumenstingl
2019-04-18mtd: rawnand: meson: use a void pointer for meson_nfc_dma_buffer_setupMartin Blumenstingl
2019-04-18mtd: rawnand: meson: use of_property_count_elems_of_size helperMartin Blumenstingl
2019-04-18mtd: rawnand: meson: use struct_size macroMartin Blumenstingl
2019-04-08mtd: rawnand: meson: set oob layout opsLiang Yang
2019-03-21mtd: rawnand: meson: fix a potential memory leak in meson_nfc_read_bufMartin Blumenstingl
2019-03-21mtd: rawnand: meson: add missing ENOMEM check in meson_nfc_read_buf()Martin Blumenstingl
2019-02-05mtd: rawnand: meson: add support for Amlogic NAND flash controllerLiang Yang