linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-23 14:24:35 to 2020-04-14 14:10:14 UTC [more...]

[RESEND v5] pwm: Add support for Azoteq IQS620A PWM generator
 2020-04-14 14:10 UTC  (2+ messages)

[PATCH] dt-bindings: pwm: rcar: add r8a77961 support
 2020-04-14 13:58 UTC  (3+ messages)

[PATCH] pwm: Add missing '\n' in log messages
 2020-04-14 13:58 UTC  (3+ messages)

[PATCH v2 00/16] Add support for Kontron sl28cpld
 2020-04-14 10:07 UTC  (23+ messages)
` [PATCH v2 01/16] include/linux/ioport.h: add helper to define REG resource constructs
` [PATCH v2 02/16] mfd: mfd-core: Don't overwrite the dma_mask of the child device
` [PATCH v2 04/16] regmap-irq: make it possible to add irq_chip do a specific device node
` [PATCH v2 07/16] irqchip: add sl28cpld interrupt controller support
` [PATCH v2 09/16] pwm: add support for sl28cpld PWM controller
` [PATCH v2 10/16] gpio: add a reusable generic gpio_chip using regmap
` [PATCH v2 13/16] arm64: dts: freescale: sl28: enable sl28cpld
  ` [PATCH v2 03/16] mfd: mfd-core: match device tree node against reg property
  ` [PATCH v2 05/16] dt-bindings: mfd: Add bindings for sl28cpld
  ` [PATCH v2 06/16] mfd: Add support for Kontron sl28cpld management controller
  ` [PATCH v2 08/16] watchdog: add support for sl28cpld watchdog
  ` [PATCH v2 11/16] gpio: add support for the sl28cpld GPIO controller
  ` [PATCH v2 12/16] hwmon: add support for the sl28cpld hardware monitoring controller
  ` [PATCH v2 14/16] arm64: dts: freescale: sl28: map GPIOs to input events
  ` [PATCH v2 16/16] arm64: dts: freescale: sl28: enable fan support
` [PATCH v2 15/16] arm64: dts: freescale: sl28: enable LED support

[PATCH 4/7] pwm: jz4740: Improve algorithm of clock calculation
 2020-04-14  9:24 UTC  (11+ messages)
                ` About rounding in the clk framework [Was: Re: [PATCH 4/7] pwm: jz4740: Improve algorithm of clock calculation]

[PATCH 1/3] pwm: jz4740: Drop dependency on MACH_INGENIC
 2020-04-13 12:14 UTC  (3+ messages)
` [PATCH 2/3] pwm: jz4740: Make PWM start with the active part
` [PATCH 3/3] pwm: jz4740: Add support for the JZ4725B

I have already sent you first payment US$5000.00 this morning through MONEY Gram service.it is available to pick up in address now
 2020-04-13 11:41 UTC 

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

[GIT PULL] pwm: Changes for v5.7-rc1
 2020-04-10 20:40 UTC  (2+ messages)

[PATCH 1/1] pwm: mtk_disp: implement .apply()
 2020-04-10  3:19 UTC 

[RESEND PATCH V11 3/3] Input: new da7280 haptic driver
 2020-04-09 13:40 UTC 

[RFC PATCH 0/4] pwm: sun4i: Properly turn pwm off and fix stuck output state
 2020-04-09 15:20 UTC  (9+ messages)
` [RFC PATCH 1/4] pwm: sun4i: Remove redundant needs_delay
` [RFC PATCH 2/4] pwm: sun4i: Disable pwm before turning off clock gate
` [RFC PATCH 3/4] pwm: sun4i: Move delay to function
` [RFC PATCH 4/4] pwm: sun4i: Delay after writing the period

[PATCH] pwm: Add DesignWare PWM Controller Driver
 2020-04-09 12:45 UTC  (5+ messages)

[PATCH 1/4] pwm: pca9685: remove unused duty_cycle struct element
 2020-04-09 11:42 UTC  (35+ messages)
` [PATCH 2/4] pwm: pca9685: remove ALL_LED PWM channel
          ` (EXT) "
` [PATCH 3/4] pwm: pca9685: initialize all LED registers during probe
    ` (EXT) "
  ` (EXT) Re: [PATCH 1/4] pwm: pca9685: remove unused duty_cycle struct element
              ` (EXT) "

[PATCH v8 00/12] Convert PWM period and duty cycle to u64
 2020-04-09  2:40 UTC  (6+ messages)
` [PATCH v8 01/12] clk: pwm: Use 64-bit division function

[RFC PATCH v2 0/6] Add PWM_NOFLAGS property flag
 2020-04-07 14:55 UTC  (6+ messages)
