summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/stm32_fmc2_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: stm32_fmc2: Add NAND Write Protect supportChristophe Kerello2022-02-181-1/+39
* mtd: rawnand: stm32_fmc2: Make use of the helper function devm_platform_iorem...Cai Huoqing2021-09-141-6/+2
* mtd: rawnand: stm32_fmc2: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-111-0/+2
* mtd: rawnand: stm32_fmc2: fix broken ECCChristophe Kerello2020-10-301-7/+8
* mtd: rawnand: stm32_fmc2: fix a buffer overflowChristophe Kerello2020-09-301-1/+1
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-4/+5
* Merge tag 'nand/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger2020-08-071-3/+3
|\
| * mtd: rawnand: s/data_interface/interface_config/Miquel Raynal2020-06-261-2/+2
| * mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal2020-06-261-1/+1
* | mtd: rawnand: stm32_fmc2: get resources from parent nodeChristophe Kerello2020-07-071-21/+50
* | mtd: rawnand: stm32_fmc2: use regmap APIsChristophe Kerello2020-07-071-143/+125
* | mtd: rawnand: stm32_fmc2: do not display errors if the driver is deferredChristophe Kerello2020-07-071-3/+3
|/
* mtd: rawnand: stm32_fmc2: Stop using nand_release()Miquel Raynal2020-05-311-1/+5
* mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macrosChristophe Kerello2020-05-241-92/+85
* mtd: rawnand: stm32_fmc2: cosmetic change to use nfc instead of fmc2 where re...Christophe Kerello2020-05-241-407/+403
* mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_MS for timeoutsChristophe Kerello2020-05-111-5/+4
* mtd: rawnand: stm32_fmc2: remove useless inline commentsChristophe Kerello2020-05-111-40/+0
* mtd: rawnand: stm32_fmc2: manage all errors cases at probe timeChristophe Kerello2020-05-111-6/+11
* mtd: rawnand: Rename a NAND chip optionMiquel Raynal2020-05-111-1/+1
* mtd: rawnand: Take check_only into accountBoris Brezillon2020-05-101-3/+3
* mtd: rawnand: stm32_fmc2: Use dma_request_chan() instead dma_request_slave_ch...Peter Ujfalusi2020-03-111-7/+37
* mtd: rawnand: stm32_fmc2: avoid to lock the CPU busChristophe Kerello2020-01-091-2/+36
* mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-10-081-4/+1
* mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 optionChristophe Kerello2019-07-251-61/+29
* mtd: rawnand: stm32_fmc2: increase DMA completion timeoutsAmelie Delaunay2019-06-281-6/+9
* mtd: rawnand: stm32_fmc2: manage the get_irq error caseFabien Dessenne2019-06-271-0/+6
* mtd: rawnand: stm32_fmc2: add polling modeChristophe Kerello2019-02-051-32/+297
* mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driverChristophe Kerello2019-02-051-0/+1808