aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/clk-en7523.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+0
2025-01-13clk: en7523: Add clock for eMMC for EN7581Christian Marangi1-0/+10
2025-01-13clk: en7523: Rework clock handling for different clock numbersChristian Marangi1-6/+8
2025-01-13PCI: mediatek-gen3: Move reset delay in mtk_pcie_en7581_power_up()Lorenzo Bianconi1-1/+0
2024-12-03clk: en7523: Initialize num before accessing hws in en7523_register_clocks()Haoyu Li1-2/+2
2024-12-03clk: en7523: Fix wrong BUS clock for EN7581Christian Marangi1-2/+3
2024-11-14clk: en7523: map io region in a single blockLorenzo Bianconi1-19/+13
2024-11-14clk: en7523: move en7581_reset_register() in en7581_clk_hw_init()Lorenzo Bianconi1-60/+33
2024-11-14clk: en7523: fix estimation of fixed rate for EN7581Lorenzo Bianconi1-2/+103
2024-11-14clk: en7523: introduce chip_scu regmapLorenzo Bianconi1-20/+61
2024-11-14clk: en7523: move clock_register in hw_init callbackLorenzo Bianconi1-32/+50
2024-11-14clk: 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