` [RFC PATCH v2 2/6] dt-bindings: pwm: document the PWM no-flag

whether this is your correct email address or not
 2020-04-07  5:15 UTC 

[PATCH v11 00/12] Convert PWM period and duty cycle to u64
 2020-04-07  2:40 UTC  (29+ messages)
` [PATCH v11 04/12] pwm: clps711x: Cast period to u32 before use as divisor
` [PATCH v11 06/12] pwm: imx27: Use 64-bit division macro and function
` [PATCH v11 08/12] pwm: stm32-lp: Use %llu format specifier for period
` [PATCH v11 10/12] backlight: pwm_bl: Use 64-bit division function
` [PATCH v11 11/12] clk: pwm: Assign u64 divisor to unsigned int before use

[PATCH 02/11] pwm: atmel-tcb: switch to new binding
 2020-04-06  9:58 UTC  (3+ messages)

[PATCH 02/11] pwm: atmel-tcb: switch to new binding
 2020-04-06  9:14 UTC  (2+ messages)

[PATCH 02/11] pwm: atmel-tcb: switch to new binding
 2020-04-06  8:58 UTC 

[PATCH v1] pwm: pca9685: re-enable active pwm channels on pwm period change
 2020-04-04 19:21 UTC  (3+ messages)

[PATCH v2 REBASED] pwm: pca9685: fix pwm/gpio inter-operation
 2020-04-03 19:44 UTC  (4+ messages)

[PATCH] pwm: meson: remove redundant assignment to variable fin_freq
 2020-04-03 19:43 UTC  (3+ messages)

[PATCH -next] pwm: make pwm_apply_state_debug static
 2020-04-03 19:43 UTC  (3+ messages)

[PATCH] pwm: tegra: dynamic clk freq configuration by PWM driver
 2020-04-03 15:10 UTC  (2+ messages)

[PATCH v3 0/5] pwm: omap-dmtimer: Allow for dynamic pwm period updates
 2020-04-03 13:59 UTC  (22+ messages)
` [PATCH v3 4/5] pwm: omap-dmtimer: Do not disable pwm before changing period/duty_cycle

[PATCH v10 00/12] Convert PWM period and duty cycle to u64
 2020-03-31 19:59 UTC  (7+ messages)

[PATCH RFC 0/6] PWM fan support on Clearfog gt8k
 2020-03-31 16:29 UTC  (13+ messages)
` [PATCH RFC 2/6] gpio: mvebu: honour EPROBE_DEFER for devm_clk_get()
` [PATCH RFC 3/6] gpio: mvebu: add PWM support for Armada 8k
` [PATCH RFC 4/6] arm64: dts: armada-cp11x: add pwm support to GPIO blocks
  ` [PATCH RFC 1/6] gpio: mvebu: convert pwm to regmap
  ` [PATCH RFC 5/6] arm64: dts: clearfog-gt-8k: add pwm-fan
` [PATCH RFC 6/6] arm64: dts: clearfog-gt-8k: add cooling maps

[PATCH 00/18] Add support for Kontron sl28cpld
 2020-03-31  7:40 UTC  (16+ messages)
` [PATCH 04/18] dt-bindings: mfd: Add bindings for sl28cpld
` [PATCH 12/18] gpio: add support for the sl28cpld GPIO controller

[PATCH 00/12] Fix broken references for Documentation/*
 2020-03-30 21:06 UTC  (3+ messages)
` [PATCH 05/12] docs: dt: fix references to ap806-system-controller.txt

[RFC PATCH 0/7] Rework PWM_POLARITY_* flags
 2020-03-30 21:00 UTC  (8+ messages)
` [RFC PATCH 2/7] dt-bindings: pwm: document the PWM polarity flag

[PATCH] dt-bindings: pwm: renesas-tpu: Document more R-Car Gen2 support
 2020-03-30 20:19 UTC  (2+ messages)

[PATCH v4 1/4] pwm: jz4740: Use clocks from TCU driver
 2020-03-30 16:41 UTC  (6+ messages)
` [PATCH v4 2/4] pwm: jz4740: Improve algorithm of clock calculation
` [PATCH v4 3/4] pwm: jz4740: Obtain regmap from parent node
` [PATCH v4 4/4] pwm: jz4740: Allow selection of PWM channels 0 and 1

[PATCH v3 0/6] clocksource: timer-ti-dm: Prepare for dynamic pwm period updates
 2020-03-30 13:18 UTC  (3+ messages)
` [PATCH v3 6/6] clocksource: timer-ti-dm: Enable autoreload in set_pwm

spende von 2.000.000,00 Euro
 2020-03-30  9:47 UTC 

Reply For More Details
 2020-03-30 10:52 UTC 

[PATCH v5 0/7] Add support for Azoteq IQS620A/621/622/624/625
 2020-03-27  8:28 UTC  (10+ messages)
` [PATCH v5 2/7] mfd: "
  ` [GIT PULL] Immutable branch between MFD, IIO and Input due for the v5.7 merge window

[PATCH v7 08/13] pwm: sifive: Use 64-bit division macros for period and duty cycle
 2020-03-26 16:37 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).