linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-28 02:47:15 to 2020-06-09 13:50:20 UTC [more...]

[PATCH v2 00/15] pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-06-09 13:50 UTC  (30+ 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 v4 00/11] Add support for Kontron sl28cpld
 2020-06-09  6:47 UTC  (54+ 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

pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-06-08 14:35 UTC  (21+ 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 V4] pwm: tegra: dynamic clk freq configuration by PWM driver
 2020-06-08 12:36 UTC  (5+ 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  (7+ messages)

[PATCH] MAINTAINERS: Add Lee Jones as reviewer for the PWM subsystem
 2020-06-03 16:25 UTC  (6+ messages)

HELLO: I AM MRS SUSAN JONES
 2020-06-03 13:48 UTC 

[PATCH] pwm: rockchip: simplify rockchip_pwm_get_state()
 2020-06-03  3:10 UTC  (3+ messages)

[PATCH] pwm: imx27: Fix rounding behavior
 2020-06-02 22:36 UTC  (4+ messages)

[PATCH v16 00/11] Convert PWM period and duty cycle to u64
 2020-06-02 22:34 UTC  (14+ messages)
` [PATCH v16 01/11] drm/i915: Use 64-bit division macro
` [PATCH v16 02/11] hwmon: pwm-fan: "
` [PATCH v16 03/11] ir-rx51: "
` [PATCH v16 04/11] pwm: clps711x: "
` [PATCH v16 05/11] pwm: pwm-imx-tpm: "
` [PATCH v16 06/11] pwm: imx27: Use 64-bit division macro and function
  ` [PATCH v16 06/11] pwm: imx27: Use 64-bit division macro
` [PATCH v16 07/11] pwm: sifive: "
` [PATCH v16 08/11] pwm: sun4i: Use nsecs_to_jiffies to avoid a division
` [PATCH v16 09/11] backlight: pwm_bl: Use 64-bit division function
` [PATCH v16 10/11] clk: pwm: "
` [PATCH v16 11/11] pwm: core: Convert period and duty cycle to u64

[PATCH V2 1/2] hwmon: pwm-fan: Add profile support and add remove module support
 2020-06-02 14:28 UTC  (3+ messages)
` [PATCH V2 2/2] arm64: tegra: Add pwm-fan profile settings

[PATCH v3 0/16] backlight updates
 2020-06-02 14:04 UTC  (22+ messages)
` [PATCH v3 01/13] backlight: refactor fb_notifier_callback()
` [PATCH v3 02/13] backlight: add backlight_is_blank()
` [PATCH v3 03/13] backlight: improve backlight_ops documentation
` [PATCH v3 04/13] backlight: improve backlight_properties documentation
` [PATCH v3 05/13] backlight: improve backlight_device documentation
` [PATCH v3 06/13] backlight: document inline functions in backlight.h
` [PATCH v3 07/13] backlight: document enums "
` [PATCH v3 08/13] backlight: remove the unused backlight_bl driver
` [PATCH v3 09/13] backlight: drop extern from prototypes
` [PATCH v3 10/13] backlight: add overview and update existing doc
` [PATCH v3 11/13] backlight: wire up kernel-doc documentation
` [PATCH v3 12/13] backlight: as3711_bl: introduce backlight_is_blank()
` [PATCH v3 13/13] backlight: use backlight_is_blank() in all backlight drivers

[PATCH v3 1/4] pwm: jz4740: Drop dependency on MACH_INGENIC
 2020-06-02 12:41 UTC  (2+ messages)

[PATCH] pwm: lpss: Fix get_state runtime-pm reference handling
 2020-06-02 12:40 UTC  (2+ messages)

[PATCH v2] pwm: sun4i: direct clock output support for Allwinner A64
 2020-06-02 12:40 UTC  (2+ messages)

[PATCH v15 00/11] Convert PWM period and duty cycle to u64
 2020-06-01 11:33 UTC  (4+ messages)
` [PATCH v15 04/11] pwm: clps711x: Use 64-bit division macro

[PATCH] pwm: img: call pm_runtime_put in pm_runtime_get_sync failed case
 2020-06-01  8:37 UTC 

[PATCH] pwm: img: call pm_runtime_put in pm_runtime_get_sync failed case
 2020-06-01  7:11 UTC 

[PATCH v2] pwm: Add DesignWare PWM Controller Driver
 2020-05-30  7:55 UTC  (4+ messages)

[PATCH v1 0/2] pwm: intel: Add PWM driver for new SoC
 2020-05-28 23:31 UTC  (8+ messages)
` [PATCH v1 1/2] Add YAML schema for a new PWM driver
` [PATCH v1 2/2] Add PWM driver for LGM

Spende von 2.000.000,00 Euro
 2020-05-28 16:29 UTC 

[PATCH] dt-bindings: pwm: Convert mxs pwm to json-schema
 2020-05-28 15:17 UTC  (2+ messages)

[PATCH v3 2/4] pwm: jz4740: Enhance precision in calculation of duty cycle
 2020-05-28 14:41 UTC  (3+ messages)

[PATCH v2 0/16] backlight updates
 2020-05-28 13:43 UTC  (6+ messages)
` [PATCH v2 03/16] backlight: add backlight_is_blank()
` [PATCH v2 16/16] backlight: use backlight_is_blank() in all backlight drivers

[PATCH 1/2] dt-bindings: pwm: Convert imx pwm to json-schema
 2020-05-28  2:47 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: pwm: Convert imx tpm "


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