summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mci: core: allocate memory used for DMA with dma_allocAhmad Fatoum4 days1-6/+6
* 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
* 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
* soc: rockchip: io-domain: handle missing supply correctlyAhmad Fatoum11 days1-1/+1
* gpio: rockchip: fix support for RK3588/RK3566Ahmad Fatoum11 days1-1/+15
* 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
* 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
* 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-182-10/+254
* mci: core: parse more host capabilities from DTSteffen Trumtrar2024-03-181-6/+30
* mci: arasan: register sdcard/sampleclkSteffen Trumtrar2024-03-181-0/+316
* mci: core: save the set clock as actual_clockSteffen Trumtrar2024-03-181-0/+2
* mci: arasan: read clk phases from DTSteffen Trumtrar2024-03-181-0/+121
* mci: arasan: implement 25MHz quirk for zynqmpSteffen Trumtrar2024-03-181-1/+27
* mci: arasan: fix dma supportSteffen Trumtrar2024-03-181-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2024-03-1516-92/+328
|\
| * net: cpsw: map/unmap buffers used for DMAAhmad Fatoum2024-03-151-18/+28
| * net: cpsw: replace global NetRxPackets with per-interface allocationAhmad Fatoum2024-03-131-1/+7
| * net: ethoc: replace global NetRxPackets with per-interface allocationAhmad Fatoum2024-03-131-1/+9
| * net: gianfar: replace global NetRxPackets with per-interface allocationAhmad Fatoum2024-03-132-7/+13
| * net: enc28j60: replace global NetRxPackets with per-interface allocationAhmad Fatoum2024-03-131-2/+4
| * net: ep93xx: replace global NetRxPackets with per-interface allocationAhmad Fatoum2024-03-131-3/+13
| * of: fdt: justify fdt_machine_is_compatible parsing only the root nodeAhmad Fatoum2024-03-131-0/+11
| * mci: arasan: add dma supportSteffen Trumtrar2024-03-131-7/+9
| * of: partition: Also add partitions created by addpart to the boot dtbUwe Kleine-König2024-03-131-3/+3
| * dma: debug: detect repeated DMA syncAhmad Fatoum2024-03-081-2/+20
| * mci: add comment about hardcoded 512 bytes for DDRAhmad Fatoum2024-03-081-0/+1
| * of: fdt: implement fdt_machine_is_compatibleAhmad Fatoum2024-03-051-0/+95
| * of: fdt: factor out FDT header parsingAhmad Fatoum2024-03-041-33/+43
| * mci: dwcmshc-sdhci: add support for Kalray Coolidge v2 SoC eMMC controllerYann Sionneau2024-03-041-0/+36
| * mci: sdhci: add register define for P_VENDOR_SPECIFIC_AREAYann Sionneau2024-03-041-0/+2
| * mci: dwcmshc-sdhci: Fix f_max computationYann Sionneau2024-03-041-2/+7
| * mci: dwcmshc-sdhci: Remove superfluous call to sdhci_enable_v4_modeYann Sionneau2024-03-041-2/+0
| * input: gpio_keys: only use gpios in poller when not in useSascha Hauer2024-02-231-1/+8
| * input: gpio_keys: limit poll rateSascha Hauer2024-02-231-12/+8