summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-03-19clk: rockchip: rk3568: add stubs for CLK_PCIEPHY_REF clocksVasily Khoruzhick1-0/+3
2023-03-19mmc: rockchip_dw_mmc: Fix get_mmc_clk return valueJonas Karlman1-1/+1
2023-03-19clk: rockchip: rk3588: Fix clk_aux16m in clock driverJonas Karlman1-2/+2
2023-03-19clk: rockchip: rk3568: Fix reset handlerPeter Geis1-0/+2
2023-03-18serial: sh: Make indent consistentMarek Vasut1-4/+4
2023-03-18serial: sh: Add DEBUG_UART supportMarek Vasut2-25/+68
2023-03-18serial: sh: Rename CONFIG_SCI and CONFIG_SCIF_USE_EXT_CLK to CFG_ variantsMarek Vasut1-2/+2
2023-03-18pinctrl: renesas: Replace ifdeffery with IS_ENABLED()Marek Vasut1-3/+3
2023-03-18net: ravb: Support fixed PHY in R-CarMikhail Lappo1-4/+2
2023-03-18i2c: rcar_i2c: Sort Kconfig depends list ascendingMarek Vasut1-1/+1
2023-03-18i2c: rcar_iic: Sort Kconfig depends list ascendingMarek Vasut1-1/+1
2023-03-18clk: renesas: rcar-gen3: Replace SSCG caching with MDSEL/PE cachingMarek Vasut2-10/+10
2023-03-16Merge tag 'xilinx-for-v2023.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini8-13/+27
2023-03-16Revert 9f62a472dfb2 ("video: Remove duplicate cursor-positioning function")Tom Rini1-10/+34
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini24-147/+3742
2023-03-13video: Clear the vidconsole rather than the videoSimon Glass1-0/+12
2023-03-13video: Remove duplicate cursor-positioning functionSimon Glass1-34/+10
2023-03-13video: Allow a copy framebuffer with pre-allocated fbSimon Glass1-8/+24
2023-03-13efi: Support copy framebufferSimon Glass1-1/+25
2023-03-13efi: Use a fixed value for the timer clockSimon Glass1-0/+9
2023-03-13efi: Support a 64-bit frame buffer addressSimon Glass3-17/+29
2023-03-13efi: video: Return mode info for app alsoSimon Glass1-2/+5
2023-03-13efi: video: Move payload code into a functionSimon Glass1-26/+57
2023-03-10Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-0/+11
2023-03-10ARM: dts: renesas: Enable sysinfo on R-Car V3H Condor/Condor-ITam Nguyen1-0/+15
2023-03-10sysinfo: rcar3: Fix Draak and Eagle board codeTam Nguyen1-2/+2
2023-03-10pinctrl: renesas: Drop non-existent PFC info table entriesMarek Vasut1-15/+0
2023-03-10clk: renesas: Always select DM_RESET to prevent inobvious failure of rst_gen3...Marek Vasut1-0/+1
2023-03-10mmc: renesas-sdhi: Add proper probe error fail pathMarek Vasut1-9/+17
2023-03-10mmc: renesas-sdhi: Always configure default SDnH clock rate to 800 MHzMarek Vasut1-1/+9
2023-03-10usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USBHeinrich Schuchardt1-0/+11
2023-03-09xilinx: zynqmp: Add missing prototype for zynqmp_mmio_writeAlgapally Santosh Sagar2-0/+6
2023-03-09mtd: nand: arasan: Set ofnode valueAshok Reddy Soma1-0/+4
2023-03-09mtd: nand: arasan: Remove hardcoded bbt optionAshok Reddy Soma1-1/+0
2023-03-09spi: xilinx_spi: Fix spi resetJiajie Chen1-3/+2
2023-03-09fpga: zynqmppl: fix fpga loads command for unencrypted use caseNeal Frager1-3/+9
2023-03-09arm64: zynqmp: Add missing ZYNQMP_FIRMWARE dependenciesAlgapally Santosh Sagar4-6/+6
2023-03-07Merge tag 'next-20230307' of https://source.denx.de/u-boot/custodians/u-boot-...Tom Rini8-400/+530
2023-03-07video console: add 16x32 Terminus font from linuxDzmitry Sankouski1-0/+7
2023-03-07video console: add 12x22 Sun font from linuxDzmitry Sankouski1-0/+7
2023-03-07video console: allow font size configuration at runtimeDzmitry Sankouski5-0/+61
2023-03-07video console: move vidconsole_get_font_size() logic to driver opsDzmitry Sankouski2-1/+13
2023-03-07video console: implement multiple fonts configurationDzmitry Sankouski5-75/+145
2023-03-07video console: add support for fonts wider than 1 byteDzmitry Sankouski4-34/+59
2023-03-07video console: refactoring and optimizationDzmitry Sankouski5-376/+324
2023-03-06mmc: remove SDHCI SPEARPatrick Delaunay2-13/+0
2023-03-06clk: ast2600: Keep PLL power onDylan Hung1-2/+1
2023-03-06ram: ast2600: Keep MPLL power onDylan Hung1-3/+3
2023-03-06timer: fttmr010: return a previously deleted driver now ported to DMSergei Antonov3-0/+100
2023-03-03Merge branch '2023-03-02-kconfig-and-CONFIG-cleanups' into nextTom Rini13-191/+56