summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-11-06usb: dwc3-meson-g12a: Use regulator_set_enable_if_allowedJaehoon Chung1-2/+2
2023-10-25Revert "serial: bcm283x_mu: Support RX buffer"Jaehoon Chung1-52/+6
2023-10-25Revert "serial: bcm283x_mu: Refactor RX buffer"Jaehoon Chung1-13/+6
2023-10-17dfu: add CONFIG_DFU_NAME_MAX_SIZE configurationJaehoon Chung1-0/+9
2023-10-17thor: Add API for thor status notificationsSylwester Nawrocki1-0/+12
2023-10-17video: meson: Add fallback to default timings for QHD/UHD monitorsSylwester Nawrocki1-11/+35
2023-10-17mmc: meson_gx_mmc: enable DDR_52MHz modeJaehoon Chung1-1/+2
2023-10-17usb: gadget: f_thor: use small packet and store unit size for N2Jaehoon Chung1-3/+8
2023-10-17gadget: f_thor: Return proper error value for thor_init()Seung-Woo Kim1-3/+5
2023-10-17net: bcmgenet: move PHY initialization from probe() to start()Marek Szyprowski1-1/+7
2023-10-17mmc: sdhci: add quriks relevant to broken SDMAJaehoon Chung1-1/+1
2023-10-17mmc: dw_mmc: increase timeout value in data_transfer functionJaehoon Chung1-1/+1
2023-10-17serial: bcm283x_mu: Refactor RX bufferDongwoo Lee1-6/+13
2023-10-17serial: bcm283x_mu: Support RX bufferDongwoo Lee1-6/+52
2023-10-17usb: gadget: f_thor: fix wrong type formatJaehoon Chung1-2/+2
2023-10-17gadget: f_thor: Fix memory leaks of usb request and its bufferSeung-Woo Kim1-1/+5
2023-10-17TPL: TM2: f_thor: fix wrong size caused by casting s32 to u64Seung-Woo Kim1-1/+1
2023-10-17usb: xhci: Limit transfer length of a single TDDongwoo Lee1-1/+29
2023-10-17TPL: TM2: f_thor: Allow to download 4GB imagesLukasz Majewski1-5/+5
2023-10-17f_thor: allow to download 4GB imagesPrzemyslaw Marczak1-27/+29
2023-10-17lib: tizen: thor screen updatePrzemyslaw Marczak1-0/+2
2023-10-17usb: thor: add screen supportInha Song1-5/+46
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-13bcm2835: Add simiple-framebuffer for use with fkmsJason Wessel1-0/+3
2023-08-13video: kconfig: Fix a typo in SPL_VIDEO_REMOVEBin Meng1-1/+1
2023-08-13video: vidconsole: Fix null dereference of ops->measureBin Meng1-1/+1