aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-04-28serial: Migrate CONFIG_FSL_LINFLEXUART to KconfigTuomas Tynkkynen2-4/+7
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini185-365/+0
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford4-22/+5
2018-04-26Merge git://git.denx.de/u-boot-usbTom Rini2-11/+17
2018-04-27arm: socfpga: Fix with the correct polling on bit is setTien Fong Chee1-5/+5
2018-04-26usb: gadget: composite: fix NULL pointer when a non standard request is receivedChristophe Kerello1-1/+4
2018-04-26usb: host: dwc3: fix phys initNeil Armstrong1-10/+13
2018-04-26Merge git://git.denx.de/u-boot-rockchipTom Rini5-3/+44
2018-04-25Merge git://git.denx.de/u-boot-spiTom Rini4-1/+186
2018-04-25rockchip: rv1108: add ofdata_to_platdata() method for driverKever Yang1-1/+9
2018-04-25rockchip: rk3128: add ofdata_to_platdata() method for driverKever Yang1-1/+10
2018-04-25rockchip: rk3036: add ofdata_to_platdata() method for driverKever Yang1-1/+10
2018-04-25rockchip: timer: add compatible strings for rk3188 and rk3288Philipp Tomsich1-0/+2
2018-04-25rockchip: clk: rk3288: add clk_enable function and support USB HOST0/HSICWadim Egorov1-0/+13
2018-04-24Merge git://git.denx.de/u-boot-videoTom Rini2-1/+1
2018-04-24video-uclass: Fix logical-not-parentheses warningTom Rini1-1/+1
2018-04-23mmc: Staticize sd_select_bus_widthMarek Vasut1-1/+1
2018-04-23Merge git://git.denx.de/u-boot-uniphierTom Rini4-23/+52
2018-04-24clk: uniphier: disable SPL_CLKMasahiro Yamada1-1/+0
2018-04-24mmc: uniphier-sd: skip clock set-up for SPLMasahiro Yamada1-0/+4
2018-04-24mmc: tmio: move clk_enable() to each driver's probe functionMasahiro Yamada3-22/+48
2018-04-23Merge tag 'xilinx-for-v2018.05-rc3' of git://git.denx.de/u-boot-microblazeTom Rini2-10/+3
2018-04-23mmc: avoid division by zero in meson_mmc_config_clockHeinrich Schuchardt1-0/+3
2018-04-23watchdog: cadence: Remove useless ioremapMichal Simek1-5/+0
2018-04-23nand: zynq: Cleanup initializationEzequiel Garcia1-4/+2
2018-04-23nand: zynq: Fix driver initializationEzequiel Garcia1-1/+1
2018-04-23spi: dw: invert wait condition in dw_spi_xferEugeniy Paltsev1-1/+1
2018-04-22Merge git://git.denx.de/u-boot-usbTom Rini2-2/+4
2018-04-21usb: dwc3-of-simple: fix error check of clk_get_bulk when disabledNeil Armstrong1-1/+1
2018-04-21usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.Jean-Jacques Hiblot2-0/+2
2018-04-21usb: dwc3-of-simple: Fix dependenciesJean-Jacques Hiblot1-1/+1
2018-04-21mmc: sh_mmcif: Add Kconfig entryMarek Vasut1-0/+6
2018-04-21mmc: sh_mmcif: Add DM and DT probing supportMarek Vasut1-13/+152
2018-04-21clk: renesas: Minor clean up of the R8A7794 clock driverMarek Vasut1-7/+3
2018-04-21clk: renesas: Minor clean up of the R8A7792 clock driverMarek Vasut1-7/+3
2018-04-19sf: Add Spansion s25fl208k entrySean Nyekjaer1-0/+1
2018-04-19mtd: sf: add support for sst26wf016, sst26wf032, sst26wf064Eugeniy Paltsev1-0/+3
2018-04-19mtd: sf: Add support of sst26wf* flash ICs protection opsEugeniy Paltsev2-0/+181
2018-04-18Merge git://git.denx.de/u-boot-uniphierTom Rini2-0/+11
2018-04-18reset: uniphier: add ethernet reset control supportKunihiko Hayashi1-0/+5
2018-04-18clk: uniphier: add ethernet clock control supportKunihiko Hayashi1-0/+6
2018-04-17Merge git://git.denx.de/u-boot-socfpgaTom Rini4-0/+123
2018-04-17clk: fix clk_get_bulk when phandle errorNeil Armstrong1-2/+2
2018-04-17reset: fix reset_get_bulk when phandle errorNeil Armstrong1-2/+2
2018-04-17i2c: designware: add reset ctrl to driverDinh Nguyen1-0/+10
2018-04-17reset: socfpga: add reset driver for SoCFPGA platformDinh Nguyen3-0/+113
2018-04-17mmc: mv_sdhci: zero out sdhci_host structureMatt Pelland1-1/+1
2018-04-16serial: Remove duplicated line in MakefilePatrice Chotard1-1/+0
2018-04-16Merge git://git.denx.de/u-boot-x86Tom Rini3-4/+6
2018-04-16pci: video: Only print out when everything is OKBin Meng1-3/+1