Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | clk: ti: Preserve node in ti_dt_clocks_register() | Tony Lindgren | 2022-03-11 | 1 | -5/+8 | |
| | | * | | | clk: ti: Constify clkctrl_name | Tony Lindgren | 2022-03-11 | 1 | -1/+1 | |
| | | |/ / | ||||||
| | * | | | clk: starfive: Add JH7100 audio clock driver | Emil Renner Berthing | 2022-03-11 | 3 | -0/+179 | |
| | * | | | clk: starfive: jh7100: Support more clock types | Emil Renner Berthing | 2022-03-11 | 2 | -0/+41 | |
| | * | | | clk: starfive: jh7100: Make hw clock implementation reusable | Emil Renner Berthing | 2022-03-11 | 2 | -89/+104 | |
| | * | | | clk: starfive: jh7100: Handle audio_div clock properly | Emil Renner Berthing | 2022-03-11 | 1 | -1/+67 | |
| | * | | | clk: starfive: jh7100: Don't round divisor up twice | Emil Renner Berthing | 2022-03-11 | 1 | -11/+3 | |
| | |/ / | ||||||
| | | | | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| *-----. \ \ | Merge branches 'clk-mvebu', 'clk-const', 'clk-imx' and 'clk-rockchip' into cl... | Stephen Boyd | 2022-03-29 | 27 | -221/+1320 | |
| |\ \ \ \ \ \ | ||||||
| | | | | * | | | clk: rockchip: re-add rational best approximation algorithm to the fractional... | Quentin Schulz | 2022-02-24 | 1 | -0/+3 | |
| | | | | * | | | clk/rockchip: Use of_device_get_match_data() | Minghao Chi (CGEL ZTE) | 2022-02-23 | 1 | -4/+2 | |
| | | | | * | | | clk: rockchip: Add CLK_SET_RATE_PARENT to the HDMI reference clock on rk3568 | Sascha Hauer | 2022-02-08 | 1 | -1/+1 | |
| | | | | * | | | clk: rockchip: drop CLK_SET_RATE_PARENT from dclk_vop* on rk3568 | Sascha Hauer | 2022-02-08 | 1 | -3/+3 | |
| | | | | * | | | clk: rockchip: Add more PLL rates for rk3568 | Sascha Hauer | 2022-02-08 | 1 | -0/+6 | |
| | | | | |/ / | ||||||
| | | | * | | | clk: imx: Select MXC_CLK for i.MX93 clock driver | Abel Vesa | 2022-03-15 | 1 | -0/+1 | |
| | | | * | | | clk: imx: remove redundant re-assignment of pll->base | Colin Ian King | 2022-03-09 | 1 | -1/+0 | |
| | | | * | | | clk: imx: pll14xx: Support dynamic rates | Sascha Hauer | 2022-03-04 | 1 | -17/+126 | |
| | | | * | | | clk: imx: pll14xx: Add pr_fmt | Sascha Hauer | 2022-03-04 | 1 | -6/+6 | |
| | | | * | | | clk: imx: pll14xx: explicitly return lowest rate | Sascha Hauer | 2022-03-04 | 1 | -2/+2 | |
| | | | * | | | clk: imx: pll14xx: name variables after usage | Sascha Hauer | 2022-03-04 | 1 | -21/+21 | |
| | | | * | | | clk: imx: pll14xx: consolidate rate calculation | Sascha Hauer | 2022-03-04 | 1 | -33/+26 | |
| | | | * | | | clk: imx: pll14xx: Use FIELD_GET/FIELD_PREP | Sascha Hauer | 2022-03-04 | 1 | -21/+19 | |
| | | | * | | | clk: imx: pll14xx: Drop wrong shifting | Sascha Hauer | 2022-03-04 | 1 | -2/+2 | |
| | | | * | | | clk: imx: pll14xx: Use register defines consistently | Sascha Hauer | 2022-03-04 | 1 | -24/+25 | |
| | | | * | | | clk: imx8mp: remove SYS PLL 1/2 clock gates | Peng Fan | 2022-03-04 | 1 | -32/+16 | |
| | | | * | | | clk: imx8mn: remove SYS PLL 1/2 clock gates | Peng Fan | 2022-03-04 | 1 | -34/+16 | |
| | | | * | | | clk: imx8mm: remove SYS PLL 1/2 clock gates | Peng Fan | 2022-03-04 | 1 | -33/+16 | |
| | | | * | | | clk: imx: add i.MX93 clk | Peng Fan | 2022-03-04 | 3 | -0/+349 | |
| | | | * | | | clk: imx: support fracn gppll | Peng Fan | 2022-03-04 | 3 | -0/+345 | |
| | | | * | | | clk: imx: add i.MX93 composite clk | Peng Fan | 2022-03-04 | 3 | -0/+103 | |
| | | | * | | | clk: imx: off by one in imx_lpcg_parse_clks_from_dt() | Dan Carpenter | 2022-03-04 | 1 | -1/+1 | |
| | | | * | | | clk: imx7d: Remove audio_mclk_root_clk | Abel Vesa | 2022-03-04 | 1 | -1/+0 | |
| | | | * | | | clk: imx8mp: Add missing IMX8MP_CLK_MEDIA_MIPI_PHY1_REF_ROOT clock | Laurent Pinchart | 2022-02-21 | 1 | -0/+1 | |
| | | | * | | | clk: imx: Add imx8dxl clk driver | Jacky Bai | 2022-01-29 | 4 | -1/+70 | |
| | | | * | | | clk: imx: Add initial support for i.MXRT1050 clock driver | Jesse Taube | 2022-01-29 | 3 | -0/+176 | |
| | | | |/ / | ||||||
| | | * | | | clk: Mark clk_core_evict_parent_cache_subtree() 'target' const | Stephen Boyd | 2022-02-26 | 1 | -1/+1 | |
| | | * | | | clk: Mark 'all_lists' as const | Stephen Boyd | 2022-02-26 | 1 | -2/+2 | |
| | | * | | | clk: pistachio: Declare mux table as const u32[] | Jonathan Neuschäfer | 2022-02-26 | 1 | -1/+1 | |
| | | * | | | clk: qcom: Declare mux table as const u32[] | Jonathan Neuschäfer | 2022-02-26 | 1 | -1/+1 | |
| | | * | | | clk: mmp: Declare mux tables as const u32[] | Jonathan Neuschäfer | 2022-02-26 | 1 | -2/+2 | |
| | | * | | | clk: hisilicon: Remove unnecessary cast of mux table to u32 * | Jonathan Neuschäfer | 2022-02-26 | 1 | -1/+1 | |
| | | * | | | clk: mux: Declare u32 *table parameter as const | Jonathan Neuschäfer | 2022-02-26 | 1 | -5/+5 | |
| | | * | | | clk: nxp: Declare mux table parameter as const u32 * | Jonathan Neuschäfer | 2022-02-26 | 1 | -1/+1 | |
| | | * | | | clk: nxp: Remove unused variable | Jonathan Neuschäfer | 2022-02-26 | 1 | -2/+1 | |
| | | |/ / | ||||||
| | * / / | clk: mvebu: use time_is_before_eq_jiffies() instead of open coding it | Wang Qing | 2022-02-17 | 1 | -1/+2 | |
| | |/ / | ||||||
| | | | | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| *-----. \ \ | Merge branches 'clk-xilinx', 'clk-kunit', 'clk-cs2000' and 'clk-renesas' into... | Stephen Boyd | 2022-03-29 | 20 | -309/+1290 | |
| |\ \ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||||
| | | | | * | | clk: rs9: Add Renesas 9-series PCIe clock generator driver | Marek Vasut | 2022-03-18 | 3 | -0/+332 | |
| | | | | * | | clk: fixed-factor: Introduce devm_clk_hw_register_fixed_factor_index() | Marek Vasut | 2022-03-18 | 1 | -0/+22 | |
| | | | | * | | clk: renesas: r8a779f0: Add PFC clock | Geert Uytterhoeven | 2022-02-22 | 1 | -0/+1 | |
| | | | | * | | clk: renesas: r8a779f0: Add I2C clocks | Geert Uytterhoeven | 2022-02-22 | 1 | -0/+6 | |
| | | | | * | | clk: renesas: r8a779f0: Add WDT clock | Geert Uytterhoeven | 2022-02-22 | 1 | -0/+9 |