summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-09dm: Update Simple Watchdog uclassMaxim Sloyko1-11/+1
2017-05-08Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini5-0/+659
2017-05-08aspeed: Refactor SCU to use consistent mask & shiftmaxims@google.com1-20/+19
2017-05-08aspeed: Add support for Clocks needed by MACsmaxims@google.com1-31/+234
2017-05-08aspeed: Add I2C Drivermaxims@google.com4-0/+499
2017-05-08aspeed: Add P-Bus clock in ast2500 clock drivermaxims@google.com1-0/+11
2017-05-08aspeed: AST2500 Pinctrl Drivermaxims@google.com4-0/+138
2017-05-08aspeed: Refactor AST2500 RAM Driver and Sysreset Drivermaxims@google.com1-13/+11
2017-05-08aspeed: Reset Drivermaxims@google.com3-0/+117
2017-05-08aspeed: Make SCU lock/unlock functions part of SCU APImaxims@google.com1-16/+2
2017-05-08aspeed: Watchdog Timer Drivermaxims@google.com3-0/+137
2017-05-08dm: Simple Watchdog uclassmaxims@google.com4-1/+169
2017-05-08rtc: Add DM support to ds1307Chris Packham2-20/+196
2017-05-08mtd: nand: Consolidate nand spl loaders implementationLadislav Michl4-171/+110
2017-05-08stm32f7: increase the max no of pin configuration to 70Vikas Manocha1-1/+2
2017-05-08stm32f7: sdram: correct sdram configuration as per micron sdramVikas Manocha1-39/+16
2017-05-08stm32f7: stm32f746-disco: read memory info from device treeVikas Manocha1-1/+0
2017-05-08stm32f7: use stm32f7 gpio driver supporting driver modelVikas Manocha2-41/+7
2017-05-08dm: gpio: Add driver for stm32f7 gpio controllerVikas Manocha4-1/+182
2017-05-08stm32f7: sdram: use sdram device tree node to configure sdram controllerVikas Manocha1-53/+91
2017-05-08stm32f7: use clock driver to enable sdram controller clockVikas Manocha1-0/+15
2017-05-08stm32f7: dm: add driver model support for sdramVikas Manocha1-0/+31
2017-05-08stm32f7: sdram: move sdram driver code to ram drivers areaVikas Manocha3-0/+128
2017-05-08stm32f7: use clock driver to enable qspi controller clockVikas Manocha1-1/+15
2017-05-08arm: am57xx: cl-som-am57x: invoke clock API to enable/disable clocksUri Mashiach1-0/+2
2017-05-08usb: host: xhci-omap: fix double weak board_usb_init functionsUri Mashiach1-2/+15
2017-05-08arm: usb: dra7xx: xHCI registers based on USB port indexUri Mashiach1-0/+9
2017-05-03drivers: spi: Remove duplicate .probe methodSuniel Mahesh1-1/+0
2017-05-03zynq: spi: Honour the activation / deactivation delayMoritz Fischer1-0/+24
2017-05-03spi: atmel: check GPIO validity before using cs_gpiosWenyou Yang1-0/+9
2017-04-30Drop the pdsp188x driverSimon Glass2-46/+0
2017-04-30Convert CONFIG_SYS_WHITE_ON_BLACK to KconfigSimon Glass1-0/+9
2017-04-30power: Convert CONFIG_PMIC_AS3722 to KconfigSimon Glass1-0/+8
2017-04-30power: Move as3722 pmic to pmic/ directorySimon Glass3-1/+1
2017-04-30power: Rename CONFIG_AS3722_POWER to CONFIG_PMIC_AS3722Simon Glass1-1/+1
2017-04-28sunxi: video: Add A64/H3/H5 HDMI driverJernej Skrabec3-0/+648
2017-04-28sunxi: i2c: Add support for DM I2CJernej Skrabec1-0/+9
2017-04-28sunxi: power: Compile sy8106a driver only during SPL buildJernej Skrabec1-0/+2
2017-04-27pinctrl: Kconfig: sort pinctrl config options to prevent future clutterPhilipp Tomsich4-84/+96
2017-04-27dm: sandbox: pwm: Add a basic pwm testSimon Glass3-0/+84
2017-04-25Merge git://git.denx.de/u-boot-sunxiTom Rini8-183/+301
2017-04-25ehci-ppc4xx: Prepare for usage of readl()/writel() accessorsAlexey Brodkin1-0/+1
2017-04-25usb: musb: avoid out of bound access in udc_setup_epHeinrich Schuchardt1-2/+2