- bc9e13e mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED() by Michael Walle · 4 years, 2 months ago
- 920f5d0 mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32 by Haibo Chen · 4 years, 2 months ago
- 0ff50c9 mmc: do not check argument of free() beforehand by Heinrich Schuchardt · 4 years, 2 months ago
- 02016c6 mmc: sdhci: move the ADMA2 table handling into own module by Michael Walle · 4 years, 2 months ago
- bdd413f mmc: fsl_esdhc: simplify esdhc_setup_data() by Michael Walle · 4 years, 2 months ago
- c9bba2e mmc: fsl_esdhc: use dma-mapping API by Michael Walle · 4 years, 2 months ago
- 4ff0c69 mmc: fsl_esdhc: simplify 64bit check for SDMA transfers by Michael Walle · 4 years, 2 months ago
- c2700de mmc: fsl_esdhc_imx: remove the 1ms delay before sending command by Haibo Chen · 4 years, 2 months ago
- d8de5e4 mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switch by Haibo Chen · 4 years, 2 months ago
- 9ac60a4 mmc: fsl_esdhc: fix eMMC HS400 stability issue by Yangbo Lu · 4 years, 3 months ago
- dd08eea mmc: fsl_esdhc: fix mmc->clock with actual clock by Yangbo Lu · 4 years, 3 months ago
- 8f9ace1 mmc: fsl_esdhc: support eMMC HS400 mode by Yangbo Lu · 4 years, 3 months ago
- 5347aea mmc: add a mmc_hs400_prepare_ddr() interface by Yangbo Lu · 4 years, 3 months ago
- 3ed53ac mmc: add a hs400_tuning flag by Yangbo Lu · 4 years, 3 months ago
- 573859c mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during init by Yangbo Lu · 4 years, 3 months ago
- 73da9c8 mmc: fsl_esdhc: support tuning for eMMC HS200 by Yangbo Lu · 4 years, 3 months ago
- 76c7469 mmc: fsl_esdhc: add a reinit() callback by Yangbo Lu · 4 years, 3 months ago
- c46f5d7 mmc: add a reinit() API by Yangbo Lu · 4 years, 3 months ago
- 5f78ee7 Kconfig: Move BOUNCE_BUFFER under driver options by Simon Glass · 4 years, 3 months ago
- f23419c wdt: designware: fix timeout calculation due to expecting KHz by Jack Mitchell · 4 years, 2 months ago
- 9476963 led: gpio: Default to using node name if label is absent by Sean Anderson · 4 years, 3 months ago
- ccca40b gpio: dw: Return output value when direction is out by Sean Anderson · 4 years, 3 months ago
- 2fb5b78 gpio: dw: Add a trailing underscore to generated name by Sean Anderson · 4 years, 3 months ago
- 2f3c335 gpio: dw: Fix warnings about casting int to pointer by Sean Anderson · 4 years, 3 months ago
- 087dfce pinctrl: Add support for Kendryte K210 FPIOA by Sean Anderson · 4 years, 3 months ago
- 3438e3b test: pinmux: Add test for pin muxing by Sean Anderson · 4 years, 3 months ago
- 319ca70 pinctrl: Add pinmux property support to pinctrl-generic by Sean Anderson · 4 years, 3 months ago
- f7d8f83 ram: add ddr4 dual x8 configuration by Dylan Hung · 4 years, 3 months ago
- 58adc73 ram: move aspeed ram driver into drivers/ directory by Dylan Hung · 4 years, 3 months ago
- 23915fa Merge https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash by Tom Rini · 4 years, 2 months ago
- b2bb1b3 cfi_flash: Fix devicetree address determination by Andre Przywara · 4 years, 2 months ago
- faa3fee mtd: cfi_mtd: Use DMA for reads by Vignesh Raghavendra · 4 years, 2 months ago
- 518d924 dma: Reduce error level when DMA channel type does not exist by Vignesh Raghavendra · 4 years, 2 months ago
- 2013b66 Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 4 years, 2 months ago
- df33b57 usb: xhci: octeon: Add DWC3 glue layer for Octeon by Stefan Roese · 4 years, 3 months ago
- 79db944 usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addresses by Stefan Roese · 4 years, 3 months ago
- cf35437 usb: xhci: xhci-dwc3.c: Use dev_remap_addr() instead of dev_get_addr() by Stefan Roese · 4 years, 3 months ago
- efa73a9 ram: octeon: Add MIPS Octeon3 DDR4 support (part 3/3) by Aaron Williams · 4 years, 3 months ago
- e60c6a7 ram: octeon: Add MIPS Octeon3 DDR4 support (part 2/3) by Aaron Williams · 4 years, 3 months ago
- 0111421 ram: octeon: Add MIPS Octeon3 DDR4 support (part 1/3) by Aaron Williams · 4 years, 3 months ago
- bd81c5b Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 2 months ago
- d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 2 months ago
- 60d6b5d Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years, 2 months ago
- 38ae92e Merge branch 'next' by Tom Rini · 4 years, 2 months ago
- da7f09c pwm: Add driver for Amlogic Meson PWM controller by Neil Armstrong · 4 years, 2 months ago
- 6e2d447 pinctrl: meson-axg: add missing GPIOA_18 by Neil Armstrong · 4 years, 2 months ago
- 135bd3e pinctrl: meson-axg-pmx: fix gpio request by Neil Armstrong · 4 years, 2 months ago
- c90263c phy: meson-gxl-usb: depend on Meson AXG aswell by Neil Armstrong · 4 years, 3 months ago
- d08ce85 phy: meson-gxl: remove invalid USB3 PHY driver by Neil Armstrong · 4 years, 3 months ago
- c1a7e72c usb: dwc3: add Amlogic GXL & GXL DWC3 Glue by Neil Armstrong · 4 years, 3 months ago
- 2a8bc03 Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 4 years, 2 months ago
- 8ac4a89 Merge tag 'u-boot-stm32-20201003' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · 4 years, 2 months ago
- 929f5cc cpu: at91: add driver for CPU by Claudiu Beznea · 4 years, 2 months ago
- eb6355c pinctrl: bcm283x: Store the return value of dev_read_u32_default to int by Ovidiu Panait · 4 years, 2 months ago
- 44d0c63 pinctrl: bcm283x: Read address from DT in ofdata_to_platdata by Ovidiu Panait · 4 years, 2 months ago
- aab2a86 pinctrl: bcm283x: DM_FLAG_PRE_RELOC: Remove OF_CONTROL check by Ovidiu Panait · 4 years, 2 months ago
- 6064c61 mailbox: stm32_ipcc: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 3 months ago
- bf7d97d video: stm32_dsi: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 3 months ago
- 1d64641 video: stm32_ltdc: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 3 months ago
- 4b3f012 pinctrl: stm32: Add header with SPDX licence by Patrick Delaunay · 4 years, 3 months ago
- 11ec597 pinctrl: stm32: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 3 months ago
- e7f6638 gpio: stm32: check result of ofnode_phandle_args by Patrick Delaunay · 4 years, 3 months ago
- cd7c951 gpio: stm32: cosmetic: cleanup gpio_stm32_probe by Patrick Delaunay · 4 years, 3 months ago
- 3bf27ff Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 2 months ago
- 65a747d Revert "net: smc911x: Automatically Update ethaddr with MAC" by Tom Rini · 4 years, 2 months ago
- 7f2d86d usb: xhci-rcar: Add support for R8A774A1 SoC by Lad Prabhakar · 4 years, 2 months ago
- 14bb350 usb: xhci: convert to readx_poll_sleep_timeout() by developer · 4 years, 3 months ago
- 9963422 usb: xhci: use macros with parameter to fill ep_info2 by developer · 4 years, 3 months ago
- 57c052b usb: xhci: convert to TRB_TX_TYPE() by developer · 4 years, 3 months ago
- 6cabb14 usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET() by developer · 4 years, 3 months ago
- 497dcfa usb: xhci: convert to TRB_TYPE() by developer · 4 years, 3 months ago
- 6b9e221 usb: xhci: convert to HCS_MAX_PORTS() by developer · 4 years, 3 months ago
- 8039053 usb: xhci: add quirks flag to support MediaTek xHCI 0.96 by developer · 4 years, 3 months ago
- 570c2a9 usb: xhci: create one unified function to calculate TRB TD remainder by developer · 4 years, 3 months ago
- d1c2da4 usb: xhci: add a member hci_version in xhci_ctrl struct by developer · 4 years, 3 months ago
- 2a46a2e Merge branch 'next' of git://git.denx.de/u-boot-sh into next by Tom Rini · 4 years, 2 months ago
- 36fae2f Merge branch '2020-09-30-assorted-network-improvements' into next by Tom Rini · 4 years, 2 months ago
- 9c67b1f i2c: rcar_i2c: Fix i2c read/write errors by Lad Prabhakar · 4 years, 2 months ago
- 9e6ed38 net: dwc_eth_qos: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 3 months ago
- 7568702 phy: add support for stingray PAXB PHY controller by Srinath Mannam · 4 years, 8 months ago
- 6a6e36d net: smc911x: Automatically Update ethaddr with MAC by Adam Ford · 4 years, 3 months ago
- 22bb377 net: ftgmac100: Add support for board specific PHY interface address by Thirupathaiah Annapureddy · 4 years, 4 months ago
- ed1a74e net: phy: mscc: sync rx/tx delay settings with Linux on vsc85xx by Heiko Stuebner · 4 years, 6 months ago
- 78734f2 net: phy: mscc: make clock-output configurable on vsc85xx by Heiko Stuebner · 4 years, 6 months ago
- 8b9b689 firmware: smci: sandbox test for SCMI reset controllers by Etienne Carriere · 4 years, 3 months ago
- c6e9af3 reset: add reset controller driver for SCMI agents by Etienne Carriere · 4 years, 3 months ago
- 2d94c08fa firmware: scmi: sandbox test for SCMI clocks by Etienne Carriere · 4 years, 3 months ago
- 78928e1 clk: add clock driver for SCMI agents by Etienne Carriere · 4 years, 3 months ago
- a26d0ec firmware: scmi: support Arm SMCCC transport by Etienne Carriere · 4 years, 3 months ago
- 2b41208 firmware: scmi: mailbox/smt agent device by Etienne Carriere · 4 years, 3 months ago
- 02fd126 firmware: add SCMI agent uclass by Etienne Carriere · 4 years, 3 months ago
- b3bbbcf regmap: Add support for regmap fields by Jean-Jacques Hiblot · 4 years, 2 months ago
- 3e4e50a regmap: Allow devices to specify regmap range start and size in config by Pratyush Yadav · 4 years, 2 months ago
- 7eb2476 regmap: Add regmap_init_mem_range() by Pratyush Yadav · 4 years, 2 months ago
- 3b94e5d regmap: Allow left shifting register offset before access by Pratyush Yadav · 4 years, 2 months ago
- 1c9867c regmap: Allow specifying read/write width by Pratyush Yadav · 4 years, 2 months ago
- 279cad8 regmap: zero out the regmap on allocation by Pratyush Yadav · 4 years, 2 months ago
- de03d12 regmap: Add devm_regmap_init() by Jean-Jacques Hiblot · 4 years, 2 months ago
- 775d6a2 drivers: gpio: Add a managed API to get a GPIO from the device-tree by Jean-Jacques Hiblot · 4 years, 3 months ago
- 880c5c7 test: reset: Add tests for the managed API by Jean-Jacques Hiblot · 4 years, 3 months ago