linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-25 08:59:51 to 2020-07-11 13:58:02 UTC [more...]

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

[PATCH] [stable v5.4.x] pwm: jz4740: Fix build failure
 2020-07-10 19:47 UTC  (3+ messages)

[PATCH] Revert "pwm: jz4740: Enhance precision in calculation of duty cycle"
 2020-07-10 10:46 UTC  (3+ messages)

[PATCH v2] ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files
 2020-07-10  5:19 UTC 

[PATCH] ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files
 2020-07-09 18:59 UTC  (3+ messages)

adding linux-pwm archives to lore.kernel.org?
 2020-07-09  9:27 UTC  (5+ messages)
        ` [Kernel.org Helpdesk #89942] [linuxfoundation.org #89942] "

[PATCH v5 00/13] Add support for Kontron sl28cpld
 2020-07-09  8:50 UTC  (21+ messages)
` [PATCH v5 01/13] regmap-irq: use fwnode instead of device node in add_irq_chip()
  ` [PATCH v5 02/13] mfd: add simple regmap based I2C driver
  ` [PATCH v5 06/13] watchdog: add support for sl28cpld watchdog
  ` [PATCH v5 12/13] arm64: dts: freescale: sl28: enable LED support
` [PATCH v5 03/13] dt-bindings: mfd: Add bindings for sl28cpld
` [PATCH v5 04/13] mfd: simple-mfd-i2c: add sl28cpld support
` [PATCH v5 05/13] irqchip: add sl28cpld interrupt controller support
` [PATCH v5 07/13] pwm: add support for sl28cpld PWM controller
` [PATCH v5 08/13] gpio: add support for the sl28cpld GPIO controller
` [PATCH v5 09/13] hwmon: add support for the sl28cpld hardware monitoring controller
` [PATCH v5 10/13] arm64: dts: freescale: sl28: enable sl28cpld
` [PATCH v5 11/13] arm64: dts: freescale: sl28: map GPIOs to input events
` [PATCH v5 13/13] arm64: dts: freescale: sl28: enable fan support

[PATCH v16 3/3] Input: new da7280 haptic driver
 2020-07-09  7:27 UTC 

[PATCH] Replace HTTP links with HTTPS ones: PWM SUBSYSTEM
 2020-07-09  7:19 UTC  (2+ messages)

My Dear Beloved One,
 2020-07-08 12:33 UTC 

[PATCH V2 1/2] hwmon: pwm-fan: Add profile support and add remove module support
 2020-07-08 11:27 UTC  (3+ messages)

[PATCH v4 0/20] backlight: backlight updates
 2020-07-08 11:17 UTC  (34+ messages)
` [PATCH v4 01/20] backlight: refactor fb_notifier_callback()
` [PATCH v4 02/20] backlight: add backlight_is_blank()
` [PATCH v4 03/20] backlight: improve backlight_ops documentation
` [PATCH v4 04/20] backlight: improve backlight_properties documentation
` [PATCH v4 05/20] backlight: improve backlight_device documentation
` [PATCH v4 06/20] backlight: document inline functions in backlight.h
` [PATCH v4 07/20] backlight: document enums "
` [PATCH v4 08/20] backlight: remove the unused backlight_bl driver
` [PATCH v4 09/20] backlight: drop extern from prototypes
` [PATCH v4 10/20] backlight: add overview and update existing doc
` [PATCH v4 11/20] backlight: wire up kernel-doc documentation
` [PATCH v4 12/20] backlight: introduce backlight_get_brightness()
` [PATCH v4 13/20] backlight: as3711_bl: simplify update_status
` [PATCH v4 14/20] backlight: cr_bllcd: introduce backlight_is_blank()
` [PATCH v4 15/20] backlight: gpio_backlight: simplify update_status()
` [PATCH v4 16/20] backlight: jornada720_bl: introduce backlight_is_blank()
` [PATCH v4 17/20] backlight: use backligt_get_brightness()
` [PATCH v4 18/20] backlight: drop backlight_put()
` [PATCH v4 19/20] backlight: make of_find_backlight static
` [PATCH v4 20/20] backlight: make of_find_backlight_by_node() static

