aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-02-05Merge tag 'ti-v2021.04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/05Feb2021Tom Rini4-112/+376
2021-02-04mmc: am654_sdhci: Use sdhci_set_control_reg()Faiz Abbas1-16/+2
2021-02-04mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modesFaiz Abbas2-2/+24
2021-02-04mmc: am654_sdhci: Add support for software tuningFaiz Abbas1-0/+45
2021-02-04mmc: am654_sdhci: Add support for writing to clkbuf_selFaiz Abbas1-0/+11
2021-02-04mmc: am654_sdhci: Add support for input tap delayFaiz Abbas1-80/+161
2021-02-04mmc: am654_sdhci: Add support for AM65x SR2.0Faiz Abbas1-0/+30
2021-02-04mmc: am654_sdhci: Add flag for PHY calibrationFaiz Abbas1-12/+14
2021-02-04mmc: am654_sdhci: Convert flag fields to BIT macroFaiz Abbas1-4/+4
2021-02-04mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()Faiz Abbas1-9/+1
2021-02-04mmc: sdhci: Add helper functions for UHS modesFaiz Abbas1-0/+95
2021-02-04remoteproc: k3_r5: Sync to upstreamed kernel DT property namesSuman Anna1-4/+4
2021-02-03firmware: smci: possible NULL dereferenceHeinrich Schuchardt1-0/+3
2021-02-03net: ftmac100: Cast priv->iobase with uintptr_tBin Meng1-5/+5
2021-02-03serial: sifive: Cast dev_read_addr() with uintptr_tBin Meng1-1/+1
2021-02-03dm: core: Add late driver remove optionMarek Vasut2-8/+33
2021-02-03dm: core: Avoid partially removing devicesSimon Glass1-19/+40
2021-02-03dm: core: Remove children before advising uclassSimon Glass1-9/+3
2021-02-03dm: pci: Correct use of wrong flag nameSimon Glass1-1/+1
2021-02-03dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass3-3/+3
2021-02-03nand: brcmnand: Don't use -EPROBE_DEFERSimon Glass1-4/+1
2021-02-03smem: Don't use -EPROBE_DEFERSimon Glass1-3/+3
2021-02-01Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/01Feb2021Tom Rini1-1/+1
2021-02-01x86: tsc_timer: Correct overflow in __udelay()Simon Glass1-1/+1
2021-01-31Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/31Jan2021Tom Rini2-30/+37
2021-01-31ata: sunxi: fix debug messagesDario Binacchi1-4/+4
2021-01-31net: sun8i-emac: Determine pinmux based on SoC, not EMAC typeAndre Przywara1-8/+20
2021-01-31net: sun8i-emac: Always clear syscon EPHY registerAndre Przywara1-18/+13
2021-01-31Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini15-162/+692
2021-01-31Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini3-0/+8
2021-01-31usb: gaget: ci: set ep's desc when enable epLi Jun1-0/+2
2021-01-31usb: gadget: fastboot: use correct max packet sizeLi Jun1-1/+1
2021-01-31usb: udc: ci: update speed handlingLi Jun1-2/+1
2021-01-31usb: composite: force gadget to be USB2 for HS only functionLi Jun1-0/+13
2021-01-31usb: gadget: dnl: set dnl to be super speedLi Jun1-0/+1
2021-01-31usb: fastboot: add super speed supportLi Jun1-3/+44
2021-01-31usb: gadget: add super speed supportLi Jun1-25/+60
2021-01-31usb: gadget: update os_desc_config when add configJun Li1-2/+2
2021-01-31usb: gadget: set correct usb_configuration for os_desc_configJun Li1-7/+3
2021-01-31usb: gadget: fastboot: add ext properties for WCIDLi Jun1-0/+34
2021-01-31usb: gadget: add WCID support for mfgtoolLi Jun1-0/+20
2021-01-31usb: gadget: OS Feature Descriptors supportLi Jun2-1/+374
2021-01-31usb: gadget: add Kconfig for OS descriptorsPeng Fan1-0/+9
2021-01-31usb: gadget: move utf8_to_utf16le to header fileLi Jun1-73/+1
2021-01-31usb: gadget: OS String supportLi Jun1-0/+26
2021-01-31usb: gadget: don't change ep name for dwc3 while ep autoconfigLi Jun1-0/+2
2021-01-31usb: gadget: Add ep_config call back to usb_gadget_opsYe Li1-0/+4
2021-01-31usb: gadget: Do not export usbd_device_* arraysPali Rohár2-41/+50
2021-01-31thor: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski1-0/+3
2021-01-31dfu: add 'SCRIPT' entityMarek Szyprowski2-3/+27