summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/meson_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: remove never changed ret variableJason Wang2021-08-061-2/+2
* mtd: rawnand: meson: Fix a resource leak in initDan Carpenter2020-12-101-1/+4
* mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() argumentsSergei Antonov2020-12-101-1/+1
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-1/+1
* mtd: rawnand: s/data_interface/interface_config/Miquel Raynal2020-06-261-3/+3
* mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal2020-06-261-4/+4
* mtd: rawnand: Rename a NAND chip optionMiquel Raynal2020-05-111-1/+1
* mtd: rawnand: Take check_only into accountBoris Brezillon2020-05-101-0/+3
* mtd: rawnand: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-111-1/+1
* mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-10-081-3/+1
* mtd: rawnand: meson: Add of_node_put() before returnNishka Dasgupta2019-07-251-0/+1
* mtd: rawnand: meson: only initialize the RB completion onceMartin Blumenstingl2019-04-181-1/+2
* mtd: rawnand: meson: use a void pointer for meson_nfc_dma_buffer_setupMartin Blumenstingl2019-04-181-5/+5
* mtd: rawnand: meson: use of_property_count_elems_of_size helperMartin Blumenstingl2019-04-181-4/+1
* mtd: rawnand: meson: use struct_size macroMartin Blumenstingl2019-04-181-2/+1
* mtd: rawnand: meson: set oob layout opsLiang Yang2019-04-081-0/+2
* mtd: rawnand: meson: fix a potential memory leak in meson_nfc_read_bufMartin Blumenstingl2019-03-211-1/+3
* mtd: rawnand: meson: add missing ENOMEM check in meson_nfc_read_buf()Martin Blumenstingl2019-03-211-0/+3
* mtd: rawnand: meson: add support for Amlogic NAND flash controllerLiang Yang2019-02-051-0/+1464