linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-22 21:08:11 to 2020-04-28 16:22:01 UTC [more...]

[PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipeline
 2020-04-28 16:21 UTC  (21+ messages)
` [PATCH v2 03/91] dt-bindings: clock: Add a binding for the RPi Firmware clocks
` [PATCH v2 05/91] clk: bcm: rpi: Allow the driver to be probed by DT
` [PATCH v2 06/91] clk: bcm: rpi: Statically init clk_init_data
` [PATCH v2 07/91] clk: bcm: rpi: Use clk_hw_register for pllb_arm
` [PATCH v2 08/91] clk: bcm: rpi: Remove global pllb_arm clock pointer
` [PATCH v2 09/91] clk: bcm: rpi: Make sure pllb_arm is removed
` [PATCH v2 10/91] clk: bcm: rpi: Remove pllb_arm_lookup global pointer
` [PATCH v2 11/91] clk: bcm: rpi: Switch to clk_hw_register_clkdev
` [PATCH v2 12/91] clk: bcm: rpi: Make sure the clkdev lookup is removed
` [PATCH v2 13/91] clk: bcm: rpi: Create a data structure for the clocks
` [PATCH v2 14/91] clk: bcm: rpi: Add clock id to data
` [PATCH v2 15/91] clk: bcm: rpi: Pass the clocks data to the firmware function
` [PATCH v2 16/91] clk: bcm: rpi: Rename is_prepared function
` [PATCH v2 17/91] clk: bcm: rpi: Split pllb clock hooks
` [PATCH v2 18/91] clk: bcm: rpi: Make the PLLB registration function return a clk_hw
` [PATCH v2 19/91] clk: bcm: rpi: Add DT provider for the clocks
` [PATCH v2 20/91] clk: bcm: rpi: Discover the firmware clocks
` [PATCH v2 25/91] clk: bcm: Add BCM2711 DVP driver
` [PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipelin

[PATCH 1/8] dt-bindings: clock: Convert ingenic,cgu.txt to YAML
 2020-04-28 14:10 UTC  (10+ messages)
` [PATCH 2/8] dt-bindings: intc: Convert ingenic,intc.txt "
` [PATCH 3/8] dt-bindings: pinctrl: Convert ingenic,pinctrl.txt "
` [PATCH 4/8] dt-bindings: memory: Convert ingenic,jz4780-nemc.txt "
` [PATCH 5/8] dt-bindings: mtd: Convert ingenic,jz4780-nand.txt "
` [PATCH 6/8] dt-bindings: i2c: Convert i2c-jz4780.txt "
` [PATCH 7/8] dt-bindings: serial: Convert ingenic,uart.txt "
` [PATCH 8/8] dt-bindings: display: Convert ingenic,lcd.txt "

[PATCH] clk: impd1: Look up clock-output-names
 2020-04-28 12:51 UTC  (3+ messages)

[PATCH v2 1/2] cpufreq: qoriq: convert to a platform driver
 2020-04-28 11:01 UTC  (2+ messages)

[PATCH] clk: imx8mp: Set the correct parent for audio_root_clk
 2020-04-28  8:15 UTC  (2+ messages)

[PATCH v2] clk: renesas: cpg-mssr: Add R8A7742 support
 2020-04-28  7:44 UTC  (2+ messages)

[PATCH] clk: renesas: rcar-gen2: Remove superfluous CLK_RENESAS_DIV6 selects
 2020-04-28  2:16 UTC  (2+ messages)

[PATCH V2 00/10] clk: imx: fixes and improve for i.MX8M
 2020-04-28  1:08 UTC  (24+ messages)
` [PATCH V2 01/10] arm64: dts: imx8m: assign clocks for A53
` [PATCH V2 02/10] clk: imx8m: drop clk_hw_set_parent "
` [PATCH V2 03/10] clk: imx: imx8mp: fix pll mux bit
` [PATCH V2 04/10] clk: imx8mp: Define gates for pll1/2 fixed dividers
` [PATCH V2 05/10] clk: imx8mp: use imx8m_clk_hw_composite_core to simplify code
` [PATCH V2 06/10] clk: imx8m: migrate A53 clk root to use composite core
` [PATCH V2 07/10] clk: imx: add mux ops for i.MX8M composite clk

clk_hw.init and -EPROBE_DEFER / driver re-load
 2020-04-27 19:57 UTC 

[PATCHv7 0/5] clk: agilex: add clock driver
 2020-04-27 15:43 UTC  (2+ messages)

[PATCH 00/14] Update omaps to use drivers/clocksource timers
 2020-04-27 15:23 UTC  (7+ messages)
` [PATCH 02/14] clocksource/drivers/timer-ti-dm: Add clockevent and clocksource support

[PATCH 00/10] Add RZ/G1H support
 2020-04-27 11:18 UTC  (30+ messages)
` [PATCH 01/10] dt-bindings: power: rcar-sysc: Document r8a7742 SYSC binding
` [PATCH 02/10] dt-bindings: power: rcar-sysc: Add r8a7742 power domain index macros
` [PATCH 03/10] soc: renesas: rcar-sysc: add R8A7742 support
` [PATCH 04/10] dt-bindings: reset: rcar-rst: Document r8a7742 reset module
` [PATCH 05/10] soc: renesas: rcar-rst: Add support for RZ/G1H
` [PATCH 06/10] dt-bindings: clock: renesas: cpg-mssr: Document r8a7742 binding
` [PATCH 07/10] clk: renesas: Add r8a7742 CPG Core Clock Definitions
` [PATCH 08/10] clk: renesas: cpg-mssr: Add R8A7742 support
` [PATCH 09/10] ARM: shmobile: r8a7742: Basic SoC support
` [PATCH 10/10] cpufreq: dt: Add support for r8a7742

[PATCH] clk: imx: introduce imx_clk_hw_critical
 2020-04-27  8:43 UTC  (8+ messages)

[PATCH 1/2] clk: qcom: gcc: Add GPU and NPU clocks for SM8150
 2020-04-27  4:55 UTC  (6+ messages)
` [PATCH 2/2] clk: qcom: gcc: Add missing UFS "

[PATCH v2 0/4] add mipi_csi_xx gate clocks for SC9863A
 2020-04-27  2:36 UTC  (2+ messages)

[RFC PATCH v10 0/9] Add Tegra driver for video capture
 2020-04-26  8:27 UTC  (47+ messages)
` [RFC PATCH v10 1/9] arm64: tegra: Fix sor powergate clocks and reset
` [RFC PATCH v10 2/9] arm64: tegra: Add reset-cells to mc
` [RFC PATCH v10 3/9] dt-bindings: clock: tegra: Add clk id for CSI TPG clock
` [RFC PATCH v10 4/9] clk: tegra: Add Tegra210 CSI TPG clock gate
` [RFC PATCH v10 5/9] dt-binding: tegra: Add VI and CSI bindings
` [RFC PATCH v10 7/9] MAINTAINERS: Add Tegra Video driver section
` [RFC PATCH v10 8/9] dt-bindings: reset: Add ID for Tegra210 VI reset
` [RFC PATCH v10 9/9] arm64: tegra: Add Tegra VI CSI support in device tree
  ` [RFC PATCH v10 6/9] media: tegra: Add Tegra210 Video input driver

[PATCH 1/5] dt-bindings: clk: Add Baikal-T1 CCU PLLs bindings
 2020-04-26  6:18 UTC  (7+ messages)
` [PATCH 4/5] clk: Add Baikal-T1 CCU PLLs driver

[DPU PATCH v5 0/5] Add support for DisplayPort driver on SnapDragon
 2020-04-24 17:13 UTC  (8+ messages)
` [DPU PATCH v5 1/5] dt-bindings: msm/dp: add bindings of DP/DP-PLL driver for Snapdragon
` [DPU PATCH v5 2/5] drm: add constant N value in helper file
` [DPU PATCH v5 4/5] drm/msm/dp: add support for DP PLL driver

[PATCH] clk: ti: am33xx: fix RTC clock parent
 2020-04-24 15:37 UTC  (2+ messages)

[PATCH 1/1] clk: ti: clkctrl: Fix Bad of_node_put within clkctrl_get_name
 2020-04-24 15:36 UTC  (2+ messages)

[PATCH AUTOSEL 5.6 17/38] clk: asm9260: fix __clk_hw_register_fixed_rate_with_accuracy typo
 2020-04-24 12:22 UTC 

[RFC PATCH v8 0/9] Add Tegra driver for video capture
 2020-04-24 12:02 UTC  (4+ messages)

[PATCH v3 00/13] Add generic MFD i.MX mix and audiomix support
 2020-04-24  6:27 UTC  (8+ messages)
` [PATCH v3 01/13] mfd: Add i.MX generic mix support
` [PATCH v3 12/13] reset: imx: Add audiomix reset controller support

[RFC PATCH v9 0/9] Add Tegra driver for video capture
 2020-04-24  2:12 UTC  (17+ messages)
  ` [RFC PATCH v9 6/9] media: tegra: Add Tegra210 Video input driver

imx8qxp-lpcg-clk: probe of 5a4a0000.clock-controller failed with error -110
 2020-04-23 19:59 UTC  (4+ messages)

[PATCH 00/17] Modularizing Versatile Express
 2020-04-23 16:58 UTC  (15+ messages)
` [PATCH 05/17] clk: versatile: Kill CONFIG_COMMON_CLK_VERSATILE
` [PATCH 06/17] clk: versatile: Only enable SP810 on 32-bit by default
` [PATCH 08/17] clk: vexpress-osc: Support building as a module
` [PATCH 15/17] vexpress: Move site master init to vexpress-config bus

[PATCH v3 0/2] Add Qualcomm MSM8939 GCC binding and driver
 2020-04-23 10:34 UTC  (2+ messages)
` [PATCH v3 1/2] clk: qcom: Add DT bindings for MSM8939 GCC

[RESEND PATCH 0/3] Add Qualcomm MSM8939 GCC binding and driver
 2020-04-23  2:06 UTC  (4+ messages)
` [PATCH 3/3] clk: qcom: gcc-msm8939: Make silicon specific updates for msm8939

[PATCH v2 0/2] Add Qualcomm MSM8939 GCC binding and driver
 2020-04-23  2:05 UTC  (2+ messages)
` [PATCH v2 1/2] clk: qcom: Add DT bindings for MSM8939 GCC

[RFC PATCH 00/16] ASoC/SOF/clk/gpio/dt: add Hifiberry DAC+ PRO support
 2020-04-22 21:08 UTC  (6+ messages)
` [RFC PATCH 12/16] clk: hifiberry-dacpro: add ACPI support


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