- 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
- 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
- 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
- 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 4 months ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 0d1ecc9 mtd: Remove mtd_erase_callback() entirely by Marek Behún · 3 years, 2 months ago
- 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
- 914689a mtd: OneNAND: Set MTD type by Pali Rohár · 4 years, 1 month ago
- cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
- 888f184 mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTD by Miquel Raynal · 5 years ago
- 596cf08 mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing by Boris Brezillon · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 166cae2 mtd: replace MTDDEBUG() with pr_debug() by Masahiro Yamada · 7 years ago
- 4e118ce mtd: OneNAND: Fix onenand_block_markbad by Ladislav Michl · 7 years ago
- b51ced8 onenand_spl_simple: Add DDP OneNAND support by Ladislav Michl · 7 years ago
- 0da008e onenand_spl_simple: Call onenand_spl_get_geometry() only once by Ladislav Michl · 7 years ago
- 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
- 5248692 mtd: OneNAND: initialize mtd->writebufsize to let UBI work by Ladislav Michl · 8 years ago
- 77b93e5 mtd: OneNAND: allow board init function fail by Ladislav Michl · 8 years ago
- d9098ee mtd: OneNAND: add timeout to wait ready loops by Ladislav Michl · 8 years ago
- 735717d onenand_spl_simple: Add a simple OneNAND read function by Ladislav Michl · 8 years ago
- ff94bc4 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
- 9b56942 mtd: onenand: Fix unaligned access by Marek Vasut · 11 years ago
- 68ec9c8 mtd: move & update nand_ecclayout structure (plus board changes) by Prabhakar Kushwaha · 11 years ago
- 2fc7ef6 drivers: mtd: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
- 40462e5 mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN by Paul Burton · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- dfe64e2 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
- e532322 arm: Remove support for unused s3c64xx by Benoît Thébaudeau · 12 years ago
- f996137 SPL: ONENAND: Fix onenand_spl_load_image implementation. by Enric Balletbo i Serra · 12 years ago
- 7b15e2b linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · 13 years ago
- 1432c76 GCC4.6: Squash warnings in onenand_base.c by Wolfgang Denk · 13 years ago
- e26fd3d onenand: Replace ONENAND_IS_MLC() with ONENAND_HAS_4KB() by Lukasz Majewski · 13 years ago
- 6b3967b onenand:samsung Target dependent OneNAND chip probe function by Lukasz Majewski · 13 years ago
- fdbe8b9 Merge branch 'hs@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · 13 years ago
- 67fad9f drivers/mtd/onenand/samsung.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
- 24ccca5 GCC4.6: Squash warnings in onenand_base.c by Marek Vasut · 13 years ago
- 54cd51b OneNAND: Add simple OneNAND SPL by Marek Vasut · 13 years ago
- 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
- 456be17 mtd: OneNAND: add support for OneNAND manufactured by Numonyx by Enric Balletbo i Serra · 14 years ago
- 889a275 ARMV7: S5P: rename from CONFIG_S5PC1XX to CONFIG_S5P by Minkyu Kang · 14 years ago
- cacbe91 Flex-OneNAND driver support by Amul Kumar Saha · 15 years ago
- 4678d67 s5pc1xx: support onenand driver by Minkyu Kang · 15 years ago
- ce3277a OneNAND: Remove unused read_spareram by Kyungmin Park · 15 years ago
- d558107 mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o by Stefan Roese · 16 years ago
- dbe29e3 mtd: nand/onenand: Register mtd device upon device scanning by Stefan Roese · 16 years ago
- 1ae3986 OneNAND: Additional sync with 2.6.27 by Stefan Roese · 16 years ago
- 1714f51 Add markbad function by Kyungmin Park · 16 years ago
- 8cf11f3 OneNAND: Save version_id in onenand_chip struct by Stefan Roese · 16 years ago
- 4fca331 OneNAND: Fix compiler warnings by Stefan Roese · 16 years ago
- ef0921d Sync with 2.6.27 by Kyungmin Park · 16 years ago
- c45912d NAND: sync with 2.6.27 by Scott Wood · 16 years ago
- 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- a49d10c Minor coding style cleanup, updte CHANGELOG by Wolfgang Denk · 16 years ago
- bfd7f38 Fix OneNAND read_oob/write_oob functions compatability by Kyungmin Park · 16 years ago
- 4b07080 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
- 28ac671 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 16 years ago
- d438d50 Fix OneNAND build break by Kyungmin Park · 16 years ago
- 4fb09b8 drivers/mtd/onenand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 195ccfc OneNAND: Fill in MTD function pointers for OneNAND. by Fathi BOUDRA · 16 years ago
- 4d57b0f OneNAND: Remove unused parameters to onenand_verify_page by Steve Sakoman · 16 years ago
- 3167c53 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution. by Scott Wood · 16 years ago
- d2c6fbe onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts by Wolfgang Denk · 17 years ago
- 77e475c Fix OneNAND read by Kyungmin Park · 17 years ago
- 1bb707c Add Flex-OneNAND booting support by Kyungmin Park · 17 years ago
- 6cb2239 OneNAND: Separate U-Boot dependent code from OneNAND by Kyungmin Park · 17 years ago
- 59829cc drivers/mtd : move mtd drivers to drivers/mtd by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago