index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: rawnand: Allow selection of ECC byte ordering at runtime
Boris Brezillon
2018-10-03
2
-2
/
+8
*
mtd: rawnand: Move JEDEC code to nand_jedec.c
Boris Brezillon
2018-10-03
2
-78
/
+92
*
mtd: rawnand: Move ONFI code to nand_onfi.c
Boris Brezillon
2018-10-03
2
-163
/
+179
*
mtd: rawnand: Keep all internal stuff private
Boris Brezillon
2018-10-03
1
-96
/
+0
*
mtd: rawnand: Inline onfi_get_async_timing_mode()
Boris Brezillon
2018-10-03
1
-9
/
+0
*
mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.h
Boris Brezillon
2018-10-03
2
-60
/
+74
*
mtd: rawnand: Get rid of a few unused definitions
Boris Brezillon
2018-10-03
1
-8
/
+0
*
mtd: rawnand: Get rid of the duplicate nand_chip forward declaration
Boris Brezillon
2018-10-03
1
-3
/
+0
*
mtd: rawnand: Get rid of nand_flash_dev forward declation
Boris Brezillon
2018-10-03
1
-1
/
+0
*
mtd: rawnand: Move function prototypes after struct declarations
Boris Brezillon
2018-10-03
1
-12
/
+12
*
mtd: rawnand: Deprecate ->chip_delay
Boris Brezillon
2018-10-03
1
-3
/
+3
*
mtd: rawnand: Deprecate ->{set,get}_features() hooks
Boris Brezillon
2018-10-03
1
-6
/
+6
*
mtd: rawnand: Deprecate ->erase()
Boris Brezillon
2018-10-03
1
-2
/
+2
*
mtd: rawnand: Deprecate ->block_{bad,markbad}() hooks
Boris Brezillon
2018-10-03
1
-4
/
+5
*
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
Boris Brezillon
2018-10-03
1
-10
/
+8
*
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
Boris Brezillon
2018-10-03
1
-11
/
+10
*
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
Boris Brezillon
2018-10-03
1
-11
/
+10
*
mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there
Boris Brezillon
2018-10-03
1
-6
/
+20
*
mtd: rawnand: Make maxchips an unsigned int
Boris Brezillon
2018-10-03
1
-2
/
+2
*
mtd: rawnand: Pass a nand_chip object nand_erase_nand()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpers
Boris Brezillon
2018-10-03
1
-3
/
+3
*
mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
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
3
-7
/
+7
*
mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Boris Brezillon
2018-10-03
3
-5
/
+8
*
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: fsl_ifc: fixup SRAM init for newer ctrl versions
Kurt Kanzenbach
2018-09-04
1
-0
/
+2
*
mtd: rawnand: Get rid of the ->read_word() hook
Boris Brezillon
2018-09-04
1
-2
/
+0
*
Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-09-02
1
-0
/
+33
|
\
|
*
of: Add device_type access helper functions
Rob Herring
2018-08-31
1
-0
/
+12
|
*
of: add node name compare helper functions
Rob Herring
2018-08-30
1
-0
/
+13
|
*
of: add helper to lookup compatible child node
Johan Hovold
2018-08-29
1
-0
/
+8
*
|
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2018-08-31
1
-14
/
+24
|
\
\
|
*
|
arm/arm64: smccc-1.1: Handle function result as parameters
Marc Zyngier
2018-08-30
1
-10
/
+20
[next]