index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
denali.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-08-06
mtd: Missing slab.h include
David Miller
1
-0
/
+1
2010-08-05
mtd: denali: update get nand para functions
Chuanxiao Dong
1
-72
/
+35
2010-08-05
mtd: denali: rename functions which is named by using capitals
Chuanxiao Dong
1
-11
/
+11
2010-08-05
mtd: denali.c: fix reserved all check-patch errors
Chuanxiao Dong
1
-49
/
+53
2010-08-05
mtd: denali.c: fix all "line over 80 characters" warnings
Chuanxiao Dong
1
-108
/
+192
2010-08-05
mtd: denali.c: add and update KERN_ facility level in printk()
Chuanxiao Dong
1
-16
/
+16
2010-08-05
mtd: denali.c: fixed all open brace { check-patch errors
Chuanxiao Dong
1
-116
/
+48
2010-08-05
nand/denali Clean up all white spaces in code indent
Chuanxiao
1
-169
/
+168
2010-06-16
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
1
-1
/
+1
2010-05-13
mtd/nand: Fix denali build on ppc64
David Woodhouse
1
-11
/
+11
2010-05-13
mtd/nand: Add Intel Moorestown/Denali NAND support
Jason Roberts
1
-0
/
+2134