summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mci: sdhci: replace sdhci_wait_idleHEADmasterSteffen Trumtrar15 hours8-10/+36
* mci: arasan-sdhci: add HS200 tuning support on ZynqMPSteffen Trumtrar15 hours1-3/+59
* mci: sdhci: add tuning supportSteffen Trumtrar15 hours2-1/+301
* mci: mci-core: replace value with defineSteffen Trumtrar15 hours1-1/+1
* mci: mci-core: add HS200 supportSteffen Trumtrar15 hours2-10/+254
* mci: core: parse more host capabilities from DTSteffen Trumtrar15 hours1-6/+30
* mci: arasan: register sdcard/sampleclkSteffen Trumtrar15 hours1-0/+316
* mci: core: save the set clock as actual_clockSteffen Trumtrar15 hours1-0/+2
* mci: arasan: read clk phases from DTSteffen Trumtrar15 hours1-0/+121
* mci: arasan: implement 25MHz quirk for zynqmpSteffen Trumtrar15 hours1-1/+27
* mci: arasan: fix dma supportSteffen Trumtrar15 hours1-1/+1
* Merge branch 'for-next/misc'Sascha Hauer4 days16-92/+328
|\
| * net: cpsw: map/unmap buffers used for DMAAhmad Fatoum4 days1-18/+28
| * net: cpsw: replace global NetRxPackets with per-interface allocationAhmad Fatoum6 days1-1/+7
| * net: ethoc: replace global NetRxPackets with per-interface allocationAhmad Fatoum6 days1-1/+9
| * net: gianfar: replace global NetRxPackets with per-interface allocationAhmad Fatoum6 days2-7/+13
| * net: enc28j60: replace global NetRxPackets with per-interface allocationAhmad Fatoum6 days1-2/+4
| * net: ep93xx: replace global NetRxPackets with per-interface allocationAhmad Fatoum6 days1-3/+13
| * of: fdt: justify fdt_machine_is_compatible parsing only the root nodeAhmad Fatoum6 days1-0/+11
| * mci: arasan: add dma supportSteffen Trumtrar6 days1-7/+9
| * of: partition: Also add partitions created by addpart to the boot dtbUwe Kleine-König6 days1-3/+3
| * dma: debug: detect repeated DMA syncAhmad Fatoum11 days1-2/+20
| * mci: add comment about hardcoded 512 bytes for DDRAhmad Fatoum11 days1-0/+1
| * of: fdt: implement fdt_machine_is_compatibleAhmad Fatoum13 days1-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
| * gpio: pca953x: depend on i2c sliceSascha Hauer2024-02-231-0/+2
| * gpio: add slice supportSascha Hauer2024-02-231-0/+11
* | Merge branch 'for-next/imx'Sascha Hauer4 days7-10/+241
|\ \
| * | ddr: imx8m: add deprecation warnings for ddrphy_trained_csrAhmad Fatoum4 days1-0/+7
| * | net: phy: micrel: add support for ksz9131 phyMarc Kleine-Budde6 days1-0/+188
| * | nvmem: imx-ocotp-ele: implement permanent write supportSascha Hauer6 days1-1/+35
| * | nvmem: add nvmem_device_get_device()Sascha Hauer6 days1-0/+6
| * | arm: mach-imx: tzasc: convert to cpu_is_mx8xyz macrosStefan Kerkmann6 days1-1/+1
| * | net: phy: fix miibus parent device of_node not matching phy nodeSascha Hauer6 days2-8/+4
* | | Merge branch 'for-next/hwrng'Sascha Hauer4 days10-8/+1499
|\ \ \
| * | | hw_random: add OMAP RNG driverAhmad Fatoum4 days3-0/+445
| * | | hw_random: add timeriomem_rng driverAhmad Fatoum4 days3-0/+153
| * | | hw_random: add Rockchip RNG supportAhmad Fatoum4 days3-0/+267
| * | | hw_random: add IPROC RNG200 driver for BCM2711Ahmad Fatoum4 days3-0/+228
| * | | hw_random: add BCM2835 RNG driverAhmad Fatoum4 days3-0/+207
| * | | hw_random: add Atmel RNG driverAhmad Fatoum4 days3-0/+173
| * | | hw_random: remove reference to undefined CONFIG_HW_RANDOMAhmad Fatoum4 days1-1/+0
| * | | hw_random: remove confusing left-overs from kernel help textsAhmad Fatoum4 days1-3/+3
| * | | driver: implement dev_platform_get_and_ioremap_resourceAhmad Fatoum4 days1-0/+19