public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-20 19:03:18 to 2023-06-23 20:53:02 UTC [more...]

[PATCH] dt-bindings: mfd: ti,j721e-system-controller: Remove syscon from example
 2023-06-23 20:23 UTC  (2+ messages)

[PATCH v2 00/45] Add support for sam9x7 SoC family
 2023-06-23 20:30 UTC  (30+ messages)
` [PATCH v2 01/45] dt-bindings: microchip: atmel,at91rm9200-tcb: add sam9x60, sam9x7 compatible
` [PATCH v2 02/45] dt-bindings: usb: ehci: Add atmel at91sam9g45-ehci compatible
` [PATCH v2 03/45] dt-bindings: usb: generic-ehci: Document clock-names property
` [PATCH v2 04/45] dt-bindings: net: cdns,macb: add documentation for sam9x7 ethernet interface
` [PATCH v2 05/45] ARM: at91: pm: add support for sam9x7 SoC family
` [PATCH v2 06/45] ARM: at91: pm: add sam9x7 SoC init config
` [PATCH v2 07/45] ARM: at91: add support in SoC driver for new sam9x7
` [PATCH v2 08/45] clk: at91: clk-sam9x60-pll: re-factor to support individual core freq outputs
` [PATCH v2 09/45] clk: at91: sam9x7: add support for HW PLL freq dividers
` [PATCH v2 10/45] clk: at91: sama7g5: move mux table macros to header file
` [PATCH v2 11/45] dt-bindings: clk: at91: add bindings for SAM9X7's clock controller
` [PATCH v2 12/45] dt-bindings: reset: atmel,at91sam9260-reset: add sam9x7 binding
` [PATCH v2 13/45] dt-bindings: atmel-sysreg: add bindings for sam9x7
` [PATCH v2 14/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel AES
` [PATCH v2 15/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel SHA
` [PATCH v2 16/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel TDES
` [PATCH v2 18/45] dt-bindings: i2c: at91: Add SAM9X7 compatible string
` [PATCH v2 20/45] dt-bindings: atmel-gpbr: add microchip,sam9x7-gpbr
` [PATCH v2 22/45] dt-bindings: atmel-smc: add microchip,sam9x7-smc
` [PATCH v2 23/45] dt-bindings: atmel-ssc: add microchip,sam9x7-ssc
` [PATCH v2 25/45] dt-bindings: atmel-nand: add microchip,sam9x7-pmecc
` [PATCH v2 26/45] dt-bindings: pinctrl: at91: add bindings for SAM9X7
` [PATCH v2 28/45] dt-bindings: rtc: at91rm9200: add sam9x7 compatible
` [PATCH v2 29/45] dt-bindings: rtt: at91rm9260: "
` [PATCH v2 30/45] dt-bindings: serial: atmel,at91-usart: add compatible for sam9x7
` [PATCH v2 31/45] dt-bindings: atmel-classd: add sam9x7 compatible
` [PATCH v2 33/45] dt-bindings: usb: atmel: Update DT bindings documentation for sam9x7
` [PATCH v2 37/45] irqchip/atmel-aic5: Add support for sam9x7 aic
` [PATCH v2 38/45] power: reset: at91-poweroff: lookup for proper pmc dt node for sam9x7

[PATCH 1/2] clk: keystone: syscon-clk: Allow the clock node to not be of type syscon
 2023-06-23 20:18 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: clock: ehrpwm: Remove unneeded syscon compatible

[PATCH 0/4] IPQ8074 pcie/wcss fixes
 2023-06-23 18:00 UTC  (6+ messages)
` [PATCH 1/4] pcie: qcom: Fix the macro PARF_SLV_ADDR_SPACE_SIZE_2_3_3
` [PATCH 2/4] dt-bindings: clock: qcom: Add reset for WCSSAON
` [PATCH 3/4] clk: qcom: Add WCSSAON reset

[PATCH V5 0/5] Add camera clock controller support for SM8550
 2023-06-23 16:46 UTC  (6+ messages)
` [PATCH V5 1/5] dt-bindings: clock: qcom: Add SM8550 camera clock controller
` [PATCH V5 2/5] clk: qcom: clk-alpha-pll: Add support for lucid ole pll configure
` [PATCH V5 3/5] clk: qcom: camcc-sm8550: Add camera clock controller driver for SM8550
` [PATCH V5 4/5] clk: qcom: camcc-sm8550: Add support for qdss, sleep and xo clocks
` [PATCH V5 5/5] arm64: dts: qcom: sm8550: Add camera clock controller

[PATCH V4 0/4] Add camera clock controller support for SM8550
 2023-06-23 16:47 UTC  (16+ messages)
` [PATCH V4 2/4] clk: qcom: camcc-sm8550: Add camera clock controller driver "
` [PATCH V4 4/4] arm64: dts: qcom: sm8550: Add camera clock controller

[PATCH 0/9] MSM8998 clk cleanups and fixups
 2023-06-23 16:40 UTC  (25+ messages)
` [PATCH 1/9] dt-bindings: clk: qcom,gcc-msm8998: Add missing GPU/MMSS GPLL0 legs
` [PATCH 2/9] dt-bindings: clock: qcom,mmcc: Add GPLL0_DIV for MSM8998
` [PATCH 3/9] clk: qcom: gcc-msm8998: Control MMSS and GPUSS GPLL0 outputs properly
` [PATCH 4/9] clk: qcom: mmcc-msm8998: Properly consume GPLL0 inputs
` [PATCH 5/9] clk: qcom: gpucc-msm8998: Use the correct GPLL0 leg with old DTs
` [PATCH 6/9] clk: qcom: gcc-msm8998: Don't check halt bit on some branch clks
` [PATCH 7/9] clk: qcom: gcc-msm8998: Don't poke at some BIMC GPU clocks
` [PATCH 8/9] arm64: dts: qcom: msm8998: Use the correct GPLL0 leg for GPUCC
` [PATCH 9/9] arm64: dts: qcom: msm8998: Use the correct GPLL0_DIV leg for MMCC

[PATCH V2 0/6] Add camera clock controller support for SM8550
 2023-06-23 16:35 UTC  (11+ messages)
` [PATCH V2 3/6] clk: qcom: clk-alpha-pll: Remove explicit CAL_L configuration for EVO PLL

[RFC PATCH v9 00/10] Create common DPLL configuration API
 2023-06-23 15:53 UTC  (13+ messages)
` [RFC PATCH v9 01/10] dpll: documentation on DPLL subsystem interface
` [RFC PATCH v9 02/10] dpll: spec: Add Netlink spec in YAML
` [RFC PATCH v9 03/10] dpll: core: Add DPLL framework base functions
` [RFC PATCH v9 04/10] dpll: netlink: "
` [RFC PATCH v9 05/10] dpll: api header: "
` [RFC PATCH v9 06/10] netdev: expose DPLL pin handle for netdevice
` [RFC PATCH v9 07/10] ice: add admin commands to access cgu configuration
` [RFC PATCH v9 08/10] ice: implement dpll interface to control cgu
` [RFC PATCH v9 09/10] ptp_ocp: implement DPLL ops
` [RFC PATCH v9 10/10] mlx5: Implement SyncE support using DPLL infrastructure

[PATCH v2 0/5] spi: Add CSI support for Renesas RZ/V2M
 2023-06-23 15:08 UTC  (6+ messages)
` [PATCH v2 2/5] clk: renesas: r9a09g011: Add CSI related clocks
` (subset) [PATCH v2 0/5] spi: Add CSI support for Renesas RZ/V2M

[PATCH v4 00/68] clk: Make determine_rate mandatory for muxes
 2023-06-23 15:02 UTC  (10+ messages)
` [PATCH v4 65/68] clk: tegra: super: Switch to determine_rate

[PATCH 0/2] Update GCC clocks for QDU1000 and QRU1000 SoCs
 2023-06-23 14:06 UTC  (13+ messages)
` [PATCH 1/2] dt-bindings: clock: "
` [PATCH 2/2] clk: qcom: gcc-qdu1000: Update GCC clocks and add support for GDSCs

[PATCH] clk: ralink: mtmips: Fix uninitialized use of ret in mtmips_register_{fixed,factor}_clocks()
 2023-06-23 13:09 UTC  (5+ messages)

[PATCH V4 3/4] dt-bindings: qcom-qce: add SoC compatible string for ipq9574
 2023-06-23 12:53 UTC  (3+ messages)

[PATCH v1 0/6] arm64: dts: meson: a1: introduce several peripheral IPs
 2023-06-23 11:23 UTC  (4+ messages)

[PATCH 0/4] IPQ8074 pcie/wcss fixes
 2023-06-23 10:45 UTC  (12+ messages)
` [PATCH 1/4] pcie: qcom: Fix the macro PARF_SLV_ADDR_SPACE_SIZE_2_3_3
` [PATCH 2/4] dt-bindings: clock: qcom: Add reset for WCSSAON
` [PATCH 3/4] clk: qcom: Add WCSSAON reset
` [PATCH 4/4] dts: Reserve memory region for NSS and TZ

[RFC PATCH v8 00/10] Create common DPLL configuration API
 2023-06-23  7:48 UTC  (28+ messages)
` [RFC PATCH v8 03/10] dpll: core: Add DPLL framework base functions
` [RFC PATCH v8 04/10] dpll: netlink: "
` [RFC PATCH v8 08/10] ice: implement dpll interface to control cgu

next: arm: drivers/clk/imx/clk-imx1.c:13:10: fatal error: 'soc/imx/timer.h' file not found
 2023-06-23  7:38 UTC  (3+ messages)

[PATCH] clk: imx: Drop inclusion of unused header <soc/imx/timer.h>
 2023-06-23  7:19 UTC 

[PATCH 0/2] SC8280XP clock runtime pm
 2023-06-22 20:38 UTC  (2+ messages)

[PATCH] clk: meson: pll: remove unneeded semicolon
 2023-06-22 18:59 UTC  (2+ messages)

[PATCH v3 0/3] clk: nuvoton: Use clk_parent_data instead and add a header file
 2023-06-22 15:11 UTC  (5+ messages)
` [PATCH v3 1/3] clk: nuvoton: Add clk-ma35d1.h for driver extern functions
` [PATCH v3 2/3] clk: nuvoton: Update all constant hex values to lowercase
` [PATCH v3 3/3] clk: nuvoton: Use clk_parent_data instead of string for parent clock

[PATCH v2 00/19] clk: meson: move all private clk IDs to public dt-bindings headers
 2023-06-22 14:00 UTC  (6+ messages)
` [PATCH v2 04/19] clk: meson: migrate a1 clock drivers out of hw_onecell_data to drop NR_CLKS
` [PATCH v2 17/19] clk: meson: a1: move bindings include to main driver

[PATCH v4 1/2] dt-bindings: clock: fixed-clock: Add nvmem support
 2023-06-22 11:41 UTC  (3+ messages)

[PATCH v2 0/2] clk: nuvoton: Use clk_parent_data instead and add a header file
 2023-06-22 10:10 UTC  (7+ messages)
` [PATCH v2 1/2] clk: nuvoton: Add clk-ma35d1.h for driver extern functions
` [PATCH v2 2/2] clk: nuvoton: Use clk_parent_data instead of string for parent clock

[PATCH v1 0/7] Add support for various features to i.MX6 bindings
 2023-06-22  9:11 UTC  (11+ messages)
` [PATCH v2 1/5] dt-bindings: mmc: fsl-imx-esdhc: Add imx6ul support
` [PATCH v2 2/5] dt-bindings: timer: gpt: Add i.MX6UL support
` [PATCH v2 3/5] dt-bindings: timer: gpt: Support 3rd clock for i.MX6DL
` [PATCH v2 4/5] dt-bindings: clock: imx6ul: Support optional enet*_ref_pad clocks
` [PATCH v2 5/5] dt-bindings: input: touchscreen: edt-ft5x06: Add 'threshold' property

[RFC PATCH v8 00/10] Create common DPLL configuration API
 2023-06-22  7:54 UTC 

[PATCH 0/3] Fix up 8280 GCC GDSCs
 2023-06-22  1:55 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: clock: qcom,gcc-sc8280xp: Add missing GDSCs

[PATCH v3 00/10] clk: qcom: convert mdm9615 to parent_hws/_data
 2023-06-21 14:15 UTC  (4+ messages)
` [PATCH v3 08/10] clk: qcom: gcc-mdm9615: drop the cxo clock

[PATCH 0/5] spi: Add CSI support for Renesas RZ/V2M
 2023-06-21 14:09 UTC  (2+ messages)
` [PATCH 2/5] clk: renesas: r9a09g011: Add CSI related clocks

[PATCH v5 0/9] mips: ralink: add complete clock and reset driver for mtmips SoCs
 2023-06-21 14:07 UTC  (2+ messages)

[PATCH V2 00/13] Add multipd remoteproc support
 2023-06-21 11:39 UTC  (12+ messages)
` [PATCH V2 01/13] dt-bindings: remoteproc: qcom: Add support for multipd model

bounds of pdiv in clk-pll14xx.c
 2023-06-21 11:24 UTC 

[PATCH 0/9] Enable IPQ5332 USB2
 2023-06-21 11:05 UTC  (11+ messages)
` [PATCH 2/9] dt-bindings: phy: qcom,m31: Document qcom,m31 USB phy
` [PATCH 3/9] phy: qcom-m31: Introduce qcom,m31 USB phy driver

[PATCH 2/4] dt-bindings: clock: Add Intel Agilex5 clocks and resets
 2023-06-21 10:45 UTC  (2+ messages)

[PATCH] dt-bindings: clock: ast2600: Add I3C and MAC reset definitions
 2023-06-21 10:11 UTC  (2+ messages)

[PATCH 00/11] clk: at91: add support for parent_data and parent_hw
 2023-06-21  9:41 UTC  (2+ messages)

[GIT PULL] Microchip clock updates for 6.5 #2
 2023-06-21  9:41 UTC 

[PATCH 00/18] ARM: qcom: apq8064: support CPU frequency scaling
 2023-06-21  8:51 UTC  (9+ messages)
` [PATCH 01/18] dt-bindings: opp: opp-v2-kryo-cpu: support Qualcomm Krait SoCs
` [PATCH 03/18] dt-bindings: soc: qcom: qcom,saw2: define optional regulator node

[PATCH v15 0/5] Enable IPQ9754 USB
 2023-06-21  7:50 UTC  (3+ messages)
` [PATCH v15 5/5] arm64: dts: qcom: ipq9574: Enable USB

[PATCH 3/6] clk: meson: t7: add peripheral clock controller
 2023-06-21  4:41 UTC 

[PATCH 1/2] clk: qcom: mmcc-msm8974: use clk_rcg2_shared_ops for mdp_clk_src clock
 2023-06-20 20:03 UTC  (2+ messages)
` (subset) "

[PATCH] clk: fix typo in clk_hw_register_fixed_rate_parent_data() macro
 2023-06-20 19:27 UTC  (2+ messages)

[PATCH v2] clk: Fix memory leak in devm_clk_notifier_register()
 2023-06-20 19:03 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