summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/atmel/nand-controller.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: raw: atmel: Fix comment in timings preparationAlexander Dahl2024-03-151-1/+1
* mtd: rawnand: atmel: Annotate struct atmel_nand with __counted_byKees Cook2023-09-221-1/+1
* mtd: rawnand: atmel: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
* mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* mtd: rawnand: atmel: Unmap streaming DMA mappingsTudor Ambarus2022-09-211-0/+1
* mtd: rawnand: atmel: Warn about failure to unregister mtd deviceUwe Kleine-König2022-06-091-1/+3
* Merge tag 'nand/for-5.18' into mtd/nextMiquel Raynal2022-03-231-3/+11
|\
| * mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_initXin Xiong2022-03-141-3/+11
* | mtd: rawnand: Fix misuses of of_match_node()Miquel Raynal2022-01-311-1/+1
* | mtd: Fix misuses of of_match_ptr()Miquel Raynal2022-01-311-1/+1
|/
* Merge tag 'nand/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger2021-06-291-1/+6
|\
| * mtd: rawnand: atmel: Check the proposed data interface is supportedMiquel Raynal2021-05-261-0/+5
| * mtd: rawnand: Add a helper to clarify the interface configurationMiquel Raynal2021-05-261-1/+1
* | mtd: rawnand: atmel: remove unnecessary oom messageZhen Lei2021-06-111-3/+1
|/
* mtd: rawnand: atmel: Update ecc_stats.corrected counterKai Stuhlemmer (ebee Engineering)2021-03-281-2/+4
* mtd: rawnand: atmel: Check return values for nand_read_data_opAlex Dewar2020-09-301-2/+8
* mtd: rawnand: atmel: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-301-7/+3
* mtd: rawnand: atmel: Get rid of the legacy interface implementationBoris Brezillon2020-09-301-197/+1
* mtd: rawnand: atmel: Convert the driver to exec_op()Boris Brezillon2020-09-301-0/+267
* mtd: rawnand: atmel: Use nand_prog_page_end_op()Boris Brezillon2020-09-301-14/+2
* mtd: rawnand: atmel: Use nand_{write,read}_data_op()Boris Brezillon2020-09-301-5/+5
* mtd: rawnand: atmel: Drop redundant nand_read_page_op()Boris Brezillon2020-09-301-4/+1
* mtd: rawnand: atmel: Enable the NFC controller at probe timeBoris Brezillon2020-09-301-6/+6
* mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal2020-09-301-1/+2
* mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal2020-09-301-1/+1
* mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal2020-09-281-4/+6
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-7/+7
* mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal2020-08-271-1/+1
* mtd: rawnand: s/data_interface/interface_config/Miquel Raynal2020-06-261-17/+17
* mtd: rawnand: Rename a NAND chip optionMiquel Raynal2020-05-111-1/+1
* mtd: rawnand: atmel: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2020-01-211-10/+10
* mtd: rawnand: atmel: Fix spelling mistake in error messageMiquel Raynal2019-04-181-1/+1
* mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon2019-04-081-4/+4
* mtd: rawnand: atmel: switch to SPDX license identifiersTudor Ambarus2019-03-211-4/+1
* mtd: rawnand: atmel: add sam9x60 nand controller supportTudor Ambarus2019-03-211-12/+74
* mtd: rawnand: atmel: add generic name for EBICSA regmapTudor Ambarus2019-03-211-11/+17
* Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-12-181-4/+7
|\
| * mtd: rawnand: atmel: fix OF child-node lookupJohan Hovold2018-11-181-4/+7
* | mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon2018-12-071-2/+3
* | mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-071-2/+2
|/
* mtd: rawnand: atmel: Fix potential NULL pointer dereferenceGustavo A. R. Silva2018-10-031-0/+4
* mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-031-4/+4
* mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-2/+2
* mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-4/+4
* 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->waitfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon2018-10-031-4/+2
* mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon2018-10-031-4/+2
* mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-031-5/+4