summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-10-08fpga: zynqmp: Fix second local variable declarationMichal Simek1-1/+1
2019-10-08mmc: sdhci: Move ZYNQ_HISPD_BROKEN to KconfigSiva Durga Prasad Paladugu1-0/+6
2019-10-08net: zynq_gem: Remove check for VersalSiva Durga Prasad Paladugu1-4/+0
2019-10-08clk: versal: Add clock driver supportSiva Durga Prasad Paladugu4-0/+756
2019-10-08net: zynq_gem: Add new versal compatible stringSiva Durga Prasad Paladugu1-0/+1
2019-10-08net: gem: Remove DECLARE_GLOBAL_DATA_PTR from gem driverMichal Simek1-2/+0
2019-10-08zynqmp: firmware: Add Xilinx ZynqMP firmware driverRajan Vaja4-0/+27
2019-10-08arm64: versal: fpga: Add PL bit stream load supportSiva Durga Prasad Paladugu4-1/+68
2019-10-07NET: DW: fix regression for ARC boardsEugeniy Paltsev1-0/+1
2019-10-03dm: core: Correct bad cast in ofnode_get_addr_size_index()Simon Glass1-2/+5
2019-10-03dm: core: Correct low cell in ofnode_read_pci_addr()Simon Glass1-1/+1
2019-09-22Merge tag 'fixes-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-1/+1
2019-09-21sunxi: video: HDMI: Fix LCD clock dividerMark Kettenis1-1/+1
2019-09-21Merge tag 'u-boot-rockchip-20190920' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-5/+10
2019-09-19watchdog: omap_wdt: Fix WDT target reset when booted from emmcSuniel Mahesh1-1/+1
2019-09-19rtc: ds3231/ds3232: fix coding styleBiwen Li1-1/+2
2019-09-19ram: rk3288: Initialize dram for TPL buildsJagan Teki1-5/+10
2019-09-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini3-17/+37
2019-09-16Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini10-91/+228
2019-09-16mtd: spi-nor: enable protection ops for SST26 flash seriesEugeniy Paltsev1-4/+4
2019-09-16mtd: spi-nor: add missing SST26* flash IC protection opsEugeniy Paltsev2-0/+182
2019-09-16mtd: spi: Drop sf.cJagan Teki3-72/+1
2019-09-16mtd: spi_dataflash: Use spi read then writeJagan Teki1-9/+13
2019-09-16spi: Add spi_write_then_readJagan Teki1-0/+24
2019-09-16spi: Kconfig: Unmark DEPRECATED for MXS_SPILukasz Majewski1-1/+0
2019-09-16spi: soft_spi: Fix data abort if slave is not probedChristophe Kerello1-2/+2
2019-09-16spi: mvebu_a3700_spi: Fix clock prescale computationMarek BehĂșn1-3/+2
2019-09-15Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini11-33/+49
2019-09-13soc: ti: k3-navss-ringacc: fix k3_nav_ringacc_ring_reset_dmaVignesh Raghavendra1-1/+3
2019-09-12watchdog: sp805_wdt: add expire_now methodThomas Schaefer1-1/+9
2019-09-12mmc: fsl_esdhc: Add emmc hs200 supportYinbo Zhu1-15/+19
2019-09-12mmc: Kconfig: Add FSL_ESDHC_USE_PERIPHERAL_CLK optionYinbo Zhu1-1/+9
2019-09-11rockchip: clk: rk3399: remove clk_enable()Kever Yang1-37/+0
2019-09-11rockchip: clk: rk3368: remove clk_enable()Kever Yang1-19/+0
2019-09-11rockchip: clk: rk3328: remove clk_enable()Kever Yang1-12/+0
2019-09-11rockchip: clk: rk3288: remove clk_enable()Kever Yang1-23/+0
2019-09-11usb: ohci-generic: don't probe fail if there is no clk_enable() opsKever Yang1-1/+1
2019-09-11usb: ehci-generic: don't probe fail if there is no clk_enable() opsKever Yang1-1/+1
2019-09-11usb: musb_hcd: fix compilation errorJean-Jacques Hiblot1-2/+2
2019-09-11dwc2: use the nonblock argument in submit_int_msgMichal Suchanek1-1/+1
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek10-30/+46
2019-09-10usb: xhci-dwc3: Add support for dis_u2_susphy_quirkNeil Armstrong1-0/+3
2019-09-09Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini15-57/+206
2019-09-07Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini4-65/+113
2019-09-07Merge tag 'rpi-next-2019.10' of https://github.com/mbgg/u-bootTom Rini2-7/+17
2019-09-06mmc: bcm283x: Add support for bcm2711 device in bcm2835_sdhciMatthias Brugger1-2/+10
2019-09-06mmc: bcm2835-host: Fix wait_transfer_completeRaul Benet1-5/+7
2019-09-06mmc: sdhci: Add support for dt caps & caps maskT Karthik Reddy1-9/+14
2019-09-06dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy2-1/+11
2019-09-05dm: mmc_spi: Fix NULL pointer dereference in mmc_spi_bind()Bin Meng1-15/+20