aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-06-02x86: spi: Rewrite logic for obtaining the SPI memory mapSimon Glass1-15/+88
2020-05-31Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodi...Tom Rini15-258/+1344
2020-05-30Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2-10/+12
2020-05-30Merge tag 'dm-pull-30may20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-3/+3
2020-05-29dm: core: Reorder include files in read.cStefan Roese1-3/+3
2020-05-30driver: usb: drop legacy rockchip xhci driverFrank Wang3-207/+0
2020-05-30usb: dwc3: add make compatible for rockchip platformFrank Wang1-6/+28
2020-05-29usb: ehci-mx6: Print error code on failureMarek Vasut1-2/+2
2020-05-29usb: ehci-mx6: Handle fixed regulators correctlyMarek Vasut1-2/+2
2020-05-29eth/r8152: fix assigning the wrong endpointHayes Wang1-6/+8
2020-05-29usb: dwc3: amend UTMI/UTMIW phy interface setupFrank Wang3-31/+64
2020-05-29usb: dwc3: Enable AutoRetry feature in the controllerJagan Teki2-0/+12
2020-05-29usb: dwc3: Add disable u2mac linestate check quirkJagan Teki2-0/+27
2020-05-29usb: dwc3: add dis_u2_freeclk_exists_quirkFrank Wang2-0/+8
2020-05-29usb: dwc3: add dis_enblslpm_quirkFrank Wang2-0/+8
2020-05-29phy: rockchip: Add Rockchip USB TypeC PHY driverJagan Teki3-0/+804
2020-05-29phy: rockchip: Add Rockchip USB2PHY driverJagan Teki5-0/+334
2020-05-29clk: rk3399: Enable/Disable TCPHY clocksJagan Teki1-0/+24
2020-05-29clk: rk3399: Set empty for TCPHY assigned-clocksJagan Teki1-0/+2
2020-05-29clk: rk3399: Enable/Disable the USB2PHY clkJagan Teki1-0/+12
2020-05-29pci: Make Rockchip PCIe voltage regulators optionalMark Kettenis1-13/+20
2020-05-29clk: rk3399: Fix eMMC get_clk reg offsetJagan Teki1-1/+1
2020-05-28misc: i2c_eeprom: implement different probe test eeprom offsetEugen Hristev1-1/+7
2020-05-28i2c: observe scl_count in i2c_deblock_gpio_loop()Heinrich Schuchardt1-1/+1
2020-05-28i2c: designware_i2c: Check if the device is poweredRaul E Rangel1-0/+17
2020-05-28i2c: designware_i2c: Tidy up use of NULL privSimon Glass1-11/+23
2020-05-25phy: Fix possible NULL pointer deferenceVignesh Raghavendra1-5/+5
2020-05-22Merge git://git.denx.de/u-boot-usbTom Rini4-12/+129
2020-05-22Merge branch 'net' of git://git.denx.de/u-boot-socfpgaTom Rini2-264/+320
2020-05-22net: ks8851: Add Kconfig entriesMarek Vasut1-0/+14
2020-05-22net: ks8851: Add DM supportMarek Vasut1-0/+103
2020-05-22net: ks8851: Receive one packet per recv callMarek Vasut1-29/+36
2020-05-22net: ks8851: Split non-DM specific bits from common codeMarek Vasut1-16/+44
2020-05-22net: ks8851: Pass around driver private dataMarek Vasut1-124/+133
2020-05-22net: ks8851: Checkpatch cleanupMarek Vasut1-9/+10
2020-05-22net: ks8851: Clean up chip ID readoutMarek Vasut1-19/+2
2020-05-22net: ks8851: Remove type_frame_headMarek Vasut1-29/+7
2020-05-22net: ks8851: Trim down struct ks_netMarek Vasut1-61/+9
2020-05-22net: ks8851: Use 16bit RXQCR accessMarek Vasut1-13/+4
2020-05-22net: ks8851: Remove RXQCR cacheMarek Vasut1-9/+6
2020-05-22net: ks8851: Replace malloc()+memset() with calloc()Marek Vasut1-6/+3
2020-05-22Merge tag 'u-boot-rockchip-20200522' of https://gitlab.denx.de/u-boot/custodi...Tom Rini6-0/+1001
2020-05-22Merge tag 'imx8qxp-fixes' of https://gitlab.denx.de/u-boot/custodians/u-boot-...Tom Rini2-26/+28
2020-05-22eth/r8152: fix typo in register nameHayes Wang2-6/+6
2020-05-22usb: dwc3: fix NULL pointer issueChunfeng Yun1-3/+3
2020-05-22usb: ehci-omap: Add Support for DM_USB and OF_CONTROLAdam Ford1-3/+120
2020-05-22pci: Add Rockchip PCIe PHY controller driverJagan Teki4-14/+306
2020-05-22pci: Add Rockchip PCIe controller driverJagan Teki4-0/+555
2020-05-22clk: rk3399: Enable/Disable the PCIEPHY clkJagan Teki1-0/+6
2020-05-22clk: rk3399: Add enable/disable clksJagan Teki1-0/+148