aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-09configs: at91sam9x5ek: Update to support DM/DTWenyou Yang6-41/+93
2017-05-09ARM: dts: at91: Add dts files for at91sam9263ekWenyou Yang3-89/+340
2017-05-09ARM: dts: at91: Add dts files for at91sam9rlekWenyou Yang3-0/+1380
2017-05-09ARM: dts: at91: Add dts files for at91sam9260ek/9g20ekWenyou Yang7-68/+617
2017-05-09ARM: dts: at91: Add dts files for at91sam9m10g45ekWenyou Yang3-105/+474
2017-05-09ARM: dts: at91: Add dts files for at91sam9n12ekWenyou Yang3-0/+1331
2017-05-09ARM: dts: at91: Add dts files for at91sam9x5ekWenyou Yang21-0/+2461
2017-05-09serial: atmel_usart: Add clk supportWenyou Yang1-3/+49
2017-05-09serial: atmel_usart: Fix early debug not work in SPLWenyou Yang1-5/+31
2017-05-09clk: at91: Align the at91 pmc's compatiblesWenyou Yang1-0/+6
2017-05-09clk: at91: Align clk-master compatibles with kernelWenyou Yang1-0/+1
2017-05-09clk: at91: Enhance the peripheral clockWenyou Yang1-3/+26
2017-05-09net: macb: Align the compatibles with kernelWenyou Yang1-0/+4
2017-05-09net: macb: Add remove callbackWenyou Yang1-17/+31
2017-05-09configs: sama5d3xek: add default config for CMP boardWenyou Yang3-0/+153
2017-05-09board: sama5d4ek: fix DD2 configurationWenyou Yang2-2/+21
2017-05-09configs: sama5d2_xplained: update for SPLWenyou Yang3-6/+17
2017-05-09board: sama5d2_xplained: remove unnecessary header filesWenyou Yang1-2/+0
2017-05-09board: sama5d2_xplained: remove uart1 initWenyou Yang1-3/+1
2017-05-09board: sama5d2_xplained: clean up macb init codeWenyou Yang1-43/+0
2017-05-09configs: sama5d2_xplained: enable CONFIG_DM_ETHWenyou Yang3-11/+4
2017-05-09ARM: dts: sama5d2_xplained: update for SPLWenyou Yang2-0/+32
2017-05-09ARM: dts: sama5d2: add clock property for uart1 nodeWenyou Yang1-0/+2
2017-05-09p1_p2_rdb: Fix unused variable warningTom Rini1-5/+0
2017-05-09dm: Update Simple Watchdog uclassMaxim Sloyko1-11/+1
2017-05-08Merge branch 'next' of git://git.denx.de/u-boot-spiTom Rini1-56/+36
2017-05-08Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini20-124/+979
2017-05-08ARM: keystone2: Add support for getting external clock dynamicallyLokesh Vutla7-30/+118
2017-05-08ARM: k2g: Add support for dynamic programming of PLL based on SYSCLKLokesh Vutla3-23/+118
2017-05-08configs: ks2: Enable TI_COMMON_CMD_OPTIONSLokesh Vutla7-106/+31
2017-05-08configs: dra7xx: Enable TI_COMMON_CMD_OPTIONSLokesh Vutla2-44/+2
2017-05-08configs: am57xx: Enable TI_COMMON_CMD_OPTIONSLokesh Vutla2-42/+3
2017-05-08configs: am43xx: Enable TI_COMMON_CMD_OPTIONSLokesh Vutla2-38/+2
2017-05-08configs: am335x: Enable TI_COMMON_CMD_OPTIONSLokesh Vutla7-69/+7
2017-05-08board: ti: Define Kconfig symbol for common cmd optionsLokesh Vutla1-0/+26
2017-05-08Add ARM errata workaround 852421 and 852423 for Cortex-A17Nisal Menuka2-0/+18
2017-05-08aspeed: Cleanup ast2500-u-boot.dtsi Device Treemaxims@google.com1-20/+21
2017-05-08aspeed: Refactor SCU to use consistent mask & shiftmaxims@google.com3-29/+27
2017-05-08aspeed: Add support for Clocks needed by MACsmaxims@google.com4-33/+304
2017-05-08aspeed: Enable I2C in EVB defconfigmaxims@google.com1-0/+3
2017-05-08aspeed: Add I2C Drivermaxims@google.com4-0/+499
2017-05-08aspeed: Add P-Bus clock in ast2500 clock drivermaxims@google.com2-1/+13
2017-05-08aspeed: Enable Pinctrl Driver in AST2500 EVBmaxims@google.com1-0/+1
2017-05-08aspeed: AST2500 Pinctrl Drivermaxims@google.com6-0/+209
2017-05-08aspeed: Refactor AST2500 RAM Driver and Sysreset Drivermaxims@google.com6-112/+24
2017-05-08aspeed: Device Tree configuration for Reset Drivermaxims@google.com3-0/+70
2017-05-08aspeed: Reset Drivermaxims@google.com4-0/+145
2017-05-08aspeed: Make SCU lock/unlock functions part of SCU APImaxims@google.com3-16/+31
2017-05-08aspeed: Watchdog Timer Drivermaxims@google.com5-13/+217
2017-05-08dm: Simple Watchdog uclassmaxims@google.com11-1/+333