summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-10-28usb: dwc3-meson-g12a: Use regulator_set_enable_if_allowedJaehoon Chung1-2/+2
2024-10-28Revert "serial: bcm283x_mu: Support RX buffer"Jaehoon Chung1-52/+6
2024-10-28Revert "serial: bcm283x_mu: Refactor RX buffer"Jaehoon Chung1-13/+6
2024-10-28thor: Add API for thor status notificationsSylwester Nawrocki1-0/+12
2024-10-28video: meson: Add fallback to default timings for QHD/UHD monitorsSylwester Nawrocki1-11/+35
2024-10-28mmc: meson_gx_mmc: enable DDR_52MHz modeJaehoon Chung1-1/+2
2024-10-28usb: gadget: f_thor: use small packet and store unit size for N2Jaehoon Chung1-3/+8
2024-10-28gadget: f_thor: Return proper error value for thor_init()Seung-Woo Kim1-3/+5
2024-10-28net: bcmgenet: move PHY initialization from probe() to start()Marek Szyprowski1-1/+7
2024-10-28mmc: sdhci: add quriks relevant to broken SDMAJaehoon Chung1-1/+1
2024-10-28mmc: dw_mmc: increase timeout value in data_transfer functionJaehoon Chung1-1/+1
2024-10-28serial: bcm283x_mu: Refactor RX bufferDongwoo Lee1-6/+13
2024-10-28serial: bcm283x_mu: Support RX bufferDongwoo Lee1-6/+52
2024-10-28usb: gadget: f_thor: fix wrong type formatJaehoon Chung1-2/+2
2024-10-28gadget: f_thor: Fix memory leaks of usb request and its bufferSeung-Woo Kim1-1/+5
2024-10-28TPL: TM2: f_thor: fix wrong size caused by casting s32 to u64Seung-Woo Kim1-1/+1
2024-10-28usb: xhci: Limit transfer length of a single TDDongwoo Lee1-1/+29
2024-10-28TPL: TM2: f_thor: Allow to download 4GB imagesLukasz Majewski1-5/+5
2024-10-28f_thor: allow to download 4GB imagesPrzemyslaw Marczak1-11/+12
2024-10-24lib: tizen: thor screen updatePrzemyslaw Marczak1-0/+2
2024-10-24usb: thor: add screen supportInha Song1-3/+46
2024-10-05clk: renesas: rcar-gen3: Fix SSCG caching replacement with MDSEL/PE cachingMarek Vasut1-2/+2
2024-09-30Merge tag 'u-boot-dfu-20240930' of https://source.denx.de/u-boot/custodians/u...Tom Rini2-1/+2
2024-09-30usb: gadget: cdns3: Fix missing cache operations for non-zero EndpointsSiddharth Vadapalli1-0/+13
2024-09-27regulator: rk8xx: Use buck variable consistentlyJonas Karlman1-6/+8
2024-09-27regulator: rk8xx: Fix buck get and set enabled state on RK806Jonas Karlman1-4/+4
2024-09-24ram: k3-ddrss: Handle error properly in lpddr4_startUdit Kumar1-2/+3
2024-09-20phy: cadence: sierra: Don't spam consoleRoger Quadros1-1/+1
2024-09-20mux: mmio: Support "reg-mux" compatibleRoger Quadros1-1/+6
2024-09-13dfu: fix Kconfig dependenciesJerome Forissier2-1/+2
2024-09-12bootcount: Update to point to current documentationTom Rini1-1/+1
2024-09-10clk: sifive: avoid declaring static variables in includesHeinrich Schuchardt6-48/+17
2024-09-10clk: sifive: append missing \n to messagesHeinrich Schuchardt1-3/+3
2024-09-09mtd: spi: renesas: Add R-Car Gen4 DT compatibleMarek Vasut1-0/+1
2024-09-09mtd: spi: renesas: Configure RPC PHY timing registersMarek Vasut1-0/+12
2024-09-09mtd: spi: renesas: Configure DRDRENR registerMarek Vasut1-0/+1
2024-09-09mtd: spi: renesas: Write DRDMCR register onceMarek Vasut1-4/+2
2024-09-09mtd: spi: renesas: Write DREAR register onceMarek Vasut1-1/+2
2024-09-09mtd: rpc: renesas: Add R-Car Gen4 DT compatibleMarek Vasut1-0/+1
2024-08-22usb: gadget: ux500: Do not redefine ops if CONFIG_USB_MUSB_HOST setMarek Vasut1-4/+2
2024-08-12Merge tag 'u-boot-rockchip-20240812' of https://source.denx.de/u-boot/custodi...Tom Rini6-5/+91
2024-08-11usb: dwc3: support USB 3.1 controllersCaleb Connolly1-1/+2
2024-08-09Merge tag 'tpm-master-09082024' of https://source.denx.de/u-boot/custodians/u...Tom Rini2-30/+28
2024-08-09i2c: imx_lpi2c: Support read transfers longer than 256 bytesFedor Ross1-25/+47
2024-08-09i2c: imx_lpi2c: Replace hard-coded bus speed value with bus->speed_hzFedor Ross1-6/+9
2024-08-09i2c: imx_lpi2c: Fix a typo in bus_i2c_receiveFedor Ross1-1/+1
2024-08-09i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5David Virag4-6/+53
2024-08-09i2c: samsung: Drop s3c24x0 specific code.David Virag2-12/+0
2024-08-09i2c: mux: Fix error path in i2c-arb-gpioMichal Simek1-7/+4
2024-08-09i2c: pca954x: Remove pointer to GDMichal Simek1-3/+0