- 5263a02 mtd: nand: mxs: fix PIO_WORDs in mxs_nand_read_buf() by Luca Ellero · 10 years ago
- b050898 omap: gpmc: 'nandecc sw' can use HAM1 or BCH8 by Ash Charles · 10 years ago
- d8af393 mtd: nand: omap_gpmc: Make ready/busy pins configurable by Michal Sojka · 10 years ago
- d648964 kconfig: remove unneeded dependency on !SPL_BUILD by Masahiro Yamada · 10 years ago
- e02ee25 kconfig: switch to single .config configuration by Masahiro Yamada · 10 years ago
- 8983111 mtd, omap: fix case NAND_OMAP_GPMC_PREFETCH not defined by Egli, Samuel · 10 years ago
- f94a1be dm: Expand and complete Kconfig in drivers/ by Simon Glass · 10 years ago
- 0e48dc5 mtd: atmel_nand: according to pmecc version to perform 0xff page correction by Wu, Josh · 10 years ago
- 7f641d5 Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · 10 years ago
- d0cff03 dm: spi: Move slave details to child platdata by Simon Glass · 10 years ago
- 1603bf3 dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe() by Simon Glass · 10 years ago
- b0265d5 dm: tegra: nand: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
- 40da2a2 ubi: reset mtd_devs when ubi part fail by Heiko Schocher · 10 years ago
- 5344cc1 powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boards by Masahiro Yamada · 10 years ago
- c316f57 mtd: OMAP: Enable GPMC prefetch mode by Daniel Mack · 10 years ago
- ab37b76 mtd: nand: do not scan BBT after scrub by Masahiro Yamada · 10 years ago
- bf80ee6 mtd: nand: Mark the BBT as scanned prior to calling scan_bbt again by Masahiro Yamada · 10 years ago
- 756963d mtd: nand: revive "nand scrub" command by Masahiro Yamada · 10 years ago
- eb54d2c mtd: nand: omap_gpmc: fix error handling by Guido Martínez · 10 years ago
- babe699 sf: sf_params: Add S25FL164K flash identifier info by Adnan Ali · 10 years ago
- cf15600 sf: sf_params: Add S25FL116K flash support by Adnan Ali · 10 years ago
- b45a3de mtd/spi: Add support for SST25WF040B by Shengzhou Liu · 10 years ago
- 2bf4802 mtd: sf: Zap ramtron driver by Jagannadha Sutradharudu Teki · 10 years ago
- 54ba653 sf: Enable byte program support by Jagannadha Sutradharudu Teki · 10 years ago
- 74c2cee spi: sf: Support byte program for sst spi flash by Bin Meng · 10 years ago
- b648742 spi: Fix flag collision for SST_WP by Simon Glass · 10 years ago
- 6dd6e90 sf: Fix look for the fastest read command by Jagannadha Sutradharudu Teki · 10 years ago
- 1d421cc driver/mtd: Fix IFC compilation warnings by Jaiprakash Singh · 10 years ago
- 8ab967b arm: ls102xa: Add NAND boot support for LS1021AQDS board by Alison Wang · 10 years ago
- fb384c4 mtd: nand: omap_gpmc: Always use ready/busy pin by Stefan Roese · 10 years ago
- b19157b mtd: nand: s3c: Unify the register definition and naming by Marek Vasut · 10 years ago
- 2260457 mtd/nand/vf610_nfc: Disable subpage writes by Sanchayan Maity · 10 years ago
- f09eb52 mtd: denali: set some registers after nand_scan_ident() by Masahiro Yamada · 10 years ago
- 65e4145 mtd: denali: use CONFIG_SYS_NAND_SELF_INIT by Masahiro Yamada · 10 years ago
- 35c204d nand: reinstate lazy bad block scanning by Rostislav Lisovy · 10 years ago
- 1739564 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
- b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
- 6b18656 dm: spi: Use device_bind_driver() instead of our own function by Simon Glass · 10 years ago
- ff56bba dm: spi: Correct handling of SPI chip selects in sandbox by Simon Glass · 10 years ago
- 4d70b34 Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · 10 years ago
- f3c89d9 mtd: Handle 29LV800BT by Dirk Eibach · 10 years ago
- 65e5cb5 mtd, cfi, ubi: add missing writebufsize initialization by Heiko Schocher · 10 years ago
- 7df4486 mtd: atmel_nand: runtime to build gf table for pmecc by Josh Wu · 10 years ago
- 667af36 spl, mtd, nand, atmel_nand: invert device ready pin logic by Heiko Schocher · 10 years ago
- 4dfd360 spl, nand, atmel_nand: add erase one block function by Heiko Schocher · 10 years ago
- c1ec406 mtd: atmel_nand: add missing include by Heiko Schocher · 10 years ago
- 625509a Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
- f9cfe17 mtd: nand: mxs: Add ECC geometry for 2048b/112b NAND by Marek Vasut · 10 years ago
- 4415297 omap_gpmc: fix warnigs with W=1 by Jeroen Hofstee · 10 years ago
- 00dcb07 cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64} by Jeroen Hofstee · 10 years ago
- 3dc23f7 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · 10 years ago
- b6c2956 dm: sf: sandbox: Convert SPI flash driver to driver model by Simon Glass · 10 years ago
- fbb0991 dm: Convert spi_flash_probe() and 'sf probe' to use driver model by Simon Glass · 10 years ago
- 4c2dbef dm: sf: Add a uclass for SPI flash by Simon Glass · 10 years ago
- ae242cb spi: Use error return value in sf_ops by Simon Glass · 10 years ago
- ff0960f sf: Tidy up public and private header files by Simon Glass · 10 years ago
- 843c9e8 dm: Add spi.h header to a few files by Simon Glass · 10 years ago
- 790af81 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
- ed3c980 mtd: denali: support NAND_CMD_RNDOUT command by Masahiro Yamada · 10 years ago
- 05968e7 mtd: denali: fix NAND_CMD_PARAM command by Masahiro Yamada · 10 years ago
- 4b19b74 Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · 10 years ago
- dd0204e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
- 9169305 cfi_flash: don't hide write/erase errors by Baruch Siach · 10 years ago
- 845034e mtd: denali: add Denali NAND driver for SPL by Masahiro Yamada · 10 years ago
- 4b0abf9 mtd: denali: add Denali controller configs to Kconfig by Masahiro Yamada · 10 years ago
- be9f643 Merge branch 'for-tom' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
- 110bdee sandbox: Convert SPI flash emulation to use sf_params by Simon Glass · 10 years ago
- 2c2277f Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
- 3eb3e72 nand/denali: Adding Denali NAND driver support by Chin Liang See · 10 years ago
- be16aba mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep() by Stefan Roese · 10 years ago
- 2f66594 mtd: nand: am335x: Fix 'bit-flip' errors in SPL by Rostislav Lisovy · 10 years ago
- 5b8388a driver/mtd: Use generic timer API for FSL IFC, eLBC by Prabhakar Kushwaha · 10 years ago
- ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
- 31969b8 sf: Add M25PX64 SPI NOR flash ID by Stefan Roese · 10 years ago
- 88e34e5 spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_* by Nikita Kiryanov · 10 years ago
- 01d2aaf mtd: spi: add support for M25PE16 and M25PX16 by Nikita Kiryanov · 10 years ago
- bf1a86f sf: Add an empty entry to the parameter list by Simon Glass · 10 years ago
- 42817eb Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 10 years ago
- d357b94 mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC by Boris BREZILLON · 10 years ago
- 14b3b44 mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc register by Wu, Josh · 10 years ago
- 5da163d mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREAD by maxin.john@enea.com · 10 years ago
- 7206111 mtd: nand: davinci_nand: update write_page function for keystone RBL by Khoronzhuk, Ivan · 10 years ago
- 3b61297 kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
- 72d7bea mtd: nand: add Freescale vf610_nfc driver by Stefan Agner · 10 years ago
- cc81a52 mtd: nand: omap_gpmc: Fix 'bit-flip' errors by Rostislav Lisovy · 10 years ago
- 5c3f7e0 mtd: nand: omap_gpmc: Enable multiple NAND flash devices by Rostislav Lisovy · 10 years ago
- fc12a1f mtd: nand: davinci_nand: correct keystone RBL layout definition by Khoronzhuk, Ivan · 10 years ago
- 292221e arm/kirkwood/nand: allow forced disabling for subpage writes by Holger Brunck · 10 years ago
- 5a1095a Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
- 4e67c57 mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · 10 years ago
- ddf7bcf mtd, ubi, ubifs: update for the sync with linux v3.14 by Heiko Schocher · 10 years ago
- ff94bc4 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
- e82abae Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 10 years ago
- c23154a Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 10 years ago
- a52a178 sf: sf_ops: Stop leaking memory by Marek Vasut · 10 years ago
- 362f16b Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
- b1cdd8b Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
- 67ac6ff mtd: nand: davinci: add opportunity to write keystone U-boot image by Khoronzhuk, Ivan · 10 years ago
- 562f8df spi: add config option to enable the WP pin function on st micron flashes by Heiko Schocher · 10 years ago
- 591dd19 driver/nand: Add support of 16K SRAM for IFC 2.0 by Prabhakar Kushwaha · 10 years ago