linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-27 19:57:46 to 2020-07-31 13:36:58 UTC [more...]

[0/4] Extend AMD SoC general purpose clk for all versions
 2020-07-31 13:36 UTC  (2+ messages)
` [v2 1/4] ACPI: APD: Change name from ST to FCH

[v2 1/4] ACPI: APD: Change name from ST to FCH
 2020-07-31 13:33 UTC  (8+ messages)
` [v2 2/4] clk: x86: "
` [v3 4/4] clk: x86: Support RV architecture

[PATCH v2] clk: bcm2835: Do not use prediv with bcm2711's PLLs
 2020-07-31  3:51 UTC  (3+ messages)

[PATCH] clk: bcm2835: Do not use prediv with bcm2711's PLLs
 2020-07-30 14:13 UTC 

[PATCH v10 0/3] Add basic SoC Support for Mediatek MT6779 SoC
 2020-07-30 13:30 UTC  (4+ messages)
` [PATCH v10 1/3] dt-bindings: pinctrl: add bindings for MediaTek "
` [PATCH v10 2/3] arm64: dts: add dts nodes for MT6779
` [PATCH v10 3/3] clk: mediatek: add UART0 clock support

[PATCH v7 0/9] remoteproc: qcom: q6v5-wcss: Add support for secure pil
 2020-07-30 12:26 UTC  (10+ messages)
` [PATCH v7 1/9] remoteproc: qcom: Add PRNG proxy clock
` [PATCH v7 2/9] remoteproc: qcom: Add secure PIL support
` [PATCH v7 3/9] remoteproc: qcom: Add support for split q6 + m3 wlan firmware
` [PATCH v7 4/9] remoteproc: qcom: Add ssr subdevice identifier
` [PATCH v7 5/9] remoteproc: qcom: Update regmap offsets for halt register
` [PATCH v7 6/9] dt-bindings: clock: qcom: Add reset for WCSSAON
` [PATCH v7 7/9] clk: qcom: Add WCSSAON reset
` [PATCH v7 8/9] arm64: dts: Add support for scm on IPQ8074 SoCs
` [PATCH v7 9/9] arm64: dts: qcom: Enable Q6v5 WCSS for ipq8074 SoC

[PATCH v8 0/4] Add non PAS wcss Q6 support for QCS404
 2020-07-30 12:14 UTC  (5+ messages)
` [PATCH v8 1/4] remoteproc: qcom: wcss: populate hardcoded param using driver data
` [PATCH v8 2/4] dt-bindings: remoteproc: qcom: Add Q6V5 Modem PIL binding for QCS404
` [PATCH v8 3/4] remoteproc: qcom: wcss: Add non pas wcss Q6 support "
` [PATCH v8 4/4] remoteproc: qcom: wcss: explicitly request exclusive reset control

[PATCH 0/7] ARM: samsung: Cleanup of various S3C bits
 2020-07-30 11:45 UTC  (24+ messages)
` [PATCH 1/7] clk: samsung: s3c64xx: Declare s3c64xx_clk_init() in shared header
` [PATCH 2/7] ARM: s3c64xx: Include header to fix -Wmissing-prototypes
` [PATCH 3/7] ARM: s3c: Remove plat-samsung/.../samsung-time.h
` [PATCH 4/7] ARM: samsung: Fix language typo
` [PATCH 5/7] ARM: samsung: Kill useless HAVE_S3C2410_WATCHDOG
` [PATCH 6/7] ARM: s3c64xx: Switch to generic watchdog driver reset
` [PATCH 7/7] ARM: s3c24xx: Fix missing system reset

[PATCH 00/17] Add BLK_CTRL support for i.MX8MP
 2020-07-30  9:39 UTC  (28+ messages)
