summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | jffs2: change pr_fmt prefix to jffs2Sascha Hauer2 days13-13/+13
| | |/ / / | |/| | |
* | | | | Merge branch 'for-next/dts' into nextSascha Hauer2 days1258-12370/+55152
|\ \ \ \ \
| * | | | | dts: update to v6.9-rc4Sascha Hauer2 days12-47/+113
| * | | | | dts: update to v6.9-rc3Sascha Hauer8 days22-38/+45
| * | | | | dts: update to v6.9-rc1Sascha Hauer2024-04-021226-12285/+54972
| * | | | | clk: rockchip: rk3588: fix CLK_NR_CLKS usageSascha Hauer2024-04-023-1/+23
| | |/ / / | |/| | |
* | | | | clk: imx27: add watchdog clockHEADmasterSascha Hauer2 days1-0/+2
* | | | | clk: imx27: add nand clockSascha Hauer2 days1-0/+1
* | | | | of: do not copy properties if they already exist in the destinationJonas Richardsen2 days1-0/+3
* | | | | ARM64: let 'end' point after the range in cache functionsEnrico Scholz2 days2-3/+3
* | | | | of: do not acccess 'prop->value' directlyEnrico Scholz2 days1-3/+3
* | | | | mci: core: don't fail MMC probe if HS200 isn't supported in HWAhmad Fatoum2 days1-0/+2
* | | | | partitions: efi: fix NULL dereference on corrupted GPTAhmad Fatoum2 days2-3/+5
* | | | | soc: rockchip: io-domain: handle missing supply correctlyAhmad Fatoum2 days2-1/+9
* | | | | gpio: rockchip: fix support for RK3588/RK3566Ahmad Fatoum2 days1-1/+15
| |_|_|/ |/| | |
* | | | Documentation: aarch64-qemu-virt: add name of defconfigAhmad Fatoum2 days1-2/+5
* | | | Documentation: devel: project-ideas: remove outdated info on MMC speedAhmad Fatoum2 days1-2/+0
| |/ / |/| |
* | | mtd: nand: stm32: fix wrong regmap_bulk_read() usageSascha Hauer2 days1-2/+2
| |/ |/|
* | pmdomain: imx8mp-blk-ctrl: fix adb handshake handlingMarco Felsch2024-04-041-6/+22
* | treewide: replace references to barebox.org/jsbarebox with demoAhmad Fatoum2024-04-034-5/+5
* | RISC-V: riscvemu: build overlay as DTSOAhmad Fatoum2024-04-033-3/+3
* | soc: sifive: l2_cache: fix 32-bit compilationAhmad Fatoum2024-04-031-0/+1
* | usb: onboard-hub: bail out if peer hub is already probedLucas Stach2024-04-021-0/+10
|/
* dma: Fix compiler warningSascha Hauer2024-04-021-0/+2
* mci: arasan: fix build for non-ZynqMPSteffen Trumtrar2024-04-021-1/+2
* mci: mci-core: fix mci_switch_status callSteffen Trumtrar2024-04-021-3/+1
* firmware: fix SoC variant in help text of FIRMWARE_IMX93_OPTEEBastian Krause2024-03-251-1/+1
* clk: fix clk_set_rate command help textDenis Orlov2024-03-251-1/+1
* dma: correctly honour dma-noncoherent device tree propertyAhmad Fatoum2024-03-251-11/+23
* mci: sdhci: replace sdhci_wait_idleSteffen Trumtrar2024-03-188-10/+36
* mci: arasan-sdhci: add HS200 tuning support on ZynqMPSteffen Trumtrar2024-03-181-3/+59
* mci: sdhci: add tuning supportSteffen Trumtrar2024-03-182-1/+301
* mci: mci-core: replace value with defineSteffen Trumtrar2024-03-181-1/+1
* mci: mci-core: add HS200 supportSteffen Trumtrar2024-03-183-12/+294
* mci: core: parse more host capabilities from DTSteffen Trumtrar2024-03-182-8/+60
* include: mci: add more EXT_CSD_CARD_TYPE_*Steffen Trumtrar2024-03-181-2/+13
* mci: arasan: register sdcard/sampleclkSteffen Trumtrar2024-03-181-0/+316
* mci: core: save the set clock as actual_clockSteffen Trumtrar2024-03-182-0/+3
* mci: arasan: read clk phases from DTSteffen Trumtrar2024-03-181-0/+121
* include: mci: sync mci_timing with linuxSteffen Trumtrar2024-03-181-8/+10
* mci: arasan: implement 25MHz quirk for zynqmpSteffen Trumtrar2024-03-181-1/+27
* zynqmp: firmware: add functions to set tap delaySteffen Trumtrar2024-03-182-0/+65
* ARM: zynqmp: add sd_dll_reset callSteffen Trumtrar2024-03-181-0/+17
* mci: arasan: fix dma supportSteffen Trumtrar2024-03-181-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2024-03-1545-159/+1142
|\
| * common: barebox_banner: fix missing newlineMarco Felsch2024-03-151-1/+1
| * startup: fix autoboot_state in case of abortMarco Felsch2024-03-151-1/+2
| * boot: add helper to set default boot source from board fileMarco Felsch2024-03-152-1/+9
| * fastboot: add support to set fastboot_bbu from board codeMarco Felsch2024-03-152-0/+10
| * net: cpsw: map/unmap buffers used for DMAAhmad Fatoum2024-03-151-18/+28