summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-09video: Add a Kconfig option for SPL video handoffSimon Glass2-1/+11
2023-08-09video: Tidy up Makefile rule for videoSimon Glass1-2/+2
2023-08-09bootstd: Correct creating of bootdev siblingSimon Glass1-2/+2
2023-08-09bootstd: Rename bootdev_setup_sibling_blk()Simon Glass4-4/+4
2023-08-09usb: Return -ENOENT when no devices are foundSimon Glass1-1/+1
2023-08-08arm_ffa: introduce armffa commandAbdellatif El Khlifi1-0/+1
2023-08-08arm_ffa: introduce sandbox FF-A supportAbdellatif El Khlifi5-19/+848
2023-08-08arm_ffa: introduce Arm FF-A supportAbdellatif El Khlifi7-0/+1229
2023-08-05usb: gadget: ether: Handle gadget driver registration in probe and removeMarek Vasut1-45/+52
2023-08-05usb: gadget: ether: Move probe function above driver structureMarek Vasut1-14/+14
2023-08-05usb: gadget: ether: Inline functions used onceMarek Vasut1-39/+9
2023-08-03virtio: provide driver name in debug messageHeinrich Schuchardt1-1/+1