summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/fsmc_nand.c
AgeCommit message (Expand)Author
2023-08-21mtd: rawnand: fsmc: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-18mtd: rawnand: fsmc: handle clk prepare error in fsmc_nand_resume()Yi Yang
2023-04-19Merge tag 'nand/for-6.4' into mtd/nextMiquel Raynal
2023-04-11mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-22mtd: Use of_property_read_bool() for boolean propertiesRob Herring
2021-12-03mtd: rawnand: fsmc: Fix timing computationHerve Codina
2021-12-03mtd: rawnand: fsmc: Take instruction delay into accountHerve Codina
2021-10-15mtd: rawnand: fsmc: Fix use of SM ORDERMiquel Raynal
2021-05-10mtd: rawnand: fsmc: Fix external use of SW Hamming ECC helperMiquel Raynal
2021-04-15Merge tag 'nand/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger
2021-03-11mtd: rawnand: fsmc: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-11mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe()Dan Carpenter
2020-12-10mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal
2020-11-19mtd: rawnand: fsmc: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal
2020-08-27mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal
2020-05-31mtd: rawnand: fsmc: Stop using nand_release()Miquel Raynal
2020-05-11mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal
2020-05-10mtd: rawnand: Take check_only into accountBoris Brezillon
2020-05-10mtd: rawnand: fsmc: Change to non-atomic bit operationsFenghua Yu
2019-06-27mtd: rawnand: fsmc: Use nand_op_trace for operation tracingSascha Hauer
2019-03-04Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds
2019-02-05mtd: rawnand: fsmc: Disable NAND on remove()Linus Walleij
2019-02-05mtd: rawnand: fsmc: Reset NAND timings on resume()Linus Walleij
2019-01-15mtd: rawnand: fsmc: Keep bank enable bit setLinus Walleij
2018-12-07mtd: rawnand: fsmc: Fix all coding style issues reported by checkpatchBoris Brezillon
2018-12-07mtd: rawnand: fsmc: Add an SPDX tag to replace the license textBoris Brezillon
2018-12-07mtd: rawnand: fsmc: Stop using the dummy controller objBoris Brezillon
2018-12-07mtd: rawnand: fsmc: Make conversion from chip to fsmc consistentBoris Brezillon
2018-12-07mtd: rawnand: fsmc: Fix the fsmc_nand_data kernel-docBoris Brezillon
2018-12-07mtd: rawnand: fsmc: Stop passing mtd_info objects to internal functionsBoris Brezillon
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon
2018-12-07mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon
2018-12-07mtd: rawnand: fsmc: Stop implementing ->select_chip()Boris Brezillon
2018-11-05mtd: rawnand: fsmc: Fix unchecked return value in fsmc_read_page_hweccGustavo A. R. Silva
2018-10-03mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->chip_delayBoris 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->select_chip()Boris 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 ecc->correct()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->calculate()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->hwctl()Boris 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: fsmc: convert driver to nand_scan()Miquel Raynal