summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/stm32_fmc2_nand.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-21mtd: rawnand: stm32_fmc2: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov1-3/+2
2022-09-21mtd: rawnand: stm32_fmc2: Fix dma_map_sg error checkJack Wang1-3/+5
2022-02-18mtd: rawnand: stm32_fmc2: Add NAND Write Protect supportChristophe Kerello1-1/+39
2021-09-14mtd: rawnand: stm32_fmc2: Make use of the helper function devm_platform_iorem...Cai Huoqing1-6/+2
2021-03-11mtd: rawnand: stm32_fmc2: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2020-10-30mtd: rawnand: stm32_fmc2: fix broken ECCChristophe Kerello1-7/+8
2020-09-30mtd: rawnand: stm32_fmc2: fix a buffer overflowChristophe Kerello1-1/+1
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal1-4/+5
2020-08-07Merge tag 'nand/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger1-3/+3
2020-07-07mtd: rawnand: stm32_fmc2: get resources from parent nodeChristophe Kerello1-21/+50
2020-07-07mtd: rawnand: stm32_fmc2: use regmap APIsChristophe Kerello1-143/+125
2020-07-07mtd: rawnand: stm32_fmc2: do not display errors if the driver is deferredChristophe Kerello1-3/+3
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal1-2/+2
2020-06-26mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal1-1/+1
2020-05-31mtd: rawnand: stm32_fmc2: Stop using nand_release()Miquel Raynal1-1/+5
2020-05-24mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macrosChristophe Kerello1-92/+85
2020-05-24mtd: rawnand: stm32_fmc2: cosmetic change to use nfc instead of fmc2 where re...Christophe Kerello1-407/+403
2020-05-11mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_MS for timeoutsChristophe Kerello1-5/+4
2020-05-11mtd: rawnand: stm32_fmc2: remove useless inline commentsChristophe Kerello1-40/+0
2020-05-11mtd: rawnand: stm32_fmc2: manage all errors cases at probe timeChristophe Kerello1-6/+11
2020-05-11mtd: rawnand: Rename a NAND chip optionMiquel Raynal1-1/+1
2020-05-10mtd: rawnand: Take check_only into accountBoris Brezillon1-3/+3
2020-03-11mtd: rawnand: stm32_fmc2: Use dma_request_chan() instead dma_request_slave_ch...Peter Ujfalusi1-7/+37
2020-01-09mtd: rawnand: stm32_fmc2: avoid to lock the CPU busChristophe Kerello1-2/+36
2019-10-08mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-4/+1
2019-07-25mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 optionChristophe Kerello1-61/+29
2019-06-28mtd: rawnand: stm32_fmc2: increase DMA completion timeoutsAmelie Delaunay1-6/+9
2019-06-27mtd: rawnand: stm32_fmc2: manage the get_irq error caseFabien Dessenne1-0/+6
2019-02-05mtd: rawnand: stm32_fmc2: add polling modeChristophe Kerello1-32/+297
2019-02-05mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driverChristophe Kerello1-0/+1808