index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
brcmnand
/
brcmnand.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-16
mtd: nand: move raw NAND related code to the raw/ subdir
Boris Brezillon
1
-2620
/
+0
2018-01-29
Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-18
/
+20
2018-01-09
mtd: nand: brcmnand: Disable prefetch by default
Kamal Dasu
1
-10
/
+3
2018-01-06
mtd: nand: brcmnand: Add a NULL check for devm_kasprintf()
Fabio Estevam
1
-0
/
+3
2017-12-16
mtd: nand: brcmnand: Zero bitflip is not an error
Albert Hsieh
1
-1
/
+1
2017-12-14
mtd: nand: squash struct nand_buffers into struct nand_chip
Masahiro Yamada
1
-1
/
+1
2017-12-14
mtd: nand: force drivers to explicitly send READ/PROG commands
Boris Brezillon
1
-3
/
+10
2017-12-14
mtd: nand: provide several helpers to do common NAND operations
Boris Brezillon
1
-5
/
+4
2017-08-13
mtd: nand: Rename nand.h into rawnand.h
Boris Brezillon
1
-1
/
+1
2017-04-25
mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program
Kamal Dasu
1
-3
/
+58
2016-11-07
mtd: nand: brcmnand: return error code of nand_scan_ident/tail() on error
Masahiro Yamada
1
-4
/
+6
2016-09-23
mtd: brcmnand: iProc big endian and ONFI support
Ray Jui
1
-6
/
+6
2016-09-23
mtd: nand: import nand_hw_control_init()
Marc Gonzalez
1
-2
/
+1
2016-07-17
mtd: nand: brcmnand: Change BUG_ON in brcmnand_send_cmd
Florian Fainelli
1
-1
/
+1
2016-07-11
mtd: brcmnand: Detect sticky ucorr ecc error on dma reads
Kamal Dasu
1
-0
/
+18
2016-06-13
mtd: brcmnand: Add check for erased page bitflips
Kamal Dasu
1
-0
/
+62
2016-06-03
mtd: brcmnand: Add v7.2 controller support
Florian Fainelli
1
-14
/
+77
2016-05-06
mtd: brcmnand: respect ECC algorithm set by NAND subsystem
Brian Norris
1
-1
/
+23
2016-05-06
mtd: nand: brcm: switch to mtd_ooblayout_ops
Boris Brezillon
1
-101
/
+157
2016-04-19
mtd: nand: brcm: rely on generic DT parsing done in nand_scan_ident()
Boris Brezillon
1
-3
/
+2
2016-04-19
mtd: brcmnand: Add support for v6.2 controllers
Florian Fainelli
1
-1
/
+2
2016-03-08
mtd: kill the ecclayout->oobavail field
Boris BREZILLON
1
-5
/
+3
2016-03-01
mtd: brcmnand: Fix v7.1 register offsets
Florian Fainelli
1
-1
/
+33
2016-01-07
mtd: nand: make use of nand_set/get_controller_data() helpers
Boris BREZILLON
1
-15
/
+15
2015-12-19
mtd: nand: remove useless mtd->priv = chip assignments
Boris BREZILLON
1
-1
/
+0
2015-12-18
mtd: nand: brcm: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-7
/
+6
2015-12-10
mtd: brcmnand: Request and enable the clock if present
Simon Arlott
1
-14
/
+50
2015-12-08
mtd: nand: make use of mtd_to_nand() in NAND drivers
Boris BREZILLON
1
-6
/
+6
2015-12-01
mtd: brcmnand: drop brcmnand_host::of_node field
Brian Norris
1
-5
/
+2
2015-12-01
mtd: brcmnand: improve memory management
Julia Lawall
1
-2
/
+6
2015-12-01
brcmnand: Clear EXT_ADDR error registers in PIO mode
Simon Arlott
1
-0
/
+2
2015-11-19
mtd: brcmnand: drop unused subpage_read() support
Brian Norris
1
-11
/
+0
2015-11-19
mtd: brcmnand: clean up flash cache for parameter pages
Brian Norris
1
-4
/
+9
2015-11-12
mtd: nand: convert to nand_get_flash_node()
Boris BREZILLON
1
-1
/
+1
2015-11-12
mtd: nand: drop unnecessary partition parser data
Brian Norris
1
-2
/
+1
2015-11-12
mtd: nand: convert to nand_set_flash_node()
Brian Norris
1
-1
/
+1
2015-10-30
mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()
Anup Patel
1
-0
/
+10
2015-10-30
mtd: brcmnand: factor out CFG and CFG_EXT bitfields
Brian Norris
1
-7
/
+31
2015-10-13
mtd: nand: pass page number to ecc->write_xxx() methods
Boris BREZILLON
1
-2
/
+2
2015-10-13
mtd: brcmnand: Fix pointer type-cast in brcmnand_write()
Anup Patel
1
-2
/
+2
2015-09-12
mtd: nand: Rename nand_chip .dn to .flash_node
Marek Vasut
1
-2
/
+3
2015-06-17
mtd: brcmnand: drop unnecessary initialization
Brian Norris
1
-1
/
+1
2015-05-18
mtd: brcmnand: do not make local variable static
Hauke Mehrtens
1
-1
/
+1
2015-05-18
mtd: brcmnand: remove double new line from print
Hauke Mehrtens
1
-1
/
+1
2015-05-15
mtd: brcmnand: add extra SoC support to library
Brian Norris
1
-5
/
+56
2015-05-15
mtd: nand: add NAND driver "library" for Broadcom STB NAND controller
Brian Norris
1
-0
/
+2195