index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
nand_base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-05
Merge tag 'nand/for-4.7' of github.com:linux-nand/linux
Brian Norris
1
-259
/
+405
2016-05-05
mtd: nand: add support for "nand-ecc-algo" DT property
Rafał Miłecki
1
-7
/
+13
2016-05-05
mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
Rafał Miłecki
1
-8
/
+3
2016-05-05
mtd: drop support for NAND_ECC_SOFT_BCH as "soft_bch" mapping
Rafał Miłecki
1
-1
/
+8
2016-05-05
mtd: nand: read ECC algorithm from the new field
Rafał Miłecki
1
-61
/
+85
2016-05-05
mtd: nand: set ECC algorithm to Hamming on fallback
Rafał Miłecki
1
-0
/
+1
2016-05-05
mtd: nand: move of_get_nand_xxx() helpers into nand_base.c
Boris Brezillon
1
-1
/
+93
2016-05-05
mtd: nand: kill the ecc->layout field
Boris Brezillon
1
-7
/
+0
2016-05-05
mtd: nand: bch: switch to mtd_ooblayout_ops
Boris Brezillon
1
-0
/
+15
2016-04-19
mtd: nand: implement the default mtd_ooblayout_ops
Boris Brezillon
1
-49
/
+93
2016-04-19
mtd: nand: use mtd_set_ecclayout() where appropriate
Boris Brezillon
1
-1
/
+1
2016-04-19
mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
1
-112
/
+88
2016-04-19
mtd: nand: export default read/write oob functions
Boris Brezillon
1
-8
/
+10
2016-04-19
mtd: nand: Remove BUG() abuse in nand_scan_tail
Ezequiel García
1
-19
/
+33
2016-04-19
mtd: nand: set ECC algorithm in nand_dt_init
Rafał Miłecki
1
-1
/
+5
2016-04-13
mtd: nand: Remove the "nand-disk" LED trigger
Ezequiel Garcia
1
-28
/
+1
2016-04-02
mtd: nand: Drop mtd.owner requirement in nand_scan
Ezequiel García
1
-9
/
+1
2016-03-11
mtd: nand: remove kerneldoc for removed function parameter
Brian Norris
1
-1
/
+0
2016-03-10
mtd: nand: don't select chip in nand_chip's block_bad op
Archit Taneja
1
-22
/
+19
2016-03-07
mtd: nand: simplify nand_bch_init() usage
Boris BREZILLON
1
-4
/
+2
2016-03-07
mtd: create an mtd_oobavail() helper and make use of it
Boris BREZILLON
1
-12
/
+4
2016-03-07
mtd: kill the ecclayout->oobavail field
Boris BREZILLON
1
-7
/
+7
2016-03-07
mtd: nand: check status before reporting timeout
Brian Norris
1
-2
/
+2
2016-01-06
mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions
Boris BREZILLON
1
-7
/
+46
2016-01-06
mtd: nand: assign reasonable default name for NAND drivers
Brian Norris
1
-0
/
+3
2015-12-18
mtd: nand: Disable subpage writes for drivers without ecc->hwctl
Helmut Schaa
1
-1
/
+1
2015-12-18
mtd: nand: kill the chip->flash_node field
Boris BREZILLON
1
-3
/
+0
2015-12-18
mtd: nand: simplify nand_dt_init() usage
Boris BREZILLON
1
-10
/
+11
2015-12-08
mtd: nand: make use of mtd_to_nand() in NAND core code
Boris BREZILLON
1
-42
/
+42
2015-11-16
Merge MTD 4.4 development into MTD -next
Brian Norris
1
-1
/
+1
2015-11-16
mtd: nand: fix shutdown/reboot for multi-chip systems
Brian Norris
1
-1
/
+1
2015-11-11
mtd: nand: convert to nand_get_flash_node()
Boris BREZILLON
1
-3
/
+3
2015-11-11
mtd: {nand,spi-nor}: assign MTD of_node
Brian Norris
1
-0
/
+3
2015-10-26
mtd: nand: increase ready wait timeout and report timeouts
Alex Smith
1
-13
/
+20
2015-10-13
mtd: nand: pass page number to ecc->write_xxx() methods
Boris BREZILLON
1
-10
/
+21
2015-10-01
mtd: nand: remove unused ->init_size() hook
Boris BREZILLON
1
-4
/
+1
2015-09-21
mtd: nand: add nand_check_erased helper functions
Boris BREZILLON
1
-0
/
+128
2015-09-11
mtd: nand: Rename nand_chip .dn to .flash_node
Marek Vasut
1
-2
/
+2
2015-05-22
mtd: nand: correct indentation within conditional
Brian Norris
1
-1
/
+1
2015-05-22
mtd: remove incorrect file name
Brian Norris
1
-2
/
+0
2015-05-11
mtd: nand: add common DT init code
Brian Norris
1
-0
/
+41
2015-05-06
mtd: nand: Remove in vain memset() in nand_onfi_get_features()
Richard Weinberger
1
-3
/
+0
2015-03-30
mtd: nand: Prevent possible kernel lockup in nand_command()
Roger Quadros
1
-4
/
+23
2015-03-24
mtd: nand: fix spelling of REPLACEABLE
Brian Norris
1
-1
/
+1
2015-03-11
mtd: nand: fully initialize mtd_oob_ops
Brian Norris
1
-4
/
+4
2015-03-11
mtd: nand: fixup bounds checks for nand_{lock,unlock}()
Brian Norris
1
-2
/
+2
2015-02-05
mtd: nand: remove redundant local variable
Baruch Siach
1
-2
/
+1
2015-02-01
mtd: nand: Request strength instead of bytes for soft BCH
Aaron Sierra
1
-6
/
+8
2015-01-20
mtd: nand: default bitflip-reporting threshold to 75% of correction strength
Brian Norris
1
-1
/
+1
2015-01-09
mtd: nand: remove duplicate comment line
Baruch Siach
1
-1
/
+0
[next]