summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/davinci_nand.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-31mtd: rawnand: Drop OOB_FIRST placement schemeMiquel Raynal1-28/+98
2020-05-31mtd: rawnand: davinci: Stop using nand_release()Miquel Raynal1-1/+5
2020-05-24mtd: rawnand: davinci: Get rid of the legacy interface implementationBoris Brezillon1-91/+0
2020-05-24mtd: rawnand: davinci: Implement exec_op()Boris Brezillon1-1/+101
2020-05-24mtd: rawnand: davinci: Stop using nand_chip.legacy.IO_ADDR_{R, W}Boris Brezillon1-21/+15
2020-05-24mtd: rawnand: davinci: Inherit from nand_controllerBoris Brezillon1-1/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2018-12-07mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon1-1/+1
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon1-1/+1
2018-10-03mtd: rawnand: Deprecate ->chip_delayBoris Brezillon1-1/+1
2018-10-03mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon1-1/+1
2018-10-03mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon1-1/+1
2018-10-03mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon1-2/+2
2018-10-03mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon1-12/+12
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon1-2/+2
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon1-3/+2
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon1-2/+2
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon1-4/+2
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon1-3/+2
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->correct()Boris Brezillon1-5/+4
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->calculate()Boris Brezillon1-6/+6
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->hwctl()Boris Brezillon1-5/+5
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon1-1/+1
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon1-1/+1
2018-07-31mtd: rawnand: davinci: convert driver to nand_scan()Miquel Raynal1-93/+102
2018-07-19mtd: rawnand: use mtd_device_register() where applicableRafał Miłecki1-2/+1
2018-07-18mtd: rawnand: davinci: Use uintptr_t casts instead of unsigned onesBoris Brezillon1-5/+5
2018-07-18mtd: rawnand: davinci: Stop doing iomem pointer <-> u32 conversionsBoris Brezillon1-13/+10
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-3/+3
2018-05-02mtd: rawnand: davinci: stop using pdev->id as chipselectBartosz Golaszewski1-3/+3
2018-04-26mtd: rawnand: davinci: don't acquire and enable clockSekhar Nori1-24/+1
2018-03-29mtd: rawnand: davinci: fix probe function error pathMiquel Raynal1-1/+4
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-0/+879