index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
sunxi_nand.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: rawnand: sunxi: Add A23/A33 DMA support with extra MBUS configuration
Miquel Raynal
2019-07-05
1
-0
/
+24
*
Revert "mtd: rawnand: sunxi: Add A23/A33 DMA support"
Miquel Raynal
2019-07-05
1
-36
/
+2
*
mtd: rawnand: sunxi: Add A23/A33 DMA support
Miquel Raynal
2019-04-18
1
-2
/
+36
*
mtd: rawnand: sunxi: Add a platform data structure
Miquel Raynal
2019-04-18
1
-5
/
+32
*
mtd: rawnand: Get rid of chip->ecc_{strength,step}_ds
Boris Brezillon
2019-04-08
1
-2
/
+2
*
mtd: rawnand: Provide a helper to get chip->data_buf
Boris Brezillon
2019-04-08
1
-6
/
+5
*
mtd: rawnand: sunxi: Handle the tREA > tRC / 2 case
Boris Brezillon
2019-02-05
1
-3
/
+19
*
mtd: rawnand: sunxi: Fix kernel doc headers
Boris Brezillon
2019-02-05
1
-30
/
+30
*
mtd: rawnand: sunxi: Migrate to ->exec_op()
Boris Brezillon
2019-02-05
1
-120
/
+174
*
mtd: rawnand: sunxi: Add an SPDX tag
Boris Brezillon
2019-02-05
1
-11
/
+2
*
mtd: rawnand: sunxi: Stop passing mtd_info objects around
Boris Brezillon
2019-02-05
1
-110
/
+94
*
mtd: rawnand: sunxi: Name nand_chip objects consistently
Boris Brezillon
2019-02-05
1
-52
/
+51
*
mtd: rawnand: sunxi: Use struct_size()
Boris Brezillon
2019-02-05
1
-3
/
+1
*
mtd: rawnand: sunxi: Use a consistent name for sunxi_nand_chip objects
Boris Brezillon
2019-02-05
1
-27
/
+29
*
mtd: rawnand: sunxi: Write pageprog related opcodes to WCMD_SET
Boris Brezillon
2018-12-17
1
-1
/
+1
*
mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops
Boris Brezillon
2018-12-07
1
-1
/
+1
*
mtd: rawnand: Deprecate the ->select_chip() hook
Boris Brezillon
2018-12-07
1
-1
/
+1
*
mtd: rawnand: Deprecate ->chip_delay
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
Boris Brezillon
2018-10-03
1
-2
/
+2
*
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
Boris Brezillon
2018-10-03
1
-3
/
+3
*
mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()
Boris Brezillon
2018-10-03
1
-2
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
Boris Brezillon
2018-10-03
1
-2
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
Boris Brezillon
2018-10-03
1
-2
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
Boris Brezillon
2018-10-03
1
-2
/
+2
*
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
Boris Brezillon
2018-10-03
1
-3
/
+2
*
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
Boris Brezillon
2018-10-03
1
-6
/
+5
*
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
Boris Brezillon
2018-10-03
1
-11
/
+10
*
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
Boris Brezillon
2018-10-03
1
-14
/
+12
*
mtd: rawnand: Pass a nand_chip object to nand_release()
Boris Brezillon
2018-10-03
1
-2
/
+2
*
mtd: rawnand: Pass a nand_chip object to nand_scan()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: sunxi: convert driver to nand_scan()
Miquel Raynal
2018-07-31
1
-24
/
+19
*
mtd: rawnand: sunxi: Remove gpio.h and of_gpio.h inclusions
Boris Brezillon
2018-07-31
1
-2
/
+0
*
mtd: rawnand: better name for the controller structure
Miquel Raynal
2018-07-31
1
-3
/
+3
*
mtd: rawnand: sunxi: Make sure ret is initialized in sunxi_nfc_read_byte()
Boris Brezillon
2018-07-18
1
-1
/
+1
*
mtd: rawnand: sunxi: Add an U suffix to NFC_PAGE_OP definition
Boris Brezillon
2018-07-18
1
-1
/
+1
*
mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy polling
Boris Brezillon
2018-04-29
1
-76
/
+15
*
mtd: rawnand: sunxi: Stop supporting ECC_HW_SYNDROME mode
Boris Brezillon
2018-03-29
1
-135
/
+20
*
mtd: nand: move raw NAND related code to the raw/ subdir
Boris Brezillon
2018-02-16
1
-0
/
+2321