linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-24 22:20:17 to 2020-08-12 06:40:51 UTC [more...]

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

[PATCH V2 1/3] pwm: imx-tpm: Use dev_err_probe() to simplify error handling
 2020-08-11  7:00 UTC  (9+ messages)
` [PATCH V2 2/3] pwm: imx27: "
` [PATCH V2 3/3] pwm: imx1: "

[PATCH 1/3] pwm: imx-tpm: Use dev_err_probe() to simplify error handling
 2020-08-11  3:23 UTC  (3+ messages)
` [PATCH 2/3] pwm: imx27: "
` [PATCH 3/3] pwm: imx1: "

[PATCH v7 00/13] Add support for Kontron sl28cpld
 2020-08-10  7:31 UTC  (21+ messages)
` [PATCH v7 01/13] mfd: add simple regmap based I2C driver
` [PATCH v7 02/13] dt-bindings: mfd: Add bindings for sl28cpld
` [PATCH v7 03/13] mfd: simple-mfd-i2c: add sl28cpld support
` [PATCH v7 04/13] irqchip: add sl28cpld interrupt controller support
` [PATCH v7 05/13] watchdog: add support for sl28cpld watchdog
` [PATCH v7 06/13] pwm: add support for sl28cpld PWM controller
` [PATCH v7 07/13] gpio: add support for the sl28cpld GPIO controller
` [PATCH v7 08/13] hwmon: add support for the sl28cpld hardware monitoring controller
` [PATCH v7 09/13] arm64: dts: freescale: sl28: enable sl28cpld
` [PATCH v7 10/13] arm64: dts: freescale: sl28: map GPIOs to input events
` [PATCH v7 11/13] arm64: dts: freescale: sl28: enable LED support
` [PATCH v7 12/13] arm64: dts: freescale: sl28: enable fan support
` [PATCH v7 13/13] arm64: defconfig: enable the sl28cpld board management controller

[PATCH v2 00/41] spi / fbdev / cpufreq / usb / mmc / hwmon / ARM: Prepare for multiplatform S3C
 2020-08-07 11:44 UTC  (6+ messages)
` [PATCH v2 18/41] ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNG

[PATCH 0/5] r8a7742: Enable support for CMT, PWM and TPU
 2020-08-07  8:41 UTC  (12+ messages)
` [PATCH 1/5] ARM: dts: r8a7742-iwg21d-q7: Enable cmt0
` [PATCH 2/5] dt-bindings: pwm: renesas,pwm-rcar: Add r8a7742 support
` [PATCH 3/5] ARM: dts: r8a7742: Add PWM SoC support
` [PATCH 4/5] dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support
` [PATCH 5/5] ARM: dts: r8a7742: Add TPU support

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

[PATCH v4 0/7] platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes
 2020-08-06 21:33 UTC  (11+ messages)
` [PATCH v4 1/7] iio: cros_ec: Accept -EOPNOTSUPP as 'not supported' error code
` [PATCH v4 2/7] cros_ec_lightbar: Accept more error codes from cros_ec_cmd_xfer_status
` [PATCH v4 3/7] platform/chrome: cros_ec_sysfs: Report range of error codes from EC
` [PATCH v4 4/7] pwm: cros-ec: Accept more error codes from cros_ec_cmd_xfer_status
` [PATCH v4 5/7] platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPT
` [PATCH v4 6/7] platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes
` [PATCH v4 7/7] pwm: cros-ec: Simplify EC error handling

[PATCH v4 0/7] platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes
 2020-08-06 15:32 UTC 

[PATCH v19 3/3] Input: new da7280 haptic driver
 2020-08-04  6:33 UTC 

[PATCH v5 00/16] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-08-03  8:41 UTC  (31+ messages)
` [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 v18 3/3] Input: new da7280 haptic driver
 2020-08-03  1:13 UTC  (14+ messages)

[PATCH v3 0/6] platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes
 2020-08-02 20:27 UTC  (16+ messages)
` [PATCH v3 1/6] iio: cros_ec: Accept -EOPNOTSUPP as 'not supported' error code
` [PATCH v3 2/6] cros_ec_lightbar: Accept more error codes from cros_ec_cmd_xfer_status
` [PATCH v3 3/6] platform/chrome: cros_ec_sysfs: Report range of error codes from EC
` [PATCH v3 4/6] pwm: cros-ec: Accept more error codes from cros_ec_cmd_xfer_status
` [PATCH v3 5/6] platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPT
` [PATCH v3 6/6] platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes

adding linux-pwm archives to lore.kernel.org?
 2020-07-29  7:25 UTC  (10+ messages)
          ` [Kernel.org Helpdesk #89942] "

[PATCH v2 0/2] Add PWM support for Intel Keem Bay SoC
 2020-07-29  6:20 UTC  (8+ 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 v6 00/13] Add support for Kontron sl28cpld
 2020-07-28 10:51 UTC  (36+ messages)
` [PATCH v6 01/13] mfd: add simple regmap based I2C driver
` [PATCH v6 02/13] dt-bindings: mfd: Add bindings for sl28cpld
` [PATCH v6 03/13] mfd: simple-mfd-i2c: add sl28cpld support
` [PATCH v6 04/13] irqchip: add sl28cpld interrupt controller support
` [PATCH v6 05/13] watchdog: add support for sl28cpld watchdog
` [PATCH v6 06/13] pwm: add support for sl28cpld PWM controller
` [PATCH v6 07/13] gpio: add support for the sl28cpld GPIO controller
` [PATCH v6 08/13] hwmon: add support for the sl28cpld hardware monitoring controller
` [PATCH v6 09/13] arm64: dts: freescale: sl28: enable sl28cpld
` [PATCH v6 10/13] arm64: dts: freescale: sl28: map GPIOs to input events
` [PATCH v6 11/13] arm64: dts: freescale: sl28: enable LED support
` [PATCH v6 12/13] arm64: dts: freescale: sl28: enable fan support
` [PATCH v6 13/13] arm64: defconfig: enable the sl28cpld board management controller

[PATCH RFC 0/6] Add QCOM pwm-lpg and tri-led drivers
 2020-07-28  7:52 UTC  (30+ messages)
` [PATCH RCC 1/6] pwm: Add different PWM output types support
` [PATCH RFC 2/6] pwm: core: Add option to config PWM duty/period with u64 data length
` [PATCH RFC 3/6] pwm: pwm-qti-lpg: Add PWM driver for QTI LPG module
` [PATCH RFC 4/6] leds: leds-qti-tri-led: Add LED driver for QTI TRI_LED module

[PATCH v5 0/2] pwm: intel: Add PWM driver for a new SoC
 2020-07-27 20:00 UTC  (7+ messages)
` [PATCH v5 2/2] Add PWM fan controller driver for LGM SoC

[PATCH v4] pwm: bcm-iproc: handle clk_get_rate() return
 2020-07-27  8:29 UTC  (2+ messages)

[PATCH] Replace HTTP links with HTTPS ones: PWM SUBSYSTEM
 2020-07-27  8:25 UTC  (2+ messages)

[PATCH 0/4] Fix a bunch of W=1 warnings in PWM
 2020-07-27  7:50 UTC  (2+ 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).