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
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
2011-09-11
mtd: nand: consolidate redundant flash-based BBT flags
Brian Norris
1
-1
/
+2
2011-05-25
mtd: convert remaining users to mtd_device_register()
Jamie Iles
1
-2
/
+2
2011-05-25
mtd: denali: detect the number of banks
Jamie Iles
1
-8
/
+20
2011-05-25
mtd: denali: remove nearly-duplicated register definitions
Jamie Iles
1
-81
/
+53
2011-05-25
mtd: denali: convert to generic DMA API
Jamie Iles
1
-43
/
+39
2011-05-25
mtd: denali: drop __TIME__ usage
Michal Marek
1
-2
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-3
/
+3
2010-10-24
mtd: nand: denali should also handle NAND_CMD_PARAM
Florian Fainelli
1
-0
/
+1
2010-08-12
nand/denali: move all hardware initialization work to denali_hw_init
Chuanxiao Dong
1
-5
/
+6
2010-08-12
nand/denali: Add a page check in denali_read_page & denali_read_page_raw
Chuanxiao Dong
1
-0
/
+14
2010-08-12
nand/denali: use cpu_relax() while waiting for hardware interrupt
Chuanxiao Dong
1
-2
/
+2
2010-08-12
nand/denali: change read_status function method
Chuanxiao Dong
1
-7
/
+5
2010-08-12
nand/denali: Fixed check patch warnings
Chuanxiao Dong
1
-12
/
+13
2010-08-11
nand/denali: use dev_xx debug function to replace nand_dbg_print and some printk
Chuanxiao Dong
1
-166
/
+42
2010-08-11
nand/denali: Fixed handle ECC error bugs
Chuanxiao Dong
1
-16
/
+29
2010-08-11
nand/denali: use iowrite32() to replace denali_write32()
Chuanxiao Dong
1
-76
/
+62
2010-08-11
nand/denali: Fixed probe function bugs
Chuanxiao Dong
1
-21
/
+23
2010-08-10
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-765
/
+475
2010-08-06
mtd: denali: Add multi connected NAND support
Chuanxiao Dong
1
-1
/
+21
2010-08-06
mtd: denali: Remove set_ecc_config function
Chuanxiao Dong
1
-40
/
+47
2010-08-06
mtd: denali: Remove unuseful code in get_xx_nand_para functions
Chuanxiao Dong
1
-74
/
+7
2010-08-06
mtd: denali: Remove device_info_tag structure
Chuanxiao.Dong
1
-266
/
+33
[next]