public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-22 13:32:26 to 2021-11-30 17:34:59 UTC [more...]

[PATCH] clk: mediatek: mt6765: Fix a NULL pointer dereference in clk_mt6765_top_probe()
 2021-11-30 17:34 UTC 

[PATCH] clk: mediatek: mt2712: Fix a NULL pointer dereference in clk_mt2712_top_init_early()
 2021-11-30 17:32 UTC 

[PATCH v3 00/13] add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2021-11-30 15:41 UTC  (38+ messages)
` [PATCH v3 01/13] ARM: imx: add initial support for i.MXRT10xx family
` [PATCH v3 02/13] dt-bindings: pinctrl: add i.MXRT1050 pinctrl binding doc
` [PATCH v3 03/13] ARM: dts: imxrt1050-pinfunc: Add pinctrl binding header
` [PATCH v3 04/13] pinctrl: freescale: Add i.MXRT1050 pinctrl driver support
` [PATCH v3 05/13] dt-bindings: imx: Add clock binding for i.MXRT1050
` [PATCH v3 06/13] dt-bindings: clock: imx: Add documentation for i.MXRT clock
` [PATCH v3 07/13] clk: imx: Add initial support for i.MXRT clock driver
` [PATCH v3 08/13] dt-bindings: serial: fsl-lpuart: add i.MXRT compatible
` [PATCH v3 09/13] tty: serial: fsl_lpuart: add i.MXRT support
` [PATCH v3 10/13] dt-bindings: mmc: fsl-imx-esdhc: add i.MXRT compatible string
` [PATCH v3 11/13] mmc: sdhci-esdhc-imx: Add sdhc support for i.MXRT series
` [PATCH v3 12/13] ARM: dts: imx: add i.MXRT1050-EVK support
` [PATCH v3 13/13] ARM: imxrt_defconfig: add i.MXRT family defconfig

[PATCH v6 0/2] CLK: microchip: Add clkcfg driver for Microchip PolarFire SoC
 2021-11-30 14:07 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: clk: microchip: Add Microchip PolarFire host binding
` [PATCH v6 2/2] clk: microchip: Add driver for Microchip PolarFire SoC

[PATCH v3] clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBB
 2021-11-30 13:38 UTC  (2+ messages)

[PATCH] clk: x86: Fix a wild pointer dereference in fch_clk_probe()
 2021-11-30 11:15 UTC 

[PATCH] clk: mediatek: mt8516: Fix a NULL pointer dereference in mtk_apmixedsys_init()
 2021-11-30 11:04 UTC 

[PATCH] clk: mediatek: mt8183: Fix a NULL pointer dereference in clk_mt8183_apmixed_probe()
 2021-11-30 10:14 UTC 

[PATCH] clk: mediatek: mt8173: Fix a NULL pointer dereference in mtk_infrasys_init()
 2021-11-30 10:06 UTC 

[PATCH] clk: mediatek: mt8167: Fix a NULL pointer dereference in mtk_apmixedsys_init()
 2021-11-30  9:57 UTC 

[PATCH] clk: mediatek: mt8135: Fix a NULL pointer dereference in mtk_infrasys_init()
 2021-11-30  9:54 UTC 

[PATCH] clk: mediatek: mt7629: Fix a NULL pointer dereference in mtk_infrasys_init()
 2021-11-30  9:51 UTC 

[PATCH] clk: mediatek: mt7622: Fix a NULL pointer dereference in mtk_infrasys_init()
 2021-11-30  9:34 UTC 

[PATCH] clk: mediatek: mt6797: Fix a NULL pointer dereference in mtk_infrasys_init_early()
 2021-11-30  9:27 UTC 

[PATCH] clk: mediatek: mt6779: Fix a NULL pointer dereference in clk_mt6779_apmixed_probe()
 2021-11-30  9:24 UTC 

[PATCH] clk: mediatek: mt6765: Fix a NULL pointer dereference in clk_mt6765_apmixed_probe()
 2021-11-30  9:17 UTC 

[PATCH] clk: mediatek: mt2701: Fix a NULL pointer dereference in mtk_infrasys_init_early()
 2021-11-30  8:54 UTC 

[PATCH] clk: mediatek: mt2712: Fix a NULL pointer dereference in clk_mt2712_apmixed_probe()
 2021-11-30  9:02 UTC 

[PATCH 1/2] dt-bindings: clock: Add support for the MSM8226 mmcc
 2021-11-29 21:20 UTC  (2+ messages)

[PATCH] [RFC] dt-bindings: clk: Introduce 'critical-clocks' property
 2021-11-29 20:18 UTC  (2+ messages)

[PATCH v7 16/16] clk: scmi: Support atomic clock enable/disable API
 2021-11-29 19:11 UTC 

[PATCH v6 00/15] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-11-29 15:35 UTC  (31+ messages)
` [PATCH v6 01/15] ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 device
` [PATCH v6 02/15] i2c: acpi: Use acpi_dev_ready_for_enumeration() helper
` [PATCH v6 03/15] i2c: acpi: Add i2c_acpi_new_device_by_fwnode() function
` [PATCH v6 04/15] platform_data: Add linux/platform_data/tps68470.h file
` [PATCH v6 05/15] regulator: Introduce tps68470-regulator driver
` [PATCH v6 06/15] clk: Introduce clk-tps68470 driver
` [PATCH v6 07/15] platform/x86: int3472: Enable I2c daisy chain
` [PATCH v6 08/15] platform/x86: int3472: Split into 2 drivers
` [PATCH v6 09/15] platform/x86: int3472: Add get_sensor_adev_and_name() helper
` [PATCH v6 10/15] platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regulator MFD-cell
` [PATCH v6 11/15] platform/x86: int3472: Pass tps68470_regulator_platform_data "
` [PATCH v6 12/15] platform/x86: int3472: Deal with probe ordering issues
` [PATCH v6 13/15] media: ipu3-cio2: Defer probing until the PMIC is fully setup
` [PATCH v6 14/15] media: ipu3-cio2: Call cio2_bridge_init() before anything else
` [PATCH v6 15/15] media: ipu3-cio2: Add support for instantiating i2c-clients for VCMs

[PATCH v5 06/13] dt-bindings: Add en7523-scu device tree binding documentation
 2021-11-29 15:33 UTC  (2+ messages)
` [PATCH v5 07/13] clk: en7523: Add clock driver for Airoha EN7523 SoC

[PATCH] clk: Fix children not voting entire parent chain during init
 2021-11-29 18:14 UTC  (2+ messages)

[PATCH v4 06/12] dt-bindings: Add en7523-scu device tree binding documentation
 2021-11-28 23:31 UTC  (4+ messages)
` [PATCH v4 07/12] clk: en7523: Add clock driver for Airoha EN7523 SoC

[PATCH v5 0/6] Add Pdc, GCC and RPMh clock support for SDX65
 2021-11-28 23:14 UTC  (9+ messages)
` [PATCH v5 1/6] dt-bindings: clock: Add SDX65 GCC clock bindings
` [PATCH v5 2/6] clk: qcom: Add LUCID_EVO PLL type for SDX65
` [PATCH v5 3/6] clk: qcom: Add SDX65 GCC support
` [PATCH v5 6/6] dt-bindings: clock: Introduce pdc bindings for SDX65

[PATCH v15 00/39] NVIDIA Tegra power management patches for 5.17
 2021-11-28 22:03 UTC  (6+ messages)
` [PATCH v15 12/39] drm/tegra: gr2d: Support generic power domain and runtime PM

[PATCH v4 00/16] Basic StarFive JH7100 RISC-V SoC support
 2021-11-28 18:19 UTC  (3+ messages)

[PATCH] clk/ti/adpll: Make const pointer error a static const array
 2021-11-27 17:30 UTC 

[PATCH 1/2] dt-bindings: clock: exynos850: Add bindings for Exynos850 sysreg clocks
 2021-11-27 13:18 UTC  (4+ messages)
` [PATCH 2/2] clk: samsung: exynos850: Add missing "

[PATCH] clk: stm32mp1: remove redundant assignment to pointer data
 2021-11-26 22:12 UTC 

[PATCH v10 0/3] Add driver for lan966x Generic Clock Controller
 2021-11-26  5:09 UTC  (3+ messages)

[PATCH 00/10] ASPEED SD/eMMC controller clock configuration
 2021-11-26  2:27 UTC  (4+ messages)
` [PATCH 01/10] clk: aspeed: ast2600: Porting sdhci clock source

[PATCH v5 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-11-25 15:01 UTC  (3+ messages)
` [PATCH v5 05/11] clk: Introduce clk-tps68470 driver
    ` 

[PATCH v5 2/2 resend] clk: microchip: Add driver for Microchip PolarFire SoC
 2021-11-25 13:53 UTC  (3+ messages)

[PATCH v3 0/7] x86: clk: clk-fch: Enhanced 48Mhz fixed clk support
 2021-11-25 12:50 UTC  (9+ messages)
` [PATCH v3 1/7] x86: clk: Add check for PCI root port for fch "
` [PATCH v3 2/7] drivers: acpi: acpi_apd: Remove unused device property "is-rv"
` [PATCH v3 3/7] ACPI: APD: Add a fmw property clk-name
` [PATCH v3 4/7] clk: x86: Use dynamic con_id string during clk registration
` [PATCH v3 5/7] clk: x86: Fix clk_gate_flags for RV_CLK_GATE
` [PATCH v3 6/7] drivers: x86: clk-fch: Add 48MHz fixed clk support on Renoir platform
` [PATCH v3 7/7] drivers: x86: clk-fch: Add 48MHz fixed clk support on Stoneyridge

[PATCH v4 0/7] Add support for newer family of AMD's SOC
 2021-11-25 11:04 UTC  (8+ messages)
` [PATCH v4 1/7] x86: clk: clk-fch: "
` [PATCH v4 2/7] drivers: acpi: acpi_apd: Remove unused device property "is-rv"
` [PATCH v4 3/7] ACPI: APD: Add a fmw property clk-name
` [PATCH v4 4/7] clk: x86: Use dynamic con_id string during clk registration
` [PATCH v4 5/7] clk: x86: Fix clk_gate_flags for RV_CLK_GATE
` [PATCH v4 6/7] drivers: x86: clk-fch: Add 48MHz fixed clk support on Renoir platform
` [PATCH v4 7/7] drivers: x86: clk-fch: Add 48MHz fixed clk support on Stoneyridge

[PATCH 00/17] Non-const bitfield helper conversions
 2021-11-24 15:21 UTC  (41+ messages)
` [PATCH 01/17] bitfield: Add non-constant field_{prep,get}() helpers
` [PATCH 02/17] clk: renesas: Use bitfield helpers
` [PATCH/RFC 03/17] soc: "
` [PATCH/RFC 04/17] ARM: OMAP2+: "
` [PATCH/RFC 05/17] bus: omap_l3_noc: "
` [PATCH/RFC 06/17] clk: ti: "
` [PATCH/RFC 07/17] iio: st_sensors: "
` [PATCH/RFC 08/17] iio: humidity: hts221: "
` [PATCH/RFC 09/17] iio: imu: st_lsm6dsx: "
` [PATCH/RFC 10/17] media: ti-vpe: cal: "
` [PATCH/RFC 11/17] mmc: sdhci-of-aspeed: "
` [PATCH/RFC 12/17] pinctrl: aspeed: "
` [PATCH/RFC 13/17] pinctl: ti: iodelay: "
` [PATCH/RFC 14/17] regulator: ti-abb: "
` [PATCH/RFC 15/17] thermal/ti-soc-thermal: "
` [PATCH/RFC 16/17] ALSA: ice1724: "
` [PATCH/RFC 17/17] rtw89: "

[PATCH] clk: qcom: clk-alpha-pll: Don't reconfigure running Trion
 2021-11-24 10:46 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v6] clk: Add write operation for clk_parent debugfs node
 2021-11-23 17:43 UTC  (5+ messages)

clk & clock-controller@ DT nodes: __clk_core_init: clk clock-controller already initialized
 2021-11-23 12:09 UTC  (3+ messages)

[PATCH v2] clk: renesas: r9a07g044: Add TSU clock and reset entry
 2021-11-23 11:25 UTC  (2+ messages)

[PATCH 1/2] clk: imx8mp: Remove IPG_AUDIO_ROOT from imx8mp-clock.h
 2021-11-23  5:51 UTC  (5+ messages)
` [PATCH 2/2] clk: imx8mp: Fix the parent clk of the audio_root_clk

[PATCH v2 00/13] Add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2021-11-23  4:31 UTC  (5+ messages)
` [PATCH v2 11/13] mmc: sdhci-esdhc-imx: Add sdhc support for i.MXRT series

[PATCH v6 16/16] clk: scmi: Support atomic clock enable/disable API
 2021-11-22 23:06 UTC 

[PATCH v2 1/1] clk: samsung: exynos850: Register clocks early
 2021-11-22 22:04 UTC  (2+ messages)

[PATCH 0/6] clk: samsung: exynos850: Clock driver improvements
 2021-11-22 14:28 UTC  (4+ messages)
  ` [PATCH 5/6] clk: samsung: exynos850: Register clocks early

[PATCH v3 00/16] Basic StarFive JH7100 RISC-V SoC support
 2021-11-22 14:02 UTC  (6+ messages)
` [PATCH v3 11/16] dt-bindings: pinctrl: Add StarFive JH7100 bindings

[PATCH] clk: imx: Use div64_ul instead of do_div
 2021-11-22 13:34 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] clk: imx8mn: Fix imx8mn_clko1_sels
 2021-11-22 13:32 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