index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
mtd
/
rawnand.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features()
Boris Brezillon
2018-10-03
1
-6
/
+6
*
mtd: rawnand: Pass a nand_chip object to chip->erase()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->waitfunc()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks
Boris Brezillon
2018-10-03
1
-2
/
+2
*
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
Boris Brezillon
2018-10-03
1
-2
/
+2
*
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
Boris Brezillon
2018-10-03
1
-2
/
+2
*
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
Boris Brezillon
2018-10-03
1
-18
/
+15
*
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
Boris Brezillon
2018-10-03
1
-16
/
+14
*
mtd: rawnand: Pass a nand_chip object to ecc->correct()
Boris Brezillon
2018-10-03
1
-2
/
+2
*
mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Boris Brezillon
2018-10-03
1
-2
/
+2
*
mtd: rawnand: Pass a nand_chip object to ecc->hwctl()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Pass a nand_chip object to nand_wait_ready()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Pass a nand_chip object to nand_release()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Pass a nand_chip object to nand_scan()
Boris Brezillon
2018-10-03
1
-3
/
+4
*
mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooks
Boris Brezillon
2018-10-03
1
-5
/
+5
*
mtd: rawnand: Get rid of the ->read_word() hook
Boris Brezillon
2018-09-04
1
-2
/
+0
*
mtd: rawnand: allocate dynamically ONFI parameters during detection
Miquel Raynal
2018-08-01
1
-3
/
+3
*
mtd: rawnand: allocate model parameter dynamically
Miquel Raynal
2018-07-31
1
-1
/
+1
*
mtd: rawnand: do not export nand_scan_[ident|tail]() anymore
Miquel Raynal
2018-07-31
1
-12
/
+6
*
mtd: rawnand: add hooks that may be called during nand_scan()
Miquel Raynal
2018-07-31
1
-0
/
+21
*
mtd: rawnand: better name for the controller structure
Miquel Raynal
2018-07-31
1
-6
/
+8
*
mtd: rawnand: make subop helpers return unsigned values
Miquel Raynal
2018-07-31
1
-8
/
+8
*
mtd: rawnand: Expose _notsupp() helpers for raw page accessors
Boris Brezillon
2018-07-19
1
-0
/
+4
*
mtd: rawnand: plat_nand: Kill pdata->ctrl.{hwcontrol, read_byte}()
Boris Brezillon
2018-07-18
1
-4
/
+0
*
mtd: rawnand: Kill the chip->scan_bbt() hook
Boris Brezillon
2018-07-18
1
-2
/
+0
*
mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt()
Boris Brezillon
2018-07-18
1
-1
/
+1
*
mtd: rawnand: Remove forward declaration of device_node
Boris Brezillon
2018-07-18
1
-1
/
+1
*
mtd: rawnand: Remove forward declaration of mtd_info
Boris Brezillon
2018-07-18
1
-1
/
+0
*
mtd: rawnand: Remove nand_do_read() prototype from rawnand.h
Boris Brezillon
2018-07-18
1
-2
/
+0
*
mtd: rawnand: provide only single helper function for ECC conf
Abhishek Sahu
2018-07-18
1
-9
/
+0
*
mtd: rawnand: helper function for setting up ECC configuration
Abhishek Sahu
2018-07-18
1
-0
/
+3
*
mtd: rawnand: add defines for ONFI version bits
Chris Packham
2018-07-02
1
-0
/
+11
*
mtd: rawnand: add manufacturer fixup for ONFI parameter page
Chris Packham
2018-07-02
1
-0
/
+4
*
mtd: rawnand: add an option to specify NAND chip as a boot device
Stefan Agner
2018-07-02
1
-0
/
+6
*
mtd: rawnand: add Reed-Solomon error correction algorithm
Stefan Agner
2018-07-02
1
-0
/
+1
*
Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtd
Linus Torvalds
2018-06-08
1
-9
/
+26
|
\
|
*
mtd: rawnand.h: use nested union kernel-doc markups
Mauro Carvalho Chehab
2018-05-09
1
-8
/
+18
|
*
mtd: rawnand: add a way to pass an ID table with nand_scan()
Miquel Raynal
2018-04-29
1
-1
/
+8
*
|
mtd: rawnand: Fix return type of __DIVIDE() when called with 32-bit
Geert Uytterhoeven
2018-05-15
1
-5
/
+11
|
/
*
mtd: rawnand: get rid of the ONFI parameter page in nand_chip
Miquel Raynal
2018-03-20
1
-3
/
+0
*
mtd: rawnand: get rid of the JEDEC parameter page in nand_chip
Miquel Raynal
2018-03-20
1
-16
/
+1
*
mtd: rawnand: allow vendors to declare (un)supported features
Miquel Raynal
2018-03-20
1
-1
/
+7
*
mtd: rawnand: prepare the removal of the ONFI parameter page
Miquel Raynal
2018-03-20
1
-18
/
+29
*
mtd: rawnand: prepare the removal of ONFI/JEDEC parameter pages
Miquel Raynal
2018-03-20
1
-0
/
+13
*
mtd: rawnand: use wrappers to call onfi GET/SET_FEATURES
Miquel Raynal
2018-03-20
1
-0
/
+3
*
mtd: rawnand: rename SET/GET FEATURES related functions
Miquel Raynal
2018-03-20
1
-9
/
+8
[prev]
[next]