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.13.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
/
include
/
linux
/
mtd
/
rawnand.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-03
mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooks
Boris Brezillon
1
-5
/
+5
2018-09-04
mtd: rawnand: Get rid of the ->read_word() hook
Boris Brezillon
1
-2
/
+0
2018-08-01
mtd: rawnand: allocate dynamically ONFI parameters during detection
Miquel Raynal
1
-3
/
+3
2018-07-31
mtd: rawnand: allocate model parameter dynamically
Miquel Raynal
1
-1
/
+1
2018-07-31
mtd: rawnand: do not export nand_scan_[ident|tail]() anymore
Miquel Raynal
1
-12
/
+6
2018-07-31
mtd: rawnand: add hooks that may be called during nand_scan()
Miquel Raynal
1
-0
/
+21
2018-07-31
mtd: rawnand: better name for the controller structure
Miquel Raynal
1
-6
/
+8
2018-07-31
mtd: rawnand: make subop helpers return unsigned values
Miquel Raynal
1
-8
/
+8
2018-07-20
mtd: rawnand: Expose _notsupp() helpers for raw page accessors
Boris Brezillon
1
-0
/
+4
2018-07-18
mtd: rawnand: plat_nand: Kill pdata->ctrl.{hwcontrol, read_byte}()
Boris Brezillon
1
-4
/
+0
2018-07-18
mtd: rawnand: Kill the chip->scan_bbt() hook
Boris Brezillon
1
-2
/
+0
2018-07-18
mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt()
Boris Brezillon
1
-1
/
+1
2018-07-18
mtd: rawnand: Remove forward declaration of device_node
Boris Brezillon
1
-1
/
+1
2018-07-18
mtd: rawnand: Remove forward declaration of mtd_info
Boris Brezillon
1
-1
/
+0
2018-07-18
mtd: rawnand: Remove nand_do_read() prototype from rawnand.h
Boris Brezillon
1
-2
/
+0
2018-07-18
mtd: rawnand: provide only single helper function for ECC conf
Abhishek Sahu
1
-9
/
+0
2018-07-18
mtd: rawnand: helper function for setting up ECC configuration
Abhishek Sahu
1
-0
/
+3
2018-07-02
mtd: rawnand: add defines for ONFI version bits
Chris Packham
1
-0
/
+11
2018-07-02
mtd: rawnand: add manufacturer fixup for ONFI parameter page
Chris Packham
1
-0
/
+4
2018-07-02
mtd: rawnand: add an option to specify NAND chip as a boot device
Stefan Agner
1
-0
/
+6
2018-07-02
mtd: rawnand: add Reed-Solomon error correction algorithm
Stefan Agner
1
-0
/
+1
2018-06-08
Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-9
/
+26
2018-05-15
mtd: rawnand: Fix return type of __DIVIDE() when called with 32-bit
Geert Uytterhoeven
1
-5
/
+11
2018-05-09
mtd: rawnand.h: use nested union kernel-doc markups
Mauro Carvalho Chehab
1
-8
/
+18
2018-04-29
mtd: rawnand: add a way to pass an ID table with nand_scan()
Miquel Raynal
1
-1
/
+8
2018-03-20
mtd: rawnand: get rid of the ONFI parameter page in nand_chip
Miquel Raynal
1
-3
/
+0
2018-03-20
mtd: rawnand: get rid of the JEDEC parameter page in nand_chip
Miquel Raynal
1
-16
/
+1
2018-03-20
mtd: rawnand: allow vendors to declare (un)supported features
Miquel Raynal
1
-1
/
+7
2018-03-20
mtd: rawnand: prepare the removal of the ONFI parameter page
Miquel Raynal
1
-18
/
+29
2018-03-20
mtd: rawnand: prepare the removal of ONFI/JEDEC parameter pages
Miquel Raynal
1
-0
/
+13
2018-03-20
mtd: rawnand: use wrappers to call onfi GET/SET_FEATURES
Miquel Raynal
1
-0
/
+3
2018-03-20
mtd: rawnand: rename SET/GET FEATURES related functions
Miquel Raynal
1
-9
/
+8
2018-01-20
mtd: nand: Fix build issues due to an anonymous union
Miquel Raynal
1
-4
/
+4
2017-12-16
mtd: nand: add ->exec_op() implementation
Miquel Raynal
1
-1
/
+367
2017-12-14
mtd: nand: squash struct nand_buffers into struct nand_chip
Masahiro Yamada
1
-17
/
+6
2017-12-14
mtd: nand: remove unused NAND_OWN_BUFFERS flag
Masahiro Yamada
1
-5
/
+0
2017-12-14
mtd: nand: provide valid ->data_interface during NAND detection
Miquel Raynal
1
-5
/
+2
2017-12-14
mtd: nand: force drivers to explicitly send READ/PROG commands
Boris Brezillon
1
-11
/
+0
2017-12-14
mtd: nand: provide several helpers to do common NAND operations
Boris Brezillon
1
-0
/
+29
2017-09-18
mtd: nand: introduce NAND_ROW_ADDR_3 flag
Masahiro Yamada
1
-0
/
+3
2017-09-01
Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next
Boris Brezillon
1
-0
/
+1321
2017-08-29
mtd: nand: complain loudly when chip->bits_per_cell is not correctly initialized
Lothar Waßmann
1
-0
/
+2
2017-08-23
Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...
Boris Brezillon
1
-0
/
+1319
2017-08-13
mtd: nand: Rename nand.h into rawnand.h
Boris Brezillon
1
-0
/
+1329
[prev]