index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
r852.c
Age
Commit message (
Expand
)
Author
2024-10-21
mtd: rawnand: Correct multiple typos in comments
Shen Lichuan
2021-06-18
mtd: rawnand: r852: use DEVICE_ATTR_RO() helper macro
Zhen Lei
2021-03-28
mtd: rawnand: r852: replace spin_lock_irqsave by spin_lock in hard IRQ
Tian Tao
2020-11-20
mtd: rawnand: r852: Move the ECC initialization to ->attach_chip()
Miquel Raynal
2020-09-28
mtd: rawnand: Use the new ECC engine type enumeration
Miquel Raynal
2020-09-28
mtd: rawnand: Separate the ECC engine type and the ECC byte placement
Miquel Raynal
2020-05-31
mtd: rawnand: r852: Stop using nand_release()
Miquel Raynal
2019-08-07
mtd: rawnand: r852: Use dev_get_drvdata
Chuhong Yuan
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2019-02-05
mtd: rawnand: Stop using chip->state in drivers
Boris Brezillon
2018-12-07
mtd: rawnand: Add nand_[de]select_target() helpers
Boris Brezillon
2018-11-05
mtd: rawnand: r852: use generic DMA API
Christoph Hellwig
2018-10-08
mtd: rawnand: r852: fix spelling mistake "card_registred" -> "card_registered"
Colin Ian King
2018-10-03
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
Boris Brezillon
2018-10-03
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
Boris Brezillon
2018-10-03
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->waitfunc()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->correct()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->hwctl()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to nand_release()
Boris Brezillon
2018-03-15
mtd: rawnand: Replace printk() with appropriate pr_*() macro
Shreeya Patel
2018-02-16
mtd: nand: move raw NAND related code to the raw/ subdir
Boris Brezillon