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
2016-05-06
mtd: nand: denali: switch to mtd_ooblayout_ops
Boris Brezillon
1
-15
/
+35
2015-12-19
mtd: nand: remove useless mtd->priv = chip assignments
Boris BREZILLON
1
-1
/
+0
2015-12-19
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-31
mtd: denali: Disable sub-page writes in Denali NAND driver
Graham Moore
1
-0
/
+3
2015-03-12
mtd: nand: denali: drop dead code
Brian Norris
1
-3
/
+0
2015-02-06
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-16
mtd: denali: remove a set-but-unused variable
Masahiro Yamada
1
-2
/
+0
2014-09-16
mtd: denali: change the type of iterators to int
Masahiro Yamada
1
-4
/
+7
2014-09-16
mtd: denali: remove unnecessary casts
Masahiro Yamada
1
-18
/
+18
2014-09-16
mtd: denali: remove unnecessary variable initializations
Masahiro Yamada
1
-32
/
+27
2014-09-16
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-15
mtd: denali: use 8 bytes for READID command
grmoore@altera.com
1
-3
/
+3
2014-05-10
mtd: nand: refactor erase_cmd() to return chip status
Brian Norris
1
-4
/
+3
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
[next]