` [PATCH 01/17] dt-bindings: clocks: imx8mp: Rename audiomix ids clocks to audio_blk_ctrl
` [PATCH 02/17] dt-bindings: reset: imx8mp: Add audio blk_ctrl reset IDs
` [PATCH 03/17] dt-bindings: clock: imx8mp: Add ids for the audio shared gate
` [PATCH 04/17] dt-bindings: clock: imx8mp: Add media blk_ctrl clock IDs
` [PATCH 05/17] dt-bindings: reset: imx8mp: Add media blk_ctrl reset IDs
` [PATCH 06/17] dt-bindings: clock: imx8mp: Add hdmi blk_ctrl clock IDs
` [PATCH 07/17] dt-bindings: reset: imx8mp: Add hdmi blk_ctrl reset IDs
` [PATCH 08/17] clk: imx8mp: Add audio shared gate
` [PATCH 09/17] arm64: dts: Remove imx-hdmimix-reset header file
` [PATCH 10/17] Documentation: bindings: clk: Add bindings for i.MX BLK_CTRL
` [PATCH 11/17] clk: imx: Add blk_ctrl combo driver
` [PATCH 12/17] clk: imx8mp: Add audio blk_ctrl clocks and resets
` [PATCH 13/17] clk: imx8mp: Add hdmi "
` [PATCH 14/17] clk: imx8mp: Add media "
` [PATCH 15/17] arm64: dts: imx8mp: Add audio_blk_ctrl node
` [PATCH 16/17] arm64: dts: imx8mp: Add media_blk_ctrl node
` [PATCH 17/17] arm64: dts: imx8mp: Add hdmi_blk_ctrl node

[PATCH] clk: at91: clk-main: update key before writing AT91_CKGR_MOR
 2020-07-30  9:03 UTC 

[PATCH V7 0/6] Support building i.MX ARMv8 platforms clock driver as module
 2020-07-30  7:25 UTC  (13+ messages)
` [PATCH V7 1/6] clk: imx6sl: Use BIT(x) to avoid shifting signed 32-bit value by 31 bits
` [PATCH V7 2/6] clk: composite: Export clk_hw_register_composite()
` [PATCH V7 3/6] clk: imx: Support building i.MX common clock driver as module
` [PATCH V7 4/6] clk: imx: Add clock configuration for ARMv7 platforms
` [PATCH V7 5/6] clk: imx8m: Support module build
` [PATCH V7 6/6] clk: imx8qxp: Support building i.MX8QXP clock driver as module

[PATCH V8 0/6] Support building i.MX ARMv8 platforms clock driver as module
 2020-07-30  7:22 UTC  (8+ messages)
` [PATCH V8 1/6] clk: imx6sl: Use BIT(x) to avoid shifting signed 32-bit value by 31 bits
` [PATCH V8 2/6] clk: composite: Export clk_hw_register_composite()
` [PATCH V8 3/6] clk: imx: Support building i.MX common clock driver as module
` [PATCH V8 4/6] clk: imx: Add clock configuration for ARMv7 platforms
` [PATCH V8 5/6] clk: imx8m: Support module build
` [PATCH V8 6/6] clk: imx8qxp: Support building i.MX8QXP clock driver as module

[PATCH V9 0/6] Support building i.MX ARMv8 platforms clock driver as module
 2020-07-30  1:22 UTC  (7+ messages)
` [PATCH V9 1/6] clk: imx6sl: Use BIT(x) to avoid shifting signed 32-bit value by 31 bits
` [PATCH V9 2/6] clk: composite: Export clk_hw_register_composite()
` [PATCH V9 3/6] clk: imx: Support building i.MX common clock driver as module
` [PATCH V9 4/6] clk: imx: Add clock configuration for ARMv7 platforms
` [PATCH V9 5/6] clk: imx8m: Support module build
` [PATCH V9 6/6] clk: imx8qxp: Support building i.MX8QXP clock driver as module

[PATCH v5 00/16] Allwinner A100 Initial support
 2020-07-30  1:20 UTC  (4+ messages)
` [PATCH v5 02/16] clk: sunxi-ng: add support for the Allwinner A100 CCU

[PATCH] clk: mmp: avoid missing prototype warning
 2020-07-29 19:52 UTC  (2+ messages)

[PATCH 0/3] clk: meson: axg-audio: fix tdmout sclk inverter
 2020-07-29 15:43 UTC  (4+ messages)
` [PATCH 1/3] clk: meson: add sclk-ws driver
` [PATCH 2/3] clk: meson: axg-audio: separate axg and g12a regmap tables
` [PATCH 3/3] clk: meson: axg-audio: fix g12a tdmout sclk inverter

[PATCH v2 00/10] msm8992/4 updates
 2020-07-29 12:04 UTC  (12+ messages)
` [PATCH v2 01/10] arm64: dts: qcom: msm8992: Add support for SDHCI2
` [PATCH v2 02/10] arm64: dts: qcom: msm8992: Add BLSP_I2C1 support
` [PATCH v2 03/10] arm64: dts: qcom: talkman: Add Synaptics RMI4 touchscreen
` [PATCH v2 04/10] arm64: dts: qcom: msm8994: Add USB support
` [PATCH v2 05/10] arm64: dts: qcom: msm8992: "
` [PATCH v2 06/10] arm64: dts: qcom: kitakami: Add Synaptics touchscreen
` [PATCH v2 07/10] arm64: dts: qcom: msm8994: Add SDHCI2 node
` [PATCH v2 08/10] arm64: dts: qcom: kitakami: Enable SDHCI2
` [PATCH v2 09/10] clk: qcom: gcc-msm8994: Fix up the driver and modernize it
` [PATCH v2 10/10] arm64: dts: qcom: msm8992/4: Add clocks property to gcc node

drivers/clk/mmp/clk-pxa168.c:68:13: warning: no previous prototype for 'pxa168_clk_init'
 2020-07-29 11:35 UTC 

[PATCH v2 0/5] Mediatek MT8192 clock support
 2020-07-29 11:02 UTC  (10+ messages)
` [PATCH v2 1/5] dt-bindings: ARM: Mediatek: Document bindings for MT8192
` [PATCH v2 2/5] clk: mediatek: Add dt-bindings for MT8192 clocks
` [PATCH v2 3/5] clk: mediatek: Fix asymmetrical PLL enable and disable control
` [PATCH v2 4/5] clk: mediatek: Add configurable enable control to mtk_pll_data
  ` [PATCH v2 5/5] clk: mediatek: Add MT8192 clock support

[PATCH v7 00/11] clk: imx8: add new clock binding for better pm support
 2020-07-29  8:06 UTC  (14+ messages)
` [PATCH v7 01/11] dt-bindings: firmware: imx-scu: new binding to parse clocks from device tree
` [PATCH v7 02/11] dt-bindings: clock: imx-lpcg: add support "
` [PATCH v7 03/11] clk: imx: scu: add two cells binding support
` [PATCH v7 04/11] clk: imx: scu: bypass cpu power domains
` [PATCH v7 05/11] clk: imx: scu: allow scu clk to take device pointer
` [PATCH v7 06/11] clk: imx: scu: add runtime pm support
` [PATCH v7 07/11] clk: imx: scu: add suspend/resume support
` [PATCH v7 08/11] clk: imx: imx8qxp-lpcg: add parsing clocks from device tree
` [PATCH v7 09/11] clk: imx: lpcg: allow lpcg clk to take device pointer
` [PATCH v7 10/11] clk: imx: clk-imx8qxp-lpcg: add runtime pm support
` [PATCH v7 11/11] clk: imx: lpcg: add suspend/resume support

[PATCH 0/9] Add PCIe support for IPQ8074
 2020-07-29  7:46 UTC  (7+ messages)
` [PATCH 5/9] phy: qcom-qmp: use correct values for ipq8074 gen2 pcie phy init
` [PATCH 6/9] phy: qcom-qmp: Add compatible for ipq8074 pcie gen3 qmp phy

[PATCH 0/9] msm8992/4 updates
 2020-07-29  1:23 UTC  (11+ messages)
` [PATCH 1/9] arm64: dts: qcom: msm8992: Add support for SDHCI2
` [PATCH 2/9] arm64: dts: qcom: msm8992: Add BLSP_I2C1 support
` [PATCH 3/9] arm64: dts: qcom: talkman: Add Synaptics RMI4 touchscreen
` [PATCH 4/9] arm64: dts: qcom: msm8994: Add USB support
` [PATCH 5/9] arm64: dts: qcom: msm8992: "
` [PATCH 6/9] clk: qcom: gcc-msm8994: Add missing clocks, resets and GDSCs
` [PATCH 7/9] arm64: dts: qcom: kitakami: Add Synaptics touchscreen
` [PATCH 8/9] arm64: dts: qcom: msm8994: Add SDHCI2 node
` [PATCH 9/9] arm64: dts: qcom: kitakami: Enable SDHCI2

[PATCH v2 1/2] clk: imx: imx8m: avoid memory leak
 2020-07-28 19:15 UTC  (4+ messages)
` [PATCH v2 2/2] clk: imx: imx8m: use devm_of_clk_add_hw_provider()

[PATCH v5 0/7] Add non PAS wcss Q6 support for QCS404
 2020-07-28 10:45 UTC  (5+ messages)
` [v7 0/4] "
  ` [v7 1/4] remoteproc: qcom: wcss: populate hardcoded param using driver data

[PATCH 1/2] clk: imx: imx8m: avoid memory leak
 2020-07-28  9:38 UTC  (4+ messages)
` [PATCH 2/2] clk: imx: imx8m: use devm_of_clk_add_hw_provider

[PATCH linux-next] clk: sparx5: Review changes
 2020-07-28  9:23 UTC  (5+ messages)

[PATCH 2/4] clk: x86: Change name from ST to FCH
 2020-07-28  6:36 UTC  (6+ messages)
` [v2 4/4] clk: x86: Support RV architecture

[PATCH v2] clk: ti: clkctrl: fix the missed kfree() for _ti_omap4_clkctrl_setup()
 2020-07-28  6:18 UTC 

[PATCH] clk: ti: clkctrl: add the missed kfree() for _ti_omap4_clkctrl_setup()
 2020-07-28  3:43 UTC  (3+ messages)

[PATCH v3 0/3] Add functions to operate USB PHY related clock
 2020-07-28  1:46 UTC  (4+ messages)

[PATCH] clk: qoriq: add LS1021A core pll mux options
 2020-07-28  1:25 UTC  (2+ messages)

[PATCH] clk: clk-atlas6: fix return value check in atlas6_clk_init()
 2020-07-28  1:22 UTC  (2+ messages)

[PATCH v4] clk: tegra: pll: Improve PLLM enable-state detection
 2020-07-28  1:21 UTC  (2+ messages)

[PATCH 0/3] Add RTC related clocks for Ingenic SoCs
 2020-07-28  1:19 UTC  (2+ messages)

[PATCH][next] clk: davinci: Use fallthrough pseudo-keyword
 2020-07-27 20:32 UTC  (2+ messages)

[PATCH][next] clk: imx: Use fallthrough pseudo-keyword
 2020-07-27 20:09 UTC 

[PATCH 0/9] SDM630/36/60 driver enablement
 2020-07-27 19:58 UTC  (5+ messages)
` [PATCH 1/9] clk: qcom: gcc-sdm660: Add missing modem reset
` [PATCH 8/9] clk: qcom: gcc-sdm660: Fix up gcc_mss_mnoc_bimc_axi_clk


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).