summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: xilinx_axiemac: Fill the phy node pointer in phydevSiva Durga Prasad Paladugu2019-10-081-1/+6
* gpio: zynq: fix issue in set gpio output directionAshok Reddy Soma2019-10-081-1/+1
* drivers: usb: dwc3: setup phy before dwc3 core soft resetT Karthik Reddy2019-10-081-2/+2
* mmc: zynq_sdhci: Remove check for DM_MMC configSiva Durga Prasad Paladugu2019-10-081-2/+2
* net: phy: Add gmiitorgmii converter supportSiva Durga Prasad Paladugu2019-10-084-0/+194
* net: phy: Define init routine and register generic phy driverSiva Durga Prasad Paladugu2019-10-081-0/+7
* fpga: zynqmp: Fix second local variable declarationMichal Simek2019-10-081-1/+1
* mmc: sdhci: Move ZYNQ_HISPD_BROKEN to KconfigSiva Durga Prasad Paladugu2019-10-081-0/+6
* net: zynq_gem: Remove check for VersalSiva Durga Prasad Paladugu2019-10-081-4/+0
* clk: versal: Add clock driver supportSiva Durga Prasad Paladugu2019-10-084-0/+756
* net: zynq_gem: Add new versal compatible stringSiva Durga Prasad Paladugu2019-10-081-0/+1
* net: gem: Remove DECLARE_GLOBAL_DATA_PTR from gem driverMichal Simek2019-10-081-2/+0
* zynqmp: firmware: Add Xilinx ZynqMP firmware driverRajan Vaja2019-10-084-0/+27
* arm64: versal: fpga: Add PL bit stream load supportSiva Durga Prasad Paladugu2019-10-084-1/+68
* NET: DW: fix regression for ARC boardsEugeniy Paltsev2019-10-071-0/+1
* dm: core: Correct bad cast in ofnode_get_addr_size_index()Simon Glass2019-10-031-2/+5
* dm: core: Correct low cell in ofnode_read_pci_addr()Simon Glass2019-10-031-1/+1
* Merge tag 'fixes-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/22Sep2019Tom Rini2019-09-221-1/+1
|\
| * sunxi: video: HDMI: Fix LCD clock dividerMark Kettenis2019-09-211-1/+1
* | Merge tag 'u-boot-rockchip-20190920' of https://gitlab.denx.de/u-boot/custodi...WIP/20Sep2019Tom Rini2019-09-201-5/+10
|\ \ | |/ |/|
| * ram: rk3288: Initialize dram for TPL buildsJagan Teki2019-09-191-5/+10
* | watchdog: omap_wdt: Fix WDT target reset when booted from emmcSuniel Mahesh2019-09-191-1/+1
* | rtc: ds3231/ds3232: fix coding styleBiwen Li2019-09-191-1/+2
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/16Sep2019Tom Rini2019-09-163-17/+37
|\
| * watchdog: sp805_wdt: add expire_now methodThomas Schaefer2019-09-121-1/+9
| * mmc: fsl_esdhc: Add emmc hs200 supportYinbo Zhu2019-09-121-15/+19
| * mmc: Kconfig: Add FSL_ESDHC_USE_PERIPHERAL_CLK optionYinbo Zhu2019-09-121-1/+9
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2019-09-1610-91/+228
|\ \
| * | mtd: spi-nor: enable protection ops for SST26 flash seriesEugeniy Paltsev2019-09-161-4/+4
| * | mtd: spi-nor: add missing SST26* flash IC protection opsEugeniy Paltsev2019-09-162-0/+182
| * | mtd: spi: Drop sf.cJagan Teki2019-09-163-72/+1
| * | mtd: spi_dataflash: Use spi read then writeJagan Teki2019-09-161-9/+13
| * | spi: Add spi_write_then_readJagan Teki2019-09-161-0/+24
| * | spi: Kconfig: Unmark DEPRECATED for MXS_SPILukasz Majewski2019-09-161-1/+0
| * | spi: soft_spi: Fix data abort if slave is not probedChristophe Kerello2019-09-161-2/+2
| * | spi: mvebu_a3700_spi: Fix clock prescale computationMarek BehĂșn2019-09-161-3/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbWIP/14Sep2019Tom Rini2019-09-1411-33/+49
|\ \ \ | |/ / |/| |
| * | usb: musb_hcd: fix compilation errorJean-Jacques Hiblot2019-09-111-2/+2
| * | dwc2: use the nonblock argument in submit_int_msgMichal Suchanek2019-09-111-1/+1
| * | usb: Add nonblock argument to submit_int_msgMichal Suchanek2019-09-1110-30/+46
| |/
* | soc: ti: k3-navss-ringacc: fix k3_nav_ringacc_ring_reset_dmaVignesh Raghavendra2019-09-131-1/+3
* | rockchip: clk: rk3399: remove clk_enable()Kever Yang2019-09-111-37/+0
* | rockchip: clk: rk3368: remove clk_enable()Kever Yang2019-09-111-19/+0
* | rockchip: clk: rk3328: remove clk_enable()Kever Yang2019-09-111-12/+0
* | rockchip: clk: rk3288: remove clk_enable()Kever Yang2019-09-111-23/+0
* | usb: ohci-generic: don't probe fail if there is no clk_enable() opsKever Yang2019-09-111-1/+1
* | usb: ehci-generic: don't probe fail if there is no clk_enable() opsKever Yang2019-09-111-1/+1
|/
* usb: xhci-dwc3: Add support for dis_u2_susphy_quirkNeil Armstrong2019-09-101-0/+3
* Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/08Sep2019Tom Rini2019-09-0815-57/+206
|\
| * mmc: sdhci: Add support for dt caps & caps maskT Karthik Reddy2019-09-061-9/+14