summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/sunxi_nand.c
AgeCommit message (Expand)Author
2023-09-22mtd: rawnand: sunxi: Annotate struct sunxi_nand_chip with __counted_byKees Cook
2023-08-28Merge tag 'nand/for-6.6' into mtd/nextMiquel Raynal
2023-08-21mtd: rawnand: sunxi: Use helper function devm_clk_get_enabled()Li Zetao
2023-07-27mtd: Explicitly include correct DT includesRob Herring
2023-07-12mtd: rawnand: sunxi: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-04-11mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König
2023-02-06mtd: rawnand: sunxi: Precompute the ECC_CTL register valueSamuel Holland
2023-02-06mtd: rawnand: sunxi: Embed sunxi_nand_hw_ecc by valueSamuel Holland
2023-02-06mtd: rawnand: sunxi: Update OOB layout to match hardwareSamuel Holland
2023-01-02mtd: rawnand: sunxi: Fix the size of the last OOB regionSamuel Holland
2023-01-02mtd: rawnand: sunxi: Remove an unnecessary checkSamuel Holland
2023-01-02mtd: rawnand: sunxi: Remove an unnecessary checkSamuel Holland
2023-01-02mtd: rawnand: sunxi: Clean up chips after failed initSamuel Holland
2021-06-11mtd: rawnand: sunxi: remove unnecessary oom messageZhen Lei
2020-12-16Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal
2020-12-10mtd: rawnand: sunxi: Add MDMA supportManuel Dipolt
2020-12-10mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal
2020-11-20mtd: rawnand: sunxi: Document 'sunxi_nfc's 'caps' memberLee Jones
2020-09-30mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal
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-05-31mtd: rawnand: sunxi: Stop using nand_release()Miquel Raynal
2020-05-31mtd: rawnand: sunxi: Fix the probe error pathMiquel Raynal
2020-05-11mtd: rawnand: Rename a NAND chip optionMiquel Raynal
2020-05-10mtd: rawnand: Take check_only into accountBoris Brezillon
2020-03-11mtd: rawnand: sunxi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
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-07-05mtd: rawnand: sunxi: Add A23/A33 DMA support with extra MBUS configurationMiquel Raynal
2019-07-05Revert "mtd: rawnand: sunxi: Add A23/A33 DMA support"Miquel Raynal
2019-04-18mtd: rawnand: sunxi: Add A23/A33 DMA supportMiquel Raynal
2019-04-18mtd: rawnand: sunxi: Add a platform data structureMiquel Raynal
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon
2019-04-08mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon
2019-02-05mtd: rawnand: sunxi: Handle the tREA > tRC / 2 caseBoris Brezillon
2019-02-05mtd: rawnand: sunxi: Fix kernel doc headersBoris Brezillon
2019-02-05mtd: rawnand: sunxi: Migrate to ->exec_op()Boris Brezillon
2019-02-05mtd: rawnand: sunxi: Add an SPDX tagBoris Brezillon
2019-02-05mtd: rawnand: sunxi: Stop passing mtd_info objects aroundBoris Brezillon
2019-02-05mtd: rawnand: sunxi: Name nand_chip objects consistentlyBoris Brezillon
2019-02-05mtd: rawnand: sunxi: Use struct_size()Boris Brezillon
2019-02-05mtd: rawnand: sunxi: Use a consistent name for sunxi_nand_chip objectsBoris Brezillon
2018-12-17mtd: rawnand: sunxi: Write pageprog related opcodes to WCMD_SETBoris 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 ->chip_delayBoris 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