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
/
drivers
/
mtd
/
nand
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-05
mtd: denali_dt: Change return value to fix smatch warning
Sachin Kamat
1
-1
/
+1
2013-04-05
mtd: denali_dt: Use module_platform_driver()
Sachin Kamat
1
-11
/
+1
2013-04-05
mtd: denali_dt: Fix incorrect error check
Sachin Kamat
1
-1
/
+1
2013-04-05
mtd: nand: subpage write support for hardware based ECC schemes
Gupta, Pekon
3
-17
/
+90
2013-04-05
mtd: omap2: use msecs_to_jiffies()
Toan Pham
1
-2
/
+2
2013-04-05
mtd: nand_ids: use size macros
Artem Bityutskiy
2
-55
/
+56
2013-04-05
mtd: nand_ids: improve LEGACY_ID_NAND macro a bit
Artem Bityutskiy
2
-55
/
+55
2013-04-05
mtd: add 4 Toshiba nand chips for the full-id case
Huang Shijie
1
-0
/
+19
2013-04-05
mtd: add the support to parse out the full-id nand type
Huang Shijie
1
-3
/
+32
2013-04-05
mtd: sh_flctl: Use of_match_ptr() macro
Sachin Kamat
1
-2
/
+1
2013-04-05
mtd: gpio: Use of_match_ptr() macro
Sachin Kamat
1
-2
/
+1
2013-04-05
mtd: gpio: Use devm_kzalloc()
Sachin Kamat
1
-4
/
+1
2013-04-05
mtd: davinci_nand: Use of_match_ptr()
Sachin Kamat
1
-2
/
+2
2013-04-05
mtd: remove the h1910 NAND driver
Artem Bityutskiy
3
-174
/
+0
2013-04-05
mtd: remove the ppchameleonevb NAND driver
Artem Bityutskiy
3
-410
/
+0
2013-04-05
mtd: davinci_nand: use module_platform_driver_probe()
Jingoo Han
1
-11
/
+1
2013-04-05
mtd: txx9ndfmc: use module_platform_driver_probe()
Jingoo Han
1
-12
/
+1
2013-04-05
mtd: sh_flctl: use module_platform_driver_probe()
Jingoo Han
1
-12
/
+1
2013-04-05
mtd: fsmc_nand: use module_platform_driver_probe()
Jingoo Han
1
-12
/
+1
2013-04-05
mtd: atmel_nand: use module_platform_driver_probe()
Jingoo Han
1
-14
/
+1
2013-04-05
mtd: orion_nand: use module_platform_driver_probe()
Jingoo Han
1
-12
/
+1
2013-04-05
mtd: doc: use module_platform_driver_probe()
Jingoo Han
1
-12
/
+1
2013-04-05
mtd: devices: elm: check for device's presence before configuration
Daniel Mack
1
-2
/
+3
2013-04-05
mtd: nand_base: Removed unnecessary cleaning "onfi_version" variable
Alexander Shiyan
1
-2
/
+0
2013-04-05
mtd: nand_base: Removed unnecessary command masking
Alexander Shiyan
1
-2
/
+1
2013-04-05
mtd: nand_ids: introduce helper macros
Artem Bityutskiy
2
-111
/
+109
2013-04-05
mtd: nand: remove few tiny page NAND bits
Artem Bityutskiy
3
-13
/
+4
2013-04-05
mtd: nand: rename the id field of 'struct nand_flash_dev'
Artem Bityutskiy
3
-5
/
+5
2013-04-05
mtd: nand: use NAND_HAS_CACHEPROG
Artem Bityutskiy
1
-1
/
+1
2013-04-05
mtd: nand: remove a bunch of unused commands
Artem Bityutskiy
4
-33
/
+0
2013-04-05
mtd: nand: remove AG-AND support
Artem Bityutskiy
3
-116
/
+2
2013-04-05
mtd: nand: remove the rtc_from4 driver support
Artem Bityutskiy
3
-635
/
+0
2013-04-05
mtd: decommission the NAND museum
Artem Bityutskiy
2
-25
/
+5
2013-04-05
mtd: nand_ids: minor clean-ups
Artem Bityutskiy
1
-19
/
+15
2013-03-14
mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDY
Brian Norris
2
-39
/
+57
2013-03-02
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
Linus Torvalds
15
-245
/
+886
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-22
/
+12
2013-02-26
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-8
/
+14
2013-02-26
export kernel_write(), convert open-coded instances
Al Viro
1
-22
/
+12
2013-02-21
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-0
/
+1
2013-02-21
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-1
/
+3
2013-02-21
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-47
/
+36
2013-02-13
mtd: bcm47xxnflash: use pr_fmt for module prefix in messages
Rafał Miłecki
3
-4
/
+8
2013-02-13
mtd: davinci_nand: Use managed resources
Mrugesh Katepallewar
1
-19
/
+5
2013-02-12
mtd: at91: atmel_nand: for PMECC, add code to check the ONFI parameter ECC re...
Josh Wu
1
-3
/
+87
2013-02-12
mtd: atmel_nand: make pmecc-cap, pmecc-sector-size in dts is optional.
Josh Wu
1
-21
/
+31
2013-02-12
mtd: atmel_nand: avoid to report an error when lookup table offset is 0.
Josh Wu
1
-5
/
+4
2013-02-05
Merge tag 'for-linus-20130204' of git://git.infradead.org/linux-mtd
Linus Torvalds
3
-5
/
+8
2013-02-04
mtd: bcm47xxnflash: register this as normal driver
Hauke Mehrtens
1
-5
/
+2
2013-02-04
mtd: bcm47xxnflash: fix message
Hauke Mehrtens
1
-1
/
+2
[next]