public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-31 08:43:22 to 2018-02-05 14:04:00 UTC [more...]

[PATCH v6 00/41] ARM: davinci: convert to common clock framework​
 2018-02-05 14:04 UTC  (69+ messages)
` [PATCH v6 02/41] clk: davinci: New driver for davinci PLL clocks
` [PATCH v6 03/41] clk: davinci: Add platform information for TI DA830 PLL
` [PATCH v6 04/41] clk: davinci: Add platform information for TI DA850 PLL
` [PATCH v6 05/41] clk: davinci: Add platform information for TI DM355 PLL
` [PATCH v6 06/41] clk: davinci: Add platform information for TI DM365 PLL
` [PATCH v6 10/41] clk: davinci: New driver for davinci PSC clocks
` [PATCH v6 11/41] clk: davinci: Add platform information for TI DA830 PSC
` [PATCH v6 12/41] clk: davinci: Add platform information for TI DA850 PSC
` [PATCH v6 13/41] clk: davinci: Add platform information for TI DM355 PSC
` [PATCH v6 14/41] clk: davinci: Add platform information for TI DM365 PSC
` [PATCH v6 15/41] clk: davinci: Add platform information for TI DM644x PSC
` [PATCH v6 16/41] clk: davinci: Add platform information for TI DM646x PSC
` [PATCH v6 17/41] dt-bindings: clock: Add bindings for DA8XX CFGCHIP clocks
` [PATCH v6 18/41] clk: davinci: New driver for TI "
` [PATCH v6 19/41] clk: davinci: New driver for TI DA8XX USB PHY clocks
` [PATCH v6 20/41] ARM: da830: add new clock init using common clock framework
` [PATCH v6 21/41] ARM: da850: "
` [PATCH v6 22/41] ARM: dm355: "
` [PATCH v6 23/41] ARM: dm365: "
` [PATCH v6 24/41] ARM: dm644x: "
` [PATCH v6 25/41] ARM: dm646x: "
` [PATCH v6 27/41] ARM: da8xx: add new sata_refclk "
` [PATCH v6 28/41] ARM: davinci: remove CONFIG_DAVINCI_RESET_CLOCKS
` [PATCH v6 29/41] ARM: davinci_all_defconfig: "
` [PATCH v6 40/41] ARM: da8xx-dt: switch to device tree clocks

[PATCH 09/20] clk: sunxi-ng: Remove SUNXI_CCU_* selects
 2018-02-05 13:46 UTC  (2+ messages)

[RFC v4 00/26] Fix watchdog on Renesas R-Car Gen2 and RZ/G1
 2018-02-05 11:16 UTC  (31+ messages)
` [RFC v4 01/26] ARM: shmobile: Add watchdog support
` [RFC v4 02/26] ARM: dts: r8a7743: Adjust SMP routine size
` [RFC v4 03/26] ARM: dts: r8a7745: "
` [RFC v4 04/26] ARM: dts: r8a7790: "
` [RFC v4 05/26] ARM: dts: r8a7791: "
` [RFC v4 06/26] ARM: dts: r8a7792: "
` [RFC v4 07/26] ARM: dts: r8a7793: "
` [RFC v4 08/26] ARM: dts: r8a7794: "
` [RFC v4 09/26] soc: renesas: rcar-rst: Enable watchdog as reset trigger for Gen2
` [RFC v4 10/26] ARM: shmobile: rcar-gen2: Add watchdog support
` [RFC v4 11/26] dt-bindings: watchdog: renesas-wdt: Add R-Car Gen2 support
` [RFC v4 12/26] watchdog: renesas_wdt: "
` [RFC v4 13/26] watchdog: renesas_wdt: Add restart handler
` [RFC v4 14/26] ARM: shmobile: defconfig: Enable RENESAS_WDT_GEN
` [RFC v4 15/26] clk: renesas: r8a7743: Add rwdt clock
` [RFC v4 16/26] clk: renesas: r8a7745: "
` [RFC v4 17/26] clk: renesas: r8a7790: "
` [RFC v4 18/26] clk: renesas: r8a7791/r8a7793: "
` [RFC v4 19/26] clk: renesas: r8a7794: "
` [RFC v4 20/26] ARM: dts: r8a7743: Add watchdog support to SoC dtsi
` [RFC v4 21/26] ARM: dts: r8a7745: "
` [RFC v4 22/26] ARM: dts: r8a7790: "
` [RFC v4 23/26] ARM: dts: r8a7791: "
` [RFC v4 24/26] ARM: dts: r8a7794: "
` [RFC v4 25/26] ARM: dts: iwg20m: Add watchdog support to SoM dtsi
` [RFC v4 26/26] ARM: dts: iwg22m: "

[PATCH 00/19] clk: meson: use regmap in clock controllers
 2018-02-05  9:51 UTC  (25+ messages)
` [PATCH 01/19] clk: meson: use dev pointer where possible
` [PATCH 02/19] clk: meson: use devm_of_clk_add_hw_provider
` [PATCH 03/19] clk: meson: only one loop index is necessary in probe
` [PATCH 04/19] clk: meson: remove obsolete comments
` [PATCH 05/19] clk: meson: add regmap clocks
` [PATCH 06/19] clk: meson: switch gxbb ao_clk to clk_regmap
` [PATCH 07/19] clk: meson: remove superseded aoclk_gate_regmap
` [PATCH 08/19] clk: meson: add regmap to the clock controllers
` [PATCH 09/19] clk: meson: migrate gates to clk_regmap
` [PATCH 10/19] clk: meson: migrate dividers "
` [PATCH 11/19] clk: meson: migrate muxes "
` [PATCH 12/19] clk: meson: add regmap helpers for parm
` [PATCH 13/19] clk: meson: migrate mplls clocks to clk_regmap
` [PATCH 14/19] clk: meson: migrate the audio divider clock "
` [PATCH 15/19] clk: meson: migrate plls clocks "
` [PATCH 16/19] clk: meson: split divider and gate part of mpll
` [PATCH 17/19] clk: meson: rework meson8b cpu clock
` [PATCH 18/19] clk: meson: remove obsolete cpu_clk
` [PATCH 19/19] clk: meson: use hhi syscon if available

