summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/fsmc_nand.c
AgeCommit message (Expand)Author
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
2018-07-19mtd: rawnand: fsmc: Stop using chip->read_buf()Boris Brezillon
2018-07-18mtd: rawnand: fsmc: Use uintptr_t casts instead of unsigned onesBoris Brezillon
2018-07-18mtd: rawnand: fscm: Avoid collision on PC def when compiling for MIPSBoris Brezillon
2018-04-29mtd: rawnand: fsmc: fix the probe function error pathMiquel Raynal
2018-04-29mtd: rawnand: fsmc: clean the probe function styleMiquel Raynal
2018-02-17mtd: nand: fsmc: use ->exec_op()Miquel Raynal
2018-02-17mtd: nand: fsmc: get rid of IO_ADDR_[R|W]Miquel Raynal
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon