public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-19 15:05:59 to 2022-04-22 06:02:19 UTC [more...]

[PATCH V3 00/17] Cleanup MediaTek clk reset drivers and support MT8192/MT8195
 2022-04-22  6:01 UTC  (14+ 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 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 09/17] clk: mediatek: reset: Add support for input offset and bit from DT
` [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

[PATCH v2 0/8] Printbufs & improved shrinker debugging
 2022-04-22  5:52 UTC  (14+ 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/12] Cleanup MediaTek clk reset drivers and support MT8192/MT8195
 2022-04-22  5:06 UTC  (40+ messages)
` [PATCH V2 01/12] clk: mediatek: reset: Fix written reset bit offset
` [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 10/12] clk: mediatek: reset: Add reset support for simple probe
` [PATCH V2 11/12] clk: mediatek: reset: Add infra_ao reset support for MT8192
` [PATCH V2 12/12] clk: mediatek: reset: Add infra_ao reset support for MT8195

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

[PATCH] clk: qcom: clk-rcg2: fix gfx3d frequency calculation
 2022-04-22  2:49 UTC  (4+ messages)

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

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

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

[PATCH] clk: imx: scu: Fix pm_runtime_get_sync() error checking
 2022-04-22  1:59 UTC  (6+ messages)
  ` [PATCH v2] clk: imx: scu: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage

[PATCH] clk: at91: generated: consider range when calculating best rate
 2022-04-22  1:12 UTC  (2+ messages)

[RFC PATCH 0/4] Dynamic OF and use after free related fixes
 2022-04-22  0:20 UTC  (5+ 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 00/48] ARM: PXA multiplatform support
 2022-04-21 15:29 UTC  (54+ messages)
