messages from 2020-08-25 19:37:42 to 2020-09-07 21:38:30 UTC [more...]
[PATCH v9 00/13] Add support for Kontron sl28cpld
2020-09-07 21:37 UTC (3+ messages)
` [PATCH v9 01/13] mfd: add simple regmap based I2C driver
` [PATCH v9 02/13] dt-bindings: mfd: Add bindings for sl28cpld
[PATCH v6 0/2] Add PWM support for Intel Keem Bay SoC
2020-09-07 12:33 UTC (4+ messages)
` [PATCH v6 1/2] pwm: Add PWM driver for Intel Keem Bay
` [PATCH v6 2/2] dt-bindings: pwm: keembay: Add bindings for Intel Keem Bay PWM
[PATCH] pwm: Allow store 64-bit duty cycle from sysfs interface
2020-09-07 15:22 UTC (3+ messages)
[PATCH 0/3] PWM backlight interpolation adjustments
2020-09-07 7:50 UTC (6+ messages)
` [PATCH 1/3] backlight: pwm_bl: Fix interpolation
` [PATCH 2/3] backlight: pwm_bl: Artificially add 0% during interpolation
[PATCH v3 00/14] dt-bindings: Cleanup of i.MX 8
2020-09-07 6:09 UTC (18+ messages)
` [PATCH v3 01/14] dt-bindings: perf: fsl-imx-ddr: Add i.MX 8M compatibles
` [PATCH v3 02/14] dt-bindings: pwm: imx-pwm: "
` [PATCH v3 03/14] dt-bindings: serial: fsl-imx-uart: "
` [PATCH v3 04/14] dt-bindings: serial: fsl-lpuart: Fix compatible matching
` [PATCH v3 05/14] dt-bindings: watchdog: fsl-imx-wdt: Add i.MX 8M compatibles
` [PATCH v3 06/14] dt-bindings: reset: fsl,imx7-src: "
` [PATCH v3 07/14] dt-bindings: thermal: imx8mm-thermal: Add i.MX 8M Nano compatible
` [PATCH v3 08/14] dt-bindings: nvmem: imx-ocotp: Update i.MX 8M compatibles
` [PATCH v3 09/14] dt-bindings: mfd: rohm,bd71847-pmic: Correct clock properties requirements
` [PATCH v3 10/14] dt-bindings: interrupt-controller: fsl,irqsteer: Fix compatible matching
` [PATCH v3 11/14] dt-bindings: mtd: gpmi-nand: Add i.MX 8M compatibles
` [PATCH v3 12/14] dt-bindings: mtd: gpmi-nand: Fix matching of clocks on different SoCs
` [PATCH v3 13/14] dt-bindings: mtd: nand-controller: Fix matching with size-cells==1
` [PATCH v3 14/14] dt-bindings: clock: imx8m: Integrate duplicated i.MX 8M schemas
[PATCH v5 0/2] Add PWM support for Intel Keem Bay SoC
2020-09-06 9:22 UTC (10+ messages)
` [PATCH v5 1/2] pwm: Add PWM driver for Intel Keem Bay
` [PATCH v5 2/2] dt-bindings: pwm: keembay: Add bindings for Intel Keem Bay PWM
[PATCH v2 00/10] Netronix embedded controller driver for Kobo and Tolino ebook readers
2020-09-05 18:08 UTC (13+ messages)
` [PATCH v2 01/10] dt-bindings: Add vendor prefix for Netronix, Inc
` [PATCH v2 02/10] dt-bindings: mfd: Add binding for Netronix's embedded controller
` [PATCH v2 03/10] mfd: Add base driver for Netronix "
` [PATCH v2 04/10] dt-bindings: pwm: Add bindings for PWM function in Netronix EC
` [PATCH v2 05/10] pwm: ntxec: Add driver "
` [PATCH v2 06/10] dt-bindings: rtc: Add bindings for Netronix embedded controller RTC
` [PATCH v2 07/10] rtc: Introduce RTC_TIMESTAMP_END_2255
` [PATCH v2 08/10] rtc: New driver for RTC in Netronix embedded controller
` [PATCH v2 09/10] MAINTAINERS: Add entry for "
` [PATCH v2 10/10] ARM: dts: imx50-kobo-aura: Add "
[PATCH v2 0/2] GPIO PWM driver
2020-09-05 16:42 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: pwm: Add pwm-gpio
` [PATCH v2 2/2] pwm: Add GPIO PWM driver
[PATCH v9 00/17] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
2020-09-03 11:12 UTC (21+ messages)
` [PATCH v9 01/17] ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
` [PATCH v9 02/17] ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)
` [PATCH v9 03/17] pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()
` [PATCH v9 04/17] pwm: lpss: Add range limit check for the base_unit register value
` [PATCH v9 05/17] pwm: lpss: Add pwm_lpss_prepare_enable() helper
` [PATCH v9 06/17] pwm: lpss: Make pwm_lpss_apply() not rely on existing hardware state
` [PATCH v9 07/17] pwm: lpss: Remove suspend/resume handlers
` [PATCH v9 08/17] pwm: crc: Fix period / duty_cycle times being off by a factor of 256
` [PATCH v9 09/17] pwm: crc: Fix off-by-one error in the clock-divider calculations
` [PATCH v9 10/17] pwm: crc: Fix period changes not having any effect
` [PATCH v9 11/17] pwm: crc: Enable/disable PWM output on enable/disable
` [PATCH v9 12/17] pwm: crc: Implement apply() method to support the new atomic PWM API
` [PATCH v9 13/17] pwm: crc: Implement get_state() method
` [PATCH v9 14/17] drm/i915: panel: Add get_vbt_pwm_freq() helper
` [PATCH v9 15/17] drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM controller
` [PATCH v9 16/17] drm/i915: panel: Honor the VBT PWM min setting "
` [PATCH v9 17/17] drm/i915: panel: Use atomic PWM API "
[PATCH v10 00/17] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
2020-09-03 13:09 UTC (22+ messages)
` [PATCH v10 01/17] ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
` [PATCH v10 02/17] ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)
` [PATCH v10 03/17] pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()
` [PATCH v10 04/17] pwm: lpss: Add range limit check for the base_unit register value
` [PATCH v10 05/17] pwm: lpss: Add pwm_lpss_prepare_enable() helper
` [PATCH v10 06/17] pwm: lpss: Make pwm_lpss_apply() not rely on existing hardware state
` [PATCH v10 07/17] pwm: lpss: Remove suspend/resume handlers
` [PATCH v10 08/17] pwm: crc: Fix period / duty_cycle times being off by a factor of 256
` [PATCH v10 09/17] pwm: crc: Fix off-by-one error in the clock-divider calculations
` [PATCH v10 10/17] pwm: crc: Fix period changes not having any effect
` [PATCH v10 11/17] pwm: crc: Enable/disable PWM output on enable/disable
` [PATCH v10 12/17] pwm: crc: Implement apply() method to support the new atomic PWM API
` [PATCH v10 13/17] pwm: crc: Implement get_state() method
` [PATCH v10 14/17] drm/i915: panel: Add get_vbt_pwm_freq() helper
` [PATCH v10 15/17] drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM controller
` [PATCH v10 16/17] drm/i915: panel: Honor the VBT PWM min setting "
` [PATCH v10 17/17] drm/i915: panel: Use atomic PWM API "
pwm-sun4i: PWM backlight is not turned off on shutdown
2020-09-03 11:18 UTC (5+ messages)
[PATCH 1/2] dt-bindings: pwm: Add pwm-gpio
2020-09-03 9:15 UTC (8+ messages)
` [PATCH 2/2] pwm: Add GPIO PWM driver
[PATCH v2 0/3] pwm: pwm-pca9685 Disable unused alternative addresses
2020-09-02 10:45 UTC (8+ messages)
` [PATCH v2 1/3] drivers: pwm: pwm-pcs9685.c: Make comments more consistent
` [PATCH v2 2/3] drivers: pwm: pwm-pca9685.c: Use BIT() macro instead of shift
` [PATCH v2 3/3] drivers: pwm: pwm-pca9685.c: Disable unused alternative addresses
[RESEND PATCH v19 3/3] Input: new da7280 haptic driver
2020-09-02 4:48 UTC
[PATCH 1/6] pwm: bcm2835: Simplify with dev_err_probe()
2020-09-02 7:15 UTC (15+ messages)
` [PATCH 2/6] pwm: jz4740: "
` [PATCH 3/6] pwm: rockchip: "
` [PATCH 4/6] pwm: sifive: "
` [PATCH 5/6] pwm: sprd: "
` [PATCH 6/6] pwm: sun4i: "
[PATCH v5 0/7] platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes
2020-09-01 9:10 UTC (2+ messages)
[PATCH v8 00/17] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
2020-09-01 8:09 UTC (38+ messages)
` [PATCH v8 01/17] ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
` [PATCH v8 02/17] ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)
` [PATCH v8 03/17] pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()
` [PATCH v8 04/17] pwm: lpss: Add range limit check for the base_unit register value
` [PATCH v8 05/17] pwm: lpss: Add pwm_lpss_prepare_enable() helper
` [PATCH v8 06/17] pwm: lpss: Use pwm_lpss_restore() when restoring state on resume
` [PATCH v8 07/17] pwm: lpss: Always update state and set update bit
` [PATCH v8 08/17] pwm: crc: Fix period / duty_cycle times being off by a factor of 256
` [PATCH v8 09/17] pwm: crc: Fix off-by-one error in the clock-divider calculations
` [PATCH v8 10/17] pwm: crc: Fix period changes not having any effect
` [PATCH v8 11/17] pwm: crc: Enable/disable PWM output on enable/disable
` [PATCH v8 12/17] pwm: crc: Implement apply() method to support the new atomic PWM API
` [PATCH v8 13/17] pwm: crc: Implement get_state() method
` [PATCH v8 14/17] drm/i915: panel: Add get_vbt_pwm_freq() helper
` [PATCH v8 15/17] drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM controller
` [PATCH v8 16/17] drm/i915: panel: Honor the VBT PWM min setting "
` [PATCH v8 17/17] drm/i915: panel: Use atomic PWM API "
[PATCH] pwm: Add DesignWare PWM Controller Driver
2020-08-31 12:50 UTC
[PATCH v3 00/19] dt-bindings / arm64: Cleanup of i.MX 8 bindings
2020-08-31 3:25 UTC (25+ messages)
` [PATCH v3 08/19] dt-bindings: watchdog: fsl-imx-wdt: Add i.MX 8M compatibles
` [PATCH v3 11/19] dt-bindings: thermal: imx8mm-thermal: Add i.MX 8M Nano compatible
` [PATCH v3 12/19] dt-bindings: mmc: fsl-imx-esdhc: Fix i.MX 8 compatible matching
` [PATCH v3 13/19] dt-bindings: nvmem: imx-ocotp: Update i.MX 8M compatibles
` [PATCH v3 14/19] dt-bindings: arm: fsl: Fix Toradex Colibri i.MX 8 binding
` [PATCH v3 15/19] dt-bindings: arm: fsl: Add ZII Ultra boards binding
` [PATCH v3 16/19] dt-bindings: interrupt-controller: fsl,irqsteer: Fix compatible matching
` [PATCH v3 17/19] dt-bindings: serial: fsl-lpuart: "
` [PATCH v3 18/19] arm64: dts: imx8mq-evk: Add hog suffix to wl-reg-on
` [PATCH v3 19/19] arm64: dts: imx8mq-zii-ultra: Add hog suffixes to GPIO hogs
Herzliche Glückwünsche
2020-08-30 23:14 UTC
[PATCH v11 0/2] pwm: intel: Add PWM driver for a new SoC
2020-08-28 21:50 UTC (3+ messages)
` [PATCH v11 1/2] Add DT bindings YAML schema for PWM fan controller of LGM SoC
[PATCH 01/22] dt-bindings: gpio: fsl-imx-gpio: Add i.MX 8 compatibles
2020-08-28 9:42 UTC (2+ messages)
[PATCH] drivers: pwm: pwm-pca9685.c: Disable unused alternative addresses
2020-08-28 9:37 UTC (2+ messages)
[PATCH 0/2] r8a774e1 add PWM support
2020-08-28 4:23 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: pwm: renesas,pwm-rcar: Add r8a774e1 support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox