linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-04 21:10:28 to 2020-06-20 12:19:16 UTC [more...]

[PATCH v3 00/15] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-06-20 12:17 UTC  (14+ messages)
` [PATCH v3 01/15] ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
` [PATCH v3 02/15] ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)
` [PATCH v3 03/15] pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()
` [PATCH v3 04/15] pwm: lpss: Add range limit check for the base_unit register value
` [PATCH v3 05/15] pwm: lpss: Use pwm_lpss_apply() when restoring state on resume
` [PATCH v3 06/15] pwm: crc: Fix period / duty_cycle times being off by a factor of 256
` [PATCH v3 07/15] pwm: crc: Fix off-by-one error in the clock-divider calculations
` [PATCH v3 08/15] pwm: crc: Fix period changes not having any effect
` [PATCH v3 09/15] pwm: crc: Enable/disable PWM output on enable/disable
` [PATCH v3 10/15] pwm: crc: Implement apply() method to support the new atomic PWM API
` [PATCH v3 11/15] pwm: crc: Implement get_state() method
` [PATCH v3 13/15] drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM controller
` [PATCH v3 15/15] drm/i915: panel: Use atomic PWM API "

[PATCH 0/2] pwm: Miscellaneous fixes for 64-bit support
 2020-06-19  6:46 UTC  (12+ messages)
` [PATCH 1/2] video: ssd1307fb: Print PWM period using 64-bit format specifier
` [PATCH 2/2] pwm: iqs620a: Use 64-bit division

[PATCH v2 0/2] pwm: intel: Add PWM driver for a new SoC
 2020-06-19  6:29 UTC  (7+ messages)
  ` [PATCH v2 1/2] Add DT bindings YAML schema for PWM fan controller of LGM SoC
` [PATCH v2 2/2] Add PWM fan controller driver for "

[PATCH AUTOSEL 4.19 039/172] pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed case
 2020-06-18  1:20 UTC 

[PATCH AUTOSEL 5.7 087/388] pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed case
 2020-06-18  1:07 UTC  (3+ messages)
` [PATCH AUTOSEL 5.7 317/388] pwm: imx27: Fix rounding behavior
` [PATCH AUTOSEL 5.7 333/388] pwm: Add missing "CONFIG_" prefix

[PATCH AUTOSEL 5.4 069/266] pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed case
 2020-06-18  1:13 UTC 

donation of Euro 2,000,000.00
 2020-06-15 21:54 UTC 

[RESEND PATCH V13 3/3] Input: new da7280 haptic driver
 2020-06-15 11:40 UTC 

[PATCH v2 00/15] pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-06-13 20:50 UTC  (37+ messages)
` [PATCH v2 01/15] ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
` [PATCH v2 02/15] ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)
` [PATCH v2 03/15] pwm: lpss: Add range limit check for the base_unit register value
` [PATCH v2 04/15] pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()
` [PATCH v2 05/15] pwm: lpss: Set SW_UPDATE bit when enabling the PWM
` [PATCH v2 06/15] pwm: crc: Fix period / duty_cycle times being off by a factor of 256
` [PATCH v2 07/15] pwm: crc: Fix off-by-one error in the clock-divider calculations
` [PATCH v2 08/15] pwm: crc: Fix period changes not having any effect
` [PATCH v2 09/15] pwm: crc: Enable/disable PWM output on enable/disable
` [PATCH v2 10/15] pwm: crc: Implement apply() method to support the new atomic PWM API
` [PATCH v2 11/15] pwm: crc: Implement get_state() method
` [PATCH v2 12/15] drm/i915: panel: Add get_vbt_pwm_freq() helper
` [PATCH v2 13/15] drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM controller
` [PATCH v2 14/15] drm/i915: panel: Honor the VBT PWM min setting "
` [PATCH v2 15/15] drm/i915: panel: Use atomic PWM API "

[PATCH] pwm: add a config symbol for legacy drivers
 2020-06-13 15:57 UTC 

