summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-11-08arm: add initial support for the Phytium Durian Boardliu hao3-0/+208
2019-11-07Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini3-0/+166
2019-11-06Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini12-54/+610
2019-11-06pci: add DM based mpc85xx driverHeiko Schocher3-0/+166
2019-11-05mmc: fsl_esdhc_imx: Update compatible string for imx8mPeng Fan1-0/+3
2019-11-05mmc: fsl_esdhc_imx: drop redundant clock settingsPeng Fan1-5/+7
2019-11-05mmc: fsl_esdhc: clean up DM and non-DM codeYangbo Lu1-104/+100
2019-11-05mmc: fsl_esdhc: always check write protect stateYangbo Lu1-11/+4
2019-11-05mmc: fsl_esdhc: drop redundant code for non-removable featureYangbo Lu1-14/+4
2019-11-05mmc: fsl_esdhc: convert to use fsl_esdhc_get_cfg_common()Yangbo Lu1-35/+8
2019-11-05mmc: fsl_esdhc: clean up bus width configuration codeYangbo Lu1-48/+22
2019-11-05mmc: fsl_esdhc: fix voltage validationYangbo Lu1-26/+10
2019-11-05mmc: fsl_esdhc: drop controller initialization in fsl_esdhc_init()Yangbo Lu1-36/+0
2019-11-04Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini7-18/+158
2019-11-04Merge branch '2019-11-04-ti-imports'Tom Rini2-74/+82
2019-11-04net: ti: cpsw: convert to use dev/ofnode apiGrygorii Strashko1-69/+50
2019-11-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini3-1/+29
2019-11-03nand: mxs_nand: add API for switching different BCH layoutsIgor Opaniuk1-0/+116
2019-11-03mach-imx: Adding new argument for SIP call interfaceYe Li2-3/+5
2019-11-03power: pmic: Kconfig: add CONFIG_SPL_DM_PMIC_BD71837Peng Fan1-0/+8
2019-11-03pmic: bd71837: drop DEBUG macroPeng Fan1-2/+0
2019-11-03video: mxsfb: set gd->fb_baseSébastien Szymanski1-0/+1
2019-11-03watchdog: imx: Use immediate reset bits for expire_nowRobert Hancock1-7/+15
2019-11-03watchdog: imx: Add DT ext-reset handlingRobert Hancock1-6/+13
2019-11-03net: ti: am65x-cpsw: fix mac tx internal delay for rgmii-rxid modeGrygorii Strashko1-1/+1
2019-11-03net: ti: cpsw: fix mac tx internal delay for rgmii-rxid modeGrygorii Strashko1-1/+1
2019-11-03net: ti: cpsw: add support for standard eth "max-speed" dt propertyGrygorii Strashko1-0/+15
2019-11-03net: ti: cpsw: move parsing of dt port's parameters in separate funcGrygorii Strashko1-24/+33
2019-11-03net: ti: cpsw: enable 10Mbps link speed support in rgmii modeGrygorii Strashko1-0/+3
2019-11-03x86: timer: Use a separate flag for whether timer is initedSimon Glass1-1/+2
2019-11-03x86: timer: Set up the timer in timer_early_get_count()Simon Glass1-0/+2
2019-11-03spi: Add support for memory-mapped flashSimon Glass2-0/+25
2019-11-02Merge tag 'arc-fixes-for-2020.01-rc2' of https://gitlab.denx.de/u-boot/custod...Tom Rini3-0/+124
2019-11-01ARC: HSDK: introduce reset driverEugeniy Paltsev3-0/+124
2019-11-01Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+1
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini3-6/+9
2019-10-31drivers: phy: Handle gracefully NULL pointersJean-Jacques Hiblot1-5/+25
2019-10-31ata: ahci allow 64-bit DMA for SATARoman Kapl1-3/+11
2019-10-31nvme: use page-aligned buffer for identify commandPatrick Wildt1-6/+18
2019-10-31nvme: flush dcache on both r/w, and the prp listPatrick Wildt1-3/+5
2019-10-31virtio: pci: use correct type in virtio_pci_bind()Heinrich Schuchardt1-1/+1
2019-10-31usb: ehci-hcd: Keep async schedule runningMarek Vasut1-30/+21
2019-10-31dfu: add callback for flush and initiated operationPatrick Delaunay1-0/+19
2019-10-31dfu: add DFU virtual backendPatrick Delaunay4-1/+61
2019-10-31dfu: add partition support for MTD backendPatrick Delaunay1-1/+80
2019-10-31dfu: add backend for MTD devicePatrick Delaunay4-1/+243
2019-10-31dfu: allow read with no data without error for EOF indicationPatrick Delaunay1-0/+2
2019-10-31dfu: allow to manage DFU on several devicesPatrick Delaunay1-1/+59
2019-10-31dfu: prepare the support of multiple interfacePatrick Delaunay1-12/+39
2019-10-31dfu: sf: add partition support for nor backendPatrick Delaunay2-0/+60