summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-09Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-77/+200
2017-05-09dm: Update Simple Watchdog uclassMaxim Sloyko1-11/+1
2017-05-09fix: nand: pxa3xx: Remove hardcode values from the driverKonstantin Porotchkin1-8/+54
2017-05-09fix: phy: marvell: cp110: pcie: update analog parameters according to latest ETPIgal Liberman2-4/+106
2017-05-09fix: phy: marvell: cp110: rename comphy_index to cp_indexIgal Liberman3-8/+8
2017-05-09fix: phy: marvell: cp110: sfi: update analog parameters according to latest ETPIgal Liberman2-7/+121
2017-05-09phy: marvell: print comphy status even when it's disconnectedStefan Roese1-3/+0
2017-05-09fix: phy: marvell: cp110: fix comphy lane 4 selection optionsStefan Roese1-3/+3
2017-05-09phy: marvell: cp110: add 5G XFI modeIgal Liberman2-7/+51
2017-05-09fix: phy: marvell: cp110: update comphy selector optionStefan Roese1-16/+13
2017-05-09fix: phy: marvell: cp110: sata: update analog parameters according to latest ETPIgal Liberman2-31/+336
2017-05-09fix: phy: marvell: cp110: fix the KR/SFI line 4 selectorStefan Roese1-2/+2
2017-05-09phy: marvell: add IGNORE COMPHY typeStefan Roese3-1/+9
2017-05-09phy: marvell: cp110: update utmi phy connection typeStefan Roese1-2/+3
2017-05-09phy: marvell: cp110: add support for end point configurationStefan Roese3-6/+13
2017-05-09phy: marvell: Replace PHY_TYPE_KR with PHY_TYPE_SFIStefan Roese2-10/+10
2017-05-09fix: mvebu_ comphy: Update COMPHY sequence numberKonstantin Porotchkin1-1/+2
2017-05-09fix: mvebu: pcie_dw: Allow probing empty PCIe slotsKonstantin Porotchkin1-5/+5
2017-05-09net: mvpp2: Add remove function that is called before the OS is startedStefan Roese1-0/+24
2017-05-09drivers: i2c: davinci_i2c: Update davinci i2c driver to driver modelCooper Jr., Franklin1-2/+90
2017-05-09i2c: davinci: Split functions into two parts for future DM supportCooper Jr., Franklin1-75/+110
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