summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-10-25Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mipsTom Rini
2019-10-25Merge branch '2019-10-24-ti-imports'Tom Rini
2019-10-25ram: k3-j721e: Add support for J721E DDR controllerKevin Scholz
2019-10-25ram: k3-am654: Do not rely on default values for certain DDR registerJames Doublesin
2019-10-25ram: k3-am654: add support for LPDDR4 and DDR3L DDRsJames Doublesin
2019-10-25Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2019-10-25Merge tag 'u-boot-atmel-2020.01-b' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2019-10-25Merge tag 'xilinx-for-v2020.01-part2' of https://gitlab.denx.de/u-boot/custod...Tom Rini
2019-10-25mmc: mtk-sd: add a dts property cd-active-high for builtin-cd modeWeijie Gao
2019-10-25mmc: mtk-sd: add support for MediaTek MT7620/MT7628 SoCsWeijie Gao
2019-10-25net: mt7628-eth: add support to isolate LAN/WAN portsWeijie Gao
2019-10-25net: mt7628-eth: free rx descriptor on receiving failureWeijie Gao
2019-10-25net: mt7628-eth: make phy link up detection optional via DTWeijie Gao
2019-10-25net: mt7628-eth: remove hardcoded gpio settings and regmap-based phy resetWeijie Gao
2019-10-25phy: mt76x8-usb-phy: add slew rate calibration and remove non-mt7628 partWeijie Gao
2019-10-25reset: add reset controller driver for MediaTek MIPS platformWeijie Gao
2019-10-25pinctrl: add support for MediaTek MT7628Weijie Gao
2019-10-25spi: mt7621-spi: restore default register value after each xferWeijie Gao
2019-10-25spi: mt7621-spi: remove data cache and rewrite its xfer functionWeijie Gao
2019-10-25spi: mt7621-spi: use clock frequency from clk driverWeijie Gao
2019-10-25clk: add clock driver for MediaTek MT76x8 platformWeijie Gao
2019-10-25serial: serial_mtk: add non-DM version for SPLWeijie Gao
2019-10-25serial: serial_mtk: enable FIFO and disable flow controlWeijie Gao
2019-10-25drivers: nand: brcmnand: fix nand_chip ecc layout structureWilliam Zhang
2019-10-25nand: brcm: add BCM6368 supportÁlvaro Fernández Rojas
2019-10-24Merge branch '2019-10-24-UFS-support'Tom Rini
2019-10-24ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULPYe Li
2019-10-24usb: ehci-mx6: Fix bus enumeration for iMX7 SoCsIgor Opaniuk
2019-10-24arm64: zynqmp: Switch to xlnx-zynqmp-clk headerMichal Simek
2019-10-24drivers: crypto: rsa_mod_exp: Add manual relocation for ops->mod_exp()T Karthik Reddy
2019-10-24spi: zynqmp: Remove unused platform headersMichal Simek
2019-10-24gpio: zynq: Add gpio driver support for PMC gpioShubhrajyoti Datta
2019-10-24gpio: zynq: Add gpio driver support for VersalAshok Reddy Soma
2019-10-24firmware: zynqmp: Clean up zynqmp_power_probeMichal Simek
2019-10-24firmware: zynqmp: Report error when xilinx_pm_request called from EL3Michal Simek
2019-10-24arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request()Michal Simek
2019-10-24arm64: versal: Rename versal_pm_request to xilinx_pm_requestMichal Simek
2019-10-24arm64: xilinx: Move firmware functions from platform to driverMichal Simek
2019-10-24arm64: versal: Clean pm_api_id usageMichal Simek
2019-10-24misc: microchip_flexcom: introduce microchip_flexcom driverEugen Hristev
2019-10-24phy: keystone-usb: handle the transition of the USB power domainJean-Jacques Hiblot
2019-10-24usb: dwc3: Kconfig: get rid of obsolete mode selectionJean-Jacques Hiblot
2019-10-24usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: if no max speed is specified in DT, assume super speedJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: add a new host driver that uses the dwc3 coreJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: factorize codeJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: use platdataJean-Jacques Hiblot
2019-10-24usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exitJean-Jacques Hiblot
2019-10-24usb: xhci: move xhci.h to include usbJean-Jacques Hiblot
2019-10-24usb: dwc3: switch to peripheral mode when exitingJean-Jacques Hiblot