summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-01-18Merge git://git.denx.de/u-boot-samsungTom Rini2-1/+12
2017-01-18i2c: Kconfig: Add SYS_I2C_S3C24X0 entryJaehoon Chung1-0/+5
2017-01-18i2c: s3c24x0: fix the compiler error for exynos4Jaehoon Chung1-1/+7
2017-01-17Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini1-1/+1
2017-01-17pinctrl: uniphier: fix Ethernet (RMII) pin-mux setting for LD20Masahiro Yamada1-1/+1
2017-01-17Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini4-5/+110
2017-01-17drivers: usb: gadget: ether: Fix compiler warningLokesh Vutla1-0/+2
2017-01-17usb: ehci-mx6: handle vbus-supplyPeng Fan1-3/+27
2017-01-17usb: ehci-mx6: implement ofdata_to_platdataPeng Fan1-0/+75
2017-01-17drivers: usb: Add USB_XHCI_ZYNQMP to KconfigMichal Simek1-0/+6
2017-01-17usb: dwc2-otg: remove unused variableMasahiro Yamada1-2/+0
2017-01-17Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-2/+4
2017-01-15Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini4-632/+0
2017-01-15spi: Zap cf_qspi driver and related codeJagan Teki3-359/+0
2017-01-15rtc: pcf2127: Update Kconfig and code styleMeng Yi2-21/+27
2017-01-15omap-gpmc: use SECTOR_BYTES instead of hardcoded valueLadislav Michl1-4/+4
2017-01-14Kconfig: CONFIG_OF_PLATDATA doesn't really existTom Rini1-1/+1
2017-01-14spi: Zap ep93xx_spi driver and related codeJagan Teki2-273/+0
2017-01-13video: cfb_console: fix hang if splashimage file is missingAnatolij Gustschin1-2/+4
2017-01-13Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini3-6/+6
2017-01-13mmc: sunxi: revive depends on UART0_PORT_FMasahiro Yamada1-1/+1
2017-01-13mmc: pic32_sdhci: rename {pci->pic}32_sdhci_get_cdMasahiro Yamada1-2/+2
2017-01-13mmc: sdhci: fix NULL pointer access when host->ops is not setMasahiro Yamada1-3/+3
2017-01-12net: gmac_rockchip: Add Rockchip GMAC driverSjoerd Simons3-0/+162
2017-01-12net: designware: Export the operation functionsSimon Glass2-10/+18
2017-01-12net: designware: Split the link init into a separate functionSimon Glass1-2/+24
2017-01-12net: designware: Adjust dw_adjust_link() to return an errorSimon Glass1-4/+8
2017-01-12net: designware: Export various functions/struct to allow subclassingSjoerd Simons2-3/+7
2017-01-12rockchip: video: fix mpixelclock in rockchip HDMINickey Yang Nickey Yang1-10/+10
2017-01-12mmc: rockchip_sdhci: add clock init for mmcKever Yang1-2/+17
2017-01-11power_i2c.c: Fix unused variable warningTom Rini1-1/+0
2017-01-11Merge tag 'xilinx-for-v2017.03' of git://www.denx.de/git/u-boot-microblazeTom Rini7-37/+279
2017-01-11mmc: move more driver config options to KconfigMasahiro Yamada2-7/+62
2017-01-11mmc: move DesignWare-based drivers to KconfigMasahiro Yamada2-5/+33
2017-01-11mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DWMasahiro Yamada2-1/+9
2017-01-11mmc: rename CONFIG_ROCKCHIP_DWMMC to CONFIG_MMC_DW_ROCKCHIPMasahiro Yamada2-2/+2
2017-01-11power: change from meaningless value to error numberJaehoon Chung15-67/+64
2017-01-11mmc: uniphier-sd: fix Kconfig dependencyMasahiro Yamada1-2/+2
2017-01-11mmc: sdhci-cadence: add Cadence SD4HC supportMasahiro Yamada3-0/+138
2017-01-11mmc: sdhci: combine the Host controller v3.0 feature into one conditionJaehoon Chung1-10/+7
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWERJaehoon Chung1-3/+0
2017-01-11mmc: sdhci: move the callback function into sdhci_opsJaehoon Chung2-7/+10
2017-01-11mmc: s5p_sdhci: add the s5p_set_clock functionJaehoon Chung1-1/+7
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung19-29/+59
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_CDJaehoon Chung2-5/+3
2017-01-11mmc: pic32_sdhci: move the code to pic32_sdhci.cJaehoon Chung2-6/+17
2017-01-11mmc: sdhci: remove the unused code about testing Card detectJaehoon Chung1-11/+0
2017-01-11mmc: sdhci: disable the 8bit mode when host doesn't support itJaehoon Chung1-3/+2
2017-01-11xilinx_phy: Pass correct pointer to fdtdec_get_int()Kamensky Ivan1-2/+2
2017-01-10Merge git://git.denx.de/u-boot-dmTom Rini4-15/+174