adding linux-pwm archives to lore.kernel.org?
 2020-06-13 14:15 UTC  (4+ messages)
      ` [Kernel.org Helpdesk #89942] [linuxfoundation.org #89942] "

[GIT PULL] pwm: Changes for v5.8-rc1
 2020-06-12 19:50 UTC  (2+ messages)

pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-06-12 17:04 UTC  (23+ messages)
` [PATCH 01/16] ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
` [PATCH 02/16] ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)
` [PATCH 03/16] pwm: lpss: Add range limit check for the base_unit register value
` [PATCH 04/16] pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()
` [PATCH 05/16] pwm: lpss: Set SW_UPDATE bit when enabling the PWM
` [PATCH 06/16] pwm: lpss: Add debug prints, test patch for moving i915 to atomic PWM
` [PATCH 07/16] pwm: crc: Fix period / duty_cycle times being off by a factor of 256
` [PATCH 08/16] pwm: crc: Fix off-by-one error in the clock-divider calculations
` [PATCH 09/16] pwm: crc: Fix period changes not having any effect
` [PATCH 10/16] pwm: crc: Enable/disable PWM output on enable/disable
` [PATCH 11/16] pwm: crc: Implement apply() method to support the new atomic PWM API
` [PATCH 12/16] pwm: crc: Implement get_state() method
` [PATCH 13/16] drm/i915: panel: Add get_vbt_pwm_freq() helper
` [PATCH 14/16] drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM controller
` [PATCH 15/16] drm/i915: panel: Honor the VBT PWM min setting "
` [PATCH 16/16] drm/i915: panel: Use atomic PWM API "

[PATCH] dt-bindings: Remove redundant 'maxItems'
 2020-06-12  6:47 UTC  (3+ messages)

[PATCH v16 00/11] Convert PWM period and duty cycle to u64
 2020-06-11 18:31 UTC  (5+ messages)

[PATCH v4 00/11] Add support for Kontron sl28cpld
 2020-06-10 18:30 UTC  (74+ messages)
` [PATCH v4 01/11] dt-bindings: mfd: Add bindings for sl28cpld
` [PATCH v4 02/11] mfd: Add support for Kontron sl28cpld management controller
` [PATCH v4 03/11] irqchip: add sl28cpld interrupt controller support
` [PATCH v4 04/11] watchdog: add support for sl28cpld watchdog
` [PATCH v4 06/11] gpio: add support for the sl28cpld GPIO controller
  ` [PATCH v4 05/11] pwm: add support for sl28cpld PWM controller
  ` [PATCH v4 07/11] hwmon: add support for the sl28cpld hardware monitoring controller
` [PATCH v4 08/11] arm64: dts: freescale: sl28: enable sl28cpld
` [PATCH v4 09/11] arm64: dts: freescale: sl28: map GPIOs to input events
` [PATCH v4 10/11] arm64: dts: freescale: sl28: enable LED support
` [PATCH v4 11/11] arm64: dts: freescale: sl28: enable fan support

[PATCH AUTOSEL 5.6 293/606] gpio: mvebu: Fix probing for chips without PWM
 2020-06-08 23:06 UTC 

[PATCH v3 00/16] Add support for Kontron sl28cpld
 2020-06-08 18:45 UTC  (8+ messages)
` [PATCH v3 03/16] mfd: mfd-core: match device tree node against reg property

[PATCH 0/2] hwmon: Add SFR NeufBox 6 hwmon support
 2020-06-08 16:34 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: hwmon: Add SFR NB6 sensor binding
` [PATCH 2/2] hwmon: Add SFR NB6 sensor driver

[PATCH V4] pwm: tegra: dynamic clk freq configuration by PWM driver
 2020-06-08 12:36 UTC  (3+ messages)

[PATCH 0/3] Add PWM support for Intel Keem Bay SoC
 2020-06-05 13:49 UTC  (7+ messages)
` [PATCH 1/3] pwm: Add count attribute in sysfs for Intel Keem Bay
` [PATCH 2/3] pwm: Add PWM driver "

[PATCH] pwm: Add missing "CONFIG_" prefix
 2020-06-05  4:07 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;
as well as URLs for NNTP newsgroup(s).