linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-07 07:41:27 to 2019-06-01 13:25:59 UTC [more...]

[PATCH AUTOSEL 4.4 53/56] pwm: tiehrpwm: Update shadow register for disabling PWMs
 2019-06-01 13:25 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 55/56] pwm: Fix deadlock warning when removing PWM device

[PATCH AUTOSEL 4.9 20/74] pwm: meson: Use the spin-lock only to protect register modifications
 2019-06-01 13:24 UTC 

[PATCH AUTOSEL 4.14 25/99] pwm: meson: Use the spin-lock only to protect register modifications
 2019-06-01 13:22 UTC 

[PATCH AUTOSEL 4.19 031/141] pwm: meson: Use the spin-lock only to protect register modifications
 2019-06-01 13:20 UTC 

[PATCH AUTOSEL 5.0 037/173] pwm: meson: Use the spin-lock only to protect register modifications
 2019-06-01 13:17 UTC 

[PATCH AUTOSEL 5.1 040/186] pwm: meson: Use the spin-lock only to protect register modifications
 2019-06-01 13:14 UTC 

[PATCH -next] pwm: pca9685: Remove set but not used variable 'pwm'
 2019-06-01 13:03 UTC  (2+ messages)

[v4 0/3] Support mipitx for mt8183
 2019-06-01  9:52 UTC  (4+ messages)
` [v4 1/3] dt-bindings: display: mediatek: update dsi supported chips
` [v4 2/3] drm/mediatek: separate mipi_tx to different file
` [v4 3/3] drm/mediatek: add mipi_tx driver for mt8183

[v4 0/7] Support dsi for mt8183
 2019-06-01  9:26 UTC  (8+ messages)
` [v4 1/7] drm/mediatek: move mipi_dsi_host_register to probe
` [v4 2/7] drm/mediatek: fixes CMDQ reg address of mt8173 is different with mt2701
` [v4 3/7] drm/mediatek: add dsi reg commit disable control
` [v4 4/7] drm/mediatek: add frame size control
` [v4 5/7] drm/mediatek: add mt8183 dsi driver support
` [v4 6/7] drm/mediatek: change the dsi phytiming calculate method
` [v4 7/7] drm: mediatek: adjust dsi and mipi_tx probe sequence

[PATCH 0/3] PWM framework: add support referencing PWMs from ACPI
 2019-05-31 12:46 UTC  (11+ messages)
` [PATCH 1/3] ACPI: Resolve objects on host-directed table loads
` [PATCH 2/3] PWM framework: add support referencing PWMs from ACPI
` [PATCH 3/3] leds-pwm.c: support ACPI via firmware-node framework

[PATCH v3 0/4] pwm: add power management on sysfs and switch to SPDX
 2019-05-31  9:55 UTC  (5+ messages)
` [PATCH v3 1/4] pwm: Add power management descriptions
` [PATCH v3 2/4] pwm: sysfs: Switch to SPDX identifier
` [PATCH v3 3/4] pwm: sysfs: Add suspend/resume support
` [PATCH v3 4/4] pwm: rcar: Remove "

[PATCH v2 0/4] pwm: add power management on sysfs and switch to SPDX
 2019-05-31  9:31 UTC  (13+ messages)
` [PATCH v2 1/4] pwm: Add power management descriptions
` [PATCH v2 2/4] pwm: sysfs: Switch to SPDX identifier
` [PATCH v2 3/4] pwm: sysfs: Add suspend/resume support
` [PATCH v2 4/4] pwm: rcar: Remove "

[v3 0/7] Support dsi for mt8183
 2019-05-31  3:40 UTC  (14+ messages)
` [v3 1/7] drm/mediatek: move mipi_dsi_host_register to probe
` [v3 2/7] drm/mediatek: fixes CMDQ reg address of mt8173 is different with mt2701
` [v3 3/7] drm/mediatek: add dsi reg commit disable control
` [v3 4/7] drm/mediatek: add frame size control
` [v3 5/7] drm/mediatek: add mt8183 dsi driver support
` [v3 6/7] drm/mediatek: change the dsi phytiming calculate method
` [v3 7/7] drm: mediatek: adjust dsi and mipi_tx probe sequence

