index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
pxa3xx_nand.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: pxa3xx_nand: clean up the pxa3xx timings
Antoine Ténart
2015-10-26
1
-17
/
+8
*
mtd: pxa3xx_nand: rework flash detection and timing setup
Antoine Ténart
2015-10-26
1
-88
/
+35
*
mtd: pxa3xx_nand: add helpers to setup the timings
Antoine Ténart
2015-10-26
1
-0
/
+122
*
mtd: pxa3xx_nand: fix some compile issues on non-ARM arches
Antoine Ténart
2015-10-26
1
-2
/
+2
*
mtd: pxa3xx_nand: switch to device PM
Brian Norris
2015-10-19
1
-7
/
+11
*
mtd: pxa3xx_nand: don't duplicate MTD suspend/resume
Brian Norris
2015-10-19
1
-17
/
+0
*
mtd: nand: pass page number to ecc->write_xxx() methods
Boris BREZILLON
2015-10-13
1
-1
/
+2
*
mtd: nand: pxa3xx_nand: show parent device in sysfs
Frans Klaver
2015-10-13
1
-1
/
+1
*
mtd: nand: pxa3xx-nand: prevent DFI bus lockup on removal
Robert Jarzmik
2015-09-29
1
-2
/
+15
*
mtd: nand: pxa3xx-nand: switch to dmaengine
Robert Jarzmik
2015-09-28
1
-114
/
+108
*
mtd: pxa3xx_nand: Remove unused platform-data flash specification
Ezequiel García
2015-09-02
1
-6
/
+27
*
nand: pxa3xx: Increase READ_ID buffer and make the size static
Ezequiel García
2015-08-20
1
-21
/
+10
*
mtd: nand: pxa3xx-nand: fix random command timeouts
Robert Jarzmik
2015-08-20
1
-3
/
+7
*
mtd: nand: pxa3xx_nand: fix early spurious interrupt
Robert Jarzmik
2015-08-20
1
-1
/
+1
*
mtd: pxa3xx_nand: add a default chunk size
Antoine Ténart
2015-08-19
1
-0
/
+3
*
nand: pxa3xx: Increase initial buffer size
Ezequiel Garcia
2015-08-14
1
-6
/
+9
*
mtd: nand: pxa3xx: fix build on ARM64
Rob Herring
2015-05-07
1
-11
/
+10
*
mtd: nand: pxa3xx: Switch FIFO draining to jiffies-based timeout
Maxime Ripard
2015-05-07
1
-11
/
+9
*
mtd: pxa3xx_nand: cleanup wait_for_completion handling
Nicholas Mc Guire
2015-03-31
1
-14
/
+10
*
mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0
Antoine Ténart
2015-02-28
1
-0
/
+2
*
Merge MTD updates into -next
Brian Norris
2015-02-28
1
-0
/
+2
|
\
|
*
mtd: pxa3xx_nand: fix driver when num_cs is 0
Robert Jarzmik
2015-02-28
1
-0
/
+2
*
|
mtd: pxa3xx-nand: handle PIO in threaded interrupt
Robert Jarzmik
2015-02-28
1
-3
/
+19
|
/
*
mtd: nand: pxa3xx: Fix PIO FIFO draining
Maxime Ripard
2015-02-28
1
-6
/
+42
*
mtd: pxa3xx_nand: make the driver work on big-endian systems
Thomas Petazzoni
2014-05-28
1
-2
/
+2
*
mtd: nand: pxa3xx: Use ECC strength and step size devicetree binding
Ezequiel Garcia
2014-05-21
1
-2
/
+15
*
mtd: nand: pxa3xx: Clean pxa_ecc_init() error handling
Ezequiel Garcia
2014-05-21
1
-11
/
+10
*
mtd: nand: pxa3xx: Make of_device_id array const
Jingoo Han
2014-05-21
1
-1
/
+1
*
mtd: nand: pxa3xx: Print actual ECC strength in error message
Ezequiel Garcia
2014-03-11
1
-1
/
+1
*
mtd: nand: pxa3xx: Remove unused macro
Ezequiel Garcia
2014-03-11
1
-1
/
+0
*
mtd: nand: pxa3xx: Add support for 2048 bytes page size devices
Rodolfo Giometti
2014-01-20
1
-0
/
+21
*
mtd: nand: pxa3xx: Add "armada370-nand" compatible
Ezequiel Garcia
2014-01-13
1
-0
/
+4
*
mtd: nand: pxa3xx: Consolidate ECC initialization
Ezequiel Garcia
2014-01-03
1
-24
/
+16
*
mtd: nand: pxa3xx: Use extended cmdfunc() only if needed
Ezequiel Garcia
2014-01-03
1
-10
/
+21
*
mtd: nand: pxa3xx: Clear need_wait flag when starting a command
Ezequiel Garcia
2014-01-03
1
-0
/
+1
*
mtd: nand: pxa3xx: make ECC configuration checks more explicit
Brian Norris
2014-01-03
1
-3
/
+12
*
mtd: nand: pxa3xx: Add ECC BCH correctable errors detection
Ezequiel Garcia
2014-01-03
1
-22
/
+35
*
mtd: nand: pxa3xx: Add multiple chunk write support
Ezequiel Garcia
2014-01-03
1
-8
/
+73
*
mtd: nand: pxa3xx: Introduce multiple page I/O support
Ezequiel Garcia
2014-01-03
1
-10
/
+172
*
mtd: nand: pxa3xx: Add a read/write buffers markers
Ezequiel Garcia
2014-01-03
1
-11
/
+29
*
mtd: nand: pxa3xx: Fix SEQIN column address set
Ezequiel Garcia
2014-01-03
1
-1
/
+2
*
mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()
Ezequiel Garcia
2014-01-03
1
-5
/
+16
*
mtd: nand: pxa3xx: Split prepare_command_pool() in two stages
Ezequiel Garcia
2014-01-03
1
-19
/
+25
*
mtd: nand: pxa3xx: Remove READ0 switch/case falltrough
Ezequiel Garcia
2014-01-03
1
-0
/
+5
*
mtd: nand: pxa3xx: Add helper function to set page address
Ezequiel Garcia
2014-01-03
1
-15
/
+21
*
mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command start
Ezequiel Garcia
2014-01-03
1
-1
/
+1
*
mtd: nand: pxa3xx: Add driver-specific ECC BCH support
Ezequiel Garcia
2014-01-03
1
-17
/
+69
*
mtd: nand: pxa3xx: Add bad block handling
Ezequiel Garcia
2014-01-03
1
-0
/
+37
*
mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be ready
Ezequiel Garcia
2014-01-03
1
-3
/
+4
*
mtd: nand: pxa3xx: Use a completion to signal device ready
Ezequiel Garcia
2014-01-03
1
-14
/
+24
[next]