linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-29 01:42:12 to 2021-11-02 21:40:36 UTC [more...]

[PATCH v1 1/6] clk: divider: Implement and wire up .determine_rate by default
 2021-11-02 21:40 UTC  (9+ messages)
` [PATCH] clk: composite: Also consider .determine_rate for rate + mux composites

[PATCH] dt-bindings: clock: fu740-prci: add reset-cells
 2021-11-02 21:40 UTC  (2+ messages)

[PATCH v3 0/5] clk: uniphier: Introduce some clock features and NX1 support
 2021-11-02 21:37 UTC  (11+ messages)
` [PATCH v3 1/5] clk: uniphier: Add audio system and video input clock control for PXs3
` [PATCH v3 2/5] dt-bindings: clock: uniphier: Add NX1 clock binding
` [PATCH v3 3/5] clk: uniphier: Add NX1 clock support
` [PATCH v3 4/5] dt-bindings: clock: uniphier: Add clock binding for SoC-glue
` [PATCH v3 5/5] clk: uniphier: Add SoC-glue clock source selector support for Pro4

[PATCH] clk: si5351: Update datasheet references
 2021-11-02 21:29 UTC  (2+ messages)

[PATCH] clk: vc5: Use i2c .probe_new
 2021-11-02 21:28 UTC  (2+ messages)

[PATCH -next] clk/actions/owl-factor.c: remove superfluous headers
 2021-11-02 21:28 UTC  (2+ messages)

[PATCH] clk: ingenic: Fix bugs with divided dividers
 2021-11-02 21:27 UTC  (2+ messages)

[PATCH v3 00/16] Basic StarFive JH7100 RISC-V SoC support
 2021-11-02 21:17 UTC  (27+ messages)
` [PATCH v3 01/16] RISC-V: Add StarFive SoC Kconfig option
` [PATCH v3 02/16] dt-bindings: timer: Add StarFive JH7100 clint
` [PATCH v3 03/16] dt-bindings: interrupt-controller: Add StarFive JH7100 plic
` [PATCH v3 04/16] dt-bindings: clock: starfive: Add JH7100 clock definitions
` [PATCH v3 05/16] dt-bindings: clock: starfive: Add JH7100 bindings
` [PATCH v3 06/16] clk: starfive: Add JH7100 clock generator driver
` [PATCH v3 07/16] dt-bindings: reset: Add StarFive JH7100 reset definitions
` [PATCH v3 08/16] dt-bindings: reset: Add Starfive JH7100 reset bindings
` [PATCH v3 09/16] reset: starfive-jh7100: Add StarFive JH7100 reset driver
` [PATCH v3 10/16] dt-bindings: pinctrl: Add StarFive pinctrl definitions
` [PATCH v3 11/16] dt-bindings: pinctrl: Add StarFive JH7100 bindings
` [PATCH v3 12/16] pinctrl: starfive: Add pinctrl driver for StarFive SoCs
` [PATCH v3 13/16] dt-bindings: serial: snps-dw-apb-uart: Add JH7100 uarts
` [PATCH v3 14/16] serial: 8250_dw: Add StarFive JH7100 quirk
` [PATCH v3 15/16] RISC-V: Add initial StarFive JH7100 device tree
` [PATCH v3 16/16] RISC-V: Add BeagleV Starlight Beta "

[RFC PATCH v3 0/4] Extend lan966x clock driver for clock gating support
 2021-11-02 17:47 UTC  (6+ messages)
` [RFC PATCH v3 1/4] clk: gate: Add devm_clk_hw_register_gate()
` [RFC PATCH v3 2/4] dt-bindings: clock: lan966x: Extend for clock gate support
` [RFC PATCH v3 3/4] dt-bindings: clock: lan966x: Extend includes with clock gates
` [RFC PATCH v3 4/4] clk: lan966x: Extend lan966x clock driver for clock gating support

[PATCH v2 0/8] Add Sunplus SP7021 SoC Support
 2021-11-02 17:45 UTC  (28+ messages)
` [PATCH v2 1/8] dt-bindings: vendor-prefixes: Add Sunplus
` [PATCH v2 2/8] dt-bindings: arm: sunplus: Add bindings for Sunplus SP7021 SoC boards
` [PATCH v2 3/8] dt-bindings: reset: Add bindings for SP7021 reset driver
` [PATCH v2 4/8] reset: Add Sunplus "
` [PATCH v2 5/8] dt-bindings: clock: Add bindings for SP7021 clock driver
` [PATCH v2 6/8] clk: Add Sunplus "
` [PATCH v2 7/8] dt-bindings: interrupt-controller: Add bindings for SP7021 interrupt controller
` [PATCH v2 8/8] irqchip: Add support for Sunplus "
    ` [PATCH v3 0/8] Add Sunplus SP7021 SoC Support
      ` [PATCH v3 1/8] dt-bindings: vendor-prefixes: Add Sunplus
      ` [PATCH v3 2/8] dt-bindings: arm: sunplus: Add bindings for Sunplus SP7021 SoC boards
      ` [PATCH v3 3/8] dt-bindings: reset: Add bindings for SP7021 reset driver
      ` [PATCH v3 4/8] reset: Add Sunplus "
      ` [PATCH v3 5/8] dt-bindings: clock: Add bindings for SP7021 clock driver
      ` [PATCH v3 6/8] clk: Add Sunplus "
      ` [PATCH v3 7/8] dt-bindings: interrupt-controller: Add bindings for SP7021 interrupt controller
      ` [PATCH v3 8/8] irqchip: Add Sunplus SP7021 interrupt controller driver

[PATCH v5 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-11-02 16:35 UTC  (22+ messages)
` [PATCH v5 01/11] ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 device
` [PATCH v5 02/11] i2c: acpi: Use acpi_dev_ready_for_enumeration() helper
` [PATCH v5 03/11] platform_data: Add linux/platform_data/tps68470.h file
` [PATCH v5 04/11] regulator: Introduce tps68470-regulator driver
` [PATCH v5 05/11] clk: Introduce clk-tps68470 driver
` [PATCH v5 06/11] platform/x86: int3472: Enable I2c daisy chain
` [PATCH v5 07/11] platform/x86: int3472: Split into 2 drivers
` [PATCH v5 08/11] platform/x86: int3472: Add get_sensor_adev_and_name() helper
` [PATCH v5 09/11] platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regulator MFD-cell
` [PATCH v5 10/11] platform/x86: int3472: Pass tps68470_regulator_platform_data "
` [PATCH v5 11/11] platform/x86: int3472: Deal with probe ordering issues

[PATCH v9 0/3] Add driver for lan966x Generic Clock Controller
 2021-11-02 12:47 UTC  (2+ messages)

[PATCH v1 0/4] Add support for LPASS Core and Audio Clock for SC7280
 2021-11-02 12:38 UTC  (6+ messages)
` [PATCH v1 1/4] clk: qcom: clk-alpha-pll: Increase PLL lock detect poll time
` [PATCH v1 2/4] clk: qcom: gdsc: Add support for clock voting from GDSC
` [PATCH v1 3/4] dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7280
` [PATCH v1 4/4] clk: qcom: lpass: Add support for LPASS clock controller for SC7280

[GIT PULL] clk: at91: clk changes for 5.16
 2021-11-02 10:57 UTC  (3+ messages)

[PATCH V2] clk: imx: gate off peripheral clock slice
 2021-11-02  7:45 UTC  (5+ messages)

[PATCH 00/13] This patchset aims to add initial support for the i.MXRT10xx family
 2021-11-01 23:34 UTC  (6+ messages)
` [PATCH 08/13] dt-bindings: serial: fsl-lpuart: add i.MXRT compatible
  ` [PATCH 03/13] dt-bindings: imx: Add pinctrl binding doc for i.MXRT1050

