| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.denx.de/u-boot-sunxi | Tom Rini | 2018-04-04 | 3 | -120/+150 |
|\ |
|
| * | sunxi: move the NAND parameters to Kconfig | Miquel Raynal | 2018-04-03 | 1 | -0/+22 |
| * | sunxi: make NAND_SUNXI use ARCH_SUNXI as default in Kconfig | Miquel Raynal | 2018-04-03 | 1 | -0/+1 |
| * | sunxi: automatically select SPL_NAND_SUPPORT in Kconfig | Miquel Raynal | 2018-04-03 | 1 | -0/+1 |
| * | sunxi: allow NAND support to be compiled for sun8i platforms | Miquel Raynal | 2018-04-03 | 1 | -1/+1 |
| * | spl: nand: sunxi: use PIO instead of DMA | Miquel Raynal | 2018-04-03 | 1 | -80/+55 |
| * | spl: nand: sunxi: declare the ecc_bytes array globally | Miquel Raynal | 2018-04-03 | 1 | -1/+2 |
| * | spl: nand: sunxi: make the reset column helper more generic | Miquel Raynal | 2018-04-03 | 1 | -5/+5 |
| * | spl: nand: sunxi: ensure enough time has passed after changing the column | Miquel Raynal | 2018-04-03 | 1 | -3/+12 |
| * | spl: nand: sunxi: create an helper to handle command execution | Miquel Raynal | 2018-04-03 | 1 | -21/+21 |
| * | spl: nand: sunxi: add missing status clear | Miquel Raynal | 2018-04-03 | 1 | -0/+1 |
| * | spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helper | Miquel Raynal | 2018-04-03 | 1 | -0/+19 |
| * | spl: nand: sunxi: introduce the nand_wait_int() helper | Miquel Raynal | 2018-04-03 | 1 | -20/+14 |
| * | spl: nand: sunxi: fix typo on register name | Miquel Raynal | 2018-04-03 | 1 | -3/+3 |
| * | spl: nand: sunxi: fix second case of modulo by zero error | Miquel Raynal | 2018-04-03 | 1 | -2/+3 |
| * | mtd: nand: sunxi: fix ECC strength choice | Miquel Raynal | 2018-04-03 | 1 | -1/+7 |
* | | Merge git://git.denx.de/u-boot-ubi | Tom Rini | 2018-03-25 | 1 | -0/+7 |
|\ \ |
|
| * | | Convert CONFIG_UBI_SILENCE_MSG to Kconfig | Petr Vorel | 2018-03-24 | 1 | -0/+7 |
* | | | arm64: zynqmp: nand: Fixed NAND erase issue for size 1GiB or more | Vipul Kumar | 2018-03-23 | 1 | -3/+4 |
|/ / |
|
* | | spi: spi_flash: do not fail silently on bad user input | Liam Beguin | 2018-03-22 | 1 | -1/+1 |
* | | nand: Remove unused ppc4xx NAND driver and references | Stefan Roese | 2018-03-19 | 3 | -217/+0 |
|/ |
|
* | Merge git://git.denx.de/u-boot-spi | Tom Rini | 2018-03-15 | 3 | -326/+0 |
|\ |
|
| * | arm: sunxi: Move spl spi sunxi code to mach-sunxi | Jagan Teki | 2018-03-13 | 3 | -326/+0 |
* | | arch-stm32: Factorize stm32.h for STM32F4 and F7 | Patrice Chotard | 2018-03-13 | 1 | -1/+1 |
|/ |
|
* | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada | 2018-03-05 | 1 | -1/+1 |
* | sf: Add ISSI IS25LP256 entry | Marek Vasut | 2018-02-23 | 1 | -0/+1 |
* | mtd: ubi: Fix worker handling | Richard Weinberger | 2018-02-19 | 3 | -25/+40 |
* | Convert CONFIG_APBH_DMA et al to Kconfig | Adam Ford | 2018-02-08 | 1 | -0/+3 |
* | Convert CONFIG_NAND_MXS to Kconfig | Stefan Agner | 2018-02-08 | 1 | -1/+1 |
* | ubi: Ensure no fastmap flush after uif_close | Martin Townsend | 2018-02-06 | 1 | -5/+0 |
* | Merge tag 'xilinx-for-v2018.03' of git://git.denx.de/u-boot-microblaze | Tom Rini | 2018-01-31 | 2 | -36/+151 |
|\ |
|
| * | nand: arasan: Select CONFIG_SYS_NAND_SELF_INIT | Ezequiel Garcia | 2018-01-30 | 1 | -0/+1 |
| * | nand: arasan_nfc: Use the calculated ecc address for updating ecc register | Siva Durga Prasad Paladugu | 2018-01-30 | 1 | -2/+5 |
| * | nand: arasan_nfc: Add support for ondie ecc | Siva Durga Prasad Paladugu | 2018-01-30 | 1 | -27/+138 |
| * | nand: arasan_nfc: Move common ecc struct initialization init routine | Siva Durga Prasad Paladugu | 2018-01-30 | 1 | -7/+7 |
* | | cfi_flash: Always define cfi_flash_num_flash_banks | Mario Six | 2018-01-29 | 1 | -0/+2 |
* | | cfi_flash: Fix indention | Mario Six | 2018-01-29 | 1 | -120/+118 |
* | | cfi_flash: Fix long lines | Mario Six | 2018-01-29 | 1 | -12/+19 |
* | | cfi_flash: Bound-check index before array access | Mario Six | 2018-01-29 | 1 | -2/+2 |
* | | flash: Fix spelling of "ERR_TIMOUT" | Mario Six | 2018-01-29 | 2 | -5/+5 |
* | | cfi_flash: Rename camel-case variables | Mario Six | 2018-01-29 | 1 | -8/+8 |
* | | cfi_flash: Fix strings split across lines | Mario Six | 2018-01-29 | 1 | -9/+8 |
* | | cfi_flash: Use u8 pointers instead of void pointers | Mario Six | 2018-01-29 | 1 | -4/+4 |
* | | cfi_flash: Remove assignments from if conditions | Mario Six | 2018-01-29 | 1 | -7/+11 |
* | | cfi_flash: Remove return from void function | Mario Six | 2018-01-29 | 1 | -1/+0 |
* | | cfi_flash: Fix placement of brace | Mario Six | 2018-01-29 | 1 | -2/+1 |
* | | cfi_flash: Fix else after break | Mario Six | 2018-01-29 | 1 | -3/+3 |
* | | cfi_flash: Fix spelling of "Unknown" | Mario Six | 2018-01-29 | 1 | -1/+1 |
* | | cfi_flash: Add missing braces in blocks | Mario Six | 2018-01-29 | 1 | -1/+3 |
* | | cfi_flash: Remove unnecessary braces | Mario Six | 2018-01-29 | 1 | -24/+24 |