linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-04 19:23:23 to 2020-07-22 15:23:49 UTC [more...]

[PATCH v16 3/3] Input: new da7280 haptic driver
 2020-07-22 15:23 UTC  (2+ messages)

[PATCH v2 0/2] Add PWM support for Intel Keem Bay SoC
 2020-07-21  9:13 UTC  (6+ messages)
` [PATCH v2 1/2] pwm: Add PWM driver for Intel Keem Bay
` [PATCH v2 2/2] dt-bindings: pwm: keembay: Add bindings for Intel Keem Bay PWM

[PATCH 0/3] PWM backlight interpolation adjustments
 2020-07-21  4:25 UTC  (3+ messages)
` [PATCH 1/3] backlight: pwm_bl: Fix interpolation
` [PATCH 2/3] backlight: pwm_bl: Artificially add 0% during interpolation

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

[PATCH v5 00/13] Add support for Kontron sl28cpld
 2020-07-20  7:43 UTC  (40+ 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 v4 0/20] backlight: backlight updates
 2020-07-18  6:00 UTC  (26+ messages)
` [PATCH v4 02/20] backlight: add backlight_is_blank()
` [PATCH v4 05/20] backlight: improve backlight_device documentation
` [PATCH v4 12/20] backlight: introduce backlight_get_brightness()
` [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 19/20] backlight: make of_find_backlight static

[PATCH v4] pwm: bcm-iproc: handle clk_get_rate() return
 2020-07-18  4:46 UTC 

[PATCH v3] pwm: bcm-iproc: handle clk_get_rate() return
 2020-07-17 23:57 UTC  (2+ messages)

[PATCH v2] pwm: bcm-iproc: handle clk_get_rate() return
 2020-07-17 23:11 UTC  (4+ messages)

[PATCH] pwm: bcm-iproc: handle clk_get_rate() return
 2020-07-17 18:24 UTC  (3+ messages)

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

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

[PATCH] [stable v5.4.x] pwm: jz4740: Fix build failure
 2020-07-14 16:58 UTC  (4+ messages)

[PATCH v4 0/2] pwm: intel: Add PWM driver for a new SoC
 2020-07-14  7:18 UTC  (8+ 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 v2 1/8] dt-bindings: pwm: samsung: Do not require interrupts on Exynos SoCs
 2020-07-14  2:46 UTC  (9+ messages)
` [PATCH v2 4/8] arm64: dts: exynos: Remove DMA controller bus node name to fix dtschema warnings
  ` [PATCH v2 5/8] ARM: "

[PATCH v2] ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files
 2020-07-13  8:48 UTC  (2+ messages)

[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] Revert "pwm: jz4740: Enhance precision in calculation of duty cycle"
 2020-07-10 10:46 UTC  (3+ messages)

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

[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 20/20] backlight: make of_find_backlight_by_node() static
 2020-07-07 21:46 UTC  (2+ messages)

[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

[RFC PATCH 00/10] Netronix embedded controller driver for Kobo and Tolino ebook readers
 2020-07-06 19:28 UTC  (6+ messages)

[RFC PATCH 02/10] dt-bindings: Add vendor prefix for Netronix, Inc
 2020-07-04 19:23 UTC  (4+ messages)
` [RFC PATCH 08/10] rtc: New driver for RTC in Netronix embedded controller


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