summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-08-09Merge tag 'mmc-8-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini10-15/+22
2019-08-09Merge tag 'u-boot-rockchip-20190809' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2-3/+1031
2019-08-09mmc: tangier_sdhci: fix uninitialized pointer deref on probePeng Fan1-1/+2
2019-08-09mmc: sdhci-cadence: fix uninitialized pointer deref on probePeng Fan1-1/+2
2019-08-09mmc: s5p: fix uninitialized pointer deref on probePeng Fan1-2/+2
2019-08-09mmc: pci: fix uninitialized pointer deref on probePeng Fan1-2/+2
2019-08-09mmc: msm_sdhci: fix uninitialized pointer deref on probePeng Fan1-2/+2
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-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
2019-07-30fpga: altera: cyclon2: Check function pointer before callingAlexander Dahl1-1/+5
2019-07-30fpga: altera: cyclon2: Fix indentationAlexander Dahl1-16/+16
2019-07-30fpga: altera: cyclon2: Fix most checkpatch warningsAlexander Dahl1-42/+39
2019-07-30fpga: virtex2: Add slave serial programming supportRobert Hancock1-13/+83