summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-10-21drivers: spi: spi-sifive.c: Remove cs check for DubheWei Liang Lim1-2/+2
2023-10-20drivers: spi: spi-sifive.c: Remove cs check for DubheWei Liang Lim1-1/+1
2023-10-20drivers: net: Dubhe GMAC UpdateWei Liang Lim3-2/+28
2023-10-19net: dw_eth_qos: Add 64-bit addressingWei Liang Lim1-16/+15
2023-10-19drivers: net: dwc_eth_qos.h: Set correct PHY MDIO CR_250_300Wei Liang Lim1-1/+2
2023-10-19dubhe: dwc_eth_qos: Fix errors and set the speed to 10M on FPGAWei Liang Lim2-3/+3
2023-10-19drivers: net: dwc_eth_qos: Add GMAC support for DubheWei Liang Lim2-0/+314
2023-10-19arch: riscv: dubhe: Update Dubhe supportWei Liang Lim4-110/+116
2023-10-18Add DDR driver frameworkwoonjiet.chong4-1/+122
2023-10-18Enable SPL, OpenSBI and U-Boot proper boot flow for Dubhe FPGAwoonjiet.chong1-0/+2
2023-09-29clk: at91: Fix initializing arraysFrancois Berder2-4/+4
2023-09-27mtd: nand: raw: atmel: Add error handling when rb-gpios missingAlexander Dahl1-4/+7
2023-09-22drivers: mediatek: Fix error handling in mtk_i2c_do_transferFrancois Berder1-1/+1
2023-09-22net: sni_netsec: Add workaround for timeout errorRyosuke Saito1-9/+41
2023-09-05Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini1-3/+2
2023-09-05Merge tag 'u-boot-imx-20230905' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-3/+7
2023-09-05risc-v: implement DBCN based debug consoleHeinrich Schuchardt2-1/+24
2023-09-05riscv: allow riscv timer to be instantiated via device treeTorsten Duwe1-2/+26
2023-09-04thermal: imx_tmu: Increase the polling intervalFabio Estevam1-1/+1
2023-09-04thermal: imx_tmu: Fix the temperature unitFabio Estevam1-2/+2
2023-09-04thermal: imx_tmu: Increase the log level for high temperaturesFabio Estevam1-1/+1
2023-09-04thermal: imx_tmu: Fix the polling defaultFabio Estevam1-1/+5
2023-09-04usb: dwc3: Fix enabling USB_DR_MODE_HOSTOleksandr Suvorov1-1/+1
2023-09-04usb: dwc3: Fix renaming SPL_USB_HOST_SUPPORT to SPL_USB_HOSTOleksandr Suvorov1-3/+2
2023-08-25phy: phy-imx8mq-usb: clean up clock codeTim Harvey1-21/+17
2023-08-25phy: phy-imx8mq-usb: add vbus regulator supportTim Harvey1-3/+36
2023-08-25usb: dwc3: Fix remove function if there is no ulpi_reset gpioVenkatesh Yadav Abbarapu1-1/+2
2023-08-22dm: event: add EVT_DM_POST_INIT_R event typeChanho Park1-2/+4
2023-08-20Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini1-0/+2
2023-08-17arm_ffa: use debug logsAbdellatif El Khlifi4-5/+5
2023-08-16serial: stm32: extend TC timeoutValentin Caron1-6/+12
2023-08-16clk: stm32mp1: remove error for disabled clock in stm32mp1_clk_get_parentPatrick Delaunay1-1/+2
2023-08-15i2c: mvtwsi: reset controller if stuck in "bus error" stateSam Edwards1-0/+42
2023-08-14Merge tag 'u-boot-rockchip-20230814' of https://source.denx.de/u-boot/custodi...Tom Rini5-88/+169
2023-08-14pinctrl: rockchip: Fix drive and input schmitt on RK3568Jonas Karlman1-25/+31
2023-08-14bcm2835: Add simiple-framebuffer for use with fkmsJason Wessel1-0/+3
2023-08-14video: kconfig: Fix a typo in SPL_VIDEO_REMOVEBin Meng1-1/+1
2023-08-14video: vidconsole: Fix null dereference of ops->measureBin Meng1-1/+1
2023-08-13clk: renesas: Tear clock controller down last before booting OSMarek Vasut1-0/+2
2023-08-12clk: rockchip: rk3308: Support reading UART rate and clock registersMassimo Pegorer1-0/+59
2023-08-12clk: rockchip: rk3308: Fix ordering between masking and shiftingMassimo Pegorer1-5/+5
2023-08-12clk: rockchip: rk3568: Add dummy support for GMAC speed clocksJonas Karlman1-0/+4
2023-08-12clk: rockchip: rk3568: Include UART clocks in SPLJonas Karlman1-3/+3
2023-08-12clk: rockchip: rk3568: Fix mask for clk_cpll_div_25m_divJonas Karlman1-1/+4
2023-08-12clk: rockchip: rk3568: Fix clk selection in rk3568_pwm_get_clkDamon Ding1-1/+1
2023-08-12video: avoid build failure on veyron boardAlvaro Fernando GarcĂ­a1-2/+5
2023-08-12pci: rockchip: Release resources on failing probeJonas Karlman1-51/+57
2023-08-10Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini1-19/+21
2023-08-10watchdog: ftwdt010: need to reset watchdog in ftwdt010_wdt_start()Sergei Antonov1-19/+21
2023-08-10pci: plda: Get correct ECAM offset in multiple PCIe RC caseMinda Chen1-2/+3