linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-22 19:02:46 to 2021-08-26 02:55:58 UTC [more...]

[PATCH v8 00/34] NVIDIA Tegra power management patches for 5.16
 2021-08-26  2:55 UTC  (119+ messages)
` [PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
` [PATCH v8 02/34] soc/tegra: pmc: Disable PMC state syncing
` [PATCH v8 03/34] soc/tegra: Don't print error message when OPPs not available
` [PATCH v8 04/34] soc/tegra: Add devm_tegra_core_dev_init_opp_table_simple()
` [PATCH v8 05/34] soc/tegra: Use dev_pm_opp_sync()
` [PATCH v8 06/34] dt-bindings: clock: tegra-car: Document new tegra-clocks sub-node
` [PATCH v8 07/34] clk: tegra: Support runtime PM and power domain
` [PATCH v8 08/34] dt-bindings: host1x: Document OPP and power domain properties
` [PATCH v8 09/34] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D
` [PATCH v8 10/34] gpu: host1x: Add host1x_channel_stop()
` [PATCH v8 11/34] gpu: host1x: Add runtime PM and OPP support
` [PATCH v8 12/34] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v8 13/34] drm/tegra: hdmi: Add OPP support
` [PATCH v8 14/34] drm/tegra: gr2d: Support power management
` [PATCH v8 15/34] drm/tegra: gr3d: "
` [PATCH v8 16/34] drm/tegra: vic: Support system suspend
` [PATCH v8 17/34] usb: chipidea: tegra: Add runtime PM and OPP support
` [PATCH v8 18/34] bus: tegra-gmi: "
` [PATCH v8 19/34] pwm: tegra: "
` [PATCH v8 20/34] mmc: sdhci-tegra: "
` [PATCH v8 21/34] mtd: rawnand: tegra: "
` [PATCH v8 22/34] spi: tegra20-slink: Add "
` [PATCH v8 23/34] media: dt: bindings: tegra-vde: Convert to schema
` [PATCH v8 24/34] media: dt: bindings: tegra-vde: Document OPP and power domain
` [PATCH v8 25/34] media: staging: tegra-vde: Support generic power domain and OPP
` [PATCH v8 26/34] soc/tegra: fuse: Add OPP support
` [PATCH v8 27/34] soc/tegra: fuse: Reset hardware
` [PATCH v8 28/34] soc/tegra: regulators: Prepare for suspend
` [PATCH v8 29/34] soc/tegra: pmc: Enable core domain support for Tegra20 and Tegra30
` [PATCH v8 30/34] ARM: tegra: Add OPP tables and power domains to Tegra20 device-trees
` [PATCH v8 31/34] ARM: tegra: Add OPP tables and power domains to Tegra30 device-trees
` [PATCH v8 32/34] ARM: tegra: Add Memory Client resets to Tegra20 GR2D, GR3D and Host1x
` [PATCH v8 33/34] ARM: tegra: Add Memory Client resets to Tegra30 "
` [PATCH v8 34/34] ARM: tegra20/30: Disable unused host1x hardware

[PATCH v7 1/4] dt-bindings: mfd: qcom,tcsr: document ipq6018 compatible
 2021-08-25 16:18 UTC  (9+ messages)
` [PATCH v7 2/4] pwm: driver for qualcomm ipq6018 pwm block
` [PATCH v7 3/4] dt-bindings: pwm: add IPQ6018 binding
` [PATCH v7 4/4] arm64: dts: ipq6018: add pwm node

[PATCH 0/3] pwm: Some improvements for legacy drivers
 2021-08-19 13:36 UTC  (5+ messages)
` [PATCH 2/3] pwm: Prevent a glitch "
` [PATCH 3/3] pwm: Restore initial state if a legacy callback fails

[PATCH] backlight: pwm_bl: Improve bootloader/kernel device handover
 2021-08-19  9:59 UTC  (2+ messages)

[PATCH v5 1/3] dt-bindings: pwm: Add Xilinx AXI Timer
 2021-08-17 22:56 UTC  (9+ messages)
` [PATCH v5 3/3] pwm: Add support for "

[v11 0/2] Support pwm driver for aspeed ast26xx
 2021-08-13 10:02 UTC  (4+ messages)
` [v11 1/2] dt-bindings: Add bindings for aspeed pwm-tach
` [v11 2/2] pwm: Add Aspeed ast2600 PWM support

[v10 0/2] Support pwm driver for aspeed ast26xx
 2021-08-12  4:14 UTC  (3+ messages)
` [v10 2/2] pwm: Add Aspeed ast2600 PWM support

[PATCH v7 0/5] fix the clks on/off mismatch issue and switch pwm-mtk-disp to atomic APIs
 2021-08-08 13:24 UTC  (6+ messages)
` [PATCH v7 1/5] pwm: mtk-disp: adjust the clocks to avoid them mismatch
` [PATCH v7 2/5] pwm: mtk_disp: fix force reg to working reg
` [PATCH v7 3/5] pwm: mtk_disp: implement atomic API .apply()
` [PATCH v7 4/5] pwm: mtk_disp: fix overflow in period and duty calcalation
` [PATCH v7 5/5] pwm: mtk_disp: implement atomic API .get_state()

[PATCH v7 0/6] clk: provide new devm helpers for prepared and enabled clocks
 2021-08-06  0:26 UTC  (29+ messages)
` [PULL] Add variants of devm_clk_get for prepared and enabled clocks "
                    ` About clk maintainership [Was: Re: [PULL] Add variants of devm_clk_get for prepared and enabled clocks enabled clocks]

[PATCH v6 0/5] fix the clks on/off mismatch issue and switch pwm-mtk-disp to atomic APIs
 2021-08-04 17:12 UTC  (7+ messages)
` [PATCH v6 1/5] pwm: mtk-disp: adjust the clocks to avoid them mismatch
` [PATCH v6 2/5] pwm: mtk_disp: fix force reg to working reg
` [PATCH v6 3/5] pwm: mtk_disp: implement atomic API .apply()
` [PATCH v6 4/5] pwm: mtk_disp: fix overflow in period and duty calcalation
` [PATCH v6 5/5] pwm: mtk_disp: implement atomic API .get_state()

[PATCH 0/8] arm: ep93xx: CCF conversion
 2021-08-03 22:35 UTC  (6+ messages)
` [PATCH 7/8] pwm: ep93xx: Prepare clock before using it
` [PATCH v2 0/8] arm: ep93xx: CCF conversion
  ` [PATCH v2 7/8] pwm: ep93xx: Prepare clock before using it
  ` (subset) [PATCH v2 0/8] arm: ep93xx: CCF conversion

[PATCH v6 1/4] arm64: dts: ipq6018: correct TCSR block area
 2021-07-26 20:38 UTC  (10+ messages)
` [PATCH v6 2/4] pwm: driver for qualcomm ipq6018 pwm block
` [PATCH v6 3/4] dt-bindings: pwm: add IPQ6018 binding

[PATCH 1/2] dt-bindings: pwm: rockchip: add description for rk3568
 2021-07-26  9:08 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: rockchip: add pwm nodes "

[v9 0/2] Support pwm driver for aspeed ast26xx
 2021-07-26  5:14 UTC  (13+ messages)
` [v9 2/2] pwm: Add Aspeed ast2600 PWM support

[PATCH] backlight: pwm_bl: Avoid backlight flicker if backlight control GPIO is input
 2021-07-23 12:27 UTC  (12+ messages)

[PATCH v2] backlight: pwm_bl: Improve bootloader/kernel device handover
 2021-07-23 11:03 UTC  (2+ messages)
` [PATCH v3] "


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