index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-10
mtd: rawnand: gpmi: Use a single line for of_device_id
Fabio Estevam
1
-16
/
+6
2020-12-10
mtd: rawnand: gpmi: Fix the random DMA timeout issue
Han Xu
1
-9
/
+21
2020-12-10
mtd: rawnand: gpmi: Fix the driver only sense CS0 R/B issue
Han Xu
2
-2
/
+5
2020-12-10
mtd: rawnand: qcom: Add NAND controller support for SDX55
Manivannan Sadhasivam
1
-17
/
+51
2020-12-10
mtd: rawnand: mxc: Use a single line for of_device_id
Fabio Estevam
1
-16
/
+5
2020-12-10
mtd: rawnand: mxc: Use device_get_match_data()
Fabio Estevam
1
-3
/
+1
2020-12-10
mtd: rawnand: meson: Fix a resource leak in init
Dan Carpenter
1
-1
/
+4
2020-12-10
mtd: rawnand: gpmi: Use of_device_get_match_data()
Fabio Estevam
1
-9
/
+1
2020-12-10
mtd: rawnand: Add NAND controller support on Intel LGM SoC
Ramuthevar Vadivel Murugan
3
-0
/
+730
2020-12-10
mtd: rawnand: gpmi: fix reference count leak in gpmi ops
Zhang Qilong
1
-2
/
+6
2020-12-10
mtd: onenand: Use mtd->oops_panic_write as condition
Thomas Gleixner
1
-4
/
+5
2020-12-10
mtd: rawnand: marvell: Drop useless line
Miquel Raynal
1
-6
/
+0
2020-12-10
mtd: rawnand: davinci: Do not use extra dereferencing
Miquel Raynal
1
-19
/
+19
2020-12-10
mtd: rawnand: au1550: Ensure the presence of the right includes
Miquel Raynal
1
-0
/
+1
2020-12-10
mtd: rawnand: mxc: Remove platform data support
Fabio Estevam
2
-72
/
+5
2020-12-10
mtd: rawnand: ingenic: remove redundant get_device() in ingenic_ecc_get()
Yu Kuai
1
-2
/
+0
2020-12-10
mtd: rawnand: sunxi: Add MDMA support
Manuel Dipolt
1
-44
/
+73
2020-12-10
mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() arguments
Sergei Antonov
1
-1
/
+1
2020-12-10
mtd: rawnand: fix a kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
2020-12-10
mtd: rawnand: qcom: Support for IPQ6018 QPIC NAND controller
Kathiravan T
1
-0
/
+4
2020-12-10
mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register read
Praveenkumar I
1
-0
/
+2
2020-12-10
mtd: rawnand: gpmi: cleanup makefile
Marco Felsch
1
-2
/
+1
2020-12-10
mtd: nand: ecc-hamming: Create the software Hamming engine
Miquel Raynal
1
-17
/
+9
2020-12-10
mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselected
Miquel Raynal
1
-1
/
+1
2020-12-10
mtd: nand: ecc-hamming: Remove useless includes
Miquel Raynal
11
-11
/
+0
2020-12-10
mtd: nand: ecc-hamming: Stop using raw NAND structures
Miquel Raynal
1
-3
/
+60
2020-12-10
mtd: nand: ecc-hamming: Rename the exported functions
Miquel Raynal
8
-14
/
+33
2020-12-10
mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer
Miquel Raynal
18
-511
/
+15
2020-12-10
mtd: rawnand: Get rid of chip->ecc.priv
Miquel Raynal
1
-14
/
+17
2020-12-10
mtd: nand: ecc-bch: Create the software BCH engine
Miquel Raynal
1
-53
/
+9
2020-11-30
mtd: nand: ecc-bch: Stop using raw NAND structures
Miquel Raynal
1
-5
/
+33
2020-11-30
mtd: nand: ecc-bch: Update the prototypes to be more generic
Miquel Raynal
2
-18
/
+49
2020-11-30
mtd: nand: ecc-bch: Drop mtd_nand_has_bch()
Miquel Raynal
2
-3
/
+2
2020-11-30
mtd: nand: ecc-bch: Stop exporting the private structure
Miquel Raynal
3
-14
/
+16
2020-11-30
mtd: nand: ecc-bch: Move BCH code to the generic NAND layer
Miquel Raynal
6
-233
/
+3
2020-11-20
mtd: rawnand: arasan: Document 'anfc_op's 'buf' member
Lee Jones
1
-0
/
+1
2020-11-20
mtd: rawnand: sunxi: Document 'sunxi_nfc's 'caps' member
Lee Jones
1
-0
/
+1
2020-11-20
mtd: rawnand: omap2: Fix a bunch of kernel-doc misdemeanours
Lee Jones
1
-8
/
+10
2020-11-20
mtd: rawnand: omap_elm: Finish half populated function header, demote empty ones
Lee Jones
1
-2
/
+5
2020-11-20
mtd: rawnand: s3c2410: Add documentation for 2 missing struct members
Lee Jones
1
-1
/
+3
2020-11-20
mtd: rawnand: cafe_nand: Remove superfluous param doc and add another
Lee Jones
1
-1
/
+1
2020-11-20
mtd: rawnand: diskonchip: Marking unused variables as __always_unused
Lee Jones
1
-2
/
+2
2020-11-20
mtd: rawnand: brcmnand: Demote non-conformant kernel-doc headers
Lee Jones
1
-3
/
+3
2020-11-20
mtd: rawnand: socrates: Move the ECC initialization to ->attach_chip()
Miquel Raynal
1
-4
/
+17
2020-11-20
mtd: rawnand: sharpsl: Move the ECC initialization to ->attach_chip()
Miquel Raynal
1
-8
/
+24
2020-11-20
mtd: rawnand: r852: Move the ECC initialization to ->attach_chip()
Miquel Raynal
2
-13
/
+28
2020-11-19
mtd: rawnand: plat_nand: Move the ECC initialization to ->attach_chip()
Miquel Raynal
1
-3
/
+17
2020-11-19
mtd: rawnand: pasemi: Move the ECC initialization to ->attach_chip()
Miquel Raynal
1
-2
/
+17
2020-11-19
mtd: rawnand: tmio: Move the ECC initialization to ->attach_chip()
Miquel Raynal
1
-9
/
+24
2020-11-19
mtd: rawnand: txx9ndfmc: Move the ECC initialization to ->attach_chip()
Miquel Raynal
1
-5
/
+9
[prev]
[next]