summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren
2016-08-12fdt_support: fdt_translate_address() blob const correctnessStephen Warren
2016-08-11Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini
2016-08-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2016-08-11ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCsMasahiro Yamada
2016-08-11ARM: uniphier: add uniphier_cache_set_active_ways()Masahiro Yamada
2016-08-11ARM: uniphier: add uniphier_cache_inv_way() to support way invalidationMasahiro Yamada
2016-08-11ARM: uniphier: fix CONFIG_SYS_CACHELINE_SIZE when outer cache is onMasahiro Yamada
2016-08-11ARM: uniphier: move (and rename) CONFIG_UNIPHIER_L2CACHE_ON to KconfigMasahiro Yamada
2016-08-11ARM: uniphier: move outer cache register macros to .c fileMasahiro Yamada
2016-08-11ARM: uniphier: reuse uniphier_cache_disable() for lowlevel_initMasahiro Yamada
2016-08-11ARM: uniphier: export uniphier_cache_enable/disable functionsMasahiro Yamada
2016-08-11ARM: uniphier: move lowlevel debug init code after page table switchMasahiro Yamada
2016-08-11ARM: uniphier: fix ROM boot mode for PH1-sLD3Masahiro Yamada
2016-08-11ARM: uniphier: refactor L2 zero-touching code in lowlevel_initMasahiro Yamada
2016-08-11ARM: uniphier: do not compile v7_outer_cache_disable if L2 is disabledMasahiro Yamada
2016-08-11ARM: uniphier: support prefetch and touch operations for outer cacheMasahiro Yamada
2016-08-11ARM: uniphier: refactor outer cache codeMasahiro Yamada
2016-08-09Merge git://www.denx.de/git/u-boot-ppc4xxTom Rini
2016-08-09eth: asix88179: Add support for the driver modelAlban Bedel
2016-08-09eth: asix88179: Prepare supporting the driver modelAlban Bedel
2016-08-09ppc4xx: Fix platform supportDirk Eibach
2016-08-08i2c: i2c-uclass-compat: avoid any BSS usageVignesh R
2016-08-08efi_loader: disk: Sanitize exposed devicesAlexander Graf
2016-08-08efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf
2016-08-08tiny-printf: Adjust to avoid using data sectionSimon Glass
2016-08-08configs: k2l_evm: add random eth address supportMugunthan V N
2016-08-08configs: k2e_evm: add random eth address supportMugunthan V N
2016-08-08configs: k2hk_evm: add random eth address supportMugunthan V N
2016-08-08drivers: net: keystone_net: add support for multi slave ethernetMugunthan V N
2016-08-08drivers: net: keystone_net: fix line termination with semi-colonMugunthan V N
2016-08-08ARM: dts: dra72-evm: Add mode-gpios entry for mac nodeVignesh R
2016-08-08net: cpsw: Add support to drive gpios for ethernet to be functionalVignesh R
2016-08-08ARM: dts: dra7xx: Add u-boot specific property for PCF8575 nodesVignesh R
2016-08-08ARM: dra7xx_evm: Enable support for TI PCF8575Vignesh R
2016-08-08gpio: Add driver for TI PCF8575 I2C GPIO expanderVignesh R
2016-08-08spl_nor.c: Support devicetree sizes different from 16kMike Looijmans
2016-08-07eth: asix88179: Fix receiving on big endian systemAlban Bedel
2016-08-07eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet AdapterAlban Bedel
2016-08-07arm: ls1021a: Enable CONFIG_DM_USB in defconfigsRajesh Bhagat
2016-08-07dm: ls1021a: dts: Update USB 3.0 node to support DM USBRajesh Bhagat
2016-08-07usb: xhci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat
2016-08-07usb: ehci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat
2016-08-07drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USBRajesh Bhagat
2016-08-07usb: add (move) CONFIG_USB_HOST to KconfigMasahiro Yamada
2016-08-07usb: add CONFIG_USB_UHCI_HCD in KconfigMasahiro Yamada
2016-08-07usb: add CONFIG_USB_OHCI_HCD in KconfigMasahiro Yamada
2016-08-07net: usb: r8152: Add DM supportStefan Roese
2016-08-07dm: ehci-mx6: support driver modelPeng Fan
2016-08-07spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max valueChin Liang See