messages from 2021-08-20 05:07:37 to 2021-08-27 12:02:33 UTC [more...]
[PATCH v4 0/9] clk: cs2000-cp: add dynamic mode and more features
2021-08-27 11:54 UTC (7+ messages)
` [PATCH v4 1/9] dt-bindings: clock: convert cs2000-cp bindings to yaml
` [PATCH v4 2/9] dt-bindings: clock: cs2000-cp: document aux-output-source
` [PATCH v4 5/9] clk: cs2000-cp: Make aux output function controllable
` [PATCH v4 6/9] clk: cs2000-cp: add support for dynamic mode
` [PATCH v4 7/9] clk: cs2000-cp: make clock skip setting configurable
` [PATCH v4 9/9] clk: cs2000-cp: convert driver to regmap
[PATCH] clk: fix passing zero to warning in clk_hw_create_clk()
2021-08-27 11:41 UTC
[PATCH 1/2] clk: imx: imx6ul: Move csi_sel mux to correct base register
2021-08-27 6:43 UTC (4+ messages)
` [PATCH 2/2] clk: imx: imx6ul: Fix csi clk gate register
[PATCH v6 0/6] clk: qcom: use power-domain for sm8250's clock controllers
2021-08-26 21:56 UTC (3+ messages)
[PATCH v2] clk: qcom: gcc-sdm660: Replace usage of parent_names
2021-08-26 19:16 UTC (4+ messages)
[PATCH RESEND 2/2] clk: qcom: Add Global Clock Controller driver for MSM8953
2021-08-26 18:56 UTC
[PATCH RESEND 1/2] dt-bindings: clock: add Qualcomm MSM8953 GCC driver bindings
2021-08-26 18:54 UTC (2+ messages)
[PATCH v2 0/2] clk: qcom: fix error path and cleanup in gdsc support
2021-08-26 18:36 UTC (3+ messages)
[PATCH v5 0/2 resend] CLK: microchip: Add clkcfg driver for Microchip PolarFire SoC
2021-08-26 18:33 UTC (3+ messages)
` [PATCH v5 1/2 resend] dt-bindings: clk: microchip: Add Microchip PolarFire host binding
[PATCH] clk: renesas: rcar-usb2-clock-sel: Fix kernel NULL pointer dereference
2021-08-26 17:42 UTC (2+ messages)
clk: visconti: Initial support Visconti SoC for v5.15
2021-08-26 7:03 UTC
[PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
2021-08-26 2:55 UTC (31+ messages)
[PATCH v3 0/8] dt-bindings: clock: samsung: convert to dtschema
2021-08-25 18:00 UTC (14+ messages)
` [PATCH v3 1/8] dt-bindings: clock: samsung: convert Exynos5250 "
` [PATCH v3 2/8] dt-bindings: clock: samsung: add bindings for Exynos external clock
` [PATCH v3 3/8] dt-bindings: clock: samsung: convert Exynos542x to dtschema
` [PATCH v3 4/8] dt-bindings: clock: samsung: convert Exynos3250 "
` [PATCH v3 5/8] dt-bindings: clock: samsung: convert Exynos4 "
` [PATCH v3 6/8] dt-bindings: clock: samsung: convert Exynos AudSS "
` [PATCH v3 7/8] dt-bindings: clock: samsung: convert S5Pv210 "
` [PATCH v3 8/8] MAINTAINERS: clock: include S3C and S5P in Samsung SoC clock entry
[PATCH] clk: qcom: gcc-sdm660: Replace usage of parent_names
2021-08-25 17:55 UTC (8+ messages)
[PATCH 00/40] TI AM437X ADC1
2021-08-25 15:25 UTC (41+ messages)
` [PATCH 01/40] clk: ti: am43xx: Add clkctrl data for am43xx ADC1
` [PATCH 02/40] dt-bindings: mfd: ti,am3359-tscadc: Add a yaml description for this MFD
` [PATCH 03/40] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH 04/40] dt-bindings: iio: adc: ti,am3359-adc: "
` [PATCH 05/40] dt-bindings: touchscreen: ti,am3359-tsc: Remove deprecated text file
` [PATCH 06/40] dt-bindings: mfd: ti,am3359-tscadc: Describe am4372 MFD compatible
` [PATCH 07/40] dt-bindings: iio: adc: ti,am3359-adc: Describe am4372 ADC compatible
` [PATCH 08/40] mfd: ti_am335x_tscadc: Replace license text with SPDX tag
` [PATCH 09/40] mfd: ti_am335x_tscadc: Fix style
` [PATCH 10/40] mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variables
` [PATCH 11/40] mfd: ti_am335x_tscadc: Get rid of useless gotos
` [PATCH 12/40] mfd: ti_am335x_tscadc: Move the driver structure allocation earlier
` [PATCH 13/40] mfd: ti_am335x_tscadc: Reword the comment explaining the dividers
` [PATCH 14/40] mfd: ti_am335x_tscadc: Don't search the tree for our clock
` [PATCH 15/40] mfd: ti_am335x_tscadc: Simplify divisor calculation
` [PATCH 16/40] mfd: ti_am335x_tscadc: Use driver data
` [PATCH 17/40] mfd: ti_am335x_tscadc: Mimic the probe from resume()
` [PATCH 18/40] mfd: ti_am335x_tscadc: Drop useless variables from the driver structure
` [PATCH 19/40] mfd: ti_am335x_tscadc: Always provide an idle configuration
` [PATCH 20/40] mfd: ti_am335x_tscadc: Gather the ctrl register logic at one place
` [PATCH 21/40] mfd: ti_am335x_tscadc: Rename the subsystem enable macro
` [PATCH 22/40] mfd: ti_am335x_tscadc: Add TSC prefix in certain macros
` [PATCH 23/40] mfd: ti_am335x_tscadc: Rename a variable
` [PATCH 24/40] mfd: ti_am335x_tscadc: Fix an error message
` [PATCH 25/40] mfd: ti_am335x_tscadc: Add a boolean to clarify the presence of a touchscreen
` [PATCH 26/40] mfd: ti_am335x_tscadc: Introduce has_tsc
` [PATCH 27/40] mfd: ti_am335x_tscadc: Move control register configuration
` [PATCH 28/40] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
` [PATCH 29/40] mfd: ti_am335x_tscadc: Support the correctly spelled DT property
` [PATCH 30/40] iio: adc: ti_am335x_adc: Replace license text with SPDX tag
` [PATCH 31/40] iio: adc: ti_am335x_adc: Fix style
` [PATCH 32/40] iio: adc: ti_am335x_adc: Get rid of useless gotos
` [PATCH 33/40] iio: adc: ti_am335x_adc: Gather the checks on the delays
` [PATCH 34/40] iio: adc: ti_am335x_adc: Add a unit to the timeout delay
` [PATCH 35/40] iio: adc: ti_am335x_adc: Wait the idle state to avoid stalls
` [PATCH 36/40] iio: adc: ti_am335x_adc: Add the scale information
` [PATCH 37/40] iio: adc: ti_am335x_adc: Add the am437x compatible
` [PATCH 38/40] ARM: dts: am437x-cm-t43: Use a correctly spelled DT property
` [PATCH 39/40] ARM: dts: am43xx: Describe the magnetic reader/ADC1 hardware module
` [PATCH 40/40] ARM: dts: am437x-gp-evm: enable ADC1
[v2 00/24] Mediatek MT8195 clock support
2021-08-25 11:39 UTC (49+ messages)
` [v2 01/24] dt-bindings: ARM: Mediatek: Add new document bindings of MT8195 clock
` [v2 02/24] clk: mediatek: Add dt-bindings of MT8195 clocks
` [v2 03/24] clk: mediatek: Fix corner case of tuner_en_reg
` [v2 04/24] clk: mediatek: Add API for clock resource recycle
` [v2 05/24] clk: mediatek: Fix resource leak in mtk_clk_simple_probe
` [v2 06/24] clk: mediatek: Add MT8195 apmixedsys clock support
` [v2 07/24] clk: mediatek: Add MT8195 topckgen "
` [v2 08/24] clk: mediatek: Add MT8195 peripheral "
` [v2 09/24] clk: mediatek: Add MT8195 infrastructure "
` [v2 10/24] clk: mediatek: Add MT8195 camsys "
` [v2 11/24] clk: mediatek: Add MT8195 ccusys "
` [v2 12/24] clk: mediatek: Add MT8195 imgsys "
` [v2 13/24] clk: mediatek: Add MT8195 ipesys "
` [v2 14/24] clk: mediatek: Add MT8195 mfgcfg "
` [v2 15/24] clk: mediatek: Add MT8195 scp adsp "
` [v2 16/24] clk: mediatek: Add MT8195 vdecsys "
` [v2 17/24] clk: mediatek: Add MT8195 vdosys0 "
` [v2 18/24] clk: mediatek: Add MT8195 vdosys1 "
` [v2 19/24] clk: mediatek: Add MT8195 vencsys "
` [v2 20/24] clk: mediatek: Add MT8195 vppsys0 "
` [v2 21/24] clk: mediatek: Add MT8195 vppsys1 "
` [v2 22/24] clk: mediatek: Add MT8195 wpesys "
` [v2 23/24] clk: mediatek: Add MT8195 imp i2c wrapper "
` [v2 24/24] clk: mediatek: Add MT8195 apusys "
[PATCH 00/22] Mediatek MT8195 clock support
2021-08-25 11:26 UTC (3+ messages)
` [PATCH 20/22] clk: mediatek: Add MT8195 wpesys "
[GIT PULL] clk: imx: Updates for v5.15
2021-08-25 10:59 UTC
[PATCH v8 00/34] NVIDIA Tegra power management patches for 5.16
2021-08-25 9:45 UTC (18+ messages)
` [PATCH v8 07/34] clk: tegra: Support runtime PM and power domain
` [PATCH v8 20/34] mmc: sdhci-tegra: Add runtime PM and OPP support
[GIT PULL] Rockchip clock changes for 5.15
2021-08-24 18:42 UTC (2+ messages)
[GIT PULL] clk/tegra: Changes for v5.15-rc1
2021-08-24 18:39 UTC (2+ messages)
[GIT PULL] clk: renesas: Updates for v5.15 (take two)
2021-08-24 18:38 UTC (2+ messages)
[PATCH 1/2] dt-bindings: clock: Add SM6350 GCC clock bindings
2021-08-24 16:45 UTC (3+ messages)
` [PATCH 2/2] clk: qcom: Add SM6350 GCC driver
[PATCH 1/2] dt-bindings: clock: Add RPMHCC bindings for SM6350
2021-08-24 16:43 UTC (3+ messages)
` [PATCH 2/2] clk: qcom: rpmh: Add support for RPMH clocks on SM6350
[PATCH] clk: imx8mn: Add M7 core clock
2021-08-24 13:05 UTC (4+ messages)
[PATCH] clk: imx8m: fix clock tree update of TF-A managed clocks
2021-08-24 12:15 UTC (2+ messages)
[PATCH v12 0/5] clk: clocking-wizard: Driver updates
2021-08-24 9:51 UTC (4+ messages)
` [PATCH v12 2/5] clk: clocking-wizard: Add the clockwizard to clk directory
[v3,04/12] pinctrl: mediatek: moore: check if pin_desc is valid before use
2021-08-24 9:29 UTC (2+ messages)
` [v3,06/12] pinctrl: mediatek: add support for MT7986 SoC
[PATCH] dt-bindings: clock: brcm,iproc-clocks: fix armpll properties
2021-08-23 18:24 UTC (3+ messages)
[PATCH v3 0/4] Add GbEthernet Clock support
2021-08-23 15:22 UTC (11+ messages)
` [PATCH v3 2/4] clk: renesas: r9a07g044: Add ethernet clock sources
` [PATCH v3 3/4] clk: renesas: rzg2l: Add support to handle coupled clocks
` [PATCH v3 4/4] clk: renesas: r9a07g044: Add GbEthernet clock/reset
[PATCH] clk: zynqmp: fix kernel doc
2021-08-23 12:07 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] clk: zynqmp: Fix kernel-doc format
2021-08-23 11:33 UTC
[PATCH] clk: ralink: avoid to set 'CLK_IS_CRITICAL' flag for gates
2021-08-23 5:55 UTC (2+ messages)
[GIT PULL] clk fixes for v5.14-rc6
2021-08-21 18:31 UTC (2+ messages)
[PATCH v3] clk: HiSilicon: clk-hi3670: mark critical clocks as such
2021-08-20 18:40 UTC (3+ messages)
[PATCH linux-next] clk/keystone: fix application of sizeof to pointer
2021-08-20 17:49 UTC (2+ messages)
[PATCH 00/10] serial: mvebu-uart: Fixes and new support for higher baudrates
2021-08-20 17:22 UTC (3+ messages)
` [PATCH v5 0/6] serial: mvebu-uart: Support "
[PATCH v2] clk: at91: sama7g5: remove all kernel-doc & kernel-doc warnings
2021-08-20 8:19 UTC (2+ messages)
[v2, 04/12] pinctrl: mediatek: moore: check if pin_desc is valid before use
2021-08-20 7:50 UTC (2+ messages)
` [v2,06/12] pinctrl: mediatek: add support for MT7986 SoC
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).