summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/atmel
AgeCommit message (Expand)Author
2020-09-30mtd: rawnand: atmel: Check return values for nand_read_data_opAlex Dewar
2020-09-30mtd: rawnand: atmel: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-30mtd: rawnand: atmel: Get rid of the legacy interface implementationBoris Brezillon
2020-09-30mtd: rawnand: atmel: Convert the driver to exec_op()Boris Brezillon
2020-09-30mtd: rawnand: atmel: Use nand_prog_page_end_op()Boris Brezillon
2020-09-30mtd: rawnand: atmel: Use nand_{write,read}_data_op()Boris Brezillon
2020-09-30mtd: rawnand: atmel: Drop redundant nand_read_page_op()Boris Brezillon
2020-09-30mtd: rawnand: atmel: Enable the NFC controller at probe timeBoris Brezillon
2020-09-30mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal
2020-09-30mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal
2020-09-28mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal
2020-08-27mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal
2020-05-11mtd: rawnand: Rename a NAND chip optionMiquel Raynal
2020-01-21mtd: rawnand: atmel: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-18mtd: rawnand: atmel: Fix spelling mistake in error messageMiquel Raynal
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon
2019-03-21mtd: rawnand: atmel: switch to SPDX license identifiersTudor Ambarus
2019-03-21mtd: rawnand: atmel: add sam9x60 nand controller supportTudor Ambarus
2019-03-21mtd: rawnand: atmel: add generic name for EBICSA regmapTudor Ambarus
2019-02-07mtd: rawnand: atmel: fix possible object reference leakWen Yang
2018-12-18Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon
2018-11-18mtd: rawnand: atmel: fix OF child-node lookupJohan Hovold
2018-10-03mtd: rawnand: atmel: Fix potential NULL pointer dereferenceGustavo A. R. Silva
2018-10-03mtd: rawnand: Deprecate ->chip_delayBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris 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->waitfunc()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()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 chip->write_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris 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 nand_scan()Boris Brezillon
2018-09-04mtd: rawnand: atmel: use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2018-09-04mtd: rawnand: Get rid of the ->read_word() hookBoris Brezillon
2018-07-31mtd: rawnand: atmel: convert driver to nand_scan()Miquel Raynal
2018-07-31mtd: rawnand: atmel: clarify NAND addition/removal pathsMiquel Raynal
2018-07-31mtd: rawnand: atmel: Stop including gpio.hBoris Brezillon
2018-07-31mtd: rawnand: better name for the controller structureMiquel Raynal
2018-07-18mtd: rawnand: atmel: Add an __iomem cast on gen_pool_dma_alloc() callBoris Brezillon
2018-07-18mtd: rawnand: atmel: Use uintptr_t casts instead of unsigned intBoris Brezillon