index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
denali.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: rawnand: Pass a nand_chip object to nand_release()
Boris Brezillon
2020-06-30
1
-1
/
+1
*
mtd: nand: denali: switch to mtd_ooblayout_ops
Boris Brezillon
2016-05-05
1
-15
/
+35
*
mtd: nand: remove useless mtd->priv = chip assignments
Boris BREZILLON
2015-12-18
1
-1
/
+0
*
mtd: nand: denali: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
2015-12-18
1
-31
/
+38
*
mtd: nand: denali: add missing nand_release() call in denali_remove()
Boris BREZILLON
2015-12-11
1
-2
/
+9
*
mtd: nand: pass page number to ecc->write_xxx() methods
Boris BREZILLON
2015-10-13
1
-2
/
+3
*
mtd: nand: denali: drop owner assignment
Frans Klaver
2015-10-13
1
-1
/
+0
*
mtd: nand: denali: max_banks calculation changed in revision 5.1
Graham Moore
2015-09-29
1
-1
/
+10
*
mtd: nand: denali: pass col argument to READID operation
Enrico Jorns
2015-09-29
1
-1
/
+1
*
mtd: denali: Disable sub-page writes in Denali NAND driver
Graham Moore
2015-03-30
1
-0
/
+3
*
mtd: nand: denali: drop dead code
Brian Norris
2015-03-11
1
-3
/
+0
*
mtd: denali: remove unnecessary stubs
Masahiro Yamada
2015-02-05
1
-38
/
+0
*
mtd: denali: fix incorrect bitmask error in denali_setup_dma
Graham Moore
2015-01-13
1
-1
/
+1
*
mtd: denali: fix indents and other trivial things
Masahiro Yamada
2014-09-19
1
-77
/
+61
*
mtd: denali: remove unnecessary parentheses
Masahiro Yamada
2014-09-19
1
-7
/
+7
*
mtd: denali: remove another set-but-unused variable
Brian Norris
2014-09-19
1
-2
/
+1
*
mtd: denali: remove a set-but-unused variable
Masahiro Yamada
2014-09-15
1
-2
/
+0
*
mtd: denali: change the type of iterators to int
Masahiro Yamada
2014-09-15
1
-4
/
+7
*
mtd: denali: remove unnecessary casts
Masahiro Yamada
2014-09-15
1
-18
/
+18
*
mtd: denali: remove unnecessary variable initializations
Masahiro Yamada
2014-09-15
1
-32
/
+27
*
mtd: denali: fix the format of comment blocks
Masahiro Yamada
2014-09-15
1
-123
/
+188
*
mtd: nand: denali: set proper error code on timeout
Brian Norris
2014-08-19
1
-3
/
+1
*
mtd: denali: avoid using a magic number
Masahiro Yamada
2014-08-19
1
-1
/
+2
*
mtd: denali: use 8 bytes for READID command
grmoore@altera.com
2014-07-14
1
-3
/
+3
*
mtd: nand: refactor erase_cmd() to return chip status
Brian Norris
2014-05-09
1
-4
/
+3
*
mtd: denali: kill the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE
Huang Shijie
2014-01-11
1
-21
/
+30
*
mtd: denali: Mark function is_erased() as static
Rashika Kheria
2014-01-03
1
-1
/
+1
*
mtd: nand: add a helper to check the SLC/MLC nand chip
Huang Shijie
2013-10-27
1
-1
/
+1
*
mtd: denali: make init function static
Brian Norris
2013-10-27
1
-1
/
+1
*
mtd: denali: use NAND_CI_CELLTYPE_MSK instead of hardcoded constant
Akinobu Mita
2013-08-30
1
-1
/
+1
*
mtd: denali: split the generic driver and PCI layer
Dinh Nguyen
2012-11-15
1
-132
/
+30
*
mtd: nand: teach write_page and write_page_raw return an error code
Josh Wu
2012-07-06
1
-5
/
+7
*
mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'
Shmulik Ladkani
2012-05-13
1
-3
/
+2
*
mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces
Brian Norris
2012-05-13
1
-4
/
+4
*
mtd: nand: read_page() returns max_bitflips
Mike Dunn
2012-05-13
1
-3
/
+7
*
mtd: use module_pci_driver
Axel Lin
2012-05-13
1
-14
/
+1
*
mtd: flash drivers set ecc strength
Mike Dunn
2012-03-27
1
-0
/
+3
*
mtd: denali: detect the number of banks before resetting NAND
Jamie Iles
2011-09-11
1
-1
/
+1
*
mtd: denali: remove calling mtd_device_unregister() after nand_release()
Axel Lin
2011-09-11
1
-1
/
+0
*
mtd: nand: rename NAND_USE_FLASH_BBT
Brian Norris
2011-09-11
1
-1
/
+1
*
mtd: nand: consolidate redundant flash-based BBT flags
Brian Norris
2011-09-11
1
-1
/
+2
*
mtd: convert remaining users to mtd_device_register()
Jamie Iles
2011-05-25
1
-2
/
+2
*
mtd: denali: detect the number of banks
Jamie Iles
2011-05-25
1
-8
/
+20
*
mtd: denali: remove nearly-duplicated register definitions
Jamie Iles
2011-05-25
1
-81
/
+53
*
mtd: denali: convert to generic DMA API
Jamie Iles
2011-05-25
1
-43
/
+39
*
mtd: denali: drop __TIME__ usage
Michal Marek
2011-05-25
1
-2
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-3
/
+3
*
mtd: nand: denali should also handle NAND_CMD_PARAM
Florian Fainelli
2010-10-24
1
-0
/
+1
*
nand/denali: move all hardware initialization work to denali_hw_init
Chuanxiao Dong
2010-08-12
1
-5
/
+6
*
nand/denali: Add a page check in denali_read_page & denali_read_page_raw
Chuanxiao Dong
2010-08-12
1
-0
/
+14
[next]