summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Merge branch 'for-next' of https://github.com/lftan/u-bootTom Rini8-33/+118
2020-10-12Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-4/+11
2020-10-12phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT propertyVignesh Raghavendra1-3/+8
2020-10-12dma: ti: k3-udma: Reset the channel during releaseVignesh Raghavendra1-1/+3
2020-10-09Kconfig: Move BOUNCE_BUFFER under driver optionsSimon Glass1-0/+11
2020-10-09arm: socfpga: agilex: Enable FPGA Full Reconfiguration supportChee Hong Ang1-1/+1
2020-10-09fpga: intel_sdm_mb: Add watchdog resetChee Hong Ang1-0/+3
2020-10-09fpga: altera: Rename Stratix10 FPGA to Intel FPGA SDM MailboxChee Hong Ang4-11/+12
2020-10-09sysreset: socfpga: agilex: Enable sysreset supportChee Hong Ang1-1/+1
2020-10-09sysreset: socfpga: soc64: Rename SYSRESET SoCFPGA driver for S10 to SoC64Chee Hong Ang3-4/+4
2020-10-09clk: agilex: Additional membus writes for HPS PLLChee Hong Ang1-16/+78
2020-10-09clk: agilex: Handle clock configuration differently in SPL and U-Boot properChee Hong Ang1-0/+10
2020-10-09clk: agilex: Add clock enable supportLey Foon Tan1-0/+6
2020-10-09clk: agilex: Add NAND clock supportLey Foon Tan1-0/+3
2020-10-08wdt: designware: fix timeout calculation due to expecting KHzJack Mitchell1-1/+1
2020-10-08led: gpio: Default to using node name if label is absentSean Anderson1-5/+2
2020-10-08gpio: dw: Return output value when direction is outSean Anderson1-7/+12
2020-10-08gpio: dw: Add a trailing underscore to generated nameSean Anderson1-1/+9
2020-10-08gpio: dw: Fix warnings about casting int to pointerSean Anderson1-2/+2
2020-10-08pinctrl: Add support for Kendryte K210 FPIOASean Anderson3-0/+745
2020-10-08test: pinmux: Add test for pin muxingSean Anderson1-48/+138
2020-10-08pinctrl: Add pinmux property support to pinctrl-genericSean Anderson1-30/+97
2020-10-08ram: add ddr4 dual x8 configurationDylan Hung3-1/+12
2020-10-08ram: move aspeed ram driver into drivers/ directoryDylan Hung3-0/+443
2020-10-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini3-21/+11
2020-10-08cfi_flash: Fix devicetree address determinationAndre Przywara1-18/+6
2020-10-08mtd: cfi_mtd: Use DMA for readsVignesh Raghavendra1-1/+3
2020-10-08dma: Reduce error level when DMA channel type does not existVignesh Raghavendra1-2/+2
2020-10-08Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini12-3/+14597
2020-10-07usb: xhci: octeon: Add DWC3 glue layer for OcteonStefan Roese3-0/+403
2020-10-07usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addressesStefan Roese1-2/+0
2020-10-07usb: xhci: xhci-dwc3.c: Use dev_remap_addr() instead of dev_get_addr()Stefan Roese1-1/+1
2020-10-07ram: octeon: Add MIPS Octeon3 DDR4 support (part 3/3)Aaron Williams5-0/+435
2020-10-07ram: octeon: Add MIPS Octeon3 DDR4 support (part 2/3)Aaron Williams1-0/+11030
2020-10-07ram: octeon: Add MIPS Octeon3 DDR4 support (part 1/3)Aaron Williams1-0/+2728
2020-10-06Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmTom Rini11-19/+26
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay11-19/+26
2020-10-06Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodia...Tom Rini11-222/+977
2020-10-05Merge branch 'next'Tom Rini183-2724/+12818
2020-10-05pwm: Add driver for Amlogic Meson PWM controllerNeil Armstrong3-0/+536
2020-10-05pinctrl: meson-axg: add missing GPIOA_18Neil Armstrong1-0/+1
2020-10-05pinctrl: meson-axg-pmx: fix gpio requestNeil Armstrong1-1/+4
2020-10-05phy: meson-gxl-usb: depend on Meson AXG aswellNeil Armstrong1-1/+1
2020-10-05phy: meson-gxl: remove invalid USB3 PHY driverNeil Armstrong2-220/+1
2020-10-05usb: dwc3: add Amlogic GXL & GXL DWC3 GlueNeil Armstrong3-0/+434
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini31-928/+5164
2020-10-05Merge tag 'u-boot-stm32-20201003' of https://gitlab.denx.de/u-boot/custodians...Tom Rini5-36/+42
2020-10-05cpu: at91: add driver for CPUClaudiu Beznea2-0/+124
2020-10-02pinctrl: bcm283x: Store the return value of dev_read_u32_default to intOvidiu Panait1-1/+1
2020-10-02pinctrl: bcm283x: Read address from DT in ofdata_to_platdataOvidiu Panait1-7/+10