Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2019-05-27 12:31:49 to 2019-06-12 18:00:03 UTC [more...]

[PATCH] backlight: pwm_bl: Fix heuristic to determine number of brightness levels
 2019-06-12 18:00 UTC 

[PATCH 1/2] pwm: pwm-fsl-ftm: more relaxed permissions for updating period
 2019-06-12 14:12 UTC  (2+ messages)
` [PATCH 2/2] pwm: pwm-fsl-ftm: Use write protection for prescaler & polarity

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

[1/2] dt-bindngs: display: panel: Add BOE tv101wum-nl6 panel bindings
 2019-06-11 22:40 UTC  (6+ messages)
` [2/2] drm/panel: support for BOE tv101wum-n16 wuxga dsi video mode panel

[PATCH 1/2] dt-bindings: pwm-backlight: Add 'max-brightness' property
 2019-06-11 22:11 UTC  (11+ messages)
` [PATCH 2/2] backlight: pwm_bl: Get number of brightness levels for CIE 1931 from the device tree

[PATCH 00/10] Move part of cros-ec out of MFD subsystem
 2019-06-11 19:54 UTC  (23+ messages)
` [PATCH 02/10] mfd / platform: cros_ec: Move cros-ec core driver out from MFD
` [PATCH 06/10] mfd / platform: cros_ec: Reorganize platform and mfd includes

[PATCH v2] pwm: bcm2835: improve precision of pwm
 2019-06-11 19:09 UTC  (2+ messages)

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

[PATCH v13 0/2] PWM support for HiFive Unleashed
 2019-06-11 15:25 UTC  (4+ messages)
` [PATCH v13 1/2] pwm: sifive: Add DT documentation for SiFive PWM Controller
` [PATCH v13 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[v4 0/7] Support dsi for mt8183
 2019-06-11  2:37 UTC  (15+ 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

[1/2] dt-bindings: display: panel: add AUO kd101n80-45na panel bindings
 2019-06-09 11:51 UTC  (4+ messages)
` [2/2] drm/panel: support for AUO kd101n80-45na wuxga dsi video mode panel

[PATCH v2 0/6] PWM JZ4740 fixes and cleanups
 2019-06-08 10:31 UTC  (8+ messages)
` [PATCH v2 1/6] dt-bindings: Remove unused compatible strings
` [PATCH v2 2/6] pwm: jz4740: Remove unused devicetree "
` [PATCH v2 3/6] pwm: jz4740: Apply configuration atomically
` [PATCH v2 4/6] pwm: jz4740: Drop dependency on MACH_INGENIC
` [PATCH v2 5/6] pwm: jz4740: Force TCU2 channels to return to their init level
` [PATCH v2 6/6] pwm: jz4740: Use __init_or_module and __exit for .probe and .remove

[PATCH] dt-bindings: pwm: Convert Allwinner PWM to a schema
 2019-06-07 11:18 UTC  (2+ messages)

[PATCH -next] pwm: pca9685: Remove set but not used variable 'pwm'
 2019-06-06 15:11 UTC  (9+ messages)

[PATCH v2] pwm: pca9685: fix pwm/gpio inter-operation
 2019-06-05 13:10 UTC  (3+ messages)

[PATCH] pwm: atmel-hlcdc: add compatible for SAM9X60 HLCDC's PWM
 2019-06-05 10:25 UTC 

[RESEND][PATCH v3 0/6] add LCD support for SAM9X60
 2019-06-05  8:43 UTC  (7+ messages)

[PATCH] pwm: pca9685: fix pwm/gpio inter-operation
 2019-06-04 14:47 UTC  (4+ messages)

[v3 0/7] Support dsi for mt8183
 2019-06-03 18:14 UTC  (10+ messages)
` [v3 1/7] drm/mediatek: move mipi_dsi_host_register to probe
` [v3 3/7] drm/mediatek: add dsi reg commit disable control
` [v3 6/7] drm/mediatek: change the dsi phytiming calculate method
` [v3 7/7] drm: mediatek: adjust dsi and mipi_tx probe sequence

[PATCH 0/3] PWM framework: add support referencing PWMs from ACPI
 2019-06-03  9:44 UTC  (14+ 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

[v4 0/3] Support mipitx for mt8183
 2019-06-03  2:53 UTC  (5+ 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

[PATCH] pwm: bcm2835: increase precision of pwm
 2019-06-02 20:38 UTC  (5+ messages)

[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 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 "

[PATCH] drm/mediatek: add dsi module reset driver
 2019-05-31  1:50 UTC  (2+ 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  (22+ messages)
` [PATCH 04/14] pwm: meson: change MISC_CLK_SEL_WIDTH to MISC_CLK_SEL_MASK
` [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 10/14] pwm: meson: simplify the calculation of the pre-divider and count
` [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)


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