Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2019-06-01 13:17:09 to 2019-06-20 10:08:02 UTC [more...]

[PATCH] pwm: lpss: Convert to use SPDX identifier
 2019-06-20 10:07 UTC  (2+ messages)

[PATCH v2 0/3] PWM framework: add support referencing PWMs from ACPI
 2019-06-20  6:49 UTC  (17+ 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

[PATCH v1 12/22] docs: driver-api: add .rst files from the main dir
 2019-06-19 14:13 UTC  (11+ messages)

[PATCH v1] backlight: pwm_bl: convert to use SPDX identifier
 2019-06-19 13:59 UTC 

[PATCH 0/5] Add missing pwm-cells to STM32 timers PWM
 2019-06-19 11:42 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: pwm-stm32: add #pwm-cells
` [PATCH 2/5] pwm: stm32: use 3 cells ->of_xlate()
` [PATCH 3/5] ARM: dts: stm32: add pwm cells to stm32mp157c
` [PATCH 4/5] ARM: dts: stm32: add pwm cells to stm32f429
` [PATCH 5/5] ARM: dts: stm32: add pwm cells to stm32f746

[PATCH 0/4] backlight: Expose brightness curve type through sysfs
 2019-06-19 11:05 UTC  (8+ messages)
` [PATCH 1/4] MAINTAINERS: Add entry for stable backlight sysfs ABI documentation
` [PATCH 2/4] backlight: Expose brightness curve type through sysfs
` [PATCH 3/4] backlight: pwm_bl: Set scale type for CIE 1931 curves
` [PATCH 4/4] backlight: pwm_bl: Set scale type for brightness curves specified in the DT

[PATCH v2] pwm: bcm2835: improve precision of pwm
 2019-06-19  7:29 UTC  (5+ messages)

[PATCH v1 12/22] docs: driver-api: add .rst files from the main dir
 2019-06-18 21:05 UTC 

[PATCH v2 00/10] Move part of cros-ec out of MFD subsystem
 2019-06-14 16:36 UTC  (3+ messages)
` [PATCH v2 02/10] mfd / platform: cros_ec: Move cros-ec core driver out from MFD
` [PATCH v2 06/10] mfd / platform: cros_ec: Reorganize platform and mfd includes

[PATCH] dt-bindings: pwm: Convert Allwinner PWM to a schema
 2019-06-14  9:14 UTC  (3+ messages)

[PATCH] backlight: pwm_bl: Fix heuristic to determine number of brightness levels
 2019-06-13 15:43 UTC  (3+ messages)

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

[PATCH v2 00/14] pwm-meson: cleanups and improvements
 2019-06-12 19:47 UTC  (20+ 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 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

[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 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  (13+ 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 5/7] drm/mediatek: add mt8183 dsi driver support
` [v4 6/7] drm/mediatek: change the dsi phytiming calculate method

[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 -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  (3+ messages)
` [v3 6/7] drm/mediatek: change the dsi phytiming calculate method

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

[v4 0/3] Support mipitx for mt8183
 2019-06-03  2:53 UTC  (3+ messages)
` [v4 3/3] drm/mediatek: add mipi_tx driver "

[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 


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