summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-27185-365/+0
* Convert CONFIG_SPI to KconfigAdam Ford2018-04-274-22/+5
* Merge git://git.denx.de/u-boot-usbTom Rini2018-04-262-11/+17
|\
| * usb: gadget: composite: fix NULL pointer when a non standard request is receivedChristophe Kerello2018-04-261-1/+4
| * usb: host: dwc3: fix phys initNeil Armstrong2018-04-261-10/+13
* | arm: socfpga: Fix with the correct polling on bit is setTien Fong Chee2018-04-271-5/+5
* | Merge git://git.denx.de/u-boot-rockchipTom Rini2018-04-265-3/+44
|\ \ | |/ |/|
| * rockchip: rv1108: add ofdata_to_platdata() method for driverKever Yang2018-04-251-1/+9
| * rockchip: rk3128: add ofdata_to_platdata() method for driverKever Yang2018-04-251-1/+10
| * rockchip: rk3036: add ofdata_to_platdata() method for driverKever Yang2018-04-251-1/+10
| * rockchip: timer: add compatible strings for rk3188 and rk3288Philipp Tomsich2018-04-251-0/+2
| * rockchip: clk: rk3288: add clk_enable function and support USB HOST0/HSICWadim Egorov2018-04-251-0/+13
* | Merge git://git.denx.de/u-boot-spiTom Rini2018-04-254-1/+186
|\ \ | |/ |/|
| * spi: dw: invert wait condition in dw_spi_xferEugeniy Paltsev2018-04-231-1/+1
| * sf: Add Spansion s25fl208k entrySean Nyekjaer2018-04-191-0/+1
| * mtd: sf: add support for sst26wf016, sst26wf032, sst26wf064Eugeniy Paltsev2018-04-191-0/+3
| * mtd: sf: Add support of sst26wf* flash ICs protection opsEugeniy Paltsev2018-04-192-0/+181
* | Merge git://git.denx.de/u-boot-videoTom Rini2018-04-242-1/+1
|\ \
| * | video-uclass: Fix logical-not-parentheses warningTom Rini2018-04-241-1/+1
| * | treewide: fix up files incorrectly marked executableFabio Estevam2018-04-091-0/+0
* | | mmc: Staticize sd_select_bus_widthMarek Vasut2018-04-231-1/+1
* | | Merge git://git.denx.de/u-boot-uniphierTom Rini2018-04-234-23/+52
|\ \ \
| * | | clk: uniphier: disable SPL_CLKMasahiro Yamada2018-04-241-1/+0
| * | | mmc: uniphier-sd: skip clock set-up for SPLMasahiro Yamada2018-04-241-0/+4
| * | | mmc: tmio: move clk_enable() to each driver's probe functionMasahiro Yamada2018-04-243-22/+48
* | | | Merge tag 'xilinx-for-v2018.05-rc3' of git://git.denx.de/u-boot-microblazeTom Rini2018-04-232-10/+3
|\ \ \ \
| * | | | watchdog: cadence: Remove useless ioremapMichal Simek2018-04-231-5/+0
| * | | | nand: zynq: Cleanup initializationEzequiel Garcia2018-04-231-4/+2
| * | | | nand: zynq: Fix driver initializationEzequiel Garcia2018-04-231-1/+1
| |/ / /
* | | | mmc: avoid division by zero in meson_mmc_config_clockHeinrich Schuchardt2018-04-231-0/+3
|/ / /
* | | Merge git://git.denx.de/u-boot-usbTom Rini2018-04-222-2/+4
|\ \ \
| * | | usb: dwc3-of-simple: fix error check of clk_get_bulk when disabledNeil Armstrong2018-04-211-1/+1
| * | | usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.Jean-Jacques Hiblot2018-04-212-0/+2
| * | | usb: dwc3-of-simple: Fix dependenciesJean-Jacques Hiblot2018-04-211-1/+1
* | | | mmc: sh_mmcif: Add Kconfig entryMarek Vasut2018-04-211-0/+6
* | | | mmc: sh_mmcif: Add DM and DT probing supportMarek Vasut2018-04-211-13/+152
* | | | clk: renesas: Minor clean up of the R8A7794 clock driverMarek Vasut2018-04-211-7/+3
* | | | clk: renesas: Minor clean up of the R8A7792 clock driverMarek Vasut2018-04-211-7/+3
|/ / /
* | | Merge git://git.denx.de/u-boot-uniphierTom Rini2018-04-182-0/+11
|\ \ \ | |_|/ |/| |
| * | reset: uniphier: add ethernet reset control supportKunihiko Hayashi2018-04-181-0/+5
| * | clk: uniphier: add ethernet clock control supportKunihiko Hayashi2018-04-181-0/+6
* | | Merge git://git.denx.de/u-boot-socfpgaTom Rini2018-04-174-0/+123
|\ \ \
| * | | i2c: designware: add reset ctrl to driverDinh Nguyen2018-04-171-0/+10
| * | | reset: socfpga: add reset driver for SoCFPGA platformDinh Nguyen2018-04-173-0/+113
* | | | clk: fix clk_get_bulk when phandle errorNeil Armstrong2018-04-171-2/+2
* | | | reset: fix reset_get_bulk when phandle errorNeil Armstrong2018-04-171-2/+2
| |/ / |/| |
* | | mmc: mv_sdhci: zero out sdhci_host structureMatt Pelland2018-04-171-1/+1
|/ /
* | serial: Remove duplicated line in MakefilePatrice Chotard2018-04-161-1/+0
* | Merge git://git.denx.de/u-boot-x86Tom Rini2018-04-163-4/+6
|\ \
| * | pci: video: Only print out when everything is OKBin Meng2018-04-161-3/+1