linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-26 19:17:01 to 2021-09-01 05:44:35 UTC [more...]

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

[PATCH v2 0/4] clk: mediatek: modularize COMMON_CLK_MT6779
 2021-09-01  5:40 UTC  (6+ 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

[RFC PATCH 0/7] clk: sunxi-ng: Add a RTC CCU driver
 2021-09-01  5:39 UTC  (8+ 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 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 v2 0/2] Use "ref" clocks from firmware for DSI PLL VCO parent
 2021-09-01  5:35 UTC  (9+ 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

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

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

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

[PATCH 0/8] clk: sunxi-ng: Lifetime fixes and module support
 2021-09-01  5:05 UTC  (9+ 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 v4 0/9] clk: cs2000-cp: add dynamic mode and more features
 2021-08-31 20:36 UTC  (13+ messages)
` [PATCH v4 1/9] dt-bindings: clock: convert cs2000-cp bindings to yaml
` [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
` [PATCH v4 5/9] clk: cs2000-cp: Make aux output function controllable
` [PATCH v4 6/9] clk: cs2000-cp: add support for dynamic mode
` [PATCH v4 7/9] clk: cs2000-cp: make clock skip setting configurable
` [PATCH v4 8/9] clk: cs2000-cp: freeze config during register fiddling
` [PATCH v4 9/9] clk: cs2000-cp: convert driver to regmap

[PATCH 00/40] TI AM437X ADC1
 2021-08-31 19:38 UTC  (70+ 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

[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  (21+ messages)
` [PATCH v3 1/8] dt-bindings: clock: samsung: convert Exynos5250 "
` [PATCH v3 2/8] dt-bindings: clock: samsung: add bindings for Exynos external clock
` [PATCH v3 3/8] dt-bindings: clock: samsung: convert Exynos542x to dtschema
` [PATCH v3 4/8] dt-bindings: clock: samsung: convert Exynos3250 "
` [PATCH v3 5/8] dt-bindings: clock: samsung: convert Exynos4 "
  ` [PATCH v3 6/8] dt-bindings: clock: samsung: convert Exynos AudSS "
  ` [PATCH v3 7/8] dt-bindings: clock: samsung: convert S5Pv210 "
  ` [PATCH v3 8/8] MAINTAINERS: clock: include S3C and S5P in Samsung SoC clock entry

[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  (6+ messages)
` [PATCH v4 1/4] dt-bindings: clock: Add DT bindings for PLL of Toshiba Visconti TMPV770x SoC
` [PATCH v4 3/4] clk: visconti: Add support common clock driver and reset driver

[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  (3+ 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: "

[PATCH v7 1/3] dt-bindings: clk: vc5: Add properties for configuring the SD/OE pin
 2021-08-29  7:01 UTC  (6+ messages)
` [PATCH v7 2/3] clk: vc5: Use dev_err_probe
` [PATCH v7 3/3] clk: vc5: Add properties for configuring SD/OE behavior

[PATCH] dt-bindings: clock: brcm,iproc-clocks: fix armpll properties
 2021-08-29  6:45 UTC  (2+ messages)

[PATCH] clk: zynqmp: Fix kernel-doc format
 2021-08-29  6:43 UTC  (2+ messages)

[PATCH] clk: at91: clk-programmable: remove redundant value check of best_rate
 2021-08-29  6:42 UTC  (2+ messages)

[PATCH] clk: at91: clk-generated: Limit the requested rate to our range
 2021-08-29  5:28 UTC  (2+ messages)

[PATCH] clk: ralink: avoid to set 'CLK_IS_CRITICAL' flag for gates
 2021-08-29  5:24 UTC  (2+ messages)

[PATCH] clk: add sys node to disable unused clk
 2021-08-29  5:20 UTC  (2+ messages)

clk: visconti: Initial support Visconti SoC for v5.15
 2021-08-29  5:10 UTC  (2+ messages)

[PATCH 0/1] Fix AST2600 hpll calculate formula
 2021-08-29  4:37 UTC  (4+ messages)
` [PATCH 1/1] clk:aspeed:Fix "

[PATCH] clk: renesas: rcar-usb2-clock-sel: Fix kernel NULL pointer dereference
 2021-08-29  4:29 UTC  (4+ messages)

[PATCH 0/3] clk: zynqmp: Misc fixes
 2021-08-29  4:26 UTC  (8+ messages)
` [PATCH 1/3] clk: zynqmp: Check the return type
` [PATCH 2/3] clk: zynqmp: Fix a memory leak
` [PATCH 3/3] clk: zynqmp: Fix stack-out-of-bounds in strncpy`

[PATCH v2] clk: at91: sama7g5: remove all kernel-doc & kernel-doc warnings
 2021-08-29  4:20 UTC  (2+ messages)

[PATCH v2] clk: zynqmp: fix kernel doc
 2021-08-29  4:18 UTC  (3+ messages)
` [PATCH v3] "

[GIT PULL] clk: imx: Updates for v5.15
 2021-08-29  4:16 UTC  (2+ messages)

[PATCH] clk: kirkwood: Fix a clocking boot regression
 2021-08-29  4:11 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: clock: Add SM6350 GCC clock bindings
 2021-08-29  4:04 UTC  (4+ messages)
` [PATCH 2/2] clk: qcom: Add SM6350 GCC driver

[PATCH 1/2] dt-bindings: clock: Add RPMHCC bindings for SM6350
 2021-08-29  4:02 UTC  (4+ messages)
` [PATCH 2/2] clk: qcom: rpmh: Add support for RPMH clocks on SM6350

[PATCH] clk: qcom: adjust selects for SM_VIDEOCC_8150 and SM_VIDEOCC_8250
 2021-08-29  4:00 UTC  (2+ messages)

[PATCH v4 0/2] Add GCC for SM4250/6115
 2021-08-29  4:00 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: clk: qcom: gcc-sm6115: Document SM6115 GCC
` [PATCH v4 2/2] clk: qcom: Add Global Clock controller (GCC) driver for SM6115

[PATCH v3 1/3] dt-bindings: clock: Add support for MSM8992/4 MMCC
 2021-08-29  3:53 UTC  (7+ messages)
` [PATCH v3 2/3] clk: qcom: Add msm8994 MMCC driver
` [PATCH v3 3/3] clk: qcom: mmcc-msm8994: Add MSM8992 support

[PATCH v2] clk: qcom: gcc-sdm660: Replace usage of parent_names
 2021-08-29  3:50 UTC  (4+ messages)

[PATCH v7 00/11] Add new clocks and fix bugs for Ingenic SoCs
 2021-08-27 17:47 UTC  (7+ messages)
` [PATCH v7 02/11] clk: Ingenic: Adjust cgu code to make it compatible with I2S PLL
` [PATCH v7 06/11] clk: Ingenic: Clean up and reformat the code

[PATCH] clk: fix passing zero to warning in clk_hw_create_clk()
 2021-08-27 11:41 UTC 

[PATCH 1/2] clk: imx: imx6ul: Move csi_sel mux to correct base register
 2021-08-27  6:43 UTC  (4+ messages)
` [PATCH 2/2] clk: imx: imx6ul: Fix csi clk gate register


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