summaryrefslogtreecommitdiffstats
path: root/drivers/clk/pistachio
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2025-09-08clk: pistachio: pll: convert from round_rate() to determine_rate()Brian Masney-8/+12
2022-09-28clk: pistachio: Fix initconst confusionAndi Kleen-2/+2
2022-02-25clk: pistachio: Declare mux table as const u32[]Jonathan Neuschäfer-1/+1
2021-08-12clk: pistachio: Make it selectable for generic MIPS kernelJiaxun Yang-0/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner-16/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-11-06clk: pistachio: constify clk_ops structuresJulia Lawall-4/+4
2015-08-26clk: pistachio: correct critical clock listDamien.Horsley-5/+14
2015-08-26clk: pistachio: Fix PLL rate calculation in integer modeZdenko Pulitika-2/+46
2015-08-26clk: pistachio: Fix override of clk-pll settings from boot loaderZdenko Pulitika-3/+2
2015-08-26clk: pistachio: Fix 32bit integer overflowsZdenko Pulitika-21/+19
2015-08-24clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd-2/+2
2015-07-20clk: pistachio: Include clk.hStephen Boyd-0/+1
2015-06-04clk: pistachio: Add sanity checks on PLL configurationKevin Cernekee-4/+79
2015-06-04clk: pistachio: Lock the PLL when enabled upon rate changeEzequiel Garcia-18/+10
2015-06-04clk: pistachio: Add a pll_lock() helper for clarityEzequiel Garcia-4/+8
2015-03-31CLK: Pistachio: Register external clock gatesAndrew Bresticker-0/+21
2015-03-31CLK: Pistachio: Register system interface gate clocksAndrew Bresticker-0/+42
2015-03-31CLK: Pistachio: Register peripheral clocksAndrew Bresticker-0/+67
2015-03-31CLK: Pistachio: Register core clocksAndrew Bresticker-0/+200
2015-03-31CLK: Pistachio: Add PLL driverAndrew Bresticker-0/+452
2015-03-31CLK: Add basic infrastructure for Pistachio clocksAndrew Bresticker-0/+265