linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-29 07:09:47 to 2021-09-03 15:36:51 UTC [more...]

[RFC PATCH 0/7] clk: sunxi-ng: Add a RTC CCU driver
 2021-09-03 15:36 UTC  (15+ messages)
` [RFC PATCH 1/7] dt-bindings: rtc: sun6i: Add H616 and R329 compatibles
` [RFC PATCH 2/7] clk: sunxi-ng: div: Add macro using CLK_HW_INIT_FW_NAME
` [RFC PATCH 3/7] clk: sunxi-ng: mux: Add macro using CLK_HW_INIT_PARENTS_DATA
` [RFC PATCH 4/7] clk: sunxi-ng: mux: Allow muxes to have keys
` [RFC PATCH 5/7] clk: sunxi-ng: Add support for the sun50i RTC clocks
` [RFC PATCH 6/7] [DO NOT MERGE] clk: sunxi-ng: Add support for H6
` [RFC PATCH 7/7] [DO NOT MERGE] clk: sunxi-ng: Add support for T5

[PATCH] dt-bindings: clk: fixed-mmio-clock: Convert to YAML
 2021-09-03 15:26 UTC 

[PATCH 0/8] clk: sunxi-ng: Lifetime fixes and module support
 2021-09-03  9:19 UTC  (13+ messages)
` [PATCH 1/8] clk: sunxi-ng: Unregister clocks/resets when unbinding
` [PATCH 2/8] clk: sunxi-ng: Prevent unbinding CCUs via sysfs
` [PATCH 3/8] clk: sunxi-ng: Use a separate lock for each CCU instance
` [PATCH 4/8] clk: sunxi-ng: Rename files to match Kconfig and drivers
` [PATCH 5/8] clk: sunxi-ng: Export symbols used by CCU drivers
` [PATCH 6/8] clk: sunxi-ng: Allow drivers to be built as modules
` [PATCH 7/8] clk: sunxi-ng: Convert early providers to platform drivers
` [PATCH 8/8] clk: sunxi-ng: Allow the CCU core to be built as a module

[PATCH] clk: sunxi-ng: Add machine dependency to A83T CCU
 2021-09-03  8:53 UTC  (2+ messages)

[PATCH] clk: sunxi-ng: mux: Remove unused 'reg' field
 2021-09-03  8:48 UTC  (2+ messages)

[GIT PULL] clk changes for the merge window
 2021-09-02 22:42 UTC  (2+ messages)

[PATCH 00/40] TI AM437X ADC1
 2021-09-02 20:03 UTC  (79+ messages)
` [PATCH 02/40] dt-bindings: mfd: ti,am3359-tscadc: Add a yaml description for this MFD
` [PATCH 03/40] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH 04/40] dt-bindings: iio: adc: ti,am3359-adc: "
` [PATCH 05/40] dt-bindings: touchscreen: ti,am3359-tsc: Remove deprecated text file
` [PATCH 06/40] dt-bindings: mfd: ti,am3359-tscadc: Describe am4372 MFD compatible
` [PATCH 07/40] dt-bindings: iio: adc: ti,am3359-adc: Describe am4372 ADC compatible
` [PATCH 08/40] mfd: ti_am335x_tscadc: Replace license text with SPDX tag
` [PATCH 09/40] mfd: ti_am335x_tscadc: Fix style
` [PATCH 10/40] mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variables
` [PATCH 11/40] mfd: ti_am335x_tscadc: Get rid of useless gotos
` [PATCH 12/40] mfd: ti_am335x_tscadc: Move the driver structure allocation earlier
` [PATCH 13/40] mfd: ti_am335x_tscadc: Reword the comment explaining the dividers
` [PATCH 15/40] mfd: ti_am335x_tscadc: Simplify divisor calculation
` [PATCH 16/40] mfd: ti_am335x_tscadc: Use driver data
` [PATCH 19/40] mfd: ti_am335x_tscadc: Always provide an idle configuration
` [PATCH 20/40] mfd: ti_am335x_tscadc: Gather the ctrl register logic at one place
` [PATCH 21/40] mfd: ti_am335x_tscadc: Rename the subsystem enable macro
` [PATCH 22/40] mfd: ti_am335x_tscadc: Add TSC prefix in certain macros
` [PATCH 23/40] mfd: ti_am335x_tscadc: Rename a variable
` [PATCH 24/40] mfd: ti_am335x_tscadc: Fix an error message
` [PATCH 25/40] mfd: ti_am335x_tscadc: Add a boolean to clarify the presence of a touchscreen
` [PATCH 26/40] mfd: ti_am335x_tscadc: Introduce has_tsc
` [PATCH 27/40] mfd: ti_am335x_tscadc: Move control register configuration
` [PATCH 28/40] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
` [PATCH 29/40] mfd: ti_am335x_tscadc: Support the correctly spelled DT property
` [PATCH 30/40] iio: adc: ti_am335x_adc: Replace license text with SPDX tag
` [PATCH 31/40] iio: adc: ti_am335x_adc: Fix style
` [PATCH 32/40] iio: adc: ti_am335x_adc: Get rid of useless gotos
` [PATCH 33/40] iio: adc: ti_am335x_adc: Gather the checks on the delays
` [PATCH 34/40] iio: adc: ti_am335x_adc: Add a unit to the timeout delay
` [PATCH 35/40] iio: adc: ti_am335x_adc: Wait the idle state to avoid stalls
` [PATCH 36/40] iio: adc: ti_am335x_adc: Add the scale information
` [PATCH 37/40] iio: adc: ti_am335x_adc: Add the am437x compatible

[PATCH v2 0/2] Use "ref" clocks from firmware for DSI PLL VCO parent
 2021-09-02 19:34 UTC  (17+ messages)
` [PATCH v2 1/2] drm/msm/dsi: Use "ref" fw clock instead of global name for "
` [PATCH v2 2/2] clk: qcom: gcc-sdm660: Remove transient global "xo" clock

[PATCH 3/3] dt-bindings: clock: lan966x: Add LAN966X Clock Controller
 2021-09-02  9:29 UTC 

[PATCH 2/3] clk: lan966x: Add lan966x SoC clock driver
 2021-09-02  9:29 UTC 

[PATCH 1/3] dt-bindings: clock: lan966x: Add binding includes for lan966x SoC clock IDs
 2021-09-02  9:29 UTC 

[PATCH 0/3] Add driver for lan966x Generic Clock Controlle
 2021-09-02  9:28 UTC 

[PATCH v5 0/9] clk: cs2000-cp: add dynamic mode and more features
 2021-09-02  9:10 UTC  (11+ messages)
` [PATCH v5 1/9] dt-bindings: clock: convert cs2000-cp bindings to yaml
` [PATCH v5 2/9] dt-bindings: clock: cs2000-cp: document aux-output-source
` [PATCH v5 3/9] dt-bindings: clock: cs2000-cp: document cirrus,clock-skip flag
` [PATCH v5 4/9] dt-bindings: clock: cs2000-cp: document cirrus,dynamic-mode
` [PATCH v5 5/9] clk: cs2000-cp: Make aux output function controllable
` [PATCH v5 6/9] clk: cs2000-cp: add support for dynamic mode
` [PATCH v5 7/9] clk: cs2000-cp: make clock skip setting configurable
` [PATCH v5 8/9] clk: cs2000-cp: freeze config during register fiddling
` [PATCH v5 9/9] clk: cs2000-cp: convert driver to regmap

