summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* fastboot: add command to select the default emmc hwpart for bootPatrick Delaunay2021-02-072-0/+43
* fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2Patrick Delaunay2021-02-072-24/+49
* fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORTPatrick Delaunay2021-02-072-8/+23
* fastboot: Implement generic fastboot_set_reboot_flagRoman Kovalivskyi2021-02-071-1/+15
* Revert "fastboot: Add default fastboot_set_reboot_flag implementation"Roman Kovalivskyi2021-02-073-56/+0
* dfu: dfu_sf: use correct print codeHeinrich Schuchardt2021-02-071-1/+1
* Merge tag 'ti-v2021.04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-02-054-112/+376
|\
| * mmc: am654_sdhci: Use sdhci_set_control_reg()Faiz Abbas2021-02-041-16/+2
| * mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modesFaiz Abbas2021-02-042-2/+24
| * mmc: am654_sdhci: Add support for software tuningFaiz Abbas2021-02-041-0/+45
| * mmc: am654_sdhci: Add support for writing to clkbuf_selFaiz Abbas2021-02-041-0/+11
| * mmc: am654_sdhci: Add support for input tap delayFaiz Abbas2021-02-041-80/+161
| * mmc: am654_sdhci: Add support for AM65x SR2.0Faiz Abbas2021-02-041-0/+30
| * mmc: am654_sdhci: Add flag for PHY calibrationFaiz Abbas2021-02-041-12/+14
| * mmc: am654_sdhci: Convert flag fields to BIT macroFaiz Abbas2021-02-041-4/+4
| * mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()Faiz Abbas2021-02-041-9/+1
| * mmc: sdhci: Add helper functions for UHS modesFaiz Abbas2021-02-041-0/+95
| * remoteproc: k3_r5: Sync to upstreamed kernel DT property namesSuman Anna2021-02-041-4/+4
* | firmware: smci: possible NULL dereferenceHeinrich Schuchardt2021-02-031-0/+3
* | net: ftmac100: Cast priv->iobase with uintptr_tBin Meng2021-02-031-5/+5
* | serial: sifive: Cast dev_read_addr() with uintptr_tBin Meng2021-02-031-1/+1
* | dm: core: Add late driver remove optionMarek Vasut2021-02-032-8/+33
* | dm: core: Avoid partially removing devicesSimon Glass2021-02-031-19/+40
* | dm: core: Remove children before advising uclassSimon Glass2021-02-031-9/+3
* | dm: pci: Correct use of wrong flag nameSimon Glass2021-02-031-1/+1
* | dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass2021-02-033-3/+3
* | nand: brcmnand: Don't use -EPROBE_DEFERSimon Glass2021-02-031-4/+1
* | smem: Don't use -EPROBE_DEFERSimon Glass2021-02-031-3/+3
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2021-02-011-1/+1
|\
| * x86: tsc_timer: Correct overflow in __udelay()Simon Glass2021-02-011-1/+1
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-01-312-30/+37
|\ \ | |/ |/|
| * ata: sunxi: fix debug messagesDario Binacchi2021-01-311-4/+4
| * net: sun8i-emac: Determine pinmux based on SoC, not EMAC typeAndre Przywara2021-01-311-8/+20
| * net: sun8i-emac: Always clear syscon EPHY registerAndre Przywara2021-01-311-18/+13
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-01-3115-162/+692
|\ \
| * | usb: gaget: ci: set ep's desc when enable epLi Jun2021-01-311-0/+2
| * | usb: gadget: fastboot: use correct max packet sizeLi Jun2021-01-311-1/+1
| * | usb: udc: ci: update speed handlingLi Jun2021-01-311-2/+1
| * | usb: composite: force gadget to be USB2 for HS only functionLi Jun2021-01-311-0/+13
| * | usb: gadget: dnl: set dnl to be super speedLi Jun2021-01-311-0/+1
| * | usb: fastboot: add super speed supportLi Jun2021-01-311-3/+44
| * | usb: gadget: add super speed supportLi Jun2021-01-311-25/+60
| * | usb: gadget: update os_desc_config when add configJun Li2021-01-311-2/+2
| * | usb: gadget: set correct usb_configuration for os_desc_configJun Li2021-01-311-7/+3
| * | usb: gadget: fastboot: add ext properties for WCIDLi Jun2021-01-311-0/+34
| * | usb: gadget: add WCID support for mfgtoolLi Jun2021-01-311-0/+20
| * | usb: gadget: OS Feature Descriptors supportLi Jun2021-01-312-1/+374
| * | usb: gadget: add Kconfig for OS descriptorsPeng Fan2021-01-311-0/+9
| * | usb: gadget: move utf8_to_utf16le to header fileLi Jun2021-01-311-73/+1
| * | usb: gadget: OS String supportLi Jun2021-01-311-0/+26