[PATCH v4 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-11-01 14:25 UTC  (25+ messages)
` [PATCH v4 01/11] ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 device
` [PATCH v4 04/11] regulator: Introduce tps68470-regulator driver
` [PATCH v4 05/11] clk: Introduce clk-tps68470 driver
` [PATCH v4 08/11] platform/x86: int3472: Add get_sensor_adev_and_name() helper
` [PATCH v4 10/11] platform/x86: int3472: Pass tps68470_regulator_platform_data to the tps68470-regulator MFD-cell

[PATCH 00/11] Initial Fairphone 4 support
 2021-10-31 22:10 UTC  (2+ messages)

[PATCH v3] clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBB
 2021-10-31 13:50 UTC 

[RFC PATCH 0/3] Extend lan966x clock driver for clock gating support
 2021-10-31  9:03 UTC  (9+ messages)
` [RFC PATCH 1/3] dt-bindings: clock: lan966x: Extend for clock gate support
` [RFC PATCH 3/3] clk: lan966x: Extend lan966x clock driver for clock gating support

[PATCH 0/3] A few smd-rpm clock driver cleanups
 2021-10-31  2:07 UTC  (4+ messages)
` [PATCH 1/3] clk: qcom: smd-rpm: Drop MFD qcom-rpm reference
` [PATCH 2/3] clk: qcom: smd-rpm: Drop the use of struct rpm_cc
` [PATCH 3/3] clk: qcom: smd-rpm: Drop binary value handling for buffered clock

[GIT PULL] clk fixes for v5.15-rc7
 2021-10-30 20:47 UTC  (2+ messages)

[PATCH v4 0/4] clk: ralink: make system controller a reset provider
 2021-10-30 14:40 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: reset: add dt binding header for Mediatek MT7621 resets
` [PATCH v4 2/4] dt-bindings: clock: mediatek,mt7621-sysc: add '#reset-cells' property
` [PATCH v4 3/4] clk: ralink: make system controller node a reset provider
` [PATCH v4 4/4] staging: mt7621-dts: align resets with binding documentation

[PATCH v2 0/4] clk: ralink: make system controller a reset provider
 2021-10-30 14:23 UTC  (3+ messages)

[PATCH v3 0/4] clk: ralink: make system controller a reset provider
 2021-10-30 14:20 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: reset: add dt binding header for Mediatek MT7621 resets
` [PATCH v3 2/4] dt-bindings: clock: mediatek,mt7621-sysc: add '#reset-cells' property
` [PATCH v3 3/4] clk: ralink: make system controller node a reset provider
` [PATCH v3 4/4] staging: mt7621-dts: align resets with binding documentation

[PATCH] clk/mediatek: fix missing null-check for mt7629
 2021-10-30 14:09 UTC 

[PATCH] clk/mediatek: fix missing null-check for mt7622
 2021-10-30 14:07 UTC 

[PATCH v2] clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBB
 2021-10-30  7:39 UTC  (2+ messages)

[PATCH v14 00/39] NVIDIA Tegra power management patches for 5.17
 2021-10-30  1:04 UTC  (10+ messages)
` [PATCH v14 20/39] pwm: tegra: Add runtime PM and OPP support

[PATCH v2 1/2] dt-bindings: Rename Ingenic CGU headers to ingenic,*.h
 2021-10-29 14:53 UTC  (6+ messages)

[PATCH v2 00/16] Basic StarFive JH7100 RISC-V SoC support
 2021-10-29 14:44 UTC  (18+ messages)
` [PATCH v2 04/16] dt-bindings: clock: starfive: Add JH7100 clock definitions
` [PATCH v2 05/16] dt-bindings: clock: starfive: Add JH7100 bindings
` [PATCH v2 07/16] dt-bindings: reset: Add StarFive JH7100 reset definitions
` [PATCH v2 08/16] dt-bindings: reset: Add Starfive JH7100 reset bindings
` [PATCH v2 10/16] dt-bindings: pinctrl: Add StarFive pinctrl definitions
` [PATCH v2 11/16] dt-bindings: pinctrl: Add StarFive JH7100 bindings
` [PATCH v2 13/16] dt-bindings: serial: snps-dw-apb-uart: Add JH7100 uarts

[PATCH 0/2] clk: rockchip: cleanup errors in (module-)driver handling
 2021-10-29 12:37 UTC  (9+ messages)
` [PATCH 1/2] Revert "clk: rockchip: use module_platform_driver_probe"
` [PATCH 2/2] clk: rockchip: drop module parts from rk3399 and rk3568 drivers

[RFC PATCH v2 0/3] Extend lan966x clock driver for clock gating support
 2021-10-29 12:19 UTC  (4+ messages)
` [RFC PATCH v2 1/3] dt-bindings: clock: lan966x: Extend for clock gate support
` [RFC PATCH v2 2/3] dt-bindings: clock: lan966x: Extend includes with clock gates
` [RFC PATCH v2 3/3] clk: lan966x: Extend lan966x clock driver for clock gating support

[PATCH 1/2] dt-bindings: mfd: rohm,bd71847-pmic: Document rohm,clock-output-is-critical property
 2021-10-29  7:43 UTC  (5+ messages)

[PATCH v2 0/5] x86: clk: Add config option to enable 48MHz fixed fch clk
 2021-10-29  6:47 UTC  (5+ messages)
` [PATCH v2 1/5] "

DRA7 clock question
 2021-10-29  6:45 UTC  (4+ messages)

[PATCH clk-fixes v1 0/2] Fix clk-composite to support .determine_rate
 2021-10-29  6:43 UTC  (5+ messages)
` [PATCH clk-fixes v1 1/2] clk: composite: Also consider .determine_rate for rate + mux composites

[PATCH v2 RESEND 0/5] x86: clk: Add config option to enable 48MHz fixed fch clk
 2021-10-29  6:32 UTC  (6+ messages)
` [PATCH v2 RESEND 1/5] "
` [PATCH v2 RESEND 2/5] drivers: acpi: acpi_apd: Remove unused device property "is-rv"
` [PATCH v2 RESEND 3/5] ACPI: APD: Add a fmw property clk-name
` [PATCH v2 RESEND 4/5] clk: x86: Use dynamic con_id string during clk registration
` [PATCH v2 RESEND 5/5] clk: x86: Fix clk_gate_flags for RV_CLK_GATE

[PATCHv3] clk:aspeed:Fix AST2600 hpll calculate formula
 2021-10-29  5:35 UTC  (5+ messages)

[PATCH] clk/ast2600: Fix soc revision for AHB
 2021-10-29  4:44 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: clock: samsung: Document Exynos850 CMU_APM
 2021-10-29  1:58 UTC  (2+ messages)

[PATCH 3/4] dt-bindings: clock: Add bindings for SP7021 clock driver
 2021-10-29  1:54 UTC  (2+ messages)


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).