[PATCH v3 00/15] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-07-07 19:41 UTC  (22+ messages)
` [PATCH v3 04/15] pwm: lpss: Add range limit check for the base_unit register value
` [PATCH v3 09/15] pwm: crc: Enable/disable PWM output on enable/disable
` [PATCH v3 11/15] pwm: crc: Implement get_state() method
` [PATCH v3 15/15] drm/i915: panel: Use atomic PWM API for devs with an external PWM controller

[PATCH v2 1/8] dt-bindings: pwm: samsung: Do not require interrupts on Exynos SoCs
 2020-07-07 18:50 UTC  (18+ messages)
` [PATCH v2 3/8] arm64: dts: exynos: Remove generic arm,armv8-pmuv3 compatible
  ` [PATCH v2 2/8] arm64: dts: exynos: Describe PWM interrupts on Exynos7
  ` [PATCH v2 4/8] arm64: dts: exynos: Remove DMA controller bus node name to fix dtschema warnings
  ` [PATCH v2 7/8] ARM: dts: exynos: Define fixed regulators in root node for consistency in Arndale
  ` [PATCH v2 8/8] ARM: dts: exynos: Define fixed regulators in root node for consistency in SMDK5420
` [PATCH v2 5/8] ARM: dts: exynos: Remove DMA controller bus node name to fix dtschema warnings
` [PATCH v2 6/8] ARM: dts: exynos: Define fixed regulators in root node for consistency in Origen

[RFC PATCH 00/10] Netronix embedded controller driver for Kobo and Tolino ebook readers
 2020-07-06 19:28 UTC  (10+ messages)
` [RFC PATCH 01/10] DT bindings in plain text format

[RFC PATCH 02/10] dt-bindings: Add vendor prefix for Netronix, Inc
 2020-07-04 19:23 UTC  (16+ messages)
` [RFC PATCH 04/10] mfd: Add base driver for Netronix embedded controller
` [RFC PATCH 06/10] pwm: ntxec: Add driver for PWM function in Netronix EC
` [RFC PATCH 07/10] dt-bindings: rtc: Add bindings for Netronix embedded controller RTC
` [RFC PATCH 08/10] rtc: New driver for RTC in Netronix embedded controller

[PATCH v6] gpio: pca953x: Add Maxim MAX7313 PWM support
 2020-07-04 15:43 UTC  (13+ messages)

[PATCH v15 3/3] Input: new da7280 haptic driver
 2020-07-03  6:50 UTC  (5+ messages)

[PATCH v3 0/16] backlight updates
 2020-07-02  8:01 UTC  (3+ messages)

[PATCH v16 00/11] Convert PWM period and duty cycle to u64
 2020-07-02  7:11 UTC  (3+ messages)
` [PATCH v16 06/11] pwm: imx27: Use 64-bit division macro and function

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

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

[PATCH 0/4] Fix a bunch of W=1 warnings in PWM
 2020-06-29 19:47 UTC  (12+ messages)
` [PATCH 1/4] pwm: bcm-iproc: Remove impossible comparison when validating duty cycle
` [PATCH 2/4] pwm: bcm-kona: "
` [PATCH 3/4] pwm: mediatek: Provide missing kerneldoc description for 'soc' arg
` [PATCH 4/4] pwm: omap-dmtimer: Repair pwm_omap_dmtimer_chip's broken kerneldoc header

Hello,
 2020-06-29 19:15 UTC 

[PATCH v14 3/3] Input: new da7280 haptic driver
 2020-06-29  0:29 UTC  (5+ messages)

[PATCH] dt-bindings: Remove redundant 'maxItems'
 2020-06-26 16:23 UTC  (2+ messages)

[PATCH v2 0/2] pwm: intel: Add PWM driver for a new SoC
 2020-06-25  8:59 UTC  (6+ messages)
` [PATCH v2 2/2] Add PWM fan controller driver for LGM SoC


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