[PATCH] drm/mediatek: add dsi module reset driver
 2019-05-31  1:50 UTC  (3+ messages)

[PATCH 0/4] pwm: add power management on sysfs and switch to SPDX
 2019-05-30 10:12 UTC  (9+ messages)
` [PATCH 1/4] pwm: Add power management descriptions
` [PATCH 2/4] pwm: sysfs: Switch to SPDX identifier
` [PATCH 3/4] pwm: sysfs: Add suspend/resume support
` [PATCH 4/4] pwm: rcar: Remove "

[PATCH 00/14] pwm-meson: cleanups and improvements
 2019-05-28 18:04 UTC  (37+ messages)
` [PATCH 01/14] pwm: meson: unify the parameter list of meson_pwm_{enable,disable}
  ` [PATCH 01/14] pwm: meson: unify the parameter list of meson_pwm_{enable, disable}
` [PATCH 02/14] pwm: meson: use devm_clk_get_optional() to get the input clock
` [PATCH 03/14] pwm: meson: use GENMASK and FIELD_PREP for the lo and hi values
` [PATCH 04/14] pwm: meson: change MISC_CLK_SEL_WIDTH to MISC_CLK_SEL_MASK
` [PATCH 05/14] pwm: meson: don't duplicate the polarity internally
` [PATCH 06/14] pwm: meson: pass struct pwm_device to meson_pwm_calc()
` [PATCH 07/14] pwm: meson: add the meson_pwm_channel data to struct meson_pwm
` [PATCH 08/14] pwm: meson: add the per-channel register offsets and bits in a struct
` [PATCH 09/14] pwm: meson: move pwm_set_chip_data() to meson_pwm_request()
` [PATCH 10/14] pwm: meson: simplify the calculation of the pre-divider and count
` [PATCH 11/14] pwm: meson: read the full hardware state in meson_pwm_get_state()
` [PATCH 12/14] pwm: meson: don't cache struct pwm_state internally
` [PATCH 13/14] pwm: meson: add support PWM_POLARITY_INVERSED when disabling
` [PATCH 14/14] pwm: meson: add documentation to the driver

[PATCH v5] pwm: renesas-tpu: Add suspend/resume function
 2019-05-28  8:09 UTC  (4+ messages)

[PATCH v4] pwm: renesas-tpu: Add suspend/resume function
 2019-05-27  2:06 UTC  (3+ messages)

[PATCH v3] pwm: renesas-tpu: Add suspend/resume function
 2019-05-24  1:55 UTC  (3+ messages)

[RESEND PATCH v5 0/3] Add PM support to STM32 LP Timer drivers
 2019-05-23  9:09 UTC  (3+ messages)

[PATCH v2] pwm: renesas-tpu: Add suspend/resume function
 2019-05-23  5:19 UTC  (5+ messages)

[PATCH] pwm: renesas-tpu: Add suspend/resume function
 2019-05-23  0:29 UTC  (2+ messages)

[PATCH] backlight: pwm_bl: Set pin to sleep state when powered down
 2019-05-22 16:34 UTC 

[PATCH 1/5] dt-bindings: Remove unused compatible strings
 2019-05-21 15:34 UTC  (5+ messages)
` [PATCH 2/5] pwm: jz4740: Remove unused devicetree "
` [PATCH 3/5] pwm: jz4740: Apply configuration atomically
` [PATCH 4/5] pwm: jz4740: Drop dependency on MACH_INGENIC
` [PATCH 5/5] pwm: jz4740: Switch to SPDX license identifier

[PATCH] pwm: pwm-meson: update with SPDX Licence identifier
 2019-05-20 19:18 UTC  (2+ messages)

[v2 0/5] support dsi for mt8183
 2019-05-20  8:34 UTC  (15+ messages)
` [v2 1/5] drm/mediatek: move mipi_dsi_host_register to probe
` [v2 2/5] drm/mediatek: CMDQ reg address of mt8173 is different with mt2701
` [v2 3/5] drm/mediatek: add dsi reg commit control
` [v2 4/5] drm/mediatek: add frame size control
` [v2 5/5] drm/mediatek: add mt8183 dsi driver support

[v4 0/5] Support dpi for mt8183
 2019-05-20  6:48 UTC  (8+ messages)
` [v4 1/5] dt-bindings: display: mediatek: update dpi supported chips
` [v4 2/5] drm/mediatek: dpi dual edge support
` [v4 3/5] drm/mediatek: add mt8183 "
` [v4 4/5] drm/mediatek: control dpi pins dpi or gpio mode in on or off
` [v4 5/5] drm/mediatek: add mt8183 support dpi pins control

[v2 0/3] support mipitx on mt8183
 2019-05-20  5:30 UTC  (5+ messages)
` [v2 3/3] drm/mediatek: add mipi_tx driver for mt8183

[v3 0/3] Support mipitx on mt8183
 2019-05-20  2:48 UTC  (5+ messages)
` [v3 1/3] dt-bindings: display: mediatek: update dsi supported chips
` [v3 2/3] drm/mediatek: separate mipi_tx to different file
` [v3 3/3] drm/mediatek: add mipi_tx driver for mt8183

[PATCH 0/2] fix pwm_mtk_disp suspend/resume issues
 2019-05-19 10:56 UTC  (3+ messages)
` [PATCH 1/2] pwm: fine tune pwm-mtk-disp clock control flow
` [PATCH 2/2] pwm/mtk_disp: fix update reg issue when chip doesn't have commit

[v3 0/3] support dpi for mt8183
 2019-05-19  9:37 UTC  (4+ messages)
` [v3 3/3] drm/mediatek: add mt8183 dpi support

[PATCH] dt-bindings: pwm: Convert Allwinner PWM to a schema
 2019-05-16 12:08 UTC 

[PATCH v12 0/2] PWM support for HiFive Unleashed
 2019-05-13 11:36 UTC  (3+ messages)
` [PATCH v12 1/2] pwm: sifive: Add DT documentation for SiFive PWM Controller
` [PATCH v12 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[GIT PULL] pwm: Changes for v5.2-rc1
 2019-05-10 17:35 UTC  (2+ messages)

[PATCH 1/2] pwm: clear chip_data in pwm_put
 2019-05-09 19:02 UTC  (5+ messages)
` [PATCH 2/2] pwm: samsung: don't uses devm-functions in .request

[PATCH V12 0/5] Add i.MX7ULP EVK PWM backlight support
 2019-05-09 15:02 UTC  (8+ messages)
` [PATCH V12 1/5] dt-bindings: pwm: Add i.MX TPM PWM binding
` [PATCH V12 2/5] pwm: Add i.MX TPM PWM driver support
` [PATCH V12 3/5] ARM: imx_v6_v7_defconfig: Add TPM PWM support by default
` [PATCH V12 4/5] ARM: dts: imx7ulp: Add tpm pwm support
` [PATCH V12 5/5] ARM: dts: imx7ulp-evk: Add backlight support

[PATCH] pwm: imx27: use devm_platform_ioremap_resource() to simplify code
 2019-05-09 14:55 UTC  (2+ messages)

[PATCH 0/2] pwm: meson: two small bug-fixes
 2019-05-09 14:52 UTC  (2+ messages)

[PATCH v2 0/1] pwm: meson: fix scheduling while atomic issue
 2019-05-09 14:52 UTC  (3+ messages)
` [PATCH v2 1/1] pwm: meson: use the spin-lock only to protect register modifications

[PATCH V11 0/5] Add i.MX7ULP EVK PWM backlight support
 2019-05-09 13:11 UTC  (6+ messages)
` [PATCH V11 2/5] pwm: Add i.MX TPM PWM driver support

[PATCH 07/15] ARM: at91: move SoC specific definitions to SoC folder
 2019-05-09 11:10 UTC 

[PATCH v2 0/3] pwm: Add support for Amlogic Meson G12A
 2019-05-08 22:42 UTC  (3+ messages)
` [PATCH v2 3/3] arm64: dts: meson-g12a: Add PWM nodes

[RESEND][PATCH v3 0/6] add LCD support for SAM9X60
 2019-05-08  8:48 UTC  (4+ messages)

[PATCH v11 0/2] PWM support for HiFive Unleashed
 2019-05-07 16:27 UTC  (7+ 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).