[PATCH] clk: imx: use module_platform_driver
 2021-09-02  8:02 UTC 

[PATCH] clk: rockchip: use module_platform_driver_probe
 2021-09-02  7:57 UTC 

[PATCH v3 0/4] clk: mediatek: modularize COMMON_CLK_MT6779
 2021-09-01 22:25 UTC  (4+ messages)
` [PATCH v3 1/3] clk: composite: export clk_register_composite
` [PATCH v3 2/3] clk: mediatek: support COMMON_CLK_MEDIATEK module build
` [PATCH v3 3/3] clk: mediatek: support COMMON_CLK_MT6779 "

[PATCH v2 0/4] clk: mediatek: modularize COMMON_CLK_MT6779
 2021-09-01 22:07 UTC  (7+ messages)
` [PATCH v2 1/4] clk: composite: export clk_register_composite
` [PATCH v2 2/4] clk: mediatek: support COMMON_CLK_MEDIATEK module build
` [PATCH v2 3/4] clk: mediatek: support COMMON_CLK_MT6779 "
` [PATCH v2 4/4] clk: mediatek: use tristate for COMMON_CLK_MEDAITEK and COMMON_CLK_MT6779

[RESEND PATCH 0/4] clk: mediatek: modularize COMMON_CLK_MT6779
 2021-09-01 22:04 UTC  (6+ messages)
` [RESEND PATCH 3/4] clk: mediatek: support COMMON_CLK_MT6779 module build

[PATCH 1/2] clk: versatile: Rename ICST to CLK_ICST
 2021-09-01 16:09 UTC  (2+ messages)
` [PATCH 2/2] clk: versatile: hide clock drivers from non-ARM users

[PATCH] clk: add sys node to disable unused clk
 2021-09-01 12:12 UTC  (3+ messages)
  ` [EXT] "

[PATCH] clk: mvebu: ap-cpu-clk: Fix a memory leak in error handling paths
 2021-09-01  9:57 UTC  (5+ messages)

[PATCH 0/1] Fix AST2600 hpll calculate formula
 2021-09-01  9:03 UTC  (8+ messages)
` [PATCH 1/1] clk:aspeed:Fix "

[PATCH v2 0/6] clk: at91: updates for power management and dvfs
 2021-09-01  5:44 UTC  (5+ messages)

[PATCH v1 1/2] dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7280
 2021-09-01  5:38 UTC  (4+ messages)
` [PATCH v1 2/2] clk: qcom: Add lpass clock controller driver for SC7280

[PATCH] dt-bindings: clock: samsung: fix header path in example
 2021-09-01  5:27 UTC  (3+ messages)

[PATCH v4 0/9] clk: cs2000-cp: add dynamic mode and more features
 2021-08-31 20:36 UTC  (7+ messages)
` [PATCH v4 2/9] dt-bindings: clock: cs2000-cp: document aux-output-source
` [PATCH v4 3/9] dt-bindings: clock: cs2000-cp: document cirrus,clock-skip flag
` [PATCH v4 4/9] dt-bindings: clock: cs2000-cp: document cirrus,dynamic-mode

[v2,00/12] Add basic SoC support for mediatek mt7986
 2021-08-31 19:27 UTC  (3+ messages)
` [v2,05/12] dt-bindings: pinctrl: update bindings for MT7986 SoC

[PATCH v3 0/8] dt-bindings: clock: samsung: convert to dtschema
 2021-08-31 13:03 UTC  (6+ messages)
` [PATCH v3 5/8] dt-bindings: clock: samsung: convert Exynos4 "

[PATCH v3 0/3] PM: add two devres helpers and use them in qcom cc
 2021-08-31 12:15 UTC  (3+ messages)
` [PATCH v3 2/3] PM: runtime: add devm_pm_clk_create helper

[PATCH 00/10] serial: mvebu-uart: Fixes and new support for higher baudrates
 2021-08-31  8:35 UTC  (4+ messages)
` [PATCH v5 0/6] serial: mvebu-uart: Support "

[PATCH v4 0/4] clk: visconti: Add support common clock driver and reset driver
 2021-08-31  2:14 UTC  (4+ messages)
` [PATCH v4 1/4] dt-bindings: clock: Add DT bindings for PLL of Toshiba Visconti TMPV770x SoC

[PATCH v3 0/4] Add GbEthernet Clock support
 2021-08-30 13:21 UTC  (6+ messages)
` [PATCH v3 3/4] clk: renesas: rzg2l: Add support to handle coupled clocks

[PATCH RESEND v2 1/9] dt-bindings: clk: qcom: Add bindings for MSM8994 GCC driver
 2021-08-30 11:49 UTC  (14+ messages)
` [PATCH RESEND v2 2/9] clk: qcom: gcc-msm8994: Modernize the driver
` [PATCH RESEND v2 3/9] clk: qcom: gcc-msm8994: Fix up SPI QUP clocks
` [PATCH RESEND v2 4/9] clk: qcom: gcc-msm8994: Add missing NoC clocks
` [PATCH RESEND v2 5/9] clk: qcom: gcc-msm8994: Add missing clocks
` [PATCH RESEND v2 6/9] clk: qcom: gcc-msm8994: Remove the inexistent GDSC_PCIE
` [PATCH RESEND v2 7/9] clk: qcom: gcc-msm8994: Add modem reset
` [PATCH RESEND v2 8/9] clk: qcom: gcc-msm8994: Add proper msm8992 support
` [PATCH RESEND v2 9/9] clk: qcom: gcc-msm8994: Add a quirk for a different SDCC configuration

[PATCH] MAINTAINERS: clock: samsung: include S3C/S5P header bindings
 2021-08-30  6:59 UTC  (2+ messages)

[PATCH] clk: clk-si5341: Fix output_clk_recalc_rate if RDIV_FORCE2 is set
 2021-08-30  5:55 UTC  (2+ messages)

[PATCH 0/4] sdm660 clock-controller cleanup
 2021-08-29 20:48 UTC  (5+ messages)
` [PATCH 1/4] clk: qcom: gcc-sdm660: Use ARRAY_SIZE for num_parents
` [PATCH 2/4] clk: qcom: gpucc-sdm660: "
` [PATCH 3/4] clk: qcom: mmcc-sdm660: "
` [PATCH 4/4] clk: qcom: gpucc-sdm660: Remove fallback to global clock names

[PATCH 3/3] clk: qcom: gcc-sdm660: Remove transient global "xo" clock
 2021-08-29 20:30 UTC 

[GIT PULL] clk fixes for v5.14-rc7
 2021-08-29 19:55 UTC  (2+ messages)

[PATCH] clk: tegra: fix old-style declaration
 2021-08-29 18:38 UTC  (2+ messages)

[v2 00/24] Mediatek MT8195 clock support
 2021-08-29 18:26 UTC  (3+ messages)
` [v2 06/24] clk: mediatek: Add MT8195 apmixedsys "

[PATCH v5 0/2] CLK: microchip: Add clkcfg driver for Microchip PolarFire SoC
 2021-08-29 18:21 UTC  (3+ messages)
` [PATCH v5 2/2] clk: microchip: Add "

[PATCH v2 1/9] dt-bindings: clk: qcom: Add bindings for MSM8994 GCC driver
 2021-08-29 18:08 UTC  (3+ messages)

[PATCH v6 0/6] clk: qcom: use power-domain for sm8250's clock controllers
 2021-08-29 15:54 UTC  (5+ messages)

[PATCH v7 0/6] clk: qcom: use power-domain for sm8250's clock controllers
 2021-08-29 15:47 UTC  (9+ messages)
` [PATCH v7 1/8] dt-bindings: clock: qcom,dispcc-sm8x50: add mmcx power domain
` [PATCH v7 2/8] dt-bindings: clock: qcom,videocc: "
` [PATCH v7 3/8] clk: qcom: dispcc-sm8250: use runtime PM for the clock controller
` [PATCH v7 4/8] clk: qcom: videocc-sm8250: "
` [PATCH v7 5/8] clk: qcom: gdsc: enable optional power domain support
` [PATCH v7 6/8] arm64: dts: qcom: sm8250: remove mmcx regulator
` [PATCH v7 7/8] clk: qcom: dispcc-sm8250: stop using "
` [PATCH v7 8/8] clk: qcom: videocc-sm8250: "


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