index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
brcmnand
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-21
mtd: rawnand: brcmnand: Add individual glue driver selection
Florian Fainelli
2
-4
/
+32
2022-09-21
mtd: rawnand: brcmnand: Move Kconfig to driver folder
Florian Fainelli
1
-0
/
+21
2022-03-23
Merge tag 'nand/for-5.18' into mtd/next
Miquel Raynal
4
-52
/
+271
2022-03-18
Merge tag 'spi-nor/for-5.18' into mtd/next
Miquel Raynal
1
-1
/
+1
2022-01-31
mtd: rawnand: Fix misuses of of_match_node()
Miquel Raynal
1
-1
/
+1
2022-01-31
mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status
david regan
1
-1
/
+1
2022-01-26
mtd: rawnand: brcmnand: Fix sparse warnings in bcma_nand
Florian Fainelli
1
-2
/
+2
2022-01-23
mtd: rawnand: brcmnand: Add BCMA shim
Florian Fainelli
3
-0
/
+138
2022-01-23
mtd: rawnand: brcmnand: BCMA controller uses command shift of 0
Florian Fainelli
1
-0
/
+6
2022-01-23
mtd: rawnand: brcmnand: Allow platform data instantation
Florian Fainelli
1
-10
/
+35
2022-01-23
mtd: rawnand: brcmnand: Allow working without interrupts
Florian Fainelli
1
-28
/
+24
2022-01-23
mtd: rawnand: brcmnand: Move OF operations out of brcmnand_init_cs()
Florian Fainelli
1
-9
/
+11
2022-01-23
mtd: rawnand: brcmnand: Avoid pdev in brcmnand_init_cs()
Florian Fainelli
1
-4
/
+4
2022-01-23
mtd: rawnand: brcmnand: Allow SoC to provide I/O operations
Florian Fainelli
2
-2
/
+55
2022-01-23
mtd: rawnand: brcmnand: Assign soc as early as possible
Florian Fainelli
1
-2
/
+1
2021-09-14
mtd: rawnand: bcm6368: Make use of the helper function devm_platform_ioremap_...
Cai Huoqing
1
-4
/
+1
2021-03-28
mtd: rawnand: brcmnand: move to polling in pio mode on oops write
Kamal Dasu
1
-0
/
+4
2021-03-28
mtd: rawnand: brcmnand: read/write oob during EDU transfer
Kamal Dasu
1
-7
/
+52
2021-03-11
mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECC
Álvaro Fernández Rojas
1
-0
/
+6
2020-11-20
mtd: rawnand: brcmnand: Demote non-conformant kernel-doc headers
Lee Jones
1
-3
/
+3
2020-09-28
mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevant
Miquel Raynal
1
-3
/
+5
2020-09-28
mtd: rawnand: Use the new ECC engine type enumeration
Miquel Raynal
1
-4
/
+4
2020-08-27
mtd: rawnand: Rename the ECC algorithm enumeration items
Miquel Raynal
1
-6
/
+6
2020-06-26
mtd: rawnand: brcmnand: ECC error handling on EDU transfers
Kamal Dasu
1
-0
/
+26
2020-06-26
mtd: rawnand: brcmnand: Don't default to edu transfer
Kamal Dasu
1
-2
/
+3
2020-06-01
Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Richard Weinberger
1
-44
/
+120
2020-05-31
mtd: rawnand: brcmnand: support v2.1-v2.2 controllers
Álvaro Fernández Rojas
1
-9
/
+76
2020-05-31
mtd: rawnand: brcmnand: rename page sizes
Álvaro Fernández Rojas
1
-2
/
+2
2020-05-31
mtd: rawnand: brcmnand: fix CS0 layout
Álvaro Fernández Rojas
1
-2
/
+3
2020-05-31
mtd: rawnand: brcmnand: rename v4 registers
Álvaro Fernández Rojas
1
-4
/
+4
2020-05-31
mtd: rawnand: brcmnand: Stop using nand_release()
Miquel Raynal
1
-2
/
+8
2020-05-24
mtd: rawnand: brcmnand: correctly verify erased pages
Álvaro Fernández Rojas
1
-8
/
+11
2020-05-24
mtd: rawnand: brcmnand: improve hamming oob layout
Álvaro Fernández Rojas
1
-19
/
+16
2020-05-24
mtd: rawnand: brcmnand: fix hamming oob layout
Álvaro Fernández Rojas
1
-4
/
+7
2020-05-19
mtd:rawnand: brcmnand: Fix PM resume crash
Kamal Dasu
1
-2
/
+1
2020-05-11
mtd: rawnand: Rename a NAND chip option
Miquel Raynal
1
-1
/
+1
2020-05-10
mtd: rawnand: brcmnand: Remove unused including <linux/version.h>
YueHaibing
1
-1
/
+0
2020-03-11
mtd: rawnand: brcmnand: Add support for flash-edu for dma transfers
Kamal Dasu
1
-6
/
+287
2020-01-21
mtd: rawnand: brcmnand: Set appropriate DMA mask
Florian Fainelli
1
-0
/
+10
2019-10-29
mtd: rawnand: brcmnand: Fix NULL pointer assignment
Florian Fainelli
1
-1
/
+1
2019-10-04
mtd: nand: brcmnand: Add support for flash-dma v0
Kamal Dasu
1
-2
/
+19
2019-08-29
mtd: rawnand: brcmnand: Fix ecc chunk calculation for erased page bitfips
Claire Lin
1
-1
/
+4
2019-06-27
mtd: rawnand: brcmnand: Add support for v7.3 controller
Kamal Dasu
1
-22
/
+80
2019-06-27
mtd: rawnand: brcmnand: Refactored code to introduce helper functions
Kamal Dasu
1
-38
/
+62
2019-06-27
mtd: rawnand: brcmnand: When oops in progress use pio and interrupt polling
Kamal Dasu
1
-3
/
+45
2019-06-27
mtd: rawnand: brcmnand: fallback to detected ecc-strength, ecc-step-size
Kamal Dasu
1
-0
/
+11
2019-06-27
mtd: rawnand: brcmnand: Fix BCH ECC layout for large page NAND parts
Kamal Dasu
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
6
-54
/
+6
2019-04-08
mtd: rawnand: Provide a helper to get chip->data_buf
Boris Brezillon
1
-5
/
+2
2018-10-03
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
Boris Brezillon
1
-1
/
+1
[next]