summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/fsmc_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: fsmc: Fix timing computationHerve Codina2021-12-031-8/+24
* mtd: rawnand: fsmc: Take instruction delay into accountHerve Codina2021-12-031-0/+4
* mtd: rawnand: fsmc: Fix use of SM ORDERMiquel Raynal2021-10-151-1/+3
* mtd: rawnand: fsmc: Fix external use of SW Hamming ECC helperMiquel Raynal2021-05-101-1/+11
* Merge tag 'nand/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger2021-04-151-0/+2
|\
| * mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe()Dan Carpenter2021-03-111-0/+2
* | mtd: rawnand: fsmc: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-111-0/+1
|/
* mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal2020-12-101-1/+0
* mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal2020-12-101-1/+1
* mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal2020-12-101-1/+1
* mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal2020-11-301-1/+1
* mtd: rawnand: fsmc: Move the ECC initialization to ->attach_chip()Miquel Raynal2020-11-191-15/+15
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-6/+6
* mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal2020-08-271-1/+1
* mtd: rawnand: s/data_interface/interface_config/Miquel Raynal2020-06-261-3/+3
* mtd: rawnand: fsmc: Stop using nand_release()Miquel Raynal2020-05-311-1/+6
* mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal2020-05-111-1/+1
* mtd: rawnand: Take check_only into accountBoris Brezillon2020-05-101-0/+3
* mtd: rawnand: fsmc: Change to non-atomic bit operationsFenghua Yu2020-05-101-3/+4
* mtd: rawnand: fsmc: Use nand_op_trace for operation tracingSascha Hauer2019-06-271-17/+2
* Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds2019-03-041-0/+16
|\
| * mtd: rawnand: fsmc: Disable NAND on remove()Linus Walleij2019-02-051-0/+15
| * mtd: rawnand: fsmc: Reset NAND timings on resume()Linus Walleij2019-02-051-0/+1
* | mtd: rawnand: fsmc: Keep bank enable bit setLinus Walleij2019-01-151-21/+0
|/
* mtd: rawnand: fsmc: Fix all coding style issues reported by checkpatchBoris Brezillon2018-12-071-100/+99
* mtd: rawnand: fsmc: Add an SPDX tag to replace the license textBoris Brezillon2018-12-071-5/+2
* mtd: rawnand: fsmc: Stop using the dummy controller objBoris Brezillon2018-12-071-1/+6
* mtd: rawnand: fsmc: Make conversion from chip to fsmc consistentBoris Brezillon2018-12-071-2/+1
* mtd: rawnand: fsmc: Fix the fsmc_nand_data kernel-docBoris Brezillon2018-12-071-3/+4
* mtd: rawnand: fsmc: Stop passing mtd_info objects to internal functionsBoris Brezillon2018-12-071-28/+23
* mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon2018-12-071-3/+4
* mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon2018-12-071-1/+1
* mtd: rawnand: fsmc: Stop implementing ->select_chip()Boris Brezillon2018-12-071-11/+12
* mtd: rawnand: fsmc: Fix unchecked return value in fsmc_read_page_hweccGustavo A. R. Silva2018-11-051-3/+4
* mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon2018-10-031-0/+1
* mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-1/+0
* mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon2018-10-031-2/+1
* mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-031-2/+2
* mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-031-3/+3
* mtd: rawnand: Pass a nand_chip object to ecc->correct()Boris Brezillon2018-10-031-5/+4
* mtd: rawnand: Pass a nand_chip object to ecc->calculate()Boris Brezillon2018-10-031-5/+5
* mtd: rawnand: Pass a nand_chip object to ecc->hwctl()Boris Brezillon2018-10-031-3/+3
* mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: fsmc: convert driver to nand_scan()Miquel Raynal2018-07-311-70/+78
* mtd: rawnand: fsmc: Stop using chip->read_buf()Boris Brezillon2018-07-191-1/+1
* mtd: rawnand: fsmc: Use uintptr_t casts instead of unsigned onesBoris Brezillon2018-07-181-2/+2
* mtd: rawnand: fscm: Avoid collision on PC def when compiling for MIPSBoris Brezillon2018-07-181-14/+15
* mtd: rawnand: fsmc: fix the probe function error pathMiquel Raynal2018-04-291-1/+3
* mtd: rawnand: fsmc: clean the probe function styleMiquel Raynal2018-04-291-12/+13