summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_mxs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/mtd-nand'Sascha Hauer2020-11-101-87/+85
|\
| * mtd: nand: Update to Linux-5.9Sascha Hauer2020-11-101-17/+20
| * mtd: nand: gpmi: Use nand_to_mtd()Sascha Hauer2020-11-091-1/+1
| * mtd: nand: move function hooks to struct nand_legacySascha Hauer2020-11-091-20/+20
| * mtd: rename class_dev to devSascha Hauer2020-11-091-2/+2
| * mtd: Use classdev->parentSascha Hauer2020-11-091-2/+2
| * mtd: Add underscore prefix to mtd hooksSascha Hauer2020-11-061-9/+9
| * mtd: nand: Pass struct nand_chip aroundSascha Hauer2020-11-061-56/+51
* | mtd: nand-mxs: fix out-of-bounds write on 64-bit SoCsAhmad Fatoum2020-10-091-3/+1
|/
* mtd: nand: Embed struct mtd_info into struct nand_chipSascha Hauer2019-08-261-4/+2
* mtd: nand: Add and use static inline wrapper for getting nand_chip from mtdSascha Hauer2019-08-261-14/+14
* mtd: nand-mxs: Make ecc strength configurable via device treeSascha Hauer2019-08-061-4/+21
* mtd: nand-mxs: inline only once used functionSascha Hauer2019-08-061-6/+1
* mtd: nand-mxs: pass mtd_info to mxs_nand_get_mark_offset()Sascha Hauer2019-08-061-6/+5
* mtd: nand-mxs: change API between NAND driver and fcb codeSascha Hauer2019-08-061-29/+33
* mtd: nand-mxs: Make locally used variable staticSascha Hauer2019-08-061-3/+1
* mtd: nand-mxs: calculate ecc_strength only onceSascha Hauer2019-08-061-12/+36
* mtd: nand-mxs: consistently rename struct nand_chip * to "chip"Sascha Hauer2019-08-061-74/+74
* nand: nand_mxs: Do not zero out DMA coherent memoryAndrey Smirnov2019-05-281-3/+0
* Revert "mtd: nand: Kill the chip->scan_bbt() hook"Sascha Hauer2019-01-211-9/+18
* mtd: nand: Kill the chip->scan_bbt() hookLadislav Michl2018-12-171-18/+9
* mtd: nand: mxs: make locally used functions staticSascha Hauer2018-10-181-2/+2
* mtd: gpmi-nand: Make sure clock is disabled during rate changeSascha Hauer2018-07-061-1/+4
* mtd: nand: nand_mxs: Don't call get/set features on chips which do not suppor...Sascha Hauer2017-09-061-9/+13
* mtd: nand-mxs: improve error messagesUwe Kleine-König2017-09-061-2/+2
* mtd: nand: nand_mxs: Fix readtotal calculationChristian Hemp2016-11-111-4/+4
* nand: imx6: Changed default NAND clockDaniel Schultz2016-11-111-1/+1
* mtd: nand_mxs: Setup timingSascha Hauer2016-06-241-4/+808
* mtd: nand: gpmi: Use subpage reads only on suitable NAND chipsSascha Hauer2016-06-221-3/+5
* mtd: nand: nand_mxs: Add subpage read supportSascha Hauer2016-05-101-8/+47
* mtd: nand: nand_mxs: Factor out BCH setup functionSascha Hauer2016-05-101-31/+28
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-7/+10
* mtd: gpmi: Add erased page bitflip correctionMarkus Pargmann2016-01-041-2/+40
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-4/+4
* ARM: move DMA alloc functions to dma.hLucas Stach2015-03-061-1/+1
* ARM: change dma_alloc/free_coherent to match other architecturesLucas Stach2015-03-061-2/+3
* ARM: i.MX6: use generic calculation in nand bbu handlerStefan Christ2015-01-291-3/+4
* imx6: clk: Gate off ENFC clock before setting clock rateDmitry Lavnikevich2014-11-261-0/+1
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-0/+5
* mtd: nand: mxs: Fix 2k nand with oob size of 224 bytesSascha Hauer2014-05-201-16/+0
* mtd: nand-mxs: Return bitflipsSascha Hauer2014-04-291-1/+4
* nand: mxs: Fix for calculating ecc strength on some types of NAND flashDmitry Lavnikevich2014-03-121-4/+17
* nand: mxs: Check for up to 4 NAND chipsDmitry Lavnikevich2014-03-121-2/+9
* nand_mxs: fix on i.MX28Eric Bénard2013-09-101-0/+1
* mtd: nand: mxs-nand: Add on flash bbt supportSascha Hauer2013-07-231-0/+13
* mtd: nand: mxs-nand: Add i.MX6 supportSascha Hauer2013-07-231-22/+80
* mtd: nand: gpmi: cleanup includesSascha Hauer2013-07-231-3/+1
* mtd: nand: gpmi: replace MXS_BCH_BASE with driver resourcesSascha Hauer2013-07-231-6/+8
* mtd: nand: gpmi: use io_base instead of MXS_GPMI_BASESascha Hauer2013-07-231-3/+2
* dma: apbh: Turn into a driverSascha Hauer2013-07-231-3/+0