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
/
r852.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: nand: make use of nand_set/get_controller_data() helpers
Boris BREZILLON
2016-01-07
1
-3
/
+3
*
mtd: nand: return consistent error codes in ecc.correct() implementations
Boris BREZILLON
2016-01-06
1
-2
/
+2
*
mtd: nand: remove useless mtd->priv = chip assignments
Boris BREZILLON
2015-12-18
1
-1
/
+0
*
mtd: nand: r852: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
2015-12-18
1
-19
/
+15
*
mtd: nand: make use of mtd_to_nand() in NAND drivers
Boris BREZILLON
2015-12-08
1
-1
/
+1
*
mtd: nand: r852: Remove unnecessary synchronize_irq() before free_irq()
Lars-Peter Clausen
2015-12-04
1
-1
/
+0
*
mtd: nand: r852: drop owner assignment
Frans Klaver
2015-10-13
1
-1
/
+0
*
mtd: r852: make ecc_reg 32-bit in r852_ecc_correct
Nicolas Iooss
2015-07-20
1
-1
/
+1
*
mtd: r852: Fix device_create_file() usage
Richard Weinberger
2015-06-16
1
-1
/
+5
*
mtd: nand: r852: correct write_buf loop bounds
Brian Norris
2014-05-28
1
-2
/
+4
*
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2013-11-15
1
-1
/
+1
*
mtd: r852: Staticize local symbols
Jingoo Han
2013-08-30
1
-22
/
+22
*
mtd: r852: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2013-08-05
1
-4
/
+1
*
mtd: kill MTD_NAND_VERIFY_WRITE
Huang Shijie
2012-09-29
1
-22
/
+0
*
mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'
Shmulik Ladkani
2012-05-13
1
-6
/
+3
*
mtd: use module_pci_driver
Axel Lin
2012-05-13
1
-12
/
+1
*
mtd: flash drivers set ecc strength
Mike Dunn
2012-03-27
1
-0
/
+1
*
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
2012-01-13
1
-1
/
+1
*
mtd: r852: make r852_pm_ops static
Axel Lin
2011-10-01
1
-3
/
+3
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-5
/
+5
*
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
Tejun Heo
2011-02-16
1
-1
/
+1
*
mtd: r852: remove useless pci powerup/down from suspend/resume routines
Maxim Levitsky
2010-10-25
1
-29
/
+1
*
mtd: r852: remove casts from void
Kulikov Vasiliy
2010-08-02
1
-1
/
+1
*
mtd: r852: remove casts from void
Kulikov Vasiliy
2010-08-02
1
-2
/
+2
*
mtd/r852: update card detect early.
Maxim Levitsky
2010-06-02
1
-1
/
+1
*
mtd/r852: Fixes in case of DMA timeout
Maxim Levitsky
2010-06-02
1
-3
/
+11
*
mtd/r852: register IRQ as last step
Maxim Levitsky
2010-06-02
1
-5
/
+6
*
mtd: update gfp/slab.h includes
Tejun Heo
2010-05-19
1
-0
/
+1
*
mtd: sm_common: split smartmedia and xD table
Maxim Levitsky
2010-05-14
1
-1
/
+1
*
mtd/nand/r852: Use pci_dma_mapping_error()
David Woodhouse
2010-03-11
1
-1
/
+1
*
mtd/nand/r852: fix build for CONFIG_PCI disabled
Randy Dunlap
2010-03-11
1
-0
/
+1
*
mtd: nand: r852: fix name space clash
Stephen Rothwell
2010-03-08
1
-4
/
+5
*
mtd/nand/r852: fix build for CONFIG_PM=n
Randy Dunlap
2010-03-08
1
-0
/
+5
*
mtd: r852: Few fixes for problems that occur when card is rapidly inserted/re...
Maxim Levitsky
2010-03-08
1
-4
/
+17
*
mtd: r852 fix pci ID
Maxim Levitsky
2010-02-26
1
-1
/
+1
*
mtd: Few follow up cleanups for Smartmedia/xD support
Maxim Levitsky
2010-02-26
1
-2
/
+4
*
mtd: nand: Add driver for Ricoh xD/SmartMedia reader
Maxim Levitsky
2010-02-26
1
-0
/
+1117