summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/fsmc_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: fsmc: Fix all coding style issues reported by checkpatchBoris Brezillon2018-12-071-100/+99Star
* mtd: rawnand: fsmc: Add an SPDX tag to replace the license textBoris Brezillon2018-12-071-5/+2Star
* 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/+1Star
* 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/+23Star
* 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/+0Star
* mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon2018-10-031-2/+1Star
* 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/+4Star
* 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
* mtd: nand: fsmc: use ->exec_op()Miquel Raynal2018-02-171-51/+99
* mtd: nand: fsmc: get rid of IO_ADDR_[R|W]Miquel Raynal2018-02-171-58/+42Star
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+1175