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
/
mxc_nand.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-23
mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocks
Wolfram Stering
1
-1
/
+1
2011-09-11
mtd: mxc_nand: add mx53 NFC driver support
Jason Liu
1
-1
/
+1
2011-09-11
mtd: cleanup style on pr_debug messages
Brian Norris
1
-4
/
+2
2011-09-11
mtd: replace DEBUG() with pr_debug()
Brian Norris
1
-8
/
+6
2011-09-11
mtd: mxc_nand.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
1
-12
/
+3
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
/
+1
2011-05-25
mtd: mxc_nand: convert to mtd_device_register()
Jamie Iles
1
-9
/
+4
2011-05-25
mtd: mxc_nand: add support for multiple chips on V21 devices
Baruch Siach
1
-19
/
+32
2011-03-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Artem Bityutskiy
1
-3
/
+2
2011-03-11
mtd: mxc_nand: fix OOB corruption when page size > 2KiB
Baruch Siach
1
-0
/
+27
2011-03-11
mtd: mxc_nand: fix read past buffer end
Baruch Siach
1
-2
/
+2
2011-02-17
kbuild, mtd, net: a few comment typo fixes and rewording
Gilles Espinasse
1
-3
/
+2
2010-12-03
mtd: mxc_nand: Fix warning on nr_parts unused variable
Fabio Estevam
1
-1
/
+1
2010-10-19
mxc_nand: do not depend on disabling the irq in the interrupt handler
Sascha Hauer
1
-9
/
+83
2010-09-13
mtd: mxc_nand: configure pages per block for v2 controller
Sascha Hauer
1
-14
/
+19
2010-08-27
mxc_nand: Do not do byte accesses to the NFC buffer.
John Ogness
1
-7
/
+7
2010-08-10
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-175
/
+425
2010-08-06
mxc_nand: Add v3 (i.MX51) Support
Sascha Hauer
1
-1
/
+221
2010-08-06
mxc_nand: support 8bit ecc
Sascha Hauer
1
-0
/
+30
2010-08-06
mxc_nand: fix correct_data function
Sascha Hauer
1
-2
/
+40
2010-08-06
mxc_nand: add V1_V2 namespace to registers
Sascha Hauer
1
-78
/
+63
2010-08-06
mxc_nand: factor out a check_int function
Sascha Hauer
1
-13
/
+19
2010-08-06
mxc_nand: make some internally used functions overwriteable
Sascha Hauer
1
-28
/
+44
2010-08-06
mxc_nand: rework get_dev_status
Sascha Hauer
1
-12
/
+9
2010-08-06
mxc_nand: remove 0xe00 offset from registers
Sascha Hauer
1
-18
/
+18
2010-08-04
mtd: mxc_nand: dont call suspend and resume explicitly
Eric Bénard
1
-42
/
+1
2010-08-02
mtd: mxc_nand: fix unbalanced enable for IRQ
Eric Bénard
1
-1
/
+1
2010-08-02
mtd: mxc_nand: remove unused variable
Uwe Kleine-König
1
-1
/
+0
2010-08-02
mtd: mxc_nand: fix OOB accesses on i.MX27
Sascha Hauer
1
-26
/
+5
2010-07-26
mxc_nand: add support for platform defined partitions
Baruch Siach
1
-0
/
+2
2010-07-26
mxc_nand: Fix OOB handling
Sascha Hauer
1
-26
/
+5
2010-05-20
mtd: mxc_nand: Remove duplicate NAND_CMD_RESET case value
David Woodhouse
1
-1
/
+0
2010-05-14
mtd: mxc_nand: support i.MX21
Ivo Clarysse
1
-16
/
+25
2010-05-14
mtd: mxc_nand: set NFC registers after reset
Ivo Clarysse
1
-42
/
+48
2010-03-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
1
-1
/
+1
2010-02-26
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
David Woodhouse
1
-1
/
+1
2010-02-26
mtd: mxc_nand: add RESET command support
Eric Benard
1
-0
/
+1
2010-02-25
mtd: mxc-nand: don't disable clock in mxcnd-suspend
Uwe Kleine-König
1
-4
/
+6
2010-02-25
mtd: mxc-nand: no need to check for validity of platform driver data
Uwe Kleine-König
1
-10
/
+7
2010-02-09
tree-wide: Assorted spelling fixes
Daniel Mack
1
-1
/
+1
2009-12-07
Revert "mtd: move mxcnd_remove to .exit.text"
Uwe Kleine-König
1
-1
/
+1
2009-11-30
Merge branch 'mxc-nand' of git://git.pengutronix.de/git/imx/linux-2.6
David Woodhouse
1
-475
/
+298
2009-11-30
mtd: don't use __exit_p to wrap mxcnd_remove
Uwe Kleine-König
1
-1
/
+1
2009-11-12
mxc_nand: use DRIVER_NAME where appropriate
Sascha Hauer
1
-2
/
+2
2009-11-12
mxc_nand: remove TROP_US_DELAY
Sascha Hauer
1
-10
/
+7
2009-11-12
mxc_nand: Allow flash based bbt
Sascha Hauer
1
-0
/
+34
2009-11-12
mxc_nand: disable sp_en bit only once
Sascha Hauer
1
-12
/
+3
2009-11-12
mxc_nand: Add NFC V2 support
Sascha Hauer
1
-13
/
+68
2009-11-12
mxc_nand: Get rid of pagesize_2k flag
Sascha Hauer
1
-15
/
+14
[next]