Age | Commit message (Expand) | Author |
2016-12-15 | mtd: spi: don't return -1 when scan succeed | Fabien Parent |
2016-12-15 | spi: cadence_qspi: Move DT prop code to match layout | Phil Edworthy |
2016-12-15 | spi: cadence_qspi: Fix CS timings | Phil Edworthy |
2016-12-15 | spi: cadence_qspi: Remove returns from end of void functions | Phil Edworthy |
2016-12-15 | spi: cadence_qspi: Use spi mode at the point it is needed | Phil Edworthy |
2016-12-15 | spi: cadence_qspi: Clean up the #define names | Phil Edworthy |
2016-12-15 | spi: cadence_qspi: Use #define for bits instead of bit shifts | Phil Edworthy |
2016-12-15 | spi: cadence_qspi: Better debug information on the SPI clock rate | Phil Edworthy |
2016-12-15 | spi: cadence_qspi: Fix baud rate calculation | Phil Edworthy |
2016-12-15 | spi: cadence_qspi: Fix clearing of pol/pha bits | Phil Edworthy |
2016-12-15 | spi: Add error checking for invalid bus widths | Simon Glass |
2016-12-15 | ARM: dts: am437x-idk: Fix QSPI compatible string | Vignesh R |
2016-12-14 | travis-ci: Add zynq_zc702 target support | Michal Simek |
2016-12-12 | MAINTAINERS: DFU: Change e-mail address for DFU maintainer | Lukasz Majewski |
2016-12-12 | MAINTAINERS: ONENAND: MTD: Mark Samsung's OneNAND as orphaned | Lukasz Majewski |
2016-12-12 | Merge git://www.denx.de/git/u-boot-marvell | Tom Rini |
2016-12-12 | Merge branch 'master' of git://git.denx.de/u-boot-uniphier | Tom Rini |
2016-12-12 | arm64: mvebu: Enable hush parser in A8K default configuration | Konstantin Porotchkin |
2016-12-12 | arm64: mvebu: Enable PCIe support in Armada-7040 configuration | Konstantin Porotchkin |
2016-12-12 | arm64: mvebu: Add L3 cache flush functionality to A8K family | Konstantin Porotchkin |
2016-12-12 | arm64: mvebu: Enable pin control support in A8K default config | Konstantin Porotchkin |
2016-12-12 | arm64: mvebu: Enable BUBT command support in A8K default config | Konstantin Porotchkin |
2016-12-12 | arm64: mvebu: Add pin control nodes to A8K family DTS files | Konstantin Porotchkin |
2016-12-12 | arm64: mvebu: pinctrl: Add pin control driver for A8K family | Konstantin Porotchkin |
2016-12-12 | arm64: mvebu: Add bubt command for flash image burn | Konstantin Porotchkin |
2016-12-12 | arm64: mvebu: Modify the A8K SPI and I2C config in DTS | Konstantin Porotchkin |
2016-12-11 | ARM: uniphier: remove BLK select | Masahiro Yamada |
2016-12-11 | ARM: dts: uniphier: sync Device Tree with Linux | Masahiro Yamada |
2016-12-09 | imgtec: Update MAINTAINERS for more config files | Tom Rini |
2016-12-09 | arm: am33xx: Initialize EMIF REG_PR_OLD_COUNT for BBB and am335x-evm | Jyri Sarha |
2016-12-09 | calimain: Update maintainers and their email addresses | Christian Riesch |
2016-12-10 | ARM: uniphier: disable CONFIG_ARCH_FIXUP_FDT_MEMORY | Masahiro Yamada |
2016-12-10 | ARM: uniphier: remove unneeded parentheses | Masahiro Yamada |
2016-12-10 | ARM: uniphier: remove unneeded initializer | Masahiro Yamada |
2016-12-09 | travis-ci: Switch to building QEMU | Tom Rini |
2016-12-09 | tools: mkimage: Use fstat instead of stat to avoid malicious hacks | Michal Simek |
2016-12-09 | davinci: omapl138_lcdk: boot from zImage | Fabien Parent |
2016-12-09 | defconfigs: am57xx_hs_evm: Add default OPTEE load address | Andrew F. Davis |
2016-12-09 | defconfigs: dra7xx_hs_evm: Add default OPTEE load address | Andrew F. Davis |
2016-12-09 | davinci: omapl138_lcdk: fix bad NAND ECC config | Fabien Parent |
2016-12-09 | davinci: omapl138_lcdk: increase u-boot load size | Fabien Parent |
2016-12-09 | cmd: pci: add option to parse and display BAR information | Yehuda Yitschak |
2016-12-09 | spl: sandbox: Drop spl_board_announce_boot_device() | Simon Glass |
2016-12-09 | spl: uniphier: Drop spl_board_announce_boot_device() | Simon Glass |
2016-12-09 | spl: sunxi: Drop spl_board_announce_boot_device() | Simon Glass |
2016-12-09 | spl: Drop announce_boot_device() | Simon Glass |
2016-12-09 | spl: Pass the loader into spl_load_image() | Simon Glass |
2016-12-09 | spl: Move the loading code into its own function | Simon Glass |
2016-12-09 | spl: Add a name to the SPL load-image methods | Simon Glass |
2016-12-09 | spl: Use a single underscore in the SPL_LOAD_IMAGE_METHOD() macro | Simon Glass |