index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
mxc_nand.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2010-08-10
1
-175
/
+425
|
\
|
*
mxc_nand: Add v3 (i.MX51) Support
Sascha Hauer
2010-08-06
1
-1
/
+221
|
*
mxc_nand: support 8bit ecc
Sascha Hauer
2010-08-06
1
-0
/
+30
|
*
mxc_nand: fix correct_data function
Sascha Hauer
2010-08-06
1
-2
/
+40
|
*
mxc_nand: add V1_V2 namespace to registers
Sascha Hauer
2010-08-06
1
-78
/
+63
|
*
mxc_nand: factor out a check_int function
Sascha Hauer
2010-08-06
1
-13
/
+19
|
*
mxc_nand: make some internally used functions overwriteable
Sascha Hauer
2010-08-06
1
-28
/
+44
|
*
mxc_nand: rework get_dev_status
Sascha Hauer
2010-08-06
1
-12
/
+9
|
*
mxc_nand: remove 0xe00 offset from registers
Sascha Hauer
2010-08-06
1
-18
/
+18
|
*
mtd: mxc_nand: dont call suspend and resume explicitly
Eric Bénard
2010-08-04
1
-42
/
+1
|
*
mtd: mxc_nand: fix unbalanced enable for IRQ
Eric Bénard
2010-08-02
1
-1
/
+1
|
*
mtd: mxc_nand: remove unused variable
Uwe Kleine-König
2010-08-02
1
-1
/
+0
|
*
mtd: mxc_nand: fix OOB accesses on i.MX27
Sascha Hauer
2010-08-02
1
-26
/
+5
*
|
mxc_nand: add support for platform defined partitions
Baruch Siach
2010-07-26
1
-0
/
+2
*
|
mxc_nand: Fix OOB handling
Sascha Hauer
2010-07-26
1
-26
/
+5
|
/
*
mtd: mxc_nand: Remove duplicate NAND_CMD_RESET case value
David Woodhouse
2010-05-20
1
-1
/
+0
*
mtd: mxc_nand: support i.MX21
Ivo Clarysse
2010-05-14
1
-16
/
+25
*
mtd: mxc_nand: set NFC registers after reset
Ivo Clarysse
2010-05-14
1
-42
/
+48
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2010-03-26
1
-1
/
+1
|
\
|
*
tree-wide: Assorted spelling fixes
Daniel Mack
2010-02-09
1
-1
/
+1
*
|
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
David Woodhouse
2010-02-26
1
-1
/
+1
*
|
mtd: mxc_nand: add RESET command support
Eric Benard
2010-02-26
1
-0
/
+1
*
|
mtd: mxc-nand: don't disable clock in mxcnd-suspend
Uwe Kleine-König
2010-02-25
1
-4
/
+6
*
|
mtd: mxc-nand: no need to check for validity of platform driver data
Uwe Kleine-König
2010-02-25
1
-10
/
+7
|
/
*
Revert "mtd: move mxcnd_remove to .exit.text"
Uwe Kleine-König
2009-12-07
1
-1
/
+1
*
Merge branch 'mxc-nand' of git://git.pengutronix.de/git/imx/linux-2.6
David Woodhouse
2009-11-30
1
-475
/
+298
|
\
|
*
mxc_nand: use DRIVER_NAME where appropriate
Sascha Hauer
2009-11-12
1
-2
/
+2
|
*
mxc_nand: remove TROP_US_DELAY
Sascha Hauer
2009-11-12
1
-10
/
+7
|
*
mxc_nand: Allow flash based bbt
Sascha Hauer
2009-11-12
1
-0
/
+34
|
*
mxc_nand: disable sp_en bit only once
Sascha Hauer
2009-11-12
1
-12
/
+3
|
*
mxc_nand: Add NFC V2 support
Sascha Hauer
2009-11-12
1
-13
/
+68
|
*
mxc_nand: Get rid of pagesize_2k flag
Sascha Hauer
2009-11-12
1
-15
/
+14
|
*
mxc_nand: Make main/spare areas runtime configurable
Sascha Hauer
2009-11-12
1
-22
/
+20
|
*
mxc_nand: remove unused defines
Sascha Hauer
2009-11-12
1
-7
/
+0
|
*
mxc nand: modify send_page to send all pages, not only one
Sascha Hauer
2009-11-12
1
-25
/
+20
|
*
mxc nand: simplify command processing
Sascha Hauer
2009-11-12
1
-46
/
+35
|
*
mxc nand: use buffers
Sascha Hauer
2009-11-12
1
-233
/
+77
|
*
mxc nand: use resource_size()
Sascha Hauer
2009-11-12
1
-1
/
+1
|
*
mxc nand: remove dead code
Sascha Hauer
2009-11-12
1
-17
/
+0
|
*
mxc nand: remove debug param
Sascha Hauer
2009-11-12
1
-8
/
+8
|
*
mxc_nand: introduce mxc_do_addr_cycle
Sascha Hauer
2009-11-12
1
-40
/
+47
|
*
mxc_nand: merge send_read_page and send_prog_page
Sascha Hauer
2009-11-12
1
-41
/
+13
|
*
mxc_nand: cleanup initialization
Sascha Hauer
2009-11-12
1
-50
/
+22
|
*
mxc_nand: cleanup eccoob descriptions
Sascha Hauer
2009-11-12
1
-15
/
+9
*
|
mtd: don't use __exit_p to wrap mxcnd_remove
Uwe Kleine-König
2009-11-30
1
-1
/
+1
|
/
*
Revert "mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27"
David Woodhouse
2009-10-20
1
-15
/
+1
*
mtd: move mxcnd_remove to .exit.text
Uwe Kleine-König
2009-10-17
1
-1
/
+1
*
mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27
Eric Benard
2009-09-19
1
-1
/
+15
*
Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linux
David Woodhouse
2009-06-08
1
-16
/
+24
|
\
|
*
mtd: MXC NAND driver fixes (v5)
Vladimir Barinov
2009-05-29
1
-20
/
+23
[next]