summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ARM: rmobile: Sync Gen2 DTS with Linux v4.17Marek Vasut2018-06-1411-5904/+6590
| * pinctrl: renesas: Sync Gen3 PFC tables with Linux v4.17Marek Vasut2018-06-147-1180/+6929
| * pinctrl: renesas: Sync Gen2 PFC tables with Linux v4.17Marek Vasut2018-06-143-6/+559
| * clk: rmobile: Add R8A77995 RPC clockMarek Vasut2018-06-141-0/+5
| * clk: rmobile: Add R8A77990 RPC clockMarek Vasut2018-06-141-0/+5
| * dts: gpio: Sync header with Linux 4.17Marek Vasut2018-06-141-0/+21
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-06-163-43/+170
|\ \
| * | usb: sunxi: access ahb_reset0_cfg in CCM using its offsetVasily Khoruzhick2018-06-142-6/+37
| * | usb: sunxi: sun50i: enable OHCI0 clock when OHCI1 is in useVasily Khoruzhick2018-06-131-2/+10
| * | usb: sunxi: ohci: get rid of ifdefsVasily Khoruzhick2018-06-131-20/+63
| * | usb: sunxi: ehci: get rid of ifdefsVasily Khoruzhick2018-06-131-20/+63
| * | sunxi: clock: Fix EHCI and OHCI clocks on A64Vasily Khoruzhick2018-06-131-2/+4
* | | Merge tag 'arc-updates-for-2018.07-rc2' of git://git.denx.de/u-boot-arcTom Rini2018-06-154-0/+287
|\ \ \
| * | | ARC: HSDK: Add readmeAlexey Brodkin2018-06-151-0/+121
| * | | ARC: HSDK: Add tool and make target to generate bspEugeniy Paltsev2018-06-153-0/+166
* | | | Merge tag 'xilinx-for-v2018.07-rc2' of git://git.denx.de/u-boot-microblazeTom Rini2018-06-1525-49/+196
|\ \ \ \
| * | | | serial: zynq: Make zynq_serial_setbrg staticMichal Simek2018-06-151-1/+1
| * | | | serial: zynq: Initialize uart only before relocationMichal Simek2018-06-151-0/+6
| * | | | serial: zynq: Write chars till output fifo is fullMichal Simek2018-06-151-2/+2
| * | | | serial: zynq: Use BIT macros instead of shifts and full hex numbersMichal Simek2018-06-151-8/+8
| * | | | gpio: zynq_gpio: bank description should use unsigned typeMichal Simek2018-06-151-4/+4
| * | | | arm64: zynqmp: Check return value in zynqmp_mmio_rawwrite()Michal Simek2018-06-151-1/+5
| * | | | arm64: zynqmp: Check return value from callocMichal Simek2018-06-151-0/+2
| * | | | mmc: zynq: Fix tuning_loop_counter type in arasan_sdhci_execute_tuning()Michal Simek2018-06-151-1/+1
| * | | | gpio: zynq: Do not check unsigned type that is >= 0Michal Simek2018-06-151-1/+1
| * | | | mmc: sdhci: Fix MMC HS200 tuning command failuresSiva Durga Prasad Paladugu2018-06-151-4/+4
| * | | | arm64: zynqmp: accept an absolute path for PMUFW_INIT_FILELuca Ceresoli2018-06-151-1/+7
| * | | | arm64: zynqmp: Enable SPD ddr support for zcu102 targetsMichal Simek2018-06-154-0/+6
| * | | | timer: cadence: Implement timer_get_boot_usMichal Simek2018-06-152-0/+24
| * | | | arm: zynq: Drop #address-cells and #size-cells from gpio-keysMichal Simek2018-06-156-12/+0
| * | | | arm64: zynqmp: Split emmc configuration into emmc0 and emmc1Siva Durga Prasad Paladugu2018-06-155-16/+126
| * | | | arm: zynq: Add missing watchdog headerMichal Simek2018-06-151-0/+1
| |/ / /
* | | | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-06-149-20/+54
|\ \ \ \ | |/ / / |/| | |
| * | | efi_loader: Allocate memory handle for mem dpAlexander Graf2018-06-141-0/+9
| * | | efi_loader: avoid make race conditionHeinrich Schuchardt2018-06-141-2/+8
| * | | efi_loader: avoid initializer element is not constantHeinrich Schuchardt2018-06-142-4/+8
| * | | efi: Add a comment about duplicated ELF constantsSimon Glass2018-06-141-0/+4
| * | | efi_loader: Convert runtime reset from switch to if statementsAlexander Graf2018-06-142-14/+8
| * | | riscv: Add support for HI20 PE relocationsAlexander Graf2018-06-142-0/+17
| | |/ | |/|
* | | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2018-06-1423-73/+1383
|\ \ \
| * | | net: gem: Check return value from memalign/mallocMichal Simek2018-06-131-0/+6
| * | | net: zynq_gem: Initialize phyreg variableMichal Simek2018-06-131-1/+1
| * | | net: zynq_gem: Fix return type for phy...()Michal Simek2018-06-131-4/+4
| * | | net: mvgbe: extract common code for SMI waitChris Packham2018-06-132-24/+24
| * | | net: designware: set the PS bit when resetting DMA bus in MII configurationQuentin Schulz2018-06-131-0/+9
| * | | net: phy: mv88e61xx: Force CPU port link upChris Packham2018-06-131-21/+30
| * | | mvebu: neta: align DMA buffersJon Nettleton2018-06-131-6/+12
| * | | net: add Socionext AVE ethernet driver supportKunihiko Hayashi2018-06-133-0/+1006
| * | | net: include/phy.h: add new mode for internal phyKunihiko Hayashi2018-06-131-0/+2
| * | | drivers/net/vsc9953: Initialize action RAM in VCAP complexRadu Bulie2018-06-132-0/+204