index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
pxa3xx_nand.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-23
mtd: nand: remove deprecated pxa3xx_nand driver
Miquel Raynal
1
-2105
/
+0
2018-01-29
Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-8
/
+6
2018-01-06
mtd: nand: pxa3xx: Fix READOOB implementation
Boris Brezillon
1
-0
/
+1
2017-12-14
mtd: nand: force drivers to explicitly send READ/PROG commands
Boris Brezillon
1
-3
/
+3
2017-12-14
mtd: nand: provide several helpers to do common NAND operations
Boris Brezillon
1
-5
/
+3
2017-10-07
mtd: nand: pxa3xx: enable NAND controller if the SoC needs it
Miquel Raynal
1
-4
/
+37
2017-08-13
mtd: nand: Rename nand.h into rawnand.h
Boris Brezillon
1
-1
/
+1
2017-05-30
mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPP
Boris Brezillon
1
-0
/
+2
2016-11-07
mtd: nand: pxa3xx: return error code of nand_scan_ident() on error
Masahiro Yamada
1
-2
/
+3
2016-11-07
mtd: nand: pxa3xx_nand: write exactly one message on probe failure
Uwe Kleine-König
1
-7
/
+10
2016-09-23
mtd: nand: import nand_hw_control_init()
Marc Gonzalez
1
-2
/
+1
2016-05-05
mtd: nand: pxa3xx: switch to mtd_ooblayout_ops
Boris Brezillon
1
-40
/
+64
2016-04-19
mtd: nand: pxa3xx: rely on generic DT parsing done in nand_scan_ident()
Boris Brezillon
1
-17
/
+11
2016-03-07
mtd: nand: pxa3xx_nand: kill unused field 'drcmr_cmd'
Brian Norris
1
-10
/
+0
2016-03-04
mtd: nand: pxa3xx_nand: fix dmaengine initialization
Robert Jarzmik
1
-1
/
+1
2016-02-12
mtd: nand: pxa3xx_nand: add support for partial chunks
Thomas Petazzoni
1
-56
/
+101
2016-02-01
mtd: nand: pxa3xx_nand: add register access debug
Robert Jarzmik
1
-5
/
+17
2016-01-07
mtd: nand: make use of nand_set/get_controller_data() helpers
Boris BREZILLON
1
-11
/
+11
2015-12-18
mtd: nand: remove useless mtd->priv = chip assignments
Boris BREZILLON
1
-1
/
+0
2015-12-18
mtd: nand: pxa3xx: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-16
/
+17
2015-12-08
mtd: nand: make use of mtd_to_nand() in NAND drivers
Boris BREZILLON
1
-9
/
+9
2015-11-19
mtd: nand: fix drivers abusing mtd->priv
Boris BREZILLON
1
-11
/
+19
2015-11-16
mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume paths
Ezequiel García
1
-0
/
+6
2015-11-16
mtd: pxa3xx_nand: Remove dead code
Ezequiel García
1
-5
/
+0
2015-11-16
mtd: pxa3xx_nand: Remove redundant NAND sensing
Ezequiel García
1
-33
/
+8
2015-11-16
mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan
Ezequiel García
1
-16
/
+14
2015-11-16
mtd: pxa3xx_nand: Fix initial controller configuration
Ezequiel García
1
-13
/
+22
2015-11-16
mtd: pxa3xx_nand: Increase the initial chunk size
Ezequiel García
1
-1
/
+1
2015-11-11
mtd: nand: drop unnecessary partition parser data
Brian Norris
1
-5
/
+5
2015-10-26
mtd: pxa3xx_nand: clean up the pxa3xx timings
Antoine Ténart
1
-17
/
+8
2015-10-26
mtd: pxa3xx_nand: rework flash detection and timing setup
Antoine Ténart
1
-88
/
+35
2015-10-26
mtd: pxa3xx_nand: add helpers to setup the timings
Antoine Ténart
1
-0
/
+122
2015-10-26
mtd: pxa3xx_nand: fix some compile issues on non-ARM arches
Antoine Ténart
1
-2
/
+2
2015-10-19
mtd: pxa3xx_nand: switch to device PM
Brian Norris
1
-7
/
+11
2015-10-19
mtd: pxa3xx_nand: don't duplicate MTD suspend/resume
Brian Norris
1
-17
/
+0
2015-10-13
mtd: nand: pass page number to ecc->write_xxx() methods
Boris BREZILLON
1
-1
/
+2
2015-10-13
mtd: nand: pxa3xx_nand: show parent device in sysfs
Frans Klaver
1
-1
/
+1
2015-09-28
mtd: nand: pxa3xx-nand: prevent DFI bus lockup on removal
Robert Jarzmik
1
-2
/
+15
2015-09-27
mtd: nand: pxa3xx-nand: switch to dmaengine
Robert Jarzmik
1
-114
/
+108
2015-09-02
mtd: pxa3xx_nand: Remove unused platform-data flash specification
Ezequiel García
1
-6
/
+27
2015-08-19
nand: pxa3xx: Increase READ_ID buffer and make the size static
Ezequiel García
1
-21
/
+10
2015-08-19
mtd: nand: pxa3xx-nand: fix random command timeouts
Robert Jarzmik
1
-3
/
+7
2015-08-19
mtd: nand: pxa3xx_nand: fix early spurious interrupt
Robert Jarzmik
1
-1
/
+1
2015-08-18
mtd: pxa3xx_nand: add a default chunk size
Antoine Ténart
1
-0
/
+3
2015-08-14
nand: pxa3xx: Increase initial buffer size
Ezequiel Garcia
1
-6
/
+9
2015-05-07
mtd: nand: pxa3xx: fix build on ARM64
Rob Herring
1
-11
/
+10
2015-05-07
mtd: nand: pxa3xx: Switch FIFO draining to jiffies-based timeout
Maxime Ripard
1
-11
/
+9
2015-03-30
mtd: pxa3xx_nand: cleanup wait_for_completion handling
Nicholas Mc Guire
1
-14
/
+10
2015-02-28
mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0
Antoine Ténart
1
-0
/
+2
2015-02-28
Merge MTD updates into -next
Brian Norris
1
-0
/
+2
[next]