Age | Commit message (Expand) | Author |
2015-10-15 | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini |
2015-10-15 | mtd: nand: vf610_nfc: resync with upstream Linux version | Stefan Agner |
2015-10-11 | nand: omap_gpmc: Change correctable bit-flips messages to debug() | Ezequiel García |
2015-09-29 | sunxi_nand_spl: Be smarter about where to look for backup u-boot.bin | Hans de Goede |
2015-09-20 | mtd: nand: mxs check maximum ecc that platfrom supports | Peng Fan |
2015-09-15 | mtd: nand: fsmc: Fixes and cleanup for fsmc_nand_switch_ecc() | Stefan Roese |
2015-09-11 | bitops: introduce BIT() definition | Heiko Schocher |
2015-09-11 | Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header | Simon Glass |
2015-09-11 | Move malloc_cache_aligned() to its own header | Simon Glass |
2015-09-11 | mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600 | Stefan Roese |
2015-09-11 | arm: Remove nhk8815 boards and nomadik arch | Simon Glass |
2015-09-10 | sunxi_nand_spl: Add config parameter for 4KiB page sized NAND devices | Stefan Roese |
2015-08-31 | mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through Kconfig | Hans de Goede |
2015-08-31 | sunxi_nand_spl: clear status flags in SPL implementation | Boris Brezillon |
2015-08-31 | sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_END | Hans de Goede |
2015-08-31 | sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXI | Hans de Goede |
2015-08-31 | sunxi_nand_spl: Add support for backup boot partitions | Hans de Goede |
2015-08-31 | sunxi_nand_spl: Auto detect nand configuration parameters | Hans de Goede |
2015-08-31 | sunxi_nand_spl: Parametrize lowlevel read functions | Hans de Goede |
2015-08-31 | sunxi_nand_spl: Properly config page-size in the nand ctl register | Hans de Goede |
2015-08-31 | sunxi_nand_spl: Add support for sun4i and sun5i SoCs | Hans de Goede |
2015-08-31 | sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _off | Hans de Goede |
2015-08-31 | sunxi_nand_spl: Add proper cache flusing | Hans de Goede |
2015-08-31 | sunxi_nand_spl: Turn off clocks when we're done with the nand | Hans de Goede |
2015-08-31 | sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessary | Hans de Goede |
2015-08-31 | sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome mode | Hans de Goede |
2015-08-31 | sunxi_nand_spl: We only need to reset the nand chip once | Hans de Goede |
2015-08-31 | sunxi_nand_spl: Drop unnecessary temp buf | Hans de Goede |
2015-08-30 | mtd: denali_spl: do not allocate page_buffer in .bss section | Masahiro Yamada |
2015-08-28 | mtd/nand/ubi: assortment of alignment fixes | Marcel Ziswiler |
2015-08-25 | mtd: nand: mxs invalidate dcache before DMA read | Peng Fan |
2015-08-25 | mtd: nand: mxs support oobsize bigger than 512 | Peng Fan |
2015-08-25 | mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driver | Stefan Roese |
2015-08-25 | nand: Sync with Linux v4.1 | Scott Wood |
2015-08-25 | mtd: Introduce mtd_block_isreserved() | Ezequiel Garcia |
2015-08-25 | nand: Remove __UBOOT__ ifdefs | Scott Wood |
2015-08-18 | nand: lpc32xx: add ECC layout for small page NAND | Sylvain Lemieux |
2015-08-18 | nand: lpc32xx: add hardware ECC support | Sylvain Lemieux |
2015-08-13 | tegra: nand: disable subpage writes | Marcel Ziswiler |
2015-08-13 | mtd/nand/tegra: alignment workaround | Marcel Ziswiler |
2015-08-13 | tegra: nand: fix read_byte required for proper onfi detection | Marcel Ziswiler |
2015-08-12 | nand: lpc32xx: add SLC NAND controller support | Vladimir Zapolskiy |
2015-08-12 | spl: nand: simple: replace readb() with chip specific read_buf() | Vladimir Zapolskiy |
2015-08-12 | nand, atmel: remove udelay in spl_nand_erase_one() | Heiko Schocher |
2015-08-08 | sunxi: nand: Add board configuration options | Piotr Zierhoffer |
2015-08-08 | sunxi: nand: Add basic sunxi NAND driver for SPL with DMA support | Piotr Zierhoffer |
2015-06-28 | Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal N... | Ian Campbell |
2015-06-18 | mtd: OMAP: Enable GPMC prefetch mode for 16 bit access | Jeroen Hofstee |
2015-06-18 | omap_gpmc: move prefetch out of CONFIG_NAND_OMAP_ELM | Jeroen Hofstee |
2015-05-29 | sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory | Daniel Kochmański |