index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
denali.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-19
mtd: nand: denali: remove debug lines of __FILE__, __LINE__, __func__
Masahiro Yamada
1
-12
/
+0
2016-11-19
mtd: nand: denali: remove unneeded parentheses
Masahiro Yamada
1
-7
/
+7
2016-11-19
mtd: nand: denali: return error code from nand_scan_ident/tail on error
Masahiro Yamada
1
-6
/
+4
2016-11-19
mtd: nand: denali: return error code from devm_request_irq() on error
Masahiro Yamada
1
-7
/
+5
2016-11-19
mtd: nand: denali: use managed devm_irq_request()
Masahiro Yamada
1
-3
/
+2
2016-11-19
mtd: nand: denali: remove unused struct member totalblks, blksperchip
Masahiro Yamada
1
-8
/
+0
2016-11-19
mtd: nand: denali: remove "Spectra:" prefix from printk strings
Masahiro Yamada
1
-6
/
+5
2016-11-19
mtd: nand: denali: remove detect_partition_feature()
Masahiro Yamada
1
-29
/
+0
2016-11-19
mtd: nand: denali: remove bogus comment about interrupt handler setup
Masahiro Yamada
1
-1
/
+0
2016-11-19
mtd: nand: denali: remove unused struct member denali_nand_info::idx
Masahiro Yamada
1
-2
/
+0
2016-11-19
mtd: nand: denali: remove unneeded <linux/slab.h> includes
Masahiro Yamada
1
-1
/
+0
2016-05-05
mtd: nand: denali: switch to mtd_ooblayout_ops
Boris Brezillon
1
-15
/
+35
2015-12-18
mtd: nand: remove useless mtd->priv = chip assignments
Boris BREZILLON
1
-1
/
+0
2015-12-18
mtd: nand: denali: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-31
/
+38
2015-12-11
mtd: nand: denali: add missing nand_release() call in denali_remove()
Boris BREZILLON
1
-2
/
+9
2015-10-13
mtd: nand: pass page number to ecc->write_xxx() methods
Boris BREZILLON
1
-2
/
+3
2015-10-13
mtd: nand: denali: drop owner assignment
Frans Klaver
1
-1
/
+0
2015-09-29
mtd: nand: denali: max_banks calculation changed in revision 5.1
Graham Moore
1
-1
/
+10
2015-09-29
mtd: nand: denali: pass col argument to READID operation
Enrico Jorns
1
-1
/
+1
2015-03-30
mtd: denali: Disable sub-page writes in Denali NAND driver
Graham Moore
1
-0
/
+3
2015-03-11
mtd: nand: denali: drop dead code
Brian Norris
1
-3
/
+0
2015-02-05
mtd: denali: remove unnecessary stubs
Masahiro Yamada
1
-38
/
+0
2015-01-13
mtd: denali: fix incorrect bitmask error in denali_setup_dma
Graham Moore
1
-1
/
+1
2014-09-19
mtd: denali: fix indents and other trivial things
Masahiro Yamada
1
-77
/
+61
2014-09-19
mtd: denali: remove unnecessary parentheses
Masahiro Yamada
1
-7
/
+7
2014-09-19
mtd: denali: remove another set-but-unused variable
Brian Norris
1
-2
/
+1
2014-09-15
mtd: denali: remove a set-but-unused variable
Masahiro Yamada
1
-2
/
+0
2014-09-15
mtd: denali: change the type of iterators to int
Masahiro Yamada
1
-4
/
+7
2014-09-15
mtd: denali: remove unnecessary casts
Masahiro Yamada
1
-18
/
+18
2014-09-15
mtd: denali: remove unnecessary variable initializations
Masahiro Yamada
1
-32
/
+27
2014-09-15
mtd: denali: fix the format of comment blocks
Masahiro Yamada
1
-123
/
+188
2014-08-19
mtd: nand: denali: set proper error code on timeout
Brian Norris
1
-3
/
+1
2014-08-19
mtd: denali: avoid using a magic number
Masahiro Yamada
1
-1
/
+2
2014-07-14
mtd: denali: use 8 bytes for READID command
grmoore@altera.com
1
-3
/
+3
2014-05-09
mtd: nand: refactor erase_cmd() to return chip status
Brian Norris
1
-4
/
+3
2014-01-11
mtd: denali: kill the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE
Huang Shijie
1
-21
/
+30
2014-01-03
mtd: denali: Mark function is_erased() as static
Rashika Kheria
1
-1
/
+1
2013-10-27
mtd: nand: add a helper to check the SLC/MLC nand chip
Huang Shijie
1
-1
/
+1
2013-10-27
mtd: denali: make init function static
Brian Norris
1
-1
/
+1
2013-08-30
mtd: denali: use NAND_CI_CELLTYPE_MSK instead of hardcoded constant
Akinobu Mita
1
-1
/
+1
2012-11-15
mtd: denali: split the generic driver and PCI layer
Dinh Nguyen
1
-132
/
+30
2012-07-06
mtd: nand: teach write_page and write_page_raw return an error code
Josh Wu
1
-5
/
+7
2012-05-13
mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'
Shmulik Ladkani
1
-3
/
+2
2012-05-13
mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces
Brian Norris
1
-4
/
+4
2012-05-13
mtd: nand: read_page() returns max_bitflips
Mike Dunn
1
-3
/
+7
2012-05-13
mtd: use module_pci_driver
Axel Lin
1
-14
/
+1
2012-03-27
mtd: flash drivers set ecc strength
Mike Dunn
1
-0
/
+3
2011-09-11
mtd: denali: detect the number of banks before resetting NAND
Jamie Iles
1
-1
/
+1
2011-09-11
mtd: denali: remove calling mtd_device_unregister() after nand_release()
Axel Lin
1
-1
/
+0
2011-09-11
mtd: nand: rename NAND_USE_FLASH_BBT
Brian Norris
1
-1
/
+1
[next]