summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-11-1212-305/+893
|\
| * net: fec_mxc: support i.MX8M with CLK_CCFPeng Fan2019-11-052-15/+68
| * net: Kconfig: FEC: Add dependency on i.MX8MPeng Fan2019-11-051-1/+1
| * clk: imx: imx8mm: add set_parent callbackPeng Fan2019-11-051-0/+19
| * clk: imx8mm: add enet clkPeng Fan2019-11-051-0/+27
| * clk: imx: add i.MX8MN ccf driverPeng Fan2019-11-053-0/+433
| * pinctrl: imx8m: support i.MX8MNPeng Fan2019-11-051-0/+1
| * power: domain: add i.MX8 scu power domain driverPeng Fan2019-11-052-1/+88
| * power: domain: make imx8-power-domain.c legacyPeng Fan2019-11-052-1/+1
| * misc: imx8: scu: simplify code to make it extendablePeng Fan2019-11-051-39/+7
* | Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2019-11-115-91/+1015
|\ \
| * | ram: rk3328: Fix loading of skew valuesSimon South2019-11-101-1/+1
| * | ram: rk3328: Use correct frequency units in functionSimon South2019-11-101-2/+2
| * | clk: rockchip: rk3328: Configure CPU clockSimon South2019-11-101-0/+2
| * | power: pmic: rk809: support rk809 pmicJoseph Chen2019-11-102-1/+73
| * | power: pmic: rk817: support rk817 pmicJoseph Chen2019-11-102-7/+266
| * | power: pmic: rk805: support rk805 pmicElaine Zhang2019-11-102-0/+18
| * | power: pmic: rk816: support rk816 pmicElaine Zhang2019-11-102-5/+125
| * | power: regulator: rk8xx: update the driver for rk808 and rk818Elaine Zhang2019-11-101-82/+465
| * | dm: regulator: support regulator more stateJoseph Chen2019-11-101-0/+70
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2019-11-113-1/+10
|\ \ \
| * | | configs: spi: Add the SPI_FLASH_BAR for ESPIXiaowei Bao2019-11-081-0/+1
| * | | drivers: net: fsl_enetc: fix RGMII configurationMichael Walle2019-11-081-0/+3
| * | | drivers: net: fsl_enetc: set phydev->nodeMichael Walle2019-11-081-0/+1
| * | | pci: layerscape: Only set EP CFG READY bitPankaj Bansal2019-11-081-1/+5
* | | | Merge branch 'master' of git://git.denx.de/u-boot-usbWIP/08Nov2019Tom Rini2019-11-0822-7/+6745
|\ \ \ \
| * | | | usb: xhci: support 1.1 or later versionChunfeng Yun2019-11-081-1/+1
| * | | | usb: composite: add BOS descriptor support to composite frameworkT Karthik Reddy2019-11-071-6/+55
| * | | | usb: gadget: Add gadget_is_cdns3() macroVignesh Raghavendra2019-11-071-0/+8
| * | | | usb: cdns3: Add TI wrapper driver for CDNS USB3 controllerVignesh Raghavendra2019-11-073-0/+202
| * | | | usb: cdns3: gadget: Implement udc_set_speed() callbackVignesh Raghavendra2019-11-071-4/+26
| * | | | usb: Add Cadence USB3 host and gadget driverVignesh Raghavendra2019-11-0716-0/+6431
| * | | | usb: udc: Introduce ->udc_set_speed() methodSherry Sun2019-11-071-0/+23
| * | | | usb: gadget: Add match_ep() op to usb_gadget_opsVignesh Raghavendra2019-11-071-0/+3
| | |/ / | |/| |
* | | | Merge branch '2019-11-07-master-imports'Tom Rini2019-11-083-0/+208
|\ \ \ \
| * | | | arm: add initial support for the Phytium Durian BoardWIP/2019-11-07-master-importsliu hao2019-11-073-0/+208
| | |/ / | |/| |
* | | | power: regulator: tps65941: add regulator supportKeerthy2019-11-073-0/+418
* | | | power: pmic: tps65941: Add support for tps65941 family of PMICsKeerthy2019-11-073-0/+91
* | | | misc: k3_avs: Add j721e supportKeerthy2019-11-071-0/+22
* | | | power: regulator: tps6236x: add support for tps6236x regulatorsTero Kristo2019-11-073-0/+134
* | | | clk: clk-ti-sci: Notify AVS driver upon setting clock rateKeerthy2019-11-071-0/+5
* | | | misc: k3_avs: add driver for K3 Adaptive Voltage Scaling Class 0Tero Kristo2019-11-073-0/+376
|/ / /
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini2019-11-073-0/+166
|\ \ \ | |/ / |/| |
| * | pci: add DM based mpc85xx driverHeiko Schocher2019-11-063-0/+166
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-11-0612-54/+610
|\ \
| * | usb: ehci-hcd: Keep async schedule runningMarek Vasut2019-10-311-30/+21
| * | dfu: add callback for flush and initiated operationPatrick Delaunay2019-10-311-0/+19
| * | dfu: add DFU virtual backendPatrick Delaunay2019-10-314-1/+61
| * | dfu: add partition support for MTD backendPatrick Delaunay2019-10-311-1/+80
| * | dfu: add backend for MTD devicePatrick Delaunay2019-10-314-1/+243