summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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 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
| * | watchdog: imx: Use immediate reset bits for expire_nowRobert Hancock2019-11-031-7/+15
| * | watchdog: imx: Add DT ext-reset handlingRobert Hancock2019-11-031-6/+13
* | | Merge branch '2019-11-04-ti-imports'Tom Rini2019-11-042-74/+82
|\ \ \
| * | | net: ti: cpsw: convert to use dev/ofnode apiGrygorii Strashko2019-11-041-69/+50
| * | | net: ti: am65x-cpsw: fix mac tx internal delay for rgmii-rxid modeGrygorii Strashko2019-11-031-1/+1
| * | | net: ti: cpsw: fix mac tx internal delay for rgmii-rxid modeGrygorii Strashko2019-11-031-1/+1
| * | | net: ti: cpsw: add support for standard eth "max-speed" dt propertyGrygorii Strashko2019-11-031-0/+15
| * | | net: ti: cpsw: move parsing of dt port's parameters in separate funcGrygorii Strashko2019-11-031-24/+33
| * | | net: ti: cpsw: enable 10Mbps link speed support in rgmii modeGrygorii Strashko2019-11-031-0/+3
| |/ /
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2019-11-033-1/+29
|\ \ \
| * | | x86: timer: Use a separate flag for whether timer is initedSimon Glass2019-11-031-1/+2
| * | | x86: timer: Set up the timer in timer_early_get_count()Simon Glass2019-11-031-0/+2
| * | | spi: Add support for memory-mapped flashSimon Glass2019-11-032-0/+25
| |/ /