summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/mtk_nand.c
AgeCommit message (Expand)Author
2023-10-16mtd: rawnand: Annotate struct mtk_nfc_nand_chip with __counted_byKees Cook
2023-08-28Merge tag 'nand/for-6.6' into mtd/nextMiquel Raynal
2023-08-21mtd: rawnand: mtk: Use helper function devm_clk_get_enabled()Li Zetao
2023-07-27mtd: Explicitly include correct DT includesRob Herring
2023-04-11mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König
2022-04-27mtd: nand: make mtk_ecc.c a separated moduleChuanhong Guo
2021-09-14mtd: rawnand: mtk: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing
2021-03-11mtd: rawnand: mtk: Fix WAITRDY break condition and timeoutHauke Mehrtens
2020-09-28mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal
2020-06-15mtd: rawnand: mtk: Convert the driver to exec_op()Boris Brezillon
2020-05-31mtd: rawnand: mtk: Stop using nand_release()Miquel Raynal
2020-05-31mtd: rawnand: mtk: Fix the probe error pathMiquel Raynal
2020-05-11mtd: rawnand: Rename a NAND chip optionMiquel Raynal
2020-03-11mtd: rawnand: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-10-08mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-06-27mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPLXiaolei Li
2019-06-27mtd: rawnand: mtk: Fix wrongly assigned OOB buffer pointer issueXiaolei Li
2019-06-27mtd: rawnand: mtk: Add validity check for CE# pin settingXiaolei Li
2019-06-27mtd: rawnand: mtk: Improve data sampling timing for read cycleXiaolei Li
2019-06-27mtd: rawnand: mtk: Correct low level time calculation of r/w cycleXiaolei Li
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon
2019-02-05mtd: rawnand: mtk: Use nand_controller_init() instead of open-coding itBoris Brezillon
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon
2018-07-31mtd: rawnand: mtk: convert driver to nand_scan()Miquel Raynal
2018-07-31mtd: rawnand: better name for the controller structureMiquel Raynal
2018-07-19mtd: rawnand: use mtd_device_register() where applicableRafał Miłecki
2018-04-29mtd: rawnand: mtk: use of_device_get_match_data()Ryder Lee
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon