summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-08-09mmc: bcm: fix uninitialized pointer deref on probePeng Fan2-2/+5
2019-08-09mmc: atmel_sdhci: fix uninitialized pointer deref on probePeng Fan1-2/+2
2019-08-09mmc: zynq_sdhci: fix uninitialized pointer deref on probeMatwey V. Kornilov1-3/+4
2019-08-09mmc: Select SPL_HS200_SUPPORT if SPL_HS400_SUPPORT is selectedFaiz Abbas1-0/+1
2019-08-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini4-53/+16
2019-08-08fastboot: Remove "bootloader-version" variableSam Protsenko1-6/+3
2019-08-08fastboot: getvar: Add "is-userspace" variableSam Protsenko1-0/+9
2019-08-08usb: gadget: f_dfu.c: fix memory leakRalph Siemsen1-0/+1
2019-08-08fastboot: Remove "slot-suffixes" variableSam Protsenko1-9/+0
2019-08-08usb, ohci, pci: add DM support for PCI-based OHCI USB controllerHeiko Schocher3-0/+60
2019-08-08usb, ohci: add warning if none on pci foundHeiko Schocher1-1/+4
2019-08-08usb, ohci-hcd: set OHCI_USE_NPS if DM_PCIHeiko Schocher1-2/+3
2019-08-08usb, ohci: fix ohci swap register accessHeiko Schocher1-2/+2
2019-08-08usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not usedHeiko Schocher1-0/+2
2019-08-08usb: musb-new: Add support for da8xx-musbAdam Ford3-0/+359
2019-08-08phy: Add support for phy-da8xx-usbAdam Ford3-0/+71
2019-08-07pci_ep: Fix Coverity warningRamon Fried1-1/+1
2019-08-07clk: MediaTek: add hifsys entry for MT7623 SoC.Ryder Lee3-23/+51
2019-08-05rockchip: ram: add full feature rk3328 DRAM driverKever Yang1-3/+1015
2019-08-05watchdog: mtk_wdt: Cosmetic cleanup of latest changesStefan Roese1-9/+16
2019-08-05watchdog: bcm2835_wdt: Remove unused BCM283x watchdog driver and its referencesStefan Roese3-44/+0
2019-08-02Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clkTom Rini12-14/+681
2019-07-31Merge tag 'u-boot-amlogic-20190731' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-4/+1
2019-07-31Merge branch '2019-07-31-ti-imports'Tom Rini1-2/+2
2019-07-31nand: davinci: avoid out of bounds array accessHeinrich Schuchardt1-2/+2
2019-07-31Merge tag 'mmc-7-31' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini4-5/+8
2019-07-31clk: meson: remove duplicate logicHeinrich Schuchardt1-4/+1
2019-07-31mmc: relocate code commentBaruch Siach1-1/+1
2019-07-31mmc: mtk-sd: add WATCHDOG_RESET() to prevent watchdog timeoutWeijie Gao1-0/+3
2019-07-31mmc: sdhci: fix chip detect gpio property nameBaruch Siach1-1/+1
2019-07-31mmc: mv_sdhci: fix uninitialized pointer deref on probeBaruch Siach1-3/+3
2019-07-31clk: sandbox: add composite clkPeng Fan1-0/+80
2019-07-31clk: gate: support sandboxPeng Fan1-0/+11
2019-07-31clk: add composite clk supportPeng Fan3-0/+175
2019-07-31dm: clk: ignore default settings when node not validPeng Fan1-0/+3
2019-07-31clk: imx: gate2 add set ratePeng Fan1-0/+11
2019-07-31clk: imx: import clk heplersPeng Fan1-0/+81
2019-07-31clk: fixed_rate: export clk_fixed_ratePeng Fan1-7/+1
2019-07-31clk: divider set rate supporrtPeng Fan1-0/+88
2019-07-31clk: add clk-gate supportPeng Fan2-1/+149
2019-07-31clk: mux: add set parent supportPeng Fan1-2/+68
2019-07-31clk: use clk_dev_bindedPeng Fan2-4/+6
2019-07-31clk: introduce clk_dev_bindedPeng Fan1-0/+8
2019-07-31dw_mmc: turn on the IO supplyUrja Rannikko1-0/+16
2019-07-31Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-0/+20
2019-07-31Merge tag 'xilinx-for-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini3-251/+361
2019-07-31Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini12-831/+961
2019-07-30mxc_ipuv3_fb.c: enable a backlight on a panelHeiko Schocher1-0/+5
2019-07-30mxc_ipuv3_fb.c: call display_enableHeiko Schocher1-0/+13
2019-07-30mxc_ipuv3_fb.c: set gd->fb_baseHeiko Schocher1-0/+2