index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
mtd
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
1
-1
/
+1
*
treewide: use #include <...> to include public headers
Masahiro Yamada
2016-09-23
1
-5
/
+5
*
mtd: fix compiler warnings
Steve Rae
2016-07-24
1
-0
/
+5
*
mtd: nand: Increase the max OOB size
Boris Brezillon
2016-07-24
1
-1
/
+1
*
mtd: nand: add common DT init code
Brian Norris
2016-07-24
1
-0
/
+3
*
armv7: armv7: introduce set_gpmc_cs0
Ladislav Michl
2016-07-22
1
-0
/
+1
*
armv7: make gpmc_cfg const
Ladislav Michl
2016-07-22
1
-1
/
+1
*
mtd: nand: Sync with Linux v4.6
Scott Wood
2016-06-03
3
-31
/
+49
*
mtd: nand: Add page argument to write_page() etc.
Scott Wood
2016-06-03
1
-3
/
+3
*
mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data
Scott Wood
2016-06-03
1
-0
/
+20
*
nand: Embed mtd_info in struct nand_chip
Scott Wood
2016-06-03
1
-0
/
+1
*
mtd: nand: Remove docg4 driver and palmtreo680 flashing tool
Scott Wood
2016-06-03
1
-132
/
+0
*
Change my mailaddress
Andreas Bießmann
2016-05-02
1
-1
/
+1
*
include/linux/mtd: Update copyright notices
Tom Rini
2015-11-12
4
-12
/
+14
*
dm: implement a MTD uclass
Thomas Chou
2015-11-12
1
-0
/
+2
*
ubi,ubifs: sync with linux v4.2
Heiko Schocher
2015-10-26
2
-1
/
+57
*
mtd: nand: Increase max sizes of OOB and Page size
Siva Durga Prasad Paladugu
2015-08-25
2
-3
/
+3
*
nand: Sync with Linux v4.1
Scott Wood
2015-08-25
1
-5
/
+82
*
mtd: Introduce mtd_block_isreserved()
Ezequiel Garcia
2015-08-25
2
-0
/
+3
*
nand: Remove __UBOOT__ ifdefs
Scott Wood
2015-08-25
1
-34
/
+0
*
mtd: fix false positive "Offset exceeds device limit" error
Masahiro Yamada
2015-07-10
1
-2
/
+3
*
mtd, nand: Move common functions from cmd_nand.c to common place
Heiko Schocher
2015-06-30
1
-0
/
+5
*
nand: Remove CONFIG_MTD_NAND_VERIFY_WRITE
Peter Tyser
2015-03-30
1
-5
/
+0
*
mtd: OMAP: Enable GPMC prefetch mode
Daniel Mack
2015-01-13
1
-1
/
+5
*
kbuild: force to define __UBOOT__ in all the C sources
Masahiro Yamada
2014-09-16
4
-4
/
+0
*
mtd,ubi,ubifs: sync with linux v3.15
Heiko Schocher
2014-08-25
2
-19
/
+110
*
mtd, ubi, ubifs: update for the sync with linux v3.14
Heiko Schocher
2014-08-25
1
-0
/
+1
*
mtd, ubi, ubifs: resync with Linux-3.14
Heiko Schocher
2014-08-25
7
-257
/
+728
*
mtd: nand: omap: add support for BCH16_ECC - NAND driver updates
pekon gupta
2014-06-06
1
-0
/
+8
*
mtd: nand: omap_gpmc: use macro for register definitions
pekon gupta
2014-06-06
1
-1
/
+2
*
mtd: nand: fix GET/SET_FEATURES address on 16-bit devices
David Mosberger
2014-06-06
1
-1
/
+10
*
mtd: nand: force NAND_CMD_READID onto 8-bit bus
Brian Norris
2014-06-06
1
-0
/
+10
*
mtd: nand: omap_elm: use macros for register definitions
pekon gupta
2014-06-06
1
-3
/
+6
*
mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate be...
pekon gupta
2014-06-06
1
-1
/
+1
*
mtd: delete unused files
Masahiro Yamada
2014-04-17
3
-212
/
+0
*
mtd: nand: omap: move omap_elm.h from arch/arm/include/asm to drivers/mtd/nand
pekon gupta
2014-03-04
1
-0
/
+77
*
mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nand
pekon gupta
2014-03-04
1
-0
/
+84
*
include: delete unused header files
Masahiro Yamada
2014-01-24
2
-124
/
+0
*
mtd: move & update nand_ecclayout structure (plus board changes)
Prabhakar Kushwaha
2013-11-21
1
-0
/
+23
*
mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN
Paul Burton
2013-10-09
1
-0
/
+3
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
7
-85
/
+7
*
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
Tom Rini
2013-05-31
4
-315
/
+268
|
\
|
*
mtd: resync with Linux-3.7.1
Sergey Lapin
2013-05-31
4
-315
/
+268
*
|
mtd: nand: add driver for diskonchip g4 nand flash
Mike Dunn
2013-05-05
1
-0
/
+134
|
/
*
Consolidate bool type
York Sun
2013-04-01
1
-1
/
+1
*
nand: Move the sub-page read support enable to a flag
Joe Hershberger
2012-11-26
1
-3
/
+4
*
include/linux/compat.h: fix warning: preprocessor token {__iomem, __user} red...
Kim Phillips
2012-11-04
1
-0
/
+2
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2012-09-21
1
-3
/
+4
|
\
|
*
nand: Try to align the default buffers
Simon Glass
2012-09-07
1
-3
/
+4
*
|
mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver
Marek Vasut
2012-09-17
1
-3
/
+0
[next]