summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/txx9ndfmc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: txx9ndfmc: Convert to platform remove callback returning voidUwe Kleine-König2023-11-131-3/+2
* mtd: rawnand: txx9ndfmc: Drop if block with always false conditionUwe Kleine-König2023-11-131-2/+0
* mtd: rawnand: txx9ndfmc: Switch to module_platform_driver()Uwe Kleine-König2023-11-131-5/+5
* Revert "mtd: rawnand: txx9ndfmc: Fix external use of SW Hamming ECC helper"Miquel Raynal2021-10-151-3/+2
* mtd: rawnand: txx9ndfm: Make use of the helper function devm_platform_ioremap...Cai Huoqing2021-09-141-3/+1
* mtd: rawnand: txx9ndfmc: Fix external use of SW Hamming ECC helperMiquel Raynal2021-05-101-2/+3
* mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal2020-12-101-1/+0
* mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal2020-12-101-2/+2
* mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal2020-12-101-1/+1
* mtd: rawnand: txx9ndfmc: Move the ECC initialization to ->attach_chip()Miquel Raynal2020-11-191-5/+9
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-1/+1
* mtd: rawnand: txx9ndfmc: Stop using nand_release()Miquel Raynal2020-05-311-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-1/+0
* mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon2018-10-031-1/+2
* mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-3/+3
* mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon2018-10-031-2/+2
* mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon2018-10-031-2/+1
* mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-031-2/+2
* mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-031-4/+4
* mtd: rawnand: Pass a nand_chip object to ecc->correct()Boris Brezillon2018-10-031-3/+3
* mtd: rawnand: Pass a nand_chip object to ecc->calculate()Boris Brezillon2018-10-031-3/+2
* mtd: rawnand: Pass a nand_chip object to ecc->hwctl()Boris Brezillon2018-10-031-2/+2
* 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: txx9ndfmc: convert driver to nand_scan()Miquel Raynal2018-07-311-17/+17
* mtd: rawnand: txx9ndfmc: clarify ECC parameters assignationMiquel Raynal2018-07-311-4/+4
* mtd: rawnand: txx9ndfmc: rename nand controller internal structureMiquel Raynal2018-07-311-3/+3
* mtd: rawnand: better name for the controller structureMiquel Raynal2018-07-311-2/+2
* mtd: rawnand: use mtd_device_register() where applicableRafał Miłecki2018-07-191-1/+1
* MIPS: txx9: Move the ndfc.h header to include/linux/platform_data/txx9Boris Brezillon2018-07-181-1/+1
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+423