` [PATCH 01/48] ARM: pxa: split mach/generic.h
` [PATCH 02/48] ARM: pxa: make mainstone.h private
` [PATCH 03/48] ARM: pxa: make mach/regs-uart.h private
` [PATCH 04/48] ARM: pxa: remove mach/dma.h
` [PATCH 05/48] ARM: pxa: split up mach/hardware.h
` [PATCH 06/48] ARM: pxa: stop using mach/bitfield.h
` [PATCH 07/48] ARM: pxa: move mach/sound.h to linux/platform_data/
` [PATCH 08/48] ARM: pxa: move regs-lcd.h into driver
` [PATCH 09/48] watchdog: sa1100: use platform device registration
` [PATCH 10/48] ARM: pxa: pxa2xx-ac97-lib: use IRQ resource
` [PATCH 11/48] ARM: pxa: move pcmcia board data into mach-pxa
` [PATCH 12/48] ARM: pxa: make addr-map.h header local
` [PATCH 13/48] ARM: pxa: use pdev resource for palmld mmio
` [PATCH 14/48] ARM: pxa: maybe fix gpio lookup tables
` [PATCH 15/48] ARM: pxa: tosa: use gpio descriptor for audio
` [PATCH 16/48] ARM: pxa: poodle: use platform data for poodle asoc driver
` [PATCH 17/48] ARM: pxa: corgi: use gpio descriptors for audio
` [PATCH 18/48] ARM: pxa: hx4700: "
` [PATCH 19/48] ARM: pxa: lubbock: pass udc irqs as resource
` [PATCH 20/48] ARM: pxa: spitz: use gpio descriptors for audio
` [PATCH 21/48] ARM: pxa: eseries: use gpio lookup "
` [PATCH 22/48] ARM: pxa: z2: use gpio lookup for audio device
` [PATCH 23/48] ARM: pxa: magician: use platform driver for audio
` [PATCH 24/48] ARM: pxa: mainstone-wm97xx: use gpio lookup table
` [PATCH 25/48] ARM: pxa: zylonite: use gpio lookup instead mfp header
` [PATCH 26/48] input: touchscreen: mainstone: fix pxa2xx+pxa3xx configuration
` [PATCH 27/48] input: touchscreen: mainstone: sync with zylonite driver
` [PATCH 28/48] Input: touchscreen: use wrapper for pxa2xx ac97 registers
` [PATCH 29/48] Input: wm97xx - switch to using threaded IRQ
` [PATCH 30/48] Input: wm97xx - get rid of irq_enable method in wm97xx_mach_ops
` [PATCH 31/48] ASoC: pxa: use pdev resource for FIFO regs
` [PATCH 32/48] ASoC: pxa: ac97: use normal MMIO accessors
` [PATCH 33/48] ASoC: pxa: i2s: "
` [PATCH 34/48] ARM: pxa: pcmcia: move smemc configuration back to arch
` [PATCH 35/48] ARM: pxa: remove get_clk_frequency_khz()
` [PATCH 36/48] cpufreq: pxa3: move clk register access to clk driver
` [PATCH 37/48] ARM: pxa: move smemc register access from clk to platform
` [PATCH 38/48] ARM: pxa: move clk register definitions to driver
` [PATCH 39/48] power: tosa: simplify probe function
` [PATCH 40/48] ARM: pxa: tosa: use gpio lookup for battery
` [PATCH 41/48] ARM: pxa: remove unused mach/bitfield.h
` [PATCH 42/48] ARM: mmp: remove tavorevb board support
` [PATCH 43/48] ARM: mmp: rename pxa_register_device
` [PATCH 44/48] ARM: pxa: move plat-pxa to drivers/soc/
` [PATCH 45/48] ARM: PXA: fix multi-cpu build of xsc3
` [PATCH 46/48] ARM: pxa: move mach/*.h to mach-pxa/
` [PATCH 47/48] ARM: pxa: remove support for MTD_XIP
` [PATCH 48/48] ARM: pxa: convert to multiplatform

[PATCH RESEND v3 00/13] Introduction of STM32MP13 RCC driver (Reset Clock Controller)
 2022-04-21 15:26 UTC  (5+ 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

[RESEND v9 0/5] enable use of resources on the SSC bus on (some) qcom SoCs
 2022-04-21 14:27 UTC  (2+ messages)
` (subset) "

[PATCH] clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource()
 2022-04-21 13:43 UTC 

[PATCH v2 0/7] RZN1 RTC support
 2022-04-21 11:38 UTC  (9+ messages)
` [PATCH v2 1/7] dt-bindings: rtc: rzn1: Describe the RZN1 RTC
` [PATCH v2 2/7] soc: renesas: rzn1-sysc: Fix the RTC hclock description
` [PATCH v2 3/7] rtc: rzn1: Add new RTC driver
` [PATCH v2 4/7] rtc: rzn1: Add alarm support
` [PATCH v2 5/7] rtc: rzn1: Add oscillator offset support
` [PATCH v2 6/7] MAINTAINERS: Add myself as maintainer of the RZN1 RTC driver
` [PATCH v2 7/7] ARM: dts: r9a06g032: Describe the RTC

[PATCH v3 0/6] PCI: qcom: rework pipe_clk/pipe_clk_src handling
 2022-04-21 11:37 UTC  (3+ messages)

[PATCH v11 0/9] RZN1 DMA support
 2022-04-21  8:51 UTC  (10+ messages)
` [PATCH v11 1/9] dt-bindings: dmaengine: Introduce RZN1 dmamux bindings
` [PATCH v11 2/9] dt-bindings: clock: r9a06g032-sysctrl: Reference the DMAMUX subnode
` [PATCH v11 3/9] dt-bindings: dmaengine: Introduce RZN1 DMA compatible
` [PATCH v11 4/9] soc: renesas: rzn1-sysc: Export function to set dmamux
` [PATCH v11 5/9] dmaengine: dw: dmamux: Introduce RZN1 DMA router support
` [PATCH v11 6/9] clk: renesas: r9a06g032: Probe possible children
` [PATCH v11 7/9] dmaengine: dw: Add RZN1 compatible
` [PATCH v11 8/9] ARM: dts: r9a06g032: Add the two DMA nodes
` [PATCH v11 9/9] ARM: dts: r9a06g032: Describe the DMA router

[PATCH v3 0/5] Add initial support for MA35D1 SoC
 2022-04-21  8:33 UTC  (12+ messages)
` [PATCH v3 3/5] arm64: dts: nuvoton: Add initial support for MA35D1
` [PATCH v3 5/5] dt-bindings: arm: Add initial bindings for Nuvoton Platform

[PATCH 0/9] Add RZ/G2L Display clock support
 2022-04-21  8:02 UTC  (7+ 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] clk: ast2600: BCLK comes from EPLL
 2022-04-21  4:04 UTC 

[RFT PATCH] clk: ls1c: Fix PLL rate calculation
 2022-04-20 23:30 UTC  (2+ messages)

[PATCH v2 00/14] Add new Renesas RZ/V2M SoC and Renesas RZ/V2M EVK support
 2022-04-20 21:12 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-20 17:12 UTC  (4+ messages)
` [PATCH v7 01/12] driver: platform: Add helper for safer setting of driver_override

[PATCH] clk: renesas: r8a779f0: Add UFS clock
 2022-04-20 15:10 UTC  (2+ messages)

[RFC PATCH v2 0/6] ufs: set power domain performance state when scaling gears
 2022-04-20 10:04 UTC  (10+ messages)
` [RFC PATCH v2 2/6] dt-bindings: opp: accept array of frequencies
` [RFC PATCH v2 4/6] PM: opp: allow control of multiple clocks
` [RFC PATCH v2 5/6] ufs: use PM OPP when scaling gears

Wycena paneli fotowoltaicznych
 2022-04-20  7:40 UTC 

[PATCH 0/7] Cleanup MediaTek clk reset drivers
 2022-04-20  2:20 UTC  (7+ messages)
` [PATCH 4/7] clk: mediatek: reset: Add reset.h
` [PATCH 5/7] clk: mediatek: reset: Revise structure to control reset register

[PATCH v2 3/9] clk: qcom: msm8996-cpu: Add MSM8996 Pro CBF support
 2022-04-19 17:55 UTC  (3+ messages)

[PATCH 0/5 v3] U8500 clkout clocks v3
 2022-04-19 16:34 UTC  (3+ messages)
` [PATCH 1/5 v3] dt-bindings: clock: u8500: Add clkout clock bindings

[PATCH v2] clk: bcm2835: Round UART input clock up
 2022-04-19 16:11 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox