summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-31Merge branch '2020-03-31-master-imports'Tom Rini6-87/+254
2020-03-31net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled.Michal Simek1-1/+1
2020-03-31mpc8xxx_spi: implement real ->set_speedRasmus Villemoes1-11/+53
2020-03-31mpc8xxx_spi: always use 8-bit characters, don't read or write garbageRasmus Villemoes1-53/+27
2020-03-31mpc8xxx_spi: put max_cs to useRasmus Villemoes1-2/+7
2020-03-31gpio/mpc83xx_spisel_boot.c: gpio driver for SPISEL_BOOT signalKlaus H. Sorensen3-0/+157
2020-03-31gpio: mpc8xxx: don't do RMW on gpdat register when setting valueRasmus Villemoes1-18/+11
2020-03-31gpio: mpc8xxx: don't modify gpdat when setting gpio as inputRasmus Villemoes1-8/+4
2020-03-31Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-1/+2
2020-03-30Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini5-10/+85
2020-03-30dm: arm64: ls1046a: add i2c DM supportBiwen Li1-2/+44
2020-03-30pci-host-ecam-generic: access config space independent of system-wide bus idVladimir Oltean1-4/+33
2020-03-30armv8/ls1046ardb: RGMII ports require internal delayMadalin Bucur1-2/+2
2020-03-30armv8/ls1043ardb: RGMII ports require internal delayMadalin Bucur1-2/+2
2020-03-30net: fman: add support for all RGMII delay modesMadalin Bucur1-0/+4
2020-03-30clk: renesas: Switch to fdtdec_get_addr_size_auto_noparent() on Gen2Marek Vasut1-1/+2
2020-03-18sunxi: Move common defconfig options to KconfigAndre Przywara1-0/+1
2020-03-16watchdog: Handle timer wrap aroundChris Packham1-1/+2
2020-03-13watchdog: Align Kconfig propertiesMichal Simek1-28/+28
2020-03-13serial: mcfuart: renaming to a more appropriate nameAngelo Durgehello2-1/+1
2020-03-13serial: mcfuart: fix uart port indexAngelo Durgehello1-2/+2
2020-03-12Merge tag 'efi-2020-04-rc4-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini3-2/+136
2020-03-11drivers/rng: add Amlogic hardware RNG driverHeinrich Schuchardt3-0/+129
2020-03-11drivers/rng: simplify KconfigHeinrich Schuchardt1-2/+7
2020-03-11Merge tag 'mmc-2020-3-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini10-60/+359
2020-03-10power-domain: fix hang in endless loop on i.MX8Anatolij Gustschin1-0/+11
2020-03-10Merge tag 'u-boot-imx-20200310' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
2020-03-10Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-netTom Rini7-76/+955
2020-03-10net: phy: marvell: Unify 88E151x series phy_driverClemens Gruber1-55/+10
2020-03-10net: phy: dp83867: Add SGMII mode type switchingMichal Simek1-0/+12
2020-03-10net: phy: Fix overlong PHY timeoutAndre Przywara1-1/+1
2020-03-10drivers: net: phy: aquantia: make it less verboseAlex Marginean1-12/+12
2020-03-10drivers: net: phy: aquantia: drop XGMII as a valid system interface protoAlex Marginean1-8/+9
2020-03-10phy: Include NC-SI in phy setupSamuel Mendoza-Jonas1-0/+9
2020-03-10phy: Add support for the NC-SI protocolSamuel Mendoza-Jonas3-0/+902
2020-03-09serial_lpuart: make clock failure less verboseGiulio Benetti1-1/+1
2020-03-09mmc: am654_sdhci: Implement workaround for card detectFaiz Abbas1-41/+68
2020-03-09mmc: am654_sdhci: Update output tap delay writesFaiz Abbas1-9/+61
2020-03-09mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas4-12/+7
2020-03-09sdhci: Add sdhci_deferred_probe() APIFaiz Abbas1-0/+15
2020-03-09mmc: Add a deferred_probe() APIFaiz Abbas2-1/+18
2020-03-09mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCsArthur Li3-0/+193
2020-03-05serial: ns16550: Move PCI access from ofdata_to_platdata() to probe()Wolfgang Wallner1-12/+28
2020-03-05x86: remove dead code in intel_clk_get_rate()Heinrich Schuchardt1-4/+0
2020-03-04Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-0/+1
2020-03-04Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-12/+17
2020-03-03video: meson: keep power domain up after bootingAnatolij Gustschin1-1/+1
2020-03-03dm: core: Add a flag for power domain control on device removalAnatolij Gustschin1-2/+3
2020-03-02Merge tag 'u-boot-stm32-20200203' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-1/+1
2020-03-02Merge tag 'xilinx-for-v2020.04-rc4' of https://gitlab.denx.de/u-boot/custodia...Tom Rini4-9/+36