summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: fix gadget disconnectFabrice Gasnier2019-04-212-3/+17
* fastboot: add support for 'getvar platform'Eugeniu Rosca2019-04-211-0/+14
* fastboot: Replace literal 32 with PART_NAME_LENAlex Kiernan2019-04-211-3/+3
* stm32mp1: add stusb1600 support for DK1 and DK2 boardPatrick Delaunay2019-04-211-2/+6
* usb: dwc2: add support for STM32MP1Patrick Delaunay2019-04-212-2/+53
* usb: dwc2_udc_otg: Add tx_fifo_sz array supportPatrice Chotard2019-04-211-2/+12
* usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 registerPatrick Delaunay2019-04-213-9/+20
* usb: dwc2: Add function for session B checkPatrick Delaunay2019-04-211-0/+9
* usb: dwc2: Add force-b-session-valid supportPatrick Delaunay2019-04-212-2/+15
* usb: dwc2: force reset assert before to probe the driverPatrick Delaunay2019-04-211-1/+6
* usb: dwc2: convert driver to DM_USB_GADGETPatrick Delaunay2019-04-211-2/+290
* usb: dwc2: remove unused variable regs_otgPatrick Delaunay2019-04-211-3/+0
* phy: usbphyc: increase PLL wait timeoutPatrick Delaunay2019-04-211-6/+4
* phy: usbphyc: move vdda1v1 and vdda1v8 in phy_initPatrick Delaunay2019-04-211-29/+31
* phy: usbphyc: Binding update of vdda supplyPatrick Delaunay2019-04-211-24/+30
* phy: usbphyc: update xlate with DT bindingPatrick Delaunay2019-04-211-9/+10
* phy: usbphyc: remove unused variable indexPatrick Delaunay2019-04-211-2/+0
* fastboot: Improve error reporting on 'getvar partition-{size, type}'Eugeniu Rosca2019-04-211-2/+2
* fastboot: getvar: correct/rename "has_slot" to "has-slot"Eugeniu Rosca2019-04-211-1/+1
* usb: Select USB_MUSB_DSPS with USB_MUSB_TIAlex Kiernan2019-04-191-0/+1
* configs: Migrate USB_MUSB_DISABLE_BULK_COMBINE_SPLIT to KconfigAlex Kiernan2019-04-191-0/+9
* Merge tag 'arc-for-2019.07' of git://git.denx.de/u-boot-arcTom Rini2019-04-183-0/+210
|\
| * ARC: dwmmc: Adding DesignWare MMC driver support for ARC devboardsEugeniy Paltsev2019-04-183-0/+210
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-04-173-258/+108
|\ \
| * | spi: ti_qspi: Convert to spi-mem opsVignesh Raghavendra2019-04-171-64/+68
| * | spi: ti_qspi: Drop non DM codeVignesh Raghavendra2019-04-173-200/+46
* | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-04-176-50/+227
|\ \ \
| * | | sunxi: update SATA driver to always use DM_SCSIAndre Przywara2019-04-173-0/+134
| * | | net: sun8i_emac: Add CLK and RESET supportJagan Teki2019-04-161-15/+42
| * | | net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandleJagan Teki2019-04-161-28/+27
| * | | net: sunxi_emac: Add CLK supportJagan Teki2019-04-161-6/+22
| * | | clk: sunxi: r40: Fix GMAC reset reg offsetJagan Teki2019-04-161-1/+2
| |/ /
* | | Merge tag 'xilinx-for-v2019.07' of git://git.denx.de/u-boot-microblazeTom Rini2019-04-174-53/+11
|\ \ \ | |_|/ |/| |
| * | net: gem: Remove phy autodetection codeMichal Simek2019-04-161-48/+0
| * | net: zynq_gem: Modify phy supported features after max-speed was setSiva Durga Prasad Paladugu2019-04-161-2/+3
| * | arm: zynq: Add an info message about post configSiva Durga Prasad Paladugu2019-04-161-0/+2
| * | ARM: zynq: Add missing i2c get_rate for fixing i2c SPLHannes Schmelzer2019-04-161-0/+2
| * | spi: zynqmp_gqspi: Fix tap delay values at 100MHz and 150MHzSiva Durga Prasad Paladugu2019-04-161-2/+2
| * | fpga: Replace char * with const char * for filenameTien Fong Chee2019-04-161-1/+2
| |/
* | Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imxTom Rini2019-04-1517-22/+152
|\ \
| * | configs: move CONFIG_MXC_OCOTP to KconfigMarcel Ziswiler2019-04-131-0/+2
| * | configs: move CONFIG_USB_EHCI_VF to KconfigMarcel Ziswiler2019-04-131-0/+7
| * | Add missing space in commentMarcel Ziswiler2019-04-131-1/+1
| * | video: move ipuv3 files to subdirectoryAnatolij Gustschin2019-04-1310-8/+17
| * | video: ipuv3: add DM_VIDEO supportAnatolij Gustschin2019-04-132-7/+94
| * | ata: dwc_ahsata: Add ahci driver model supportSoeren Moch2019-04-132-0/+32
| * | ata: dwc_ahsata: Fix sector reports for large disksSoeren Moch2019-04-131-11/+3
| * | net: Kconfig: FEC: Add dependency on VF610Lukasz Majewski2019-04-131-1/+1
| * | net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driverLukasz Majewski2019-04-131-0/+1
* | | Merge tag 'video-for-2019.07-rc1' of git://git.denx.de/u-boot-videoTom Rini2019-04-156-22/+113
|\ \ \ | |_|/ |/| |