summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-10-29mmc: fsl_esdhc: drop i.MX DDR support codeYangbo Lu1-6/+2
2019-10-29mmc: fsl_esdhc: remove redundant DM_MMC checkingYangbo Lu1-2/+0
2019-10-29mmc: fsl_esdhc: make BLK as hard requirement of DM_MMCYangbo Lu1-32/+1
2019-10-26Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mipsTom Rini26-436/+1812
2019-10-26Merge branch '2019-10-24-ti-imports'Tom Rini23-12/+32384
2019-10-26ram: k3-j721e: Add support for J721E DDR controllerKevin Scholz21-0/+32102
2019-10-26ram: k3-am654: Do not rely on default values for certain DDR registerJames Doublesin2-7/+58
2019-10-26ram: k3-am654: add support for LPDDR4 and DDR3L DDRsJames Doublesin1-11/+230
2019-10-25Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini22-1538/+282
2019-10-25Merge tag 'u-boot-atmel-2020.01-b' of https://gitlab.denx.de/u-boot/custodian...Tom Rini3-0/+74
2019-10-25Merge tag 'xilinx-for-v2020.01-part2' of https://gitlab.denx.de/u-boot/custod...Tom Rini9-25/+104
2019-10-25mmc: mtk-sd: add a dts property cd-active-high for builtin-cd modeWeijie Gao1-1/+5
2019-10-25mmc: mtk-sd: add support for MediaTek MT7620/MT7628 SoCsWeijie Gao2-4/+21
2019-10-25net: mt7628-eth: add support to isolate LAN/WAN portsWeijie Gao1-0/+32
2019-10-25net: mt7628-eth: free rx descriptor on receiving failureWeijie Gao1-0/+3
2019-10-25net: mt7628-eth: make phy link up detection optional via DTWeijie Gao2-29/+31
2019-10-25net: mt7628-eth: remove hardcoded gpio settings and regmap-based phy resetWeijie Gao1-37/+8
2019-10-25phy: mt76x8-usb-phy: add slew rate calibration and remove non-mt7628 partWeijie Gao2-68/+158
2019-10-25reset: add reset controller driver for MediaTek MIPS platformWeijie Gao3-0/+90
2019-10-25pinctrl: add support for MediaTek MT7628Weijie Gao7-0/+747
2019-10-25spi: mt7621-spi: restore default register value after each xferWeijie Gao1-13/+17
2019-10-25spi: mt7621-spi: remove data cache and rewrite its xfer functionWeijie Gao1-106/+91
2019-10-25spi: mt7621-spi: use clock frequency from clk driverWeijie Gao1-7/+13
2019-10-25clk: add clock driver for MediaTek MT76x8 platformWeijie Gao3-0/+162
2019-10-25serial: serial_mtk: add non-DM version for SPLWeijie Gao2-17/+187
2019-10-25serial: serial_mtk: enable FIFO and disable flow controlWeijie Gao1-0/+21
2019-10-25drivers: nand: brcmnand: fix nand_chip ecc layout structureWilliam Zhang1-156/+104
2019-10-25nand: brcm: add BCM6368 supportÁlvaro Fernández Rojas3-0/+124
2019-10-24Merge branch '2019-10-24-UFS-support'Tom Rini11-59/+3455
2019-10-24ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULPYe Li2-16/+43
2019-10-24usb: ehci-mx6: Fix bus enumeration for iMX7 SoCsIgor Opaniuk1-7/+8
2019-10-24arm64: zynqmp: Switch to xlnx-zynqmp-clk headerMichal Simek1-1/+0
2019-10-24drivers: crypto: rsa_mod_exp: Add manual relocation for ops->mod_exp()T Karthik Reddy1-1/+14
2019-10-24spi: zynqmp: Remove unused platform headersMichal Simek1-2/+0
2019-10-24gpio: zynq: Add gpio driver support for PMC gpioShubhrajyoti Datta1-0/+19
2019-10-24gpio: zynq: Add gpio driver support for VersalAshok Reddy Soma2-1/+16
2019-10-24firmware: zynqmp: Clean up zynqmp_power_probeMichal Simek1-3/+3
2019-10-24firmware: zynqmp: Report error when xilinx_pm_request called from EL3Michal Simek1-2/+4
2019-10-24arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request()Michal Simek2-18/+13
2019-10-24arm64: versal: Rename versal_pm_request to xilinx_pm_requestMichal Simek3-9/+9
2019-10-24arm64: xilinx: Move firmware functions from platform to driverMichal Simek2-1/+38
2019-10-24arm64: versal: Clean pm_api_id usageMichal Simek1-0/+1
2019-10-24misc: microchip_flexcom: introduce microchip_flexcom driverEugen Hristev3-0/+74
2019-10-24phy: keystone-usb: handle the transition of the USB power domainJean-Jacques Hiblot1-0/+22
2019-10-24usb: dwc3: Kconfig: get rid of obsolete mode selectionJean-Jacques Hiblot2-18/+4
2019-10-24usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot3-1/+71
2019-10-24usb: dwc3-generic: if no max speed is specified in DT, assume super speedJean-Jacques Hiblot1-2/+2
2019-10-24usb: dwc3-generic: add a new host driver that uses the dwc3 coreJean-Jacques Hiblot2-2/+54
2019-10-24usb: dwc3-generic: factorize codeJean-Jacques Hiblot1-20/+35
2019-10-24usb: dwc3-generic: use platdataJean-Jacques Hiblot1-14/+23