summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-en7523.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-19clk: en7523: Fix wrong BUS clock for EN7581Christian Marangi1-2/+3
2024-12-14clk: en7523: Initialize num before accessing hws in en7523_register_clocks()Haoyu Li1-2/+2
2024-12-05clk: en7523: fix estimation of fixed rate for EN7581Lorenzo Bianconi1-2/+103
2024-12-05clk: en7523: introduce chip_scu regmapLorenzo Bianconi1-20/+61
2024-12-05clk: en7523: move clock_register in hw_init callbackLorenzo Bianconi1-32/+50
2024-12-05clk: en7523: remove REG_PCIE*_{MEM,MEM_MASK} configurationLorenzo Bianconi1-18/+0
2024-07-08clk: en7523: fix rate divider for slic and spi clocksLorenzo Bianconi1-2/+7
2024-07-08clk: en7523: Remove PCIe reset open drain configuration for EN7581Lorenzo Bianconi1-10/+2
2024-07-08clk: en7523: Remove pcie prepare/unpreare callbacks for EN7581 SoCLorenzo Bianconi1-39/+2
2024-07-08clk: en7523: Add reset-controller support for EN7581 SoCLorenzo Bianconi1-5/+187
2024-04-10clk: en7523: Add EN7581 supportLorenzo Bianconi1-5/+152
2024-04-10clk: en7523: Add en_clk_soc_data data structureLorenzo Bianconi1-13/+21
2023-07-19clk: Explicitly include correct DT includesRob Herring1-2/+1
2022-04-26clk: en7523: fix wrong pointer check in en7523_clk_probe()Yang Yingliang1-1/+1
2022-04-22clk: en7523: Add clock driver for Airoha EN7523 SoCFelix Fietkau1-0/+351