summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2024.04.0HEADv2024.04.0masterSascha Hauer2 days1-1/+1
* Revert "ARM64: let 'end' point after the range in cache functions"Sascha Hauer2 days2-3/+3
* mci: core: allocate memory used for DMA with dma_allocAhmad Fatoum4 days2-10/+11
* clk: imx: imx8mp: sync with Linux v6.9-rc3Ahmad Fatoum5 days2-35/+70
* clk: imx: composite-8m: fix muxing of core and bus clocksAhmad Fatoum5 days1-11/+15
* clk: imx: add IMX_COMPOSITE_CLK_FLAGS_DEFAULT macroAhmad Fatoum5 days1-2/+5
* clk: imx27: add watchdog clockSascha Hauer11 days1-0/+2
* clk: imx27: add nand clockSascha Hauer11 days1-0/+1
* of: do not copy properties if they already exist in the destinationJonas Richardsen11 days1-0/+3
* ARM64: let 'end' point after the range in cache functionsEnrico Scholz11 days2-3/+3
* of: do not acccess 'prop->value' directlyEnrico Scholz11 days1-3/+3
* mci: core: don't fail MMC probe if HS200 isn't supported in HWAhmad Fatoum11 days1-0/+2
* partitions: efi: fix NULL dereference on corrupted GPTAhmad Fatoum11 days2-3/+5
* soc: rockchip: io-domain: handle missing supply correctlyAhmad Fatoum11 days2-1/+9
* gpio: rockchip: fix support for RK3588/RK3566Ahmad Fatoum11 days1-1/+15
* Documentation: aarch64-qemu-virt: add name of defconfigAhmad Fatoum11 days1-2/+5
* Documentation: devel: project-ideas: remove outdated info on MMC speedAhmad Fatoum11 days1-2/+0
* mtd: nand: stm32: fix wrong regmap_bulk_read() usageSascha Hauer11 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