summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/sunxi_nand.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-22mtd: rawnand: sunxi: Annotate struct sunxi_nand_chip with __counted_byKees Cook1-1/+1
2023-08-28Merge tag 'nand/for-6.6' into mtd/nextMiquel Raynal1-25/+7
2023-08-21mtd: rawnand: sunxi: Use helper function devm_clk_get_enabled()Li Zetao1-23/+6
2023-07-27mtd: Explicitly include correct DT includesRob Herring1-1/+0
2023-07-12mtd: rawnand: sunxi: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-04-11mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-02-06mtd: rawnand: sunxi: Precompute the ECC_CTL register valueSamuel Holland1-17/+10
2023-02-06mtd: rawnand: sunxi: Embed sunxi_nand_hw_ecc by valueSamuel Holland1-39/+6
2023-02-06mtd: rawnand: sunxi: Update OOB layout to match hardwareSamuel Holland1-0/+7
2023-01-02mtd: rawnand: sunxi: Fix the size of the last OOB regionSamuel Holland1-1/+1
2023-01-02mtd: rawnand: sunxi: Remove an unnecessary checkSamuel Holland1-6/+0
2023-01-02mtd: rawnand: sunxi: Remove an unnecessary checkSamuel Holland1-1/+1
2023-01-02mtd: rawnand: sunxi: Clean up chips after failed initSamuel Holland1-19/+20
2021-06-11mtd: rawnand: sunxi: remove unnecessary oom messageZhen Lei1-3/+1
2020-12-16Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal1-58/+90
2020-12-11mtd: rawnand: sunxi: Add MDMA supportManuel Dipolt1-44/+73
2020-12-11mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal1-14/+17
2020-11-20mtd: rawnand: sunxi: Document 'sunxi_nfc's 'caps' memberLee Jones1-0/+1
2020-09-30mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal1-1/+2
2020-09-28mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal1-2/+4
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal1-9/+9
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal1-3/+3
2020-05-31mtd: rawnand: sunxi: Stop using nand_release()Miquel Raynal1-2/+7
2020-05-31mtd: rawnand: sunxi: Fix the probe error pathMiquel Raynal1-1/+1
2020-05-11mtd: rawnand: Rename a NAND chip optionMiquel Raynal1-1/+1
2020-05-10mtd: rawnand: Take check_only into accountBoris Brezillon1-1/+2
2020-03-11mtd: rawnand: sunxi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-5/+10
2020-03-11mtd: rawnand: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-10-08mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-05mtd: rawnand: sunxi: Add A23/A33 DMA support with extra MBUS configurationMiquel Raynal1-0/+24
2019-07-05Revert "mtd: rawnand: sunxi: Add A23/A33 DMA support"Miquel Raynal1-36/+2
2019-04-18mtd: rawnand: sunxi: Add A23/A33 DMA supportMiquel Raynal1-2/+36
2019-04-18mtd: rawnand: sunxi: Add a platform data structureMiquel Raynal1-5/+32
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon1-2/+2
2019-04-08mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon1-6/+5
2019-02-05mtd: rawnand: sunxi: Handle the tREA > tRC / 2 caseBoris Brezillon1-3/+19
2019-02-05mtd: rawnand: sunxi: Fix kernel doc headersBoris Brezillon1-30/+30
2019-02-05mtd: rawnand: sunxi: Migrate to ->exec_op()Boris Brezillon1-120/+174
2019-02-05mtd: rawnand: sunxi: Add an SPDX tagBoris Brezillon1-11/+2
2019-02-05mtd: rawnand: sunxi: Stop passing mtd_info objects aroundBoris Brezillon1-110/+94
2019-02-05mtd: rawnand: sunxi: Name nand_chip objects consistentlyBoris Brezillon1-52/+51
2019-02-05mtd: rawnand: sunxi: Use struct_size()Boris Brezillon1-3/+1
2019-02-05mtd: rawnand: sunxi: Use a consistent name for sunxi_nand_chip objectsBoris Brezillon1-27/+29
2018-12-17mtd: rawnand: sunxi: Write pageprog related opcodes to WCMD_SETBoris Brezillon1-1/+1
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon1-1/+1
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon1-1/+1
2018-10-03mtd: rawnand: Deprecate ->chip_delayBoris Brezillon1-1/+1
2018-10-03mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon1-2/+2
2018-10-03mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon1-1/+1
2018-10-03mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon1-3/+3