index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
ingenic
/
ingenic_nand_drv.c
Age
Commit message (
Expand
)
Author
2024-10-21
mtd: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2023-11-04
Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
2023-09-27
mtd: rawnand: ingenic: move the GPIO quirk to gpiolib-of.c
Bartosz Golaszewski
2023-09-22
mtd: rawnand: ingenic: Annotate struct ingenic_nfc with __counted_by
Kees Cook
2023-07-27
mtd: Explicitly include correct DT includes
Rob Herring
2023-04-11
mtd: nand: Convert to platform remove callback returning void
Uwe Kleine-König
2022-01-31
mtd: Fix misuses of of_match_ptr()
Miquel Raynal
2021-11-19
mtd: rawnand: ingenic: JZ4740 needs 'oob_first' read page function
Paul Cercueil
2020-09-30
mtd: rawnand: Use the ECC framework OOB layouts
Miquel Raynal
2020-09-28
mtd: rawnand: Use the new ECC engine type enumeration
Miquel Raynal
2020-05-31
mtd: rawnand: ingenic: Convert the driver to exec_op()
Boris Brezillon
2020-05-31
mtd: rawnand: ingenic: Fix the RB gpio active-high property on qi, lb60
Boris Brezillon
2020-05-31
mtd: rawnand: ingenic: Stop using nand_release()
Miquel Raynal
2020-05-31
mtd: rawnand: ingenic: Fix the probe error path
Miquel Raynal
2020-05-10
mtd: rawnand: ingenic: Make qi_lb60_ooblayout_ops static
YueHaibing
2020-03-30
mtd: Convert fallthrough comments into statements
Miquel Raynal
2019-08-07
mtd: rawnand: ingenic: fix devm_platform_ioremap_resource.cocci warnings
Julia Lawall
2019-07-25
mtd: rawnand: ingenic: Add of_node_put() before return
Nishka Dasgupta
2019-07-01
mtd: rawnand: ingenic: Fix ingenic_ecc dependency
Paul Cercueil