summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2020-06-032-9/+17
|\ \ \
| * | | net: sun8i_emac: Add support for the H6 variantSamuel Holland2020-06-011-4/+10
| * | | net: sun8i_emac: Use consistent clock bitfield definitionsSamuel Holland2020-06-011-3/+3
| * | | phy: sun4i-usb: Align H6 initialization logic with the kernelRoman Stratiienko2020-06-011-2/+4
* | | | bootcount_ext: Add Ext4 build dependencyFrédéric Danis2020-06-021-0/+2
* | | | kconfig: fix typo for OHCI host and add to DM listMarcin Juszkiewicz2020-06-021-2/+2
* | | | kconfig: mark SPL/TPL options for DM_KEYBOARDMarcin Juszkiewicz2020-06-021-2/+2
* | | | usb: ohci: Add header file for ARCH_DMA_MINALIGNSimon Glass2020-06-021-0/+1
| |_|/ |/| |
* | | x86: spi: Rewrite logic for obtaining the SPI memory mapSimon Glass2020-06-021-15/+88
* | | Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-05-3115-258/+1344
|\ \ \ | |/ / |/| |
| * | driver: usb: drop legacy rockchip xhci driverFrank Wang2020-05-303-207/+0
| * | usb: dwc3: add make compatible for rockchip platformFrank Wang2020-05-301-6/+28
| * | usb: dwc3: amend UTMI/UTMIW phy interface setupFrank Wang2020-05-293-31/+64
| * | usb: dwc3: Enable AutoRetry feature in the controllerJagan Teki2020-05-292-0/+12
| * | usb: dwc3: Add disable u2mac linestate check quirkJagan Teki2020-05-292-0/+27
| * | usb: dwc3: add dis_u2_freeclk_exists_quirkFrank Wang2020-05-292-0/+8
| * | usb: dwc3: add dis_enblslpm_quirkFrank Wang2020-05-292-0/+8
| * | phy: rockchip: Add Rockchip USB TypeC PHY driverJagan Teki2020-05-293-0/+804
| * | phy: rockchip: Add Rockchip USB2PHY driverJagan Teki2020-05-295-0/+334
| * | clk: rk3399: Enable/Disable TCPHY clocksJagan Teki2020-05-291-0/+24
| * | clk: rk3399: Set empty for TCPHY assigned-clocksJagan Teki2020-05-291-0/+2
| * | clk: rk3399: Enable/Disable the USB2PHY clkJagan Teki2020-05-291-0/+12
| * | pci: Make Rockchip PCIe voltage regulators optionalMark Kettenis2020-05-291-13/+20
| * | clk: rk3399: Fix eMMC get_clk reg offsetJagan Teki2020-05-291-1/+1
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2020-05-302-10/+12
|\ \
| * | usb: ehci-mx6: Print error code on failureMarek Vasut2020-05-291-2/+2
| * | usb: ehci-mx6: Handle fixed regulators correctlyMarek Vasut2020-05-291-2/+2
| * | eth/r8152: fix assigning the wrong endpointHayes Wang2020-05-291-6/+8
| |/
* | Merge tag 'dm-pull-30may20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-05-301-3/+3
|\ \
| * | dm: core: Reorder include files in read.cStefan Roese2020-05-291-3/+3
| |/
* | misc: i2c_eeprom: implement different probe test eeprom offsetEugen Hristev2020-05-281-1/+7
* | i2c: observe scl_count in i2c_deblock_gpio_loop()Heinrich Schuchardt2020-05-281-1/+1
* | i2c: designware_i2c: Check if the device is poweredRaul E Rangel2020-05-281-0/+17
* | i2c: designware_i2c: Tidy up use of NULL privSimon Glass2020-05-281-11/+23
|/
* phy: Fix possible NULL pointer deferenceVignesh Raghavendra2020-05-251-5/+5
* Merge git://git.denx.de/u-boot-usbTom Rini2020-05-224-12/+129
|\
| * eth/r8152: fix typo in register nameHayes Wang2020-05-222-6/+6
| * usb: dwc3: fix NULL pointer issueChunfeng Yun2020-05-221-3/+3
| * usb: ehci-omap: Add Support for DM_USB and OF_CONTROLAdam Ford2020-05-221-3/+120
* | Merge branch 'net' of git://git.denx.de/u-boot-socfpgaTom Rini2020-05-222-264/+320
|\ \
| * | net: ks8851: Add Kconfig entriesMarek Vasut2020-05-221-0/+14
| * | net: ks8851: Add DM supportMarek Vasut2020-05-221-0/+103
| * | net: ks8851: Receive one packet per recv callMarek Vasut2020-05-221-29/+36
| * | net: ks8851: Split non-DM specific bits from common codeMarek Vasut2020-05-221-16/+44
| * | net: ks8851: Pass around driver private dataMarek Vasut2020-05-221-124/+133
| * | net: ks8851: Checkpatch cleanupMarek Vasut2020-05-221-9/+10
| * | net: ks8851: Clean up chip ID readoutMarek Vasut2020-05-221-19/+2
| * | net: ks8851: Remove type_frame_headMarek Vasut2020-05-221-29/+7
| * | net: ks8851: Trim down struct ks_netMarek Vasut2020-05-221-61/+9
| * | net: ks8851: Use 16bit RXQCR accessMarek Vasut2020-05-221-13/+4