aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/imx/clk-imx8mm.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-11drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass1-3/+3
2024-08-02clk: imx8m: register ARM A53 core clockHou Zhiqiang1-0/+8
2024-07-22clk: imx8mm: Make parent names arrays const pointersMichael Trimarchi1-64/+93
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07clk: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-04-20clk: imx8mm: Add support for PCIe clocksTim Harvey1-0/+27
2022-10-21clk-imx8mm: Only build QSPI clocks when CONFIG_NXP_FSPI=yFabio Estevam1-4/+9
2022-10-21clk-imx8mm: Only build ecspi clocks when CONFIG_DM_SPI=yFabio Estevam1-13/+18
2022-10-21clk-imx8mm: Move CLK_ENET_AXI to the non-SPL sectionFabio Estevam1-4/+4
2022-10-21clk-imx8mm: Only build PWM clocks in non-SPL codeFabio Estevam1-16/+18
2022-04-12clk: imx8m: reduce rate table duplicationAngus Ainslie1-55/+5
2022-04-12clk: imx8mm: add pwm clocks supportTommaso Merciai1-0/+28
2022-03-30clk: Use generic CCF ops where possibleSean Anderson1-87/+1
2021-07-10clk: imx8mm: Add SPI clocksFrieder Schrempf1-1/+22
2020-07-14clk: imx8m: drop clk settingsPeng Fan1-34/+0
2020-07-14clk: imx8mm/8mn: Add USB clocksYe Li1-0/+17
2020-07-14clk: imx8mm: Add qspi clockPeng Fan1-0/+7
2020-07-14clk: imx8mm: fix clk set parentPeng Fan1-1/+4
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-01-26clk: Fix error checking of dev_read_addr_ptrSean Anderson1-1/+1
2019-12-06clk: imx: imx8mm: Fix the first root clock in imx8mm_ahb_sels[]Frieder Schrempf1-1/+1
2019-11-05clk: imx: imx8mm: add set_parent callbackPeng Fan1-0/+19
2019-11-05clk: imx8mm: add enet clkPeng Fan1-0/+27
2019-08-22clk: imx: add i.MX8MM clk driverPeng Fan1-0/+415