summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextWIP/19Jun2020-nextTom Rini2020-06-1917-1215/+779
|\
| * dm: spi: Convert Freescale ESPI driver to driver modelChuanhua Han2020-06-181-123/+321
| * regulator: fix: enable gpio when requestedMark Kettenis2020-06-152-3/+2
| * Merge tag 'mmc-2020-6-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2020-06-154-31/+71
| |\
| | * mmc: fsl_esdhc: Gracefully fail on unsupported voltage switchMarek Vasut2020-06-151-2/+3
| | * mmc: fsl_esdhc: Fix SDR104 and HS200 supportMarek Vasut2020-06-151-0/+1
| | * mmc: ca_dw_mmc: Misc cleanup of driverArthur Li2020-06-151-22/+12
| | * mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issueYangbo Lu2020-06-152-2/+51
| | * mmc: fsl_esdhc: read register once for card inserted statusYangbo Lu2020-06-151-5/+4
| * | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbWIP/14Jun2020Tom Rini2020-06-142-224/+265
| |\ \ | | |/ | |/|
| | * eth/r8152: update the firmwareHayes Wang2020-06-142-224/+265
| * | spi: davinci: Drop non-dm codeJagan Teki2020-06-112-163/+6
| * | spi: atmel: Drop atmel_spi.hJagan Teki2020-06-111-3/+85
| * | spi: atmel: Remove nondm codeJagan Teki2020-06-112-209/+0
| * | spi: atmel: Drop CONFIG_SYS_SPI_WRITE_TOUTJagan Teki2020-06-111-4/+0
| * | spi: fsl_dspi: Drop nondm codeJagan Teki2020-06-111-132/+0
| * | spi: Zap SOFT_SPI (non-dm)Jagan Teki2020-06-113-176/+6
| * | spi: mxs: Code cleanupJagan Teki2020-06-111-19/+18
| * | spi: mxs: Drop nondm codeJagan Teki2020-06-112-129/+6
| |/
* | Merge tag 'video-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-vid...WIP/18Jun2020-nextTom Rini2020-06-186-100/+71
|\ \
| * | video: ipuv3: remove non-DM codeAnatolij Gustschin2020-06-182-44/+1
| * | video: extend stdout video console work-around for 'vga'Anatolij Gustschin2020-06-181-7/+9
| * | video: ipuv3: remove some useless code to reduce binary sizeAnatolij Gustschin2020-06-182-47/+22
| * | video: make backlight and panel drivers optionalAnatolij Gustschin2020-06-182-4/+28
| * | video: ipuv3: fix building with disabled panel driverAnatolij Gustschin2020-06-181-4/+7
| * | video: make vidconsole commands optionalAnatolij Gustschin2020-06-182-0/+10
* | | Merge tag 'ti-v2020.10-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2020-06-185-49/+64
|\ \ \ | |/ / |/| |
| * | net: cpsw: Add __maybe_unused to generated inlinesTom Rini2020-06-161-2/+3
| * | mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg()Tom Rini2020-06-161-0/+3
| * | gpio: omap_gpio: Fix unused function warning in non-DM caseTom Rini2020-06-161-5/+4
| * | phy: omap-usb2-phy: disable phy charger detectBin Liu2020-06-161-5/+28
| * | mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPLFaiz Abbas2020-06-131-37/+26
| |/
* | Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextWIP/13Jun2020Tom Rini2020-06-134-15/+62
|\ \
| * | dm: uclass: don't assign aliased seq numbersMichael Walle2020-06-111-6/+15
| * | usb: provide a device tree node to USB devicesMichael Walle2020-06-111-5/+36
| * | regmap: Check for out-of-range offsets before mapping themPratyush Yadav2020-06-111-4/+4
| |/
| * Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u...WIP/09Jun2020Tom Rini2020-06-091-0/+7
| |\
| | * power: pmic: Add SPL Kconfig entry for PFUZE100Marek Vasut2020-06-081-0/+7
* | | net: rtl8139: Add DM supportMarek Vasut2020-06-121-1/+132
* | | net: rtl8139: Read HW address from EEPROM only on probeMarek Vasut2020-06-121-9/+18
* | | net: rtl8139: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-121-2/+2
* | | net: rtl8139: Split out common and non-DM functionsMarek Vasut2020-06-121-24/+68
* | | net: rtl8139: Pass private data into rtl8139_eeprom_delay()Marek Vasut2020-06-121-9/+9
* | | net: rtl8139: Introduce device private dataMarek Vasut2020-06-121-58/+78
* | | net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macrosMarek Vasut2020-06-121-5/+5
* | | net: rtl8139: Use dev->iobase instead of custom ioaddrMarek Vasut2020-06-121-46/+38
* | | net: rtl8139: Switch from malloc()+memset() to calloc()Marek Vasut2020-06-121-2/+1
* | | net: rtl8139: Factor out device name assignmentMarek Vasut2020-06-121-1/+6
* | | net: phy: Add DP8382x phy registration to TI PHY initDan Murphy2020-06-122-0/+90
* | | net: phy: Add support for TI PHY initDan Murphy2020-06-125-2/+45