[PATCH v2 0/5] add MFD support for MediaTek audio subsystem
 2018-02-05  9:11 UTC  (9+ messages)
` [PATCH v2 1/5] clk: mediatek: update missing clock data for MT7622 audsys
` [PATCH v2 2/5] clk: mediatek: modify MT7622 audsys to adapt MFD device
` [PATCH v2 4/5] dt-bindings: clock: mediatek: update audsys documentation "

[PATCH 0/2] Renesas R8A77980 CPG/MSSR clock support
 2018-02-05  8:59 UTC  (5+ messages)
` [PATCH 2/2] clk: renesas: cpg-mssr: add R8A77980 support

[PATCH v1 2/2] clk: npcm: add NPCM7xx clock driver
 2018-02-05  8:22 UTC 

[PATCH 00/14] Add MMCI support for STM32F SoCs family
 2018-02-05  8:11 UTC  (4+ messages)
` [PATCH 13/14] clk: stm32: Add clk entry for SDMMC2 on stm32F769

[PATCH 00/14] Introduce STM32MP1 clock driver
 2018-02-05  7:15 UTC  (20+ messages)
` [PATCH 01/14] dt-bindings: Document STM32MP1 Reset Clock Controller (RCC) bindings
` [PATCH 02/14] dt-bindings: clock: add STM32MP1 clocks
` [PATCH 03/14] clk: stm32mp1: Introduce STM32MP1 clock driver
` [PATCH 04/14] clk: stm32mp1: add MP1 gate for osc hse/hsi/csi oscillators
` [PATCH 05/14] clk: stm32mp1: add Source Clocks for PLLs
` [PATCH 06/14] clk: stm32mp1: add PLL clocks
` [PATCH 07/14] clk: stm32mp1: add Post-dividers for PLL
` [PATCH 08/14] clk: stm32mp1: add Sub System clocks
` [PATCH 09/14] clk: stm32mp1: add Kernel timers
` [PATCH 10/14] clk: stm32mp1: add Peripheral clocks
` [PATCH 11/14] clk: stm32mp1: add Kernel clocks
` [PATCH 12/14] clk: stm32mp1: add RTC clock
` [PATCH 13/14] clk: stm32mp1: add MCO clocks
` [PATCH 14/14] clk: stm32mp1: add Debug clocks

[PATCH v2 0/6] Initial Allwinner H6 support
 2018-02-03 15:49 UTC  (7+ messages)
` [PATCH v2 1/6] pinctrl: sunxi: support pin controllers with holes among IRQ banks
` [PATCH v2 2/6] pinctrl: sunxi: add support for the Allwinner H6 main pin controller
` [PATCH v2 3/6] clk: sunxi-ng: Support fixed post-dividers on NKMP style clocks
` [PATCH v2 4/6] clk: sunxi-ng: add support for the Allwinner H6 CCU
` [PATCH v2 5/6] arm64: allwinner: h6: add the basical Allwinner H6 DTSI file
` [PATCH v2 6/6] arm64: allwinner: h6: add support for Pine H64 board

[PATCH] clk: sunxi-ng: ccu-sun4i-a10: Fix mali changing dclk frequency
 2018-02-02 22:46 UTC  (13+ messages)

[PATCH v5 00/10] clk: implement clock rate protection mechanism
 2018-02-02 12:50 UTC  (6+ messages)

[PATCH V4 1/2] clk: imx: imx7d: add the snvs clock
 2018-02-02  3:44 UTC  (3+ messages)
` [PATCH V4 2/2] ARM: dts: imx7s: add snvs rtc clock

