aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-11-13video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabledStefan Roese1-3/+3
2016-11-13spi: ti_qspi: Fix baudrate divider calculationVignesh R1-9/+7
2016-11-07net: mvgbe: Fix build error with CONFIG_PHYLIBChris Packham1-22/+3
2016-11-07net: phy: micrel: center FLP burst timing at 16msAsh Charles1-0/+23
2016-11-07net: add driver for Synopsys Ethernet QoS deviceStephen Warren3-0/+1564
2016-11-03Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-1/+1
2016-11-03dfu: align array in dfu_get_dev_type with enum dfu_device_typePatrick Delaunay1-1/+1
2016-11-02Merge git://git.denx.de/u-boot-rockchipTom Rini3-67/+2
2016-10-31Fix spelling of "resetting".Vagrant Cascadian3-3/+3
2016-10-30rockchip: rk3288: Move rockchip_get_cru() out of the driverSimon Glass1-21/+0
2016-10-30rockchip: rk3399: Move rockchip_get_cru() out of the driverSimon Glass1-25/+1
2016-10-30rockchip: rk3036: Move rockchip_get_cru() out of the driverSimon Glass1-23/+1
2016-10-30clk: rk3399: fix rockchip_get_cruJacob Chen1-1/+3
2016-10-30Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini3-6/+8
2016-10-30sunxi: A64: enable USB supportAmit Singh Tomar2-3/+5
2016-10-30sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXIJagan Teki1-3/+3
2016-10-29Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-0/+3
2016-10-29Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini5-33/+21
2016-10-29drivers: USB: OHCI: allow compilation for 64-bit targetsAndre Przywara3-15/+19
2016-10-28Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini16-178/+540
2016-10-28dm: at91: Add driver model support for the spi driverWenyou Yang2-0/+296
2016-10-28serial: atmel_usart: Support enable an early debug UARTWenyou Yang2-0/+29
2016-10-28serial: Kconfig: Add ATMEL_USART optionWenyou Yang1-0/+7
2016-10-28mmc: atmel_sdhci: Remove unnecessary clock callingWenyou Yang1-25/+2
2016-10-28usb: ehci-atmel: Remove unnecessary clock callingWenyou Yang1-15/+0
2016-10-28i2c: at91_i2c: Change error return -ENODEV to -EINVALWenyou Yang1-1/+1
2016-10-28i2c: at91_i2c: Remove unnecessary clock callingWenyou Yang1-16/+0
2016-10-28gpio: atmel_pio4: Remove unnecessary clock callingWenyou Yang1-12/+0
2016-10-28clk: at91: Improve the clock implementationWenyou Yang6-89/+195
2016-10-28clk: clk-uclass: Assign clk->dev before call .of_xlateWenyou Yang1-0/+3
2016-10-28clk: at91: Fix at91-pmc and at91-sckc's class IDWenyou Yang2-20/+7
2016-10-28Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini4-0/+34
2016-10-28Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini4-17/+39
2016-10-28pci: Move CONFIG_PCI_PNP to KconfigBin Meng1-0/+7
2016-10-28dm: mmc: socfpga: fix MMC_OPS supportSylvain Lesne1-0/+2
2016-10-28mmc: sdhci: assign to clk_mul when host version is upper than SD3.0Jaehoon Chung1-3/+5
2016-10-28mmc: add the device name in debugging message for supplying vmmcJaehoon Chung1-1/+1
2016-10-28dm: mmc: socfpga: fix MMC_OPS supportSylvain Lesne1-0/+2
2016-10-28mmc: refactor two core functionsMasahiro Yamada1-13/+2
2016-10-28mmc: sdhci: fix the "misaligned operation at range" for cacheJaehoon Chung1-0/+1
2016-10-28mmc: introduce mmc_power_initPeng Fan1-1/+29
2016-10-27drivers/pci/Kconfig: Add PCITom Rini1-2/+10
2016-10-27ddr: altera: Configuring SDRAM extra cycles timing parametersChin Liang See1-0/+3
2016-10-27usb: xhci-mvebu: use xhci_deregister() for .remove callbackMasahiro Yamada1-6/+1
2016-10-27usb: ehci-vf: use ehci_deregister() for .remove callbackMasahiro Yamada1-12/+1
2016-10-26mtd: nand: Kconfig: Add NAND_MXS entryJagan Teki1-0/+7
2016-10-26net: Kconfig: Add FEC_MXC entryJagan Teki1-0/+7
2016-10-26thermal: Kconfig: Add IMX_THERMAL entryJagan Teki1-0/+13
2016-10-26serial: Kconfig: Add MXC_UART entryJagan Teki1-0/+7
2016-10-24i2c: designware: Avoid overwriting the cmd_data registerMarek Vasut1-6/+17