summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/ingenic
AgeCommit message (Expand)Author
2023-11-04Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2023-09-27mtd: rawnand: ingenic: move the GPIO quirk to gpiolib-of.cBartosz Golaszewski
2023-09-22mtd: rawnand: ingenic: Annotate struct ingenic_nfc with __counted_byKees Cook
2023-07-27mtd: Explicitly include correct DT includesRob Herring
2023-05-26mtd: rawnand: ingenic: fix empty stub helper definitionsArnd Bergmann
2023-04-11mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König
2022-03-18Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal
2022-01-31mtd: Fix misuses of of_match_ptr()Miquel Raynal
2022-01-25mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_getMiaoqian Lin
2021-11-19mtd: rawnand: ingenic: JZ4740 needs 'oob_first' read page functionPaul Cercueil
2020-12-10mtd: rawnand: ingenic: remove redundant get_device() in ingenic_ecc_get()Yu Kuai
2020-09-30mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal
2020-07-07mtd: rawnand: ingenic: cleanup ARRAY_SIZE() vs sizeof() useDan Carpenter
2020-05-31mtd: rawnand: ingenic: Convert the driver to exec_op()Boris Brezillon
2020-05-31mtd: rawnand: ingenic: Fix the RB gpio active-high property on qi, lb60Boris Brezillon
2020-05-31mtd: rawnand: ingenic: Stop using nand_release()Miquel Raynal
2020-05-31mtd: rawnand: ingenic: Fix the probe error pathMiquel Raynal
2020-05-10mtd: rawnand: ingenic: Make qi_lb60_ooblayout_ops staticYueHaibing
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal
2020-03-11mtd: rawnand: ingenic: Add dependency on MIPS || COMPILE_TESTPaul Cercueil
2020-03-09mtd: rawnand: ingenic: Use devm_platform_ioremap_resource()Paul Cercueil
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2019-08-07mtd: rawnand: ingenic: fix devm_platform_ioremap_resource.cocci warningsJulia Lawall
2019-07-30mtd: rawnand: Drop obsolete JZ4740 NAND driverPaul Cercueil
2019-07-25mtd: rawnand: ingenic: Add of_node_put() before returnNishka Dasgupta
2019-07-01mtd: rawnand: ingenic: Fix ingenic_ecc dependencyPaul Cercueil
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-18mtd: rawnand: ingenic: Make jz4725b_ooblayout_ops staticYueHaibing
2019-04-18mtd: rawnand: ingenic: Add missing MODULE_* informationYueHaibing
2019-04-18mtd: rawnand: Change Kconfig titles and re-order a bit the listMiquel Raynal
2019-04-08mtd: rawnand: Get rid of chip->numchipsBoris Brezillon
2019-04-08mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon
2019-04-08mtd: rawnand: Fill memorg during detectionBoris Brezillon
2019-04-08mtd: rawnand: ingenic: Move BBTs out of ECC areaPaul Cercueil
2019-04-08mtd: rawnand: ingenic: Add ooblayout for the Qi Ben NanonotePaul Cercueil
2019-04-08mtd: rawnand: ingenic: Add support for the JZ4725BPaul Cercueil
2019-04-08mtd: rawnand: ingenic: Add support for the JZ4740Paul Cercueil
2019-04-08mtd: rawnand: ingenic: Make use of ecc-engine propertyPaul Cercueil
2019-04-08mtd: rawnand: ingenic: Separate top-level and SoC specific codePaul Cercueil
2019-03-21mtd: rawnand: ingenic: Rename jz4780_bch_init to jz4780_bch_resetPaul Cercueil
2019-03-21mtd: rawnand: ingenic: Rename jz4780_nand driver to ingenic_nandPaul Cercueil
2019-03-21mtd: rawnand: ingenic: Use SPDX license notifiersPaul Cercueil
2019-03-21mtd: rawnand: Move drivers for Ingenic SoCs to subfolderPaul Cercueil