Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
5a03ae01e4eae5fb2df8859f67c8d18866348cd6
/
drivers
/
mtd
/
onenand
6c20df7
mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
by Boris Brezillon
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
f8a5d51
mtd: replace MTDDEBUG() with pr_debug()
by Masahiro Yamada
· 7 years ago
7868fba
mtd: OneNAND: Fix onenand_block_markbad
by Ladislav Michl
· 7 years ago
e9c173e
onenand_spl_simple: Add DDP OneNAND support
by Ladislav Michl
· 7 years ago
f7081e9
onenand_spl_simple: Call onenand_spl_get_geometry() only once
by Ladislav Michl
· 7 years ago
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
7dbad5c
mtd: OneNAND: initialize mtd->writebufsize to let UBI work
by Ladislav Michl
· 8 years ago
1173271
mtd: OneNAND: allow board init function fail
by Ladislav Michl
· 8 years ago
243af2f
mtd: OneNAND: add timeout to wait ready loops
by Ladislav Michl
· 8 years ago
dcd7ed3
onenand_spl_simple: Add a simple OneNAND read function
by Ladislav Michl
· 8 years ago
f5895d1
mtd, ubi, ubifs: resync with Linux-3.14
by Heiko Schocher
· 10 years ago
4112012
mtd: onenand: Fix unaligned access
by Marek Vasut
· 11 years ago
4d2ba17
mtd: move & update nand_ecclayout structure (plus board changes)
by Prabhakar Kushwaha
· 11 years ago
25bb3af
drivers: mtd: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
700a76c
mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN
by Paul Burton
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
3a38a55
mtd: resync with Linux-3.7.1
by Sergey Lapin
· 12 years ago
c154ecc
arm: Remove support for unused s3c64xx
by Benoît Thébaudeau
· 12 years ago
ad8afa3
SPL: ONENAND: Fix onenand_spl_load_image implementation.
by Enric Balletbo i Serra
· 12 years ago
11d1a09
linux/compat.h: rename from linux/mtd/compat.h
by Mike Frysinger
· 13 years ago
b3efbbf
GCC4.6: Squash warnings in onenand_base.c
by Wolfgang Denk
· 13 years ago
2b4fa32
onenand: Replace ONENAND_IS_MLC() with ONENAND_HAS_4KB()
by Lukasz Majewski
· 13 years ago
9d7ba32
onenand:samsung Target dependent OneNAND chip probe function
by Lukasz Majewski
· 13 years ago
2b48e1f
Merge branch 'hs@denx.de' of git://git.denx.de/u-boot-staging
by Wolfgang Denk
· 13 years ago
fe3919d
drivers/mtd/onenand/samsung.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 13 years ago
e333474
GCC4.6: Squash warnings in onenand_base.c
by Marek Vasut
· 13 years ago
07e69a2
OneNAND: Add simple OneNAND SPL
by Marek Vasut
· 13 years ago
a8d426f
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
891d81b
mtd: OneNAND: add support for OneNAND manufactured by Numonyx
by Enric Balletbo i Serra
· 14 years ago
485feb6
ARMV7: S5P: rename from CONFIG_S5PC1XX to CONFIG_S5P
by Minkyu Kang
· 14 years ago
ed886a2
Flex-OneNAND driver support
by Amul Kumar Saha
· 15 years ago
52aa4dc
s5pc1xx: support onenand driver
by Minkyu Kang
· 15 years ago
fee18b9
OneNAND: Remove unused read_spareram
by Kyungmin Park
· 15 years ago
22ce6f9
mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o
by Stefan Roese
· 16 years ago
4157c63
mtd: nand/onenand: Register mtd device upon device scanning
by Stefan Roese
· 16 years ago
db7ce8c
OneNAND: Additional sync with 2.6.27
by Stefan Roese
· 16 years ago
87b4950
Add markbad function
by Kyungmin Park
· 16 years ago
7c9aafe
OneNAND: Save version_id in onenand_chip struct
by Stefan Roese
· 16 years ago
5ed79ae
OneNAND: Fix compiler warnings
by Stefan Roese
· 16 years ago
dc7a79c
Sync with 2.6.27
by Kyungmin Park
· 16 years ago
3628f00
NAND: sync with 2.6.27
by Scott Wood
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
34a5b12
Minor coding style cleanup, updte CHANGELOG
by Wolfgang Denk
· 16 years ago
5d7a01c
Fix OneNAND read_oob/write_oob functions compatability
by Kyungmin Park
· 16 years ago
74e0dde
Coding Style cleanup, update CHANGELOG
by Wolfgang Denk
· 16 years ago
339af52
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Wolfgang Denk
· 16 years ago
396b0c4
Fix OneNAND build break
by Kyungmin Park
· 16 years ago
51b47fc
drivers/mtd/onenand: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
95feb70
OneNAND: Fill in MTD function pointers for OneNAND.
by Fathi BOUDRA
· 16 years ago
5a8785b
OneNAND: Remove unused parameters to onenand_verify_page
by Steve Sakoman
· 16 years ago
df83c47
NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
by Scott Wood
· 16 years ago
d7024b6
onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
by Wolfgang Denk
· 17 years ago
6b85c9f
Fix OneNAND read
by Kyungmin Park
· 17 years ago
05d2318
Add Flex-OneNAND booting support
by Kyungmin Park
· 17 years ago
79fe683
OneNAND: Separate U-Boot dependent code from OneNAND
by Kyungmin Park
· 17 years ago
82ca974
drivers/mtd : move mtd drivers to drivers/mtd
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago