linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-21 15:27:01 to 2022-04-23 10:29:21 UTC [more...]

[PATCH V3 00/17] Cleanup MediaTek clk reset drivers and support MT8192/MT8195
 2022-04-23 10:29 UTC  (22+ messages)
` [PATCH V3 01/17] clk: mediatek: reset: Add reset.h
` [PATCH V3 02/17] clk: mediatek: reset: Fix written reset bit offset
` [PATCH V3 03/17] clk: mediatek: reset: Refine and reorder functions in reset.c
` [PATCH V3 04/17] clk: mediatek: reset: Extract common drivers to update function
` [PATCH V3 05/17] clk: mediatek: reset: Merge and revise reset register function
` [PATCH V3 06/17] clk: mediatek: reset: Revise structure to control reset register
` [PATCH V3 07/17] clk: mediatek: reset: Add return for clock reset register function
` [PATCH V3 08/17] clk: mediatek: reset: Add new register reset function with device
` [PATCH V3 09/17] clk: mediatek: reset: Add support for input offset and bit from DT
` [PATCH V3 10/17] clk: mediatek: reset: Add reset support for simple probe
` [PATCH V3 11/17] dt-bindings: arm: mediatek: Add #reset-cells property for MT8192-sys-clock
` [PATCH V3 12/17] dt-binding: mt8192: Add infra_ao reset bit
` [PATCH V3 13/17] dt-bindings: arm: mediatek: Add #reset-cells property for MT8195-sys-clock
` [PATCH V3 14/17] dt-binding: mt8195: Add infra_ao reset bit
` [PATCH V3 15/17] clk: mediatek: reset: Add infra_ao reset support for MT8192
` [PATCH V3 16/17] clk: mediatek: reset: Add infra_ao reset support for MT8195
` [PATCH V3 17/17] arm64: dts: mediatek: Add infra #reset-cells property for MT8192

[PATCHv1 00/19] Basic RK3588 Support
 2022-04-23 10:09 UTC  (31+ messages)
` [PATCHv1 01/19] dt-binding: clock: Document rockchip,rk3588-cru bindings
` [PATCHv1 02/19] clk: rockchip: add register offset of the cores select parent
` [PATCHv1 03/19] clk: rockchip: add pll type for RK3588
` [PATCHv1 04/19] clk: rockchip: clk-cpu: add mux setting for cpu change frequency
` [PATCHv1 05/19] clk: rockchip: add dt-binding header for rk3588
` [PATCHv1 07/19] dt-bindings: mmc: sdhci-of-dwcmhsc: Add rk3588
` [PATCHv1 08/19] mmc: sdhci-of-dwcmshc: add reset call back for rockchip Socs
` [PATCHv1 09/19] mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xx
` [PATCHv1 10/19] mmc: sdhci-of-dwcmshc: add support for rk3588
` [PATCHv1 11/19] dt-bindings: pinctrl: rockchip: add rk3588
` [PATCHv1 12/19] pinctrl/rockchip: add error handling for pull/drive register getters
` [PATCHv1 13/19] pinctrl/rockchip: add rk3588 support
` [PATCHv1 14/19] gpio: rockchip: add support for rk3588
` [PATCHv1 15/19] dt-bindings: serial: snps-dw-apb-uart: Add Rockchip RK3588
` [PATCHv1 16/19] dt-bindings: soc: rockchip: add initial rk3588 syscon compatibles
` [PATCHv1 17/19] arm64: dts: rockchip: Add rk3588s pinctrl data
` [PATCHv1 18/19] arm64: dts: rockchip: Add base DT for rk3588 SoC
` [PATCHv1 19/19] arm64: dts: rockchip: Add rk3588-evb1 board

[PATCH 0/7] Nuvoton WPCM450 clock and reset driver
 2022-04-23  9:56 UTC  (10+ messages)
` [PATCH 1/7] dt-bindings: timer: nuvoton,npcm7xx-timer: Allow specifying all clocks
` [PATCH 2/7] clocksource: timer-npcm7xx: Enable timer 1 clock before use
` [PATCH 3/7] watchdog: npcm: Enable clock if provided
` [PATCH 4/7] dt-bindings: clock: Add Nuvoton WPCM450 clock/reset controller
` [PATCH 5/7] ARM: dts: wpcm450: Add clock controller node
` [PATCH 6/7] clk: wpcm450: Add Nuvoton WPCM450 clock/reset controller driver
` [PATCH 7/7] ARM: dts: wpcm450: Switch clocks to clock controller

[PATCH 00/22] clk: More clock rate fixes and tests
 2022-04-23  9:17 UTC  (19+ messages)
` [PATCH 02/22] clk: tests: Add test suites description
` [PATCH 14/22] clk: Introduce clk_hw_init_rate_request()
` [PATCH 15/22] clk: Add missing clk_core_init_rate_req calls
` [PATCH 16/22] clk: Remove redundant clk_core_init_rate_req() call
` [PATCH 22/22] clk: Prevent a clock without a rate to register

[PATCH v2 1/2] dt-bindings: clock: Add Qualcomm SC8280XP GCC bindings
 2022-04-23  3:43 UTC  (6+ messages)
  ` [PATCH v2 2/2] clk: qcom: add sc8280xp GCC driver

[GIT PULL] clk: renesas: Updates for v5.19
 2022-04-23  2:40 UTC  (2+ messages)

[PATCH v2 00/10] clk: switch to simple i2c probe function
 2022-04-23  2:35 UTC  (21+ messages)
` [PATCH v2 01/10] clk: cdce706: use "
` [PATCH v2 02/10] clk: cdce925: use i2c_match_id and simple i2c probe
` [PATCH v2 03/10] clk: cs2000-cp: use simple i2c probe function
` [PATCH v2 04/10] clk: max9485: "
` [PATCH v2 05/10] clk: si514: "
` [PATCH v2 06/10] clk: si5341: "
` [PATCH v2 07/10] clk: si5351: use i2c_match_id and simple i2c probe
` [PATCH v2 08/10] clk: si544: "
` [PATCH v2 09/10] clk: si570: "
` [PATCH v2 10/10] clk: renesas-pcie: use simple i2c probe function

[PATCH] clk: meson: meson8b: fix a memory leak in meson8b_clkc_init_common()
 2022-04-23  2:25 UTC  (3+ messages)

[PATCH] clk: imx: scu: Fix pm_runtime_get_sync() error checking
 2022-04-23  2:23 UTC  (7+ messages)
  ` [PATCH v2] clk: imx: scu: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage

[PATCH v2 0/2] clk: keystone: Add support for AM62 specific ewpm-tbclk
 2022-04-23  2:07 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: clock: ehrpwm: Add AM62 specific compatible
` [PATCH v2 2/2] clk: keystone: syscon-clk: Add support for AM62 epwm-tbclk

[PATCH linux-next] clk: keystone: sci-clk: change `struct sci_clk **clk` to `struct sci_clk *clk`
 2022-04-23  2:06 UTC  (2+ messages)

[PATCH] clk: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-23  2:03 UTC  (3+ messages)

[PATCH] clk: actions: remove redundant assignment after a mask operation
 2022-04-23  2:01 UTC  (2+ messages)

[PATCH] clk: qcom: clk-rcg2: fix gfx3d frequency calculation
 2022-04-23  1:56 UTC  (4+ messages)

[PATCH v3 0/9] More PolarFire SoC Fixes for 5.18
 2022-04-23  1:42 UTC  (26+ messages)
` [PATCH v3 1/9] clk: microchip: mpfs: fix parents for FIC clocks
` [PATCH v3 2/9] clk: microchip: mpfs: mark CLK_ATHENA as critical
` [PATCH v3 3/9] riscv: dts: microchip: fix usage of fic clocks on mpfs
` [PATCH v3 4/9] dt-bindings: clk: mpfs document msspll dri registers
` [PATCH v3 5/9] dt-bindings: clk: mpfs: add defines for two new clocks
` [PATCH v3 6/9] dt-bindings: rtc: add refclk to mpfs-rtc
` [PATCH v3 7/9] clk: microchip: mpfs: re-parent the configurable clocks
` [PATCH v3 8/9] clk: microchip: mpfs: add RTCREF clock control
` [PATCH v3 9/9] riscv: dts: microchip: reparent mpfs clocks

[PATCH v2 0/8] Printbufs & improved shrinker debugging
 2022-04-23  1:25 UTC  (34+ messages)
` [PATCH v2 1/8] lib/printbuf: New data structure for heap-allocated strings
` [PATCH v2 2/8] Input/joystick/analog: Convert from seq_buf -> printbuf
` [PATCH v2 3/8] mm/memcontrol.c: Convert to printbuf
` [PATCH v2 4/8] clk: tegra: bpmp: "
` [PATCH v2 5/8] mm: Add a .to_text() method for shrinkers
` [PATCH v2 6/8] mm: Count requests to free & nr freed per shrinker
` [PATCH v2 7/8] mm: Move lib/show_mem.c to mm/
` [PATCH v2 8/8] mm: Centralize & improve oom reporting in show_mem.c

[PATCH v2 00/48] ARM: PXA multiplatform support
 2022-04-22 23:41 UTC  (8+ messages)

[PATCH v2 0/7] RZN1 RTC support
 2022-04-22 23:16 UTC  (3+ messages)
` [PATCH v2 2/7] soc: renesas: rzn1-sysc: Fix the RTC hclock description

[RESEND PATCH 0/3] Clock fixes for Ingenic SoCs
 2022-04-22 15:54 UTC  (4+ messages)
` [RESEND PATCH 2/3] clk: ingenic: Mark critical clocks in "

[PATCH 0/9] Add RZ/G2L Display clock support
 2022-04-22 15:10 UTC  (11+ messages)
` [PATCH 1/9] clk: renesas: rzg2l: Add FOUTPOSTDIV clk support
` [PATCH 2/9] clk: renesas: rzg2l: Add PLL5_4 clk mux support
` [PATCH 3/9] clk: renesas: rzg2l: Add DSI divider clk support

[PATCH v2 00/14] Add new Renesas RZ/V2M SoC and Renesas RZ/V2M EVK support
 2022-04-22 15:02 UTC  (4+ messages)
  ` [PATCH v2 03/13] dt-bindings: clock: Add r9a09g011 CPG Clock Definitions

[PATCH v7 00/12] Fix broken usage of driver_override (and kfree of static memory)
 2022-04-22 14:54 UTC  (3+ messages)

[PATCH] clk: mediatek: Delete MT8192 msdc gate
 2022-04-22 14:37 UTC 

[PATCH RESEND v3 00/13] Introduction of STM32MP13 RCC driver (Reset Clock Controller)
 2022-04-22 13:16 UTC  (7+ messages)
` [PATCH RESEND v3 12/13] ARM: dts: stm32: enable optee firmware and SCMI support on STM32MP13
` [PATCH RESEND v3 13/13] ARM: dts: stm32: add RCC on STM32MP13x SoC family

[RFC PATCH 0/4] Dynamic OF and use after free related fixes
 2022-04-22  7:40 UTC  (8+ messages)
` [RFC PATCH 1/4] clk: clk-conf: properly release of nodes
` [RFC PATCH 2/4] clk: fix clk not being unlinked from consumers list

[PATCH v2] clk: microchip: mpfs: don't reset disabled peripherals
 2022-04-22  6:26 UTC  (3+ messages)

[PATCH V2 00/12] Cleanup MediaTek clk reset drivers and support MT8192/MT8195
 2022-04-22  5:06 UTC  (30+ messages)
` [PATCH V2 02/12] clk: mediatek: reset: Use simple reset operations
` [PATCH V2 03/12] clk: mediatek: reset: Refine functions of set_clr
` [PATCH V2 04/12] clk: mediatek: reset: Merge and revise reset register function
` [PATCH V2 05/12] clk: mediatek: reset: Add reset.h
` [PATCH V2 06/12] clk: mediatek: reset: Revise structure to control reset register
` [PATCH V2 07/12] clk: mediatek: reset: Add return for clock reset register function
` [PATCH V2 08/12] clk: mediatek: reset: Add new register reset function with device
` [PATCH V2 09/12] clk: mediatek: reset: Add support for input offset and bit from DT
` [PATCH V2 11/12] clk: mediatek: reset: Add infra_ao reset support for MT8192

[RFC PATCH 0/7] clk: mediatek: Move to struct clk_hw provider APIs
 2022-04-22  4:14 UTC  (7+ messages)

[PATCH v3] clk: qcom: rcg2: Cache CFG register updates for parked RCGs
 2022-04-22  2:43 UTC  (2+ messages)

[PATCH] clk: at91: generated: consider range when calculating best rate
 2022-04-22  1:12 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;
as well as URLs for NNTP newsgroup(s).