summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/stm32_fmc2_nand.c
AgeCommit message (Expand)Author
2021-09-14mtd: rawnand: stm32_fmc2: Make use of the helper function devm_platform_iorem...Cai Huoqing
2021-03-11mtd: rawnand: stm32_fmc2: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-10-30mtd: rawnand: stm32_fmc2: fix broken ECCChristophe Kerello
2020-09-30mtd: rawnand: stm32_fmc2: fix a buffer overflowChristophe Kerello
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal
2020-08-07Merge tag 'nand/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger
2020-07-07mtd: rawnand: stm32_fmc2: get resources from parent nodeChristophe Kerello
2020-07-07mtd: rawnand: stm32_fmc2: use regmap APIsChristophe Kerello
2020-07-07mtd: rawnand: stm32_fmc2: do not display errors if the driver is deferredChristophe Kerello
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal
2020-06-26mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal
2020-05-31mtd: rawnand: stm32_fmc2: Stop using nand_release()Miquel Raynal
2020-05-24mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macrosChristophe Kerello
2020-05-24mtd: rawnand: stm32_fmc2: cosmetic change to use nfc instead of fmc2 where re...Christophe Kerello
2020-05-11mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_MS for timeoutsChristophe Kerello
2020-05-11mtd: rawnand: stm32_fmc2: remove useless inline commentsChristophe Kerello
2020-05-11mtd: rawnand: stm32_fmc2: manage all errors cases at probe timeChristophe Kerello
2020-05-11mtd: rawnand: Rename a NAND chip optionMiquel Raynal
2020-05-10mtd: rawnand: Take check_only into accountBoris Brezillon
2020-03-11mtd: rawnand: stm32_fmc2: Use dma_request_chan() instead dma_request_slave_ch...Peter Ujfalusi
2020-01-09mtd: rawnand: stm32_fmc2: avoid to lock the CPU busChristophe Kerello
2019-10-08mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-25mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 optionChristophe Kerello
2019-06-28mtd: rawnand: stm32_fmc2: increase DMA completion timeoutsAmelie Delaunay
2019-06-27mtd: rawnand: stm32_fmc2: manage the get_irq error caseFabien Dessenne
2019-02-05mtd: rawnand: stm32_fmc2: add polling modeChristophe Kerello
2019-02-05mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driverChristophe Kerello