summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | dfu: allow read with no data without error for EOF indicationPatrick Delaunay2019-10-311-0/+2
| * | dfu: allow to manage DFU on several devicesPatrick Delaunay2019-10-311-1/+59
| * | dfu: prepare the support of multiple interfacePatrick Delaunay2019-10-311-12/+39
| * | dfu: sf: add partition support for nor backendPatrick Delaunay2019-10-312-0/+60
| * | dfu: cosmetic: cleanup sf to avoid checkpatch errorPatrick Delaunay2019-10-312-5/+6
| * | dwc3: flush cache only if there is a buffer attached to a requestMarek Szyprowski2019-10-311-1/+2
| * | dfu: mmc: add support for in-partition offsetMarek Szyprowski2019-10-311-2/+11
| * | gadget: f_thor: properly enable 3rd endpoint defined by the protocolMarek Szyprowski2019-10-311-0/+7
| * | dfu: dfu_nand: reduce verbosityRalph Siemsen2019-10-311-1/+1
| * | dwc3-generic: Don't fail probe if clk/reset entries are absentVignesh Raghavendra2019-10-311-2/+2
* | | mmc: fsl_esdhc_imx: Update compatible string for imx8mPeng Fan2019-11-051-0/+3
* | | mmc: fsl_esdhc_imx: drop redundant clock settingsPeng Fan2019-11-051-5/+7
* | | mmc: fsl_esdhc: clean up DM and non-DM codeYangbo Lu2019-11-051-104/+100
* | | mmc: fsl_esdhc: always check write protect stateYangbo Lu2019-11-051-11/+4
* | | mmc: fsl_esdhc: drop redundant code for non-removable featureYangbo Lu2019-11-051-14/+4
* | | mmc: fsl_esdhc: convert to use fsl_esdhc_get_cfg_common()Yangbo Lu2019-11-051-35/+8
* | | mmc: fsl_esdhc: clean up bus width configuration codeYangbo Lu2019-11-051-48/+22
* | | mmc: fsl_esdhc: fix voltage validationYangbo Lu2019-11-051-26/+10
* | | mmc: fsl_esdhc: drop controller initialization in fsl_esdhc_init()Yangbo Lu2019-11-051-36/+0
| |/ |/|
* | Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u...WIP/04Nov2019Tom Rini2019-11-047-18/+158
|\ \
| * | nand: mxs_nand: add API for switching different BCH layoutsIgor Opaniuk2019-11-031-0/+116
| * | mach-imx: Adding new argument for SIP call interfaceYe Li2019-11-032-3/+5
| * | power: pmic: Kconfig: add CONFIG_SPL_DM_PMIC_BD71837Peng Fan2019-11-031-0/+8
| * | pmic: bd71837: drop DEBUG macroPeng Fan2019-11-031-2/+0
| * | video: mxsfb: set gd->fb_baseSébastien Szymanski2019-11-031-0/+1