index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks
Boris Brezillon
1
-2
/
+2
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
Boris Brezillon
1
-2
/
+2
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
Boris Brezillon
1
-2
/
+2
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
Boris Brezillon
1
-18
/
+15
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
Boris Brezillon
1
-16
/
+14
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->correct()
Boris Brezillon
3
-7
/
+7
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Boris Brezillon
3
-5
/
+8
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->hwctl()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to nand_wait_ready()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to nand_release()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to nand_scan()
Boris Brezillon
1
-3
/
+4
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-11
Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
1
-0
/
+1
2018-08-11
Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
2
-49
/
+498
2018-08-01
mtd: rawnand: allocate dynamically ONFI parameters during detection
Miquel Raynal
1
-3
/
+3
2018-08-01
mtd: spi-nor: only apply reset hacks to broken hardware
Brian Norris
1
-0
/
+1
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-19
mtd: rawnand: Expose _notsupp() helpers for raw page accessors
Boris Brezillon
1
-0
/
+4
2018-07-19
mtd: adapt misleading comment in mtd_oob_ops structure
Miquel Raynal
1
-3
/
+5
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: spinand: Add initial support for the MX35LF1GE4AB chip
Boris Brezillon
1
-0
/
+1
2018-07-18
mtd: spinand: Add initial support for Winbond W25M02GV
Frieder Schrempf
1
-0
/
+1
2018-07-18
mtd: spinand: Add initial support for Micron MT29F2G01ABAGD
Peter Pan
1
-0
/
+3
2018-07-18
mtd: nand: Add core infrastructure to support SPI NANDs
Peter Pan
1
-0
/
+416
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
3
-9
/
+31
2018-06-07
Merge tag 'spi-nor/for-4.18' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
1
-0
/
+2
2018-06-01
mtd: nand: Pass mode information to nand_page_io_req
Boris Brezillon
1
-0
/
+3
2018-05-15
mtd: rawnand: Fix return type of __DIVIDE() when called with 32-bit
Geert Uytterhoeven
1
-5
/
+11
2018-05-14
mtd: Fix comparison in map_word_andequal()
Ben Hutchings
1
-1
/
+1
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-04-24
mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.
Joakim Tjernlund
1
-0
/
+1
[prev]
[next]