index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2014-01-12
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-28
mtd: nand: add a helper to check the SLC/MLC nand chip
Huang Shijie
1
-1
/
+1
2013-10-28
mtd: denali: make init function static
Brian Norris
1
-1
/
+1
2013-08-31
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-14
mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'
Shmulik Ladkani
1
-3
/
+2
2012-05-14
mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces
Brian Norris
1
-4
/
+4
2012-05-14
mtd: nand: read_page() returns max_bitflips
Mike Dunn
1
-3
/
+7
2012-05-14
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-25
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