messages from 2023-03-08 21:35:50 to 2023-03-12 16:17:40 UTC [more...]
[PATCH 00/30] clk: Convert to platform remove callback returning void
2023-03-12 16:15 UTC (31+ messages)
` [PATCH 01/30] clk: mediatek: Make mtk_clk_simple_remove() return void
` [PATCH 02/30] clk: tegra: Don't warn three times about failure to unregister
` [PATCH 03/30] clk: xilinx: Drop if block with always false condition
` [PATCH 04/30] clk: axs10x: Convert to platform remove callback returning void
` [PATCH 05/30] clk: bcm: "
` [PATCH 06/30] clk: axi-clkgen: "
` [PATCH 07/30] clk: axm5516: "
` [PATCH 08/30] clk: fixed-factor: "
` [PATCH 09/30] clk: fixed-mmio: "
` [PATCH 10/30] clk: fixed-rate: "
` [PATCH 11/30] clk: hsdk-pll: "
` [PATCH 12/30] clk: palmas: "
` [PATCH 13/30] clk: pwm: "
` [PATCH 14/30] clk: s2mps11: "
` [PATCH 15/30] clk: scpi: "
` [PATCH 16/30] clk: stm32mp1: "
` [PATCH 17/30] clk: hisilicon: "
` [PATCH 18/30] clk: keystone: "
` [PATCH 19/30] clk: mediatek: "
` [PATCH 20/30] clk: mmp: "
` [PATCH 21/30] clk: mvebu: "
` [PATCH 22/30] clk: qcom: "
` [PATCH 23/30] clk: renesas: "
` [PATCH 24/30] clk: samsung: "
` [PATCH 25/30] clk: stm32: "
` [PATCH 26/30] clk: tegra: "
` [PATCH 27/30] clk: ti: "
` [PATCH 28/30] clk: uniphier: "
` [PATCH 29/30] clk: x86: "
` [PATCH 30/30] clk: xilinx: "
[PATCH v5 00/21] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
2023-03-12 14:00 UTC (29+ messages)
` [PATCH v5 01/21] clk: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE
` [PATCH v5 02/21] clk: starfive: Factor out common JH7100 and JH7110 code
` [PATCH v5 03/21] clk: starfive: Rename clk-starfive-jh7100.h to clk-starfive-jh71x0.h
` [PATCH v5 04/21] clk: starfive: Rename "jh7100" to "jh71x0" for the common code
` [PATCH v5 05/21] reset: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE
` [PATCH v5 06/21] reset: Create subdirectory for StarFive drivers
` [PATCH v5 07/21] reset: starfive: Factor out common JH71X0 reset code
` [PATCH v5 08/21] reset: starfive: Extract the "
` [PATCH v5 09/21] reset: starfive: Rename "jh7100" to "jh71x0" for the common code
` [PATCH v5 10/21] reset: starfive: jh71x0: Use 32bit I/O on 32bit registers
` [PATCH v5 11/21] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
` [PATCH v5 12/21] dt-bindings: clock: Add StarFive JH7110 always-on "
` [PATCH v5 13/21] clk: starfive: Add StarFive JH7110 system clock driver
` [PATCH v5 14/21] clk: starfive: Add StarFive JH7110 always-on "
` [PATCH v5 15/21] reset: starfive: Add StarFive JH7110 reset driver
` [PATCH v5 16/21] dt-bindings: timer: Add StarFive JH7110 clint
` [PATCH v5 17/21] dt-bindings: interrupt-controller: Add StarFive JH7110 plic
` [PATCH v5 18/21] dt-bindings: riscv: Add SiFive S7 compatible
` [PATCH v5 19/21] riscv: dts: starfive: Add initial StarFive JH7110 device tree
` [PATCH v5 20/21] riscv: dts: starfive: Add StarFive JH7110 pin function definitions
` [PATCH v5 21/21] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree
[PATCH v1] clk: imx6ul: fix "failed to get parent" error
2023-03-12 12:57 UTC (3+ messages)
[PATCH RFC v6 0/6] Create common DPLL/clock configuration API
2023-03-12 2:28 UTC (7+ messages)
` [PATCH RFC v6 1/6] dpll: spec: Add Netlink spec in YAML
` [PATCH RFC v6 2/6] dpll: Add DPLL framework base functions
` [PATCH RFC v6 3/6] dpll: documentation on DPLL subsystem interface
` [PATCH RFC v6 4/6] ice: add admin commands to access cgu configuration
` [PATCH RFC v6 5/6] ice: implement dpll interface to control cgu
` [PATCH RFC v6 6/6] ptp_ocp: implement DPLL ops
[PATCH 0/8] clk: Add kunit tests for fixed rate and parent data
2023-03-11 6:42 UTC (16+ messages)
` [PATCH 1/8] dt-bindings: Add linux,kunit binding
` [PATCH 2/8] of: Enable DTB loading on UML for KUnit tests
` [PATCH 3/8] kunit: Add test managed platform_device/driver APIs
` [PATCH 4/8] clk: Add test managed clk provider/consumer APIs
[linux-next:master] BUILD REGRESSION 24469a0e5052ba01a35a15f104717a82b7a4798b
2023-03-10 23:40 UTC
[PATCH] clk: avoid build failure on CLK_OF_DECLARE() with invalid name
2023-03-10 17:21 UTC (2+ messages)
[PATCH 0/7] clk: samsung: Enable PM in Exynos850 clk driver
2023-03-10 14:51 UTC (10+ messages)
` [PATCH 1/7] dt-bindings: clock: exynos850: Add power-domains property
` [PATCH 2/7] dt-bindings: clock: exynos850: Add tzpc property
` [PATCH 3/7] clk: samsung: Implement PM SMC calls for ARM64 Exynos SoCs
` [PATCH 4/7] clk: samsung: exynos850: Make PMU_ALIVE_PCLK critical
` [PATCH 5/7] clk: samsung: exynos850: Add suspend state for all CMUs
` [PATCH 6/7] clk: samsung: exynos850: Enable PM support in clk-exynos850
` [PATCH 7/7] arm64: dts: exynos: Remove clock from Exynos850 pmu_system_controller
[PATCH] clk: Use of_property_present() for testing DT property presence
2023-03-10 14:47 UTC
[PATCH] clk: microchip: Use of_property_read_bool() for boolean properties
2023-03-10 14:47 UTC
[PATCH v2 0/4] Renesas r9a06g032 clock table improvements
2023-03-10 13:56 UTC (9+ messages)
` [PATCH v2 1/4] clk: renesas: r9a06g032: improve readability
` [PATCH v2 2/4] clk: renesas: r9a06g032: drop unused fields
` [PATCH v2 3/4] clk: renesas: r9a06g032: document structs
` [PATCH v2 4/4] clk: renesas: r9a06g032: improve clock tables
[PATCH v3 0/2] Add pm_runtime support to SM6350 camcc
2023-03-10 9:39 UTC (6+ messages)
` [PATCH v3 1/2] clk: qcom: camcc-sm6350: add pm_runtime support
[PATCH v2 0/3] Add Versa3 clock generator support
2023-03-10 9:02 UTC (5+ messages)
` [PATCH v2 1/3] dt-bindings: clock: Add Renesas versa3 clock generator bindings
` [PATCH v2 2/3] drivers: clk: Add support for versa3 clock driver
[PATCH v13 2/2] clk: clk-loongson2: add clock controller driver support
2023-03-10 8:42 UTC (10+ messages)
[PATCH v3 1/4] clk: rs9: Check for vendor/device ID
2023-03-10 7:55 UTC (4+ messages)
` [PATCH v3 2/4] dt-bindings: clk: rs9: Add 9FGV0441
` [PATCH v3 3/4] clk: rs9: Support device specific dif bit calculation
` [PATCH v3 4/4] clk: rs9: Add support for 9FGV0441
[PATCH 1/1] clk: rs9: Fix suspend/resume
2023-03-10 7:49 UTC
[PATCH v4 00/19] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
2023-03-10 7:48 UTC (21+ messages)
` [PATCH v4 10/19] dt-bindings: clock: Add StarFive JH7110 always-on clock and reset generator
` [PATCH v4 12/19] clk: starfive: Add StarFive JH7110 always-on clock driver
[PATCH v13 1/2] dt-bindings: clock: add loongson-2 boot clock index
2023-03-10 2:07 UTC (11+ messages)
[PATCH] clk: Avoid invalid function names in CLK_OF_DECLARE()
2023-03-09 23:39 UTC (3+ messages)
[PATCH v1 0/5] Convert users of SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
2023-03-09 20:44 UTC (6+ messages)
` [PATCH v1 1/5] clk: microchip: convert "
` [PATCH v1 2/5] i2c: microchip-core: "
` [PATCH v1 3/5] mailbox: mpfs: "
` [PATCH v1 4/5] rtc: "
` [PATCH v1 5/5] usb: musb: "
[PATCH v15 0/1] Introduce Nuvoton Arbel NPCM8XX BMC SoC
2023-03-09 19:44 UTC (2+ messages)
` [PATCH v15 1/1] clk: npcm8xx: add clock controller
[PATCH v9 0/5] add Amlogic A1 clock controller drivers
2023-03-09 18:58 UTC (11+ messages)
` [PATCH v9 2/5] clk: meson: a1: add Amlogic A1 PLL clock controller driver
` [PATCH v9 4/5] clk: meson: a1: add Amlogic A1 Peripherals "
imx6ul: Recent enet refclock changes breaks custom i.mx6ull board
2023-03-09 16:59 UTC (10+ messages)
[PATCH 00/20] MODULE_LICENSE removals, fifth tranche
2023-03-09 16:14 UTC (2+ messages)
[PATCH RFC 0/3] Add Versa3 clock generator support
2023-03-09 15:15 UTC (22+ messages)
` [PATCH RFC 1/3] dt-bindings: clock: Add Renesas versa3 clock generator bindings
` [PATCH RFC 2/3] drivers: clk: Add support for versa3 clock driver
[linux-next:master] BUILD REGRESSION 2c6433e9294b6d0f4d8f08c3c70a3eac434d3ec8
2023-03-09 14:36 UTC
[PATCH v5 00/19] MediaTek MT8188 clock support
2023-03-09 11:25 UTC (21+ messages)
` [PATCH v5 19/19] clk: mediatek: Add MT8188 adsp "
` [PATCH v5 16/19] clk: mediatek: Add MT8188 vppsys1 "
` [PATCH v5 15/19] clk: mediatek: Add MT8188 vppsys0 "
` [PATCH v5 12/19] clk: mediatek: Add MT8188 vdosys0 "
` [PATCH v5 11/19] clk: mediatek: Add MT8188 vdecsys "
` [PATCH v5 14/19] clk: mediatek: Add MT8188 vencsys "
` [PATCH v5 10/19] clk: mediatek: Add MT8188 mfgcfg "
` [PATCH v5 02/19] clk: mediatek: Add MT8188 apmixedsys "
[PATCH V6 0/9] Add minimal boot support for IPQ5332
2023-03-09 4:47 UTC (6+ messages)
` [PATCH V6 7/9] dt-bindings: firmware: qcom,scm: document IPQ5332 SCM
[PATCH v3 0/7] MediaTek Frequency Hopping: MT6795/8173/92/95
2023-03-09 4:26 UTC (2+ messages)
[PATCH RFT v2 00/14] SMD RPMCC sleep preparations
2023-03-09 1:25 UTC (27+ messages)
` [PATCH RFT v2 01/14] dt-bindings: clock: qcom,rpmcc: Add a way to enable unused clock cleanup
` [PATCH RFT v2 02/14] clk: qcom: smd-rpm: Add .is_enabled hook
` [PATCH RFT v2 03/14] clk: qcom: smd-rpm: Add .is_prepared hook
` [PATCH RFT v2 04/14] clk: qcom: smd-rpm_ Make __DEFINE_CLK_SMD_RPM_BRANCH_PREFIX accept flags
` [PATCH RFT v2 05/14] clk: qcom: smd-rpm: Make DEFINE_CLK_SMD_RPM_BRANCH_A "
` [PATCH RFT v2 06/14] clk: qcom: smd-rpm: Make BI_TCXO_AO critical
` [PATCH RFT v2 07/14] clk: qcom: smd-rpm: Make __DEFINE_CLK_SMD_RPM_PREFIX accept flags
` [PATCH RFT v2 08/14] clk: qcom: smd-rpm: Separate out a macro for defining an AO clock
` [PATCH RFT v2 09/14] clk: qcom: smd-rpm: Add support for keepalive votes
` [PATCH RFT v2 10/14] clk: qcom: smd-rpm: Introduce DEFINE_CLK_SMD_RPM_BUS_KEEPALIVE
` [PATCH RFT v2 11/14] clk: qcom: smd-rpm: Hook up PCNoC_0 keep_alive
` [PATCH RFT v2 12/14] clk: qcom: smd-rpm: Hook up CNoC_1 and SNoC_2 keep_alive
` [PATCH RFT v2 13/14] clk: qcom: smd-rpm: Mark clock enabled in clk_smd_rpm_handoff()
` [PATCH RFT v2 14/14] arm64: dts: qcom: msm8996: Enable rpmcc unused clk disablement
[PATCH] clk: imx: clk-gpr-mux: Provide clock name in error message
2023-03-09 1:10 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).