aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-18net: sun8i-emac: Downgrade printf during probe to debugSamuel Holland1-1/+1
2022-07-18reset: sunxi: Reuse the platform data from the clock driverSamuel Holland2-41/+9
2022-07-18reset: sunxi: Convert driver private data to platform dataSamuel Holland1-18/+18
2022-07-18clk: sunxi: Convert driver private data to platform dataSamuel Holland1-17/+24
2022-07-18clk: sunxi: Use a single driver for all variantsSamuel Holland16-276/+137
2022-07-18reset: sunxi: Get the reset count from the CCU descriptorSamuel Holland17-99/+22
2022-07-18clk: sunxi: Prevent out-of-bounds gate array accessSamuel Holland1-2/+5
2022-07-18clk: sunxi: Store the array sizes in the CCU descriptorSamuel Holland15-0/+32
2022-07-14Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/14Jul2022Tom Rini21-149/+3773
2022-07-13nand: raw: add support for MediaTek MT7621 SoCWeijie Gao5-2/+1488
2022-07-13net: mediatek: add support for MediaTek MT7621 SoCWeijie Gao1-6/+15
2022-07-13net: mediatek: use regmap api to modify ethsys registersWeijie Gao1-11/+11
2022-07-13net: mediatek: remap iobase addressWeijie Gao1-1/+1
2022-07-13mmc: mediatek: add support for MediaTek MT7621 SoCWeijie Gao1-0/+13
2022-07-13watchdog: add support for MediaTek MT7621 SoCWeijie Gao1-1/+1
2022-07-13gpio: add support for MediaTek MT7621 SoCWeijie Gao1-1/+1
2022-07-13spi: add support for MediaTek MT7621 SoCWeijie Gao1-1/+1
2022-07-13phy: mtk-tphy: add support for MediaTek MT7621 SoCWeijie Gao1-1/+1
2022-07-13usb: xhci-mtk: add support for MediaTek MT7621 SoCWeijie Gao1-1/+1
2022-07-13pinctrl: mtmips: add support for MediaTek MT7621 SoCWeijie Gao5-2/+330
2022-07-13clk: mtmips: add clock driver for MediaTek MT7621 SoCWeijie Gao2-0/+289
2022-07-13Merge tag 'u-boot-stm32-20220712' of https://source.denx.de/u-boot/custodians...Tom Rini4-126/+165
2022-07-12usb: add isp1760 family driverRui Miguel Silva12-0/+3574
2022-07-12usb: common: move urb code to commonRui Miguel Silva9-149/+169
2022-07-12usb: dwc3: Add support to reset usb ULPI phyT Karthik Reddy1-0/+30
2022-07-12rng: stm32mp1_rng: add conditional reset feature for STM32MP13xLionel Debieve1-14/+47
2022-07-12i2c: stm32: add support for the st,stm32mp13 SOCPatrick Delaunay1-0/+5
2022-07-12clk: stm32: add support compatible st, stm32mp1-rcc-securePatrick Delaunay1-0/+1
2022-07-12mmc: stm32_sdmmc2: introduce of_to_plat opsPatrick Delaunay1-45/+50
2022-07-12mmc: stm32_sdmmc2: remove privdataPatrick Delaunay1-75/+70
2022-07-12mmc: stm32_sdmmc2: cosmetic: rename stm32_sdmmc_bindPatrick Delaunay1-2/+2
2022-07-11Merge branch 'next'Tom Rini224-6542/+7998
2022-07-08i2c: Remove non-DM_I2C support from davinci_i2c.cTom Rini2-99/+2
2022-07-08arm: Remove strongarm supportTom Rini2-24/+0
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini10-25/+266
2022-07-08serial: ns16550: Wait in debug_uart_init until tx buffer is emptyPali Rohár1-0/+4
2022-07-08led: pwm: Use NOP uclass driver for top-level nodeStefan Herbrechtsmeier1-12/+7
2022-07-08mtd: rawnand: Add support to dedicated function to set timingsKory Maincent1-11/+19
2022-07-08sound: enable building DA7219 driver with ACPIGEN=nHeinrich Schuchardt1-0/+3
2022-07-08snd: enable building max98357a driver with ACPIGEN=nHeinrich Schuchardt1-0/+3
2022-07-07Convert CONFIG_SYS_BOOTCOUNT_LE et al to KconfigTom Rini1-0/+11
2022-07-07arm: Remove PXA architecture supportTom Rini14-2192/+1
2022-07-07Convert CONFIG_PALMAS_POWER to KconfigTom Rini1-0/+4
2022-07-07Convert CONFIG_SYS_DISCOVER_PHY to KconfigTom Rini3-16/+5
2022-07-07Convert CONFIG_SYS_UNIFY_CACHE to KconfigTom Rini1-0/+4
2022-07-07usb: ohci-hcd: Remove some unused legacy codeTom Rini1-93/+0
2022-07-07Convert CONFIG_USB_OHCI_NEW et al to KconfigTom Rini4-10/+45
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini10-16/+24
2022-07-07Convert CONFIG_USB_XHCI_EXYNOS et al to KconfigTom Rini1-0/+16
2022-07-06misc: nuvoton: Add host interface configuration driverJim Liu3-0/+117