summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-si544.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17Merge tag 'clk-misc-round-two-for-v7.3' of ssh://github.com/masneyb/linux int...Stephen Boyd1-17/+65
2026-07-28clk: si544: add support for si549Pavel Löbl1-17/+65
2026-06-29clk: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)1-3/+3
2025-09-08clk: si544: convert from round_rate() to determine_rate()Brian Masney1-5/+5
2025-07-26clk: Fix typosBjorn Helgaas1-1/+1
2023-10-30Merge branch 'clk-cleanup' into clk-nextStephen Boyd1-36/+15
2023-10-23clk: clk-si544: Simplify probe() and is_valid_frequency()Biju Das1-36/+15
2023-10-09clk: si544: Convert to use maple tree register cacheMark Brown1-1/+1
2023-05-10clk: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-04-22clk: si544: use i2c_match_id and simple i2c probeStephen Kitt1-11/+11
2019-06-27clk: clk-si544: Implement small frequency change supportMike Looijmans1-10/+92
2018-06-29clk-si514, clk-si544: Implement prepare/unprepare/is_prepared operationsMike Looijmans1-1/+37
2018-06-01clk-si544: Properly round requested frequency to nearest matchMike Looijmans1-0/+1
2018-03-23clk: Add driver for the si544 clock generator chipMike Looijmans1-0/+411