summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-11Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini13-176/+537
2016-08-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini22-116/+885
2016-08-11ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCsMasahiro Yamada8-3/+275
2016-08-11ARM: uniphier: add uniphier_cache_set_active_ways()Masahiro Yamada2-1/+22
2016-08-11ARM: uniphier: add uniphier_cache_inv_way() to support way invalidationMasahiro Yamada2-1/+10
2016-08-11ARM: uniphier: fix CONFIG_SYS_CACHELINE_SIZE when outer cache is onMasahiro Yamada1-0/+4
2016-08-11ARM: uniphier: move (and rename) CONFIG_UNIPHIER_L2CACHE_ON to KconfigMasahiro Yamada3-4/+8
2016-08-11ARM: uniphier: move outer cache register macros to .c fileMasahiro Yamada2-69/+55
2016-08-11ARM: uniphier: reuse uniphier_cache_disable() for lowlevel_initMasahiro Yamada1-7/+3
2016-08-11ARM: uniphier: export uniphier_cache_enable/disable functionsMasahiro Yamada2-10/+26
2016-08-11ARM: uniphier: move lowlevel debug init code after page table switchMasahiro Yamada1-4/+4
2016-08-11ARM: uniphier: fix ROM boot mode for PH1-sLD3Masahiro Yamada1-0/+5
2016-08-11ARM: uniphier: refactor L2 zero-touching code in lowlevel_initMasahiro Yamada1-26/+22
2016-08-11ARM: uniphier: do not compile v7_outer_cache_disable if L2 is disabledMasahiro Yamada1-1/+1
2016-08-11ARM: uniphier: support prefetch and touch operations for outer cacheMasahiro Yamada2-10/+57
2016-08-11ARM: uniphier: refactor outer cache codeMasahiro Yamada1-47/+52
2016-08-09Merge git://www.denx.de/git/u-boot-ppc4xxTom Rini1-21/+45
2016-08-09eth: asix88179: Add support for the driver modelAlban Bedel1-0/+184
2016-08-09eth: asix88179: Prepare supporting the driver modelAlban Bedel1-28/+47
2016-08-09ppc4xx: Fix platform supportDirk Eibach1-21/+45
2016-08-08i2c: i2c-uclass-compat: avoid any BSS usageVignesh R1-1/+1
2016-08-08efi_loader: disk: Sanitize exposed devicesAlexander Graf1-1/+5
2016-08-08efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf2-12/+29
2016-08-08tiny-printf: Adjust to avoid using data sectionSimon Glass1-44/+58
2016-08-08configs: k2l_evm: add random eth address supportMugunthan V N1-0/+2
2016-08-08configs: k2e_evm: add random eth address supportMugunthan V N1-0/+2
2016-08-08configs: k2hk_evm: add random eth address supportMugunthan V N1-0/+2
2016-08-08drivers: net: keystone_net: add support for multi slave ethernetMugunthan V N1-45/+177
2016-08-08drivers: net: keystone_net: fix line termination with semi-colonMugunthan V N1-3/+3
2016-08-08ARM: dts: dra72-evm: Add mode-gpios entry for mac nodeVignesh R1-1/+1
2016-08-08net: cpsw: Add support to drive gpios for ethernet to be functionalVignesh R1-0/+12
2016-08-08ARM: dts: dra7xx: Add u-boot specific property for PCF8575 nodesVignesh R2-0/+3
2016-08-08ARM: dra7xx_evm: Enable support for TI PCF8575Vignesh R2-0/+2
2016-08-08gpio: Add driver for TI PCF8575 I2C GPIO expanderVignesh R4-0/+259
2016-08-08spl_nor.c: Support devicetree sizes different from 16kMike Looijmans3-2/+4
2016-08-07eth: asix88179: Fix receiving on big endian systemAlban Bedel1-1/+1
2016-08-07eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet AdapterAlban Bedel1-0/+2
2016-08-07arm: ls1021a: Enable CONFIG_DM_USB in defconfigsRajesh Bhagat4-0/+4
2016-08-07dm: ls1021a: dts: Update USB 3.0 node to support DM USBRajesh Bhagat1-1/+1
2016-08-07usb: xhci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat1-1/+82
2016-08-07usb: ehci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat1-4/+127
2016-08-07drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USBRajesh Bhagat1-27/+36
2016-08-07usb: add (move) CONFIG_USB_HOST to KconfigMasahiro Yamada9-8/+7
2016-08-07usb: add CONFIG_USB_UHCI_HCD in KconfigMasahiro Yamada1-0/+17
2016-08-07usb: add CONFIG_USB_OHCI_HCD in KconfigMasahiro Yamada2-10/+26
2016-08-07net: usb: r8152: Add DM supportStefan Roese3-22/+221
2016-08-07dm: ehci-mx6: support driver modelPeng Fan1-14/+130
2016-08-07spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max valueChin Liang See1-2/+5
2016-08-07ARM: socfpga: use the default CONFIG_BOOTDELAY=2Masahiro Yamada8-8/+0
2016-08-06Merge git://git.denx.de/u-boot-rockchipTom Rini31-29/+1901