开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
sunxi_nand.c
Age
Commit message (
Expand
)
Author
2024-10-21
mtd: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-09-06
mtd: rawnand: sunxi: Use for_each_child_of_node_scoped()
Jinjie Ruan
2023-09-22
mtd: rawnand: sunxi: Annotate struct sunxi_nand_chip with __counted_by
Kees Cook
2023-08-28
Merge tag 'nand/for-6.6' into mtd/next
Miquel Raynal
2023-08-21
mtd: rawnand: sunxi: Use helper function devm_clk_get_enabled()
Li Zetao
2023-07-27
mtd: Explicitly include correct DT includes
Rob Herring
2023-07-12
mtd: rawnand: sunxi: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-04-11
mtd: nand: Convert to platform remove callback returning void
Uwe Kleine-König
2023-02-06
mtd: rawnand: sunxi: Precompute the ECC_CTL register value
Samuel Holland
2023-02-06
mtd: rawnand: sunxi: Embed sunxi_nand_hw_ecc by value
Samuel Holland
2023-02-06
mtd: rawnand: sunxi: Update OOB layout to match hardware
Samuel Holland
2023-01-02
mtd: rawnand: sunxi: Fix the size of the last OOB region
Samuel Holland
2023-01-02
mtd: rawnand: sunxi: Remove an unnecessary check
Samuel Holland
2023-01-02
mtd: rawnand: sunxi: Remove an unnecessary check
Samuel Holland
2023-01-02
mtd: rawnand: sunxi: Clean up chips after failed init
Samuel Holland
2021-06-11
mtd: rawnand: sunxi: remove unnecessary oom message
Zhen Lei
2020-12-16
Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/next
Miquel Raynal
2020-12-10
mtd: rawnand: sunxi: Add MDMA support
Manuel Dipolt
2020-12-10
mtd: rawnand: Get rid of chip->ecc.priv
Miquel Raynal
2020-11-20
mtd: rawnand: sunxi: Document 'sunxi_nfc's 'caps' member
Lee Jones
2020-09-30
mtd: rawnand: Use the NAND framework user_conf object for ECC flags
Miquel Raynal
2020-09-28
mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevant
Miquel Raynal
2020-09-28
mtd: rawnand: Use the new ECC engine type enumeration
Miquel Raynal
2020-06-26
mtd: rawnand: s/data_interface/interface_config/
Miquel Raynal
2020-05-31
mtd: rawnand: sunxi: Stop using nand_release()
Miquel Raynal
2020-05-31
mtd: rawnand: sunxi: Fix the probe error path
Miquel Raynal
2020-05-11
mtd: rawnand: Rename a NAND chip option
Miquel Raynal
2020-05-10
mtd: rawnand: Take check_only into account
Boris Brezillon
2020-03-11
mtd: rawnand: sunxi: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2020-03-11
mtd: rawnand: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2019-10-08
mtd: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-07-05
mtd: rawnand: sunxi: Add A23/A33 DMA support with extra MBUS configuration
Miquel Raynal
2019-07-05
Revert "mtd: rawnand: sunxi: Add A23/A33 DMA support"
Miquel Raynal
2019-04-18
mtd: rawnand: sunxi: Add A23/A33 DMA support
Miquel Raynal
2019-04-18
mtd: rawnand: sunxi: Add a platform data structure
Miquel Raynal
2019-04-08
mtd: rawnand: Get rid of chip->ecc_{strength,step}_ds
Boris Brezillon
2019-04-08
mtd: rawnand: Provide a helper to get chip->data_buf
Boris Brezillon
2019-02-05
mtd: rawnand: sunxi: Handle the tREA > tRC / 2 case
Boris Brezillon
2019-02-05
mtd: rawnand: sunxi: Fix kernel doc headers
Boris Brezillon
2019-02-05
mtd: rawnand: sunxi: Migrate to ->exec_op()
Boris Brezillon
2019-02-05
mtd: rawnand: sunxi: Add an SPDX tag
Boris Brezillon
2019-02-05
mtd: rawnand: sunxi: Stop passing mtd_info objects around
Boris Brezillon
2019-02-05
mtd: rawnand: sunxi: Name nand_chip objects consistently
Boris Brezillon
2019-02-05
mtd: rawnand: sunxi: Use struct_size()
Boris Brezillon
2019-02-05
mtd: rawnand: sunxi: Use a consistent name for sunxi_nand_chip objects
Boris Brezillon
2018-12-17
mtd: rawnand: sunxi: Write pageprog related opcodes to WCMD_SET
Boris Brezillon
2018-12-07
mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops
Boris Brezillon
2018-12-07
mtd: rawnand: Deprecate the ->select_chip() hook
Boris Brezillon
2018-10-03
mtd: rawnand: Deprecate ->chip_delay
Boris Brezillon
2018-10-03
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
Boris Brezillon
[next]