index
:
linux.git
master
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
/
sunxi_nand.c
Age
Commit message (
Expand
)
Author
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
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->setup_data_interface()
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->write_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 nand_release()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to nand_scan()
Boris Brezillon
2018-07-31
mtd: rawnand: sunxi: convert driver to nand_scan()
Miquel Raynal
2018-07-31
mtd: rawnand: sunxi: Remove gpio.h and of_gpio.h inclusions
Boris Brezillon
2018-07-31
mtd: rawnand: better name for the controller structure
Miquel Raynal
2018-07-18
mtd: rawnand: sunxi: Make sure ret is initialized in sunxi_nfc_read_byte()
Boris Brezillon
2018-07-18
mtd: rawnand: sunxi: Add an U suffix to NFC_PAGE_OP definition
Boris Brezillon
2018-04-29
mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy polling
Boris Brezillon
2018-03-29
mtd: rawnand: sunxi: Stop supporting ECC_HW_SYNDROME mode
Boris Brezillon
2018-02-16
mtd: nand: move raw NAND related code to the raw/ subdir
Boris Brezillon