[PATCH] clk: qcom: smd-rpm: Migrate to devm_of_clk_add_hw_provider()
 2018-02-02  0:33 UTC 

[GIT PULL] clk changes for v4.16
 2018-02-01 23:03 UTC 

[PATCH v2 1/4] dt-bindings: add binding for i.MX8MQ CCM
 2018-02-01 17:54 UTC  (4+ messages)
` [PATCH v2 2/4] clk: imx: add fractional PLL output clock
` [PATCH v2 3/4] clk: imx: add SCCG PLL type
` [PATCH v2 4/4] clk: imx: add clock driver for i.MX8MQ CCM

[PATCH v3 4/5] clk: imx7d: add CAAM clock
 2018-02-01 14:53 UTC  (2+ messages)

[PATCH v2 0/6] Tegra210 DFLL implementation
 2018-02-01 11:02 UTC  (25+ messages)
` [PATCH v2 1/6] clk: tegra: dfll registration for multiple SoCs
` [PATCH v2 2/6] clk: tegra: DT align parameter for CVB calculation
` [PATCH v2 3/6] clk: tegra: add CVB tables for Tegra210 CPU DFLL
` [PATCH v2 4/6] clk: tegra: dfll: support PWM regulator control
` [PATCH v2 5/6] clk: tegra: build clk-dfll.c for Tegra124 and Tegra210
` [PATCH v2 6/6] cpufreq: tegra124-cpufreq: extend to support Tegra210

[PATCH v11 0/6] Add support for Qualcomm A53 CPU clock
 2018-02-01  8:01 UTC  (10+ messages)
` [PATCH v11 2/6] mailbox: qcom: Create APCS child device for clock controller

[RFC v3 00/25] Fix watchdog on Renesas R-Car Gen2 and RZ/G1
 2018-01-31 15:37 UTC  (20+ messages)
` [RFC v3 05/25] ARM: dts: r8a7791: Adjust SMP routine size
` [RFC v3 06/25] ARM: dts: r8a7792: "
` [RFC v3 07/25] ARM: dts: r8a7793: "
` [RFC v3 08/25] ARM: dts: r8a7794: "
` [RFC v3 10/25] dt-bindings: watchdog: renesas-wdt: Add R-Car Gen2 support
` [RFC v3 11/25] watchdog: renesas_wdt: "

[PATCH 0/4] Misc patches to support clocks for SDM845
 2018-01-31 10:54 UTC  (5+ messages)
` [PATCH 1/4] clk: qcom: Clear hardware clock control bit of RCG
` [PATCH 2/4] clk: qcom: Configure the RCGs to a safe source as needed
` [PATCH 3/4] clk: qcom: Add support for controlling Fabia PLL
` [PATCH 4/4] clk: qcom: Add Global Clock controller (GCC) driver for SDM845

[PATCH v2] clk: qcom: Add Global Clock controller (GCC) driver for SDM845
 2018-01-31 10:32 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox