linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-17 01:30:36 to 2021-09-12 20:12:32 UTC [more...]

[PATCH v11 00/34] NVIDIA Tegra power management patches for 5.16
 2021-09-12 20:08 UTC  (21+ messages)
` [PATCH v11 01/34] opp: Change type of dev_pm_opp_attach_genpd(names) argument
` [PATCH v11 03/34] soc/tegra: pmc: Disable PMC state syncing
` [PATCH v11 04/34] soc/tegra: Don't print error message when OPPs not available
` [PATCH v11 05/34] dt-bindings: clock: tegra-car: Document new clock sub-nodes
` [PATCH v11 06/34] clk: tegra: Support runtime PM and power domain
` [PATCH v11 07/34] dt-bindings: host1x: Document OPP and power domain properties
` [PATCH v11 08/34] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D
` [PATCH v11 09/34] gpu: host1x: Add runtime PM and OPP support
` [PATCH v11 10/34] gpu: host1x: Add host1x_channel_stop()
` [PATCH v11 11/34] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v11 12/34] drm/tegra: hdmi: Add OPP support
` [PATCH v11 13/34] drm/tegra: gr2d: Support generic power domain and runtime PM
` [PATCH v11 14/34] drm/tegra: gr3d: "
` [PATCH v11 15/34] drm/tegra: vic: Support system suspend
` [PATCH v11 16/34] usb: chipidea: tegra: Add runtime PM and OPP support
` [PATCH v11 17/34] bus: tegra-gmi: "
` [PATCH v11 19/34] mmc: sdhci-tegra: "
` [PATCH v11 20/34] mtd: rawnand: tegra: "
` [PATCH v11 30/34] ARM: tegra: Add OPP tables and power domains to Tegra20 device-trees
` [PATCH v11 32/34] ARM: tegra: Add Memory Client resets to Tegra20 GR2D, GR3D and Host1x

[GIT PULL] pwm: Changes for v5.15-rc1
 2021-09-11 17:30 UTC  (2+ messages)

[PATCH] pwm: atmel: drop unused header
 2021-09-10  6:14 UTC  (3+ messages)

[PATCH v9 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
 2021-09-09 15:18 UTC  (3+ messages)

[PATCH 1/4] pwm: berlin: use consistent naming for variables
 2021-09-09 14:16 UTC  (4+ messages)
` [PATCH 2/4] pwm: berlin: Put channel config into driver data

[PATCH v3] pwm: pwm-samsung: Trigger manual update when disabling PWM
 2021-09-09 10:40 UTC  (2+ messages)

[PATCH 0/2] pwm: add might_sleep annotations
 2021-09-09  9:48 UTC  (3+ messages)
` [PATCH 1/2] pwm: Add might_sleep() annotations for !CONFIG_PWM API functions
` [PATCH 2/2] pwm: Make it explicit that pwm_apply_state() might sleep

[PATCH v2] pwm: pwm-samsung: Trigger manual update when disabling PWM
 2021-09-09  9:31 UTC  (4+ messages)

[PATCH] pwm: pwm-samsung: Trigger manual update when disabling PWM
 2021-09-08 15:50 UTC  (3+ messages)

[PATCH] dt-bindings: pwm: tpu: Add R-Car M3-W+ device tree bindings
 2021-09-08 13:52 UTC  (3+ messages)

[PATCH] pwm: ab8500: Don't check the return code of pwmchip_remove()
 2021-09-08  9:17 UTC  (2+ messages)

[PATCH] pwm: twl: Simplify using devm_pwmchip_add()
 2021-09-07 13:37 UTC  (2+ messages)

[PATCH 0/3] pwm: Some improvements for legacy drivers
 2021-09-07 10:41 UTC  (7+ messages)
` [PATCH 2/3] pwm: Prevent a glitch "
` [PATCH 3/3] pwm: Restore initial state if a legacy callback fails

[PATCH] pwm: mediatek: Simplify using devm_pwmchip_add()
 2021-09-07  9:17 UTC  (2+ messages)

[PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings
 2021-09-06  9:34 UTC  (3+ messages)

[v12 0/2] Support pwm driver for aspeed ast26xx
 2021-09-06  2:43 UTC  (3+ messages)
` [v12 1/2] dt-bindings: Add bindings for aspeed pwm-tach
` [v12 2/2] pwm: Add Aspeed ast2600 PWM support

[PATCH] pwm: samsung: Simplify using devm_pwmchip_add()
 2021-09-01  9:42 UTC  (2+ messages)

[PATCH v6 1/3] dt-bindings: pwm: Add Xilinx AXI Timer
 2021-08-31 20:13 UTC  (8+ messages)
` [PATCH v6 2/3] clocksource: Rewrite Xilinx AXI timer driver
` [PATCH v6 3/3] pwm: Add support for Xilinx AXI Timer

[PATCH v8 1/4] dt-bindings: mfd: qcom,tcsr: document ipq6018 compatible
 2021-08-31 19:02 UTC  (5+ messages)
` [PATCH v8 2/4] pwm: driver for qualcomm ipq6018 pwm block
` [PATCH v8 3/4] dt-bindings: pwm: add IPQ6018 binding
` [PATCH v8 4/4] arm64: dts: ipq6018: add pwm node

[PATCH v8 00/34] NVIDIA Tegra power management patches for 5.16
 2021-08-26  2:55 UTC  (116+ messages)
` [PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
` [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 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] 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  (6+ messages)
` [PATCH v5 3/3] pwm: Add support for "


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