summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mmc: fsl_esdhc: support eMMC HS400 modeYangbo Lu2020-10-121-34/+86
* mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu2020-10-122-0/+19
* mmc: add a hs400_tuning flagYangbo Lu2020-10-121-0/+2
* mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during initYangbo Lu2020-10-121-0/+3
* mmc: fsl_esdhc: support tuning for eMMC HS200Yangbo Lu2020-10-121-3/+103
* mmc: fsl_esdhc: add a reinit() callbackYangbo Lu2020-10-121-0/+9
* mmc: add a reinit() APIYangbo Lu2020-10-122-2/+21
* Kconfig: Move BOUNCE_BUFFER under driver optionsSimon Glass2020-10-091-0/+11
* wdt: designware: fix timeout calculation due to expecting KHzJack Mitchell2020-10-081-1/+1
* led: gpio: Default to using node name if label is absentSean Anderson2020-10-081-5/+2
* gpio: dw: Return output value when direction is outSean Anderson2020-10-081-7/+12
* gpio: dw: Add a trailing underscore to generated nameSean Anderson2020-10-081-1/+9
* gpio: dw: Fix warnings about casting int to pointerSean Anderson2020-10-081-2/+2
* pinctrl: Add support for Kendryte K210 FPIOASean Anderson2020-10-083-0/+745
* test: pinmux: Add test for pin muxingSean Anderson2020-10-081-48/+138
* pinctrl: Add pinmux property support to pinctrl-genericSean Anderson2020-10-081-30/+97
* ram: add ddr4 dual x8 configurationDylan Hung2020-10-083-1/+12
* ram: move aspeed ram driver into drivers/ directoryDylan Hung2020-10-083-0/+443
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flashWIP/08Oct2020Tom Rini2020-10-083-21/+11
|\
| * cfi_flash: Fix devicetree address determinationAndre Przywara2020-10-081-18/+6
| * mtd: cfi_mtd: Use DMA for readsVignesh Raghavendra2020-10-081-1/+3
| * dma: Reduce error level when DMA channel type does not existVignesh Raghavendra2020-10-081-2/+2
* | Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/...WIP/07Oct2020Tom Rini2020-10-0712-3/+14597
|\ \ | |/ |/|
| * usb: xhci: octeon: Add DWC3 glue layer for OcteonStefan Roese2020-10-073-0/+403
| * usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addressesStefan Roese2020-10-071-2/+0
| * usb: xhci: xhci-dwc3.c: Use dev_remap_addr() instead of dev_get_addr()Stefan Roese2020-10-071-1/+1
| * ram: octeon: Add MIPS Octeon3 DDR4 support (part 3/3)Aaron Williams2020-10-075-0/+435
| * ram: octeon: Add MIPS Octeon3 DDR4 support (part 2/3)Aaron Williams2020-10-071-0/+11030
| * ram: octeon: Add MIPS Octeon3 DDR4 support (part 1/3)Aaron Williams2020-10-071-0/+2728
* | Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmWIP/06Oct2020Tom Rini2020-10-0611-19/+26
|\ \ | |/ |/|
| * dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-0611-19/+26
* | Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-10-0611-222/+977
|\ \ | |/ |/|
| * pwm: Add driver for Amlogic Meson PWM controllerNeil Armstrong2020-10-053-0/+536
| * pinctrl: meson-axg: add missing GPIOA_18Neil Armstrong2020-10-051-0/+1
| * pinctrl: meson-axg-pmx: fix gpio requestNeil Armstrong2020-10-051-1/+4
| * phy: meson-gxl-usb: depend on Meson AXG aswellNeil Armstrong2020-10-051-1/+1
| * phy: meson-gxl: remove invalid USB3 PHY driverNeil Armstrong2020-10-052-220/+1
| * usb: dwc3: add Amlogic GXL & GXL DWC3 GlueNeil Armstrong2020-10-053-0/+434
* | Merge branch 'next'Tom Rini2020-10-05183-2724/+12818
|\ \ | |/ |/|
| * Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...WIP/05Oct2020-nextTom Rini2020-10-0531-928/+5164
| |\
| | * cpu: at91: add driver for CPUClaudiu Beznea2020-10-052-0/+124
| | * timer: mchp-pit64b: add support for pit64bClaudiu Beznea2020-09-283-0/+117
| | * mmc: atmel-sdhci: use mmc_of_parse to get the DT propertiesEugen Hristev2020-09-251-0/+4
| | * mmc: atmel-sdhci: enable the required generic clockEugen Hristev2020-09-251-0/+4
| | * mmc: atmel-sdhci: do not check clk_set_rate return valueEugen Hristev2020-09-251-3/+1
| | * mmc: atmel-sdhci: add sama7g5-sdhci compatibility stringEugen Hristev2020-09-251-0/+1
| | * pinctrl: at91-pio4: add compatible for sama7g5 pinctrl blockEugen Hristev2020-09-251-0/+1
| | * clk: at91: sama7g5: add clock supportClaudiu Beznea2020-09-222-0/+1402
| | * clk: at91: pmc: add generic clock opsClaudiu Beznea2020-09-222-0/+73
| | * clk: at91: clk-generic: add driver compatible with ccfClaudiu Beznea2020-09-223-0/+209