linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-03 20:55:43 to 2016-06-20 06:22:15 UTC [more...]

[PATCHv2] backlight: pwm_bl: disable PWM when 'duty_cycle' is zero
 2016-06-20  6:21 UTC  (10+ messages)

[PATCH v3 0/4] pwm: add support for ChromeOS EC PWM
 2016-06-18 17:09 UTC  (9+ messages)
` [PATCH v3 1/4] mfd: cros_ec: Add cros_ec_cmd_xfer_status helper
  ` [v3,1/4] "
` [PATCH v3 2/4] mfd: cros_ec: add EC_PWM function definitions
` [PATCH v3 3/4] doc: dt: pwm: add binding for ChromeOS EC PWM
` [PATCH v3 4/4] pwm: add ChromeOS EC PWM driver

[PATCH 00/12] Remove unneeded build directory traversals
 2016-06-17 22:46 UTC  (22+ messages)
` [PATCH 01/12] gpio: Only descend into gpio directory when CONFIG_GPIOLIB is set
` [PATCH 02/12] pwm: Only descend into pwm directory when CONFIG_PWM "
` [PATCH 03/12] amba: Only descend into amba directory when CONFIG_ARM_AMBA "
` [PATCH 04/12] NFC: Only descend into nfc directory when CONFIG_NFC "
` [PATCH 05/12] macintosh: Only descend into directory when CONFIG_MACINTOSH_DRIVERS "
` [PATCH 06/12] hsi: Only descend into hsi directory when CONFIG_HSI "
    ` [PATCH] hsi: Build hsi_boardinfo.c into hsi core if enabled
` [PATCH 07/12] auxdisplay: Only descend into directory when CONFIG_AUXDISPLAY is set
` [PATCH 08/12] i2c: Only descend into i2c directory when CONFIG_I2C "
` [PATCH 09/12] [media] Only descend into directory when CONFIG_MEDIA_SUPPORT "
` [PATCH 10/12] lguest: Only descend into lguest directory when CONFIG_LGUEST "
` [PATCH 11/12] mmc: Only descend into mmc directory when CONFIG_MMC "
` [PATCH 12/12] leds: Only descend into leds directory when CONFIG_NEW_LEDS "

[PATCH v2 0/4] pwm: add support for ChromeOS EC PWM
 2016-06-17 19:21 UTC  (14+ messages)
` [PATCH v2 1/4] mfd: cros_ec: Add cros_ec_cmd_xfer_status helper
` [PATCH v2 2/4] mfd: cros_ec: add EC_PWM function definitions
` [PATCH v2 3/4] doc: dt: pwm: add binding for ChromeOS EC PWM

[PATCH 0/4] pwm: Add Amlogic Meson SoC PWM Controller
 2016-06-17 18:21 UTC  (6+ messages)
` [PATCH 1/4] pwm: Add support for Meson "
` [PATCH 2/4] dt-bindings: pwm: Add bindings "
` [PATCH 3/4] ARM64: dts: meson-gxbb: Add Meson GXBB PWM Controller nodes
  ` [PATCH 4/4] ARM: dts: meson8b: Add Meson8b "

[PATCH v3 00/14] regulator: pwm: various improvements
 2016-06-16 22:26 UTC  (16+ messages)
` [PATCH v3 02/14] pwm: Add two helpers to ease relative duty cycle manipulation
` [PATCH v3 03/14] pwm: rockchip: Fix period and duty_cycle approximation
` [PATCH v3 04/14] pwm: rockchip: Add support for hardware readout
` [PATCH v3 07/14] pwm: sti: "
  ` [PATCH v3 01/14] pwm: Add an helper to prepare a new PWM state
  ` [PATCH v3 05/14] pwm: rockchip: Avoid glitches on already running PWMs
  ` [PATCH v3 06/14] pwm: rockchip: Add support for atomic update
  ` [PATCH v3 08/14] pwm: sti: Avoid glitches on already running PWMs
  ` [PATCH v3 09/14] regulator: pwm: Adjust PWM config at probe time
  ` [PATCH v3 10/14] regulator: pwm: Switch to the atomic PWM API
  ` [PATCH v3 14/14] regulator: pwm: Document pwm-dutycycle-unit and pwm-dutycycle-range
` [PATCH v3 11/14] regulator: pwm: Properly initialize the ->state field
` [PATCH v3 12/14] regulator: pwm: Retrieve correct voltage
` [PATCH v3 13/14] regulator: pwm: Support extra continuous mode cases

[GIT PULL] pwm: Fixes for v4.7-rc4
 2016-06-16 16:25 UTC 

[PATCH] pwm: Create device class for pwm channels
 2016-06-15 23:52 UTC  (3+ messages)

[PATCH 00/48] ARM: at91: rework Atmel TCB drivers
 2016-06-15  7:29 UTC  (6+ messages)
` [PATCH 02/48] ARM: at91: Document new TCB bindings
` [PATCH 47/48] PWM: atmel-tcb: switch to new binding

[PATCH v1 1/1] pwm: lpss: pci: enable PWM module on Intel Edison
 2016-06-14  8:59 UTC  (2+ messages)

[PATCH] pwm: atmel-hlcdc: Fix default PWM polarity
 2016-06-14  8:55 UTC  (4+ messages)

[PATCH 0/7] ir-rx51 driver fixes
 2016-06-14  7:53 UTC  (14+ messages)
` [PATCH 5/7] ARM: OMAP: dmtimer: Do not call PM runtime functions when not needed
` [PATCH 7/7] ARM: dts: n900: enable lirc-rx51 driver

[PATCH] pwm: atmel: Fix disabling of PWM channels
 2016-06-13 10:31 UTC  (6+ messages)
`  "

[PATCH v2 00/13] regulator: pwm: various improvements
 2016-06-10 16:47 UTC  (19+ messages)
` [PATCH v2 01/13] pwm: Add new helpers to create/manipulate PWM states
  ` [PATCH v2 02/13] pwm: rockchip: Fix period and duty_cycle approximation
  ` [PATCH v2 03/13] pwm: rockchip: Add support for hardware readout
  ` [PATCH v2 04/13] pwm: rockchip: Avoid glitches on already running PWMs
  ` [PATCH v2 05/13] pwm: rockchip: Add support for atomic update
  ` [PATCH v2 07/13] pwm: sti: Avoid glitches on already running PWMs
  ` [PATCH v2 08/13] regulator: pwm: Adjust PWM config at probe time
` [PATCH v2 06/13] pwm: sti: Add support for hardware readout
` [PATCH v2 09/13] regulator: pwm: Switch to the atomic PWM API
` [PATCH v2 10/13] regulator: pwm: Properly initialize the ->state field
` [PATCH v2 11/13] regulator: pwm: Retrieve correct voltage
` [PATCH v2 12/13] regulator: pwm: Support extra continuous mode cases
` [PATCH v2 13/13] regulator: pwm: Document pwm-dutycycle-unit and pwm-dutycycle-range

[PATCH v3 00/20] pwm: Add support for PWM Capture
 2016-06-10 16:39 UTC  (33+ messages)
` [PATCH v3 01/20] ARM: dts: STi: Rename properites in line with PWM naming conventions
` [PATCH v3 02/20] ARM: dts: STiH407: Supply PWM Capture IRQ
` [PATCH v3 03/20] ARM: dts: STiH407: Declare PWM Capture data lines via Pinctrl
` [PATCH v3 04/20] ARM: dts: STiH416: Supply PWM Capture IRQs
` [PATCH v3 05/20] ARM: dts: STiH416: Declare PWM Capture data lines via Pinctrl
` [PATCH v3 06/20] ARM: dts: STiH416: Define PWM Capture clock
` [PATCH v3 07/20] ARM: dts: STiH416: Define the number of PWM Capture channels
` [PATCH v3 08/20] pwm: Add PWM Capture support
` [PATCH v3 09/20] pwm: sti: Rename channel => device
` [PATCH v3 10/20] pwm: sysfs: Add PWM Capture support
` [PATCH v3 11/20] pwm: sti: Reorganise register names in preparation for new functionality
` [PATCH v3 12/20] pwm: sti: Only request clock rate when you need to
` [PATCH v3 13/20] pwm: sti: Supply PWM Capture register addresses and bit locations
` [PATCH v3 14/20] pwm: sti: Supply PWM Capture clock handling
` [PATCH v3 15/20] pwm: sti: Initialise PWM Capture device data
` [PATCH v3 16/20] pwm: sti: Add support for PWM Capture IRQs
` [PATCH v3 17/20] pwm: sti: Add PWM Capture call-back
  ` [PATCH v3 18/20] pwm: sti: It's now valid for number of PWM channels to be zero
` [PATCH v3 19/20] pwm: sti: Take the opportunity to conduct a little house keeping
` [PATCH v3 20/20] dt-bindings: pwm: sti: Update DT bindings with recent changes

[PATCH] pwm: lpss: Prevent on_time_div overflow on lower frequencies
 2016-06-10 13:40 UTC  (2+ messages)

[PATCH] pwm: lpss: fix base_unit calculation for PWM frequency
 2016-06-10 13:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v8 0/9] ARM: dts: DRA7: Add dt nodes for PWMSS
 2016-06-10 13:01 UTC  (10+ messages)
` [PATCH v8 5/9] ARM: dts: am437x/am33xx/da850: Add new ECAP and EPWM bindings
` [PATCH v8 6/9] pwms: pwm-ti*: Get the clock from the PWMSS parent when using old bindings
` [PATCH v8 8/9] ARM: AM335x/AM437x: hwmod: Remove eQEP, ePWM and eCAP hwmod entries

[PATCH v3 0/3] ARM: am335x/am437x: Correct PWM bindings
 2016-06-10 12:37 UTC  (3+ messages)
` [PATCH v3 3/3] pwm: pwm-tiehrpwm: Update dt binding document to use generic node name

[PATCH] pwm: sysfs: get return value from pwm_apply_state()
 2016-06-10 12:25 UTC  (2+ messages)

[PATCH v2] pwm: improve args checking in pwm_apply_state()
 2016-06-10 12:20 UTC  (2+ messages)

[PATCH v2 0/6] ir-rx51 driver fixes
 2016-06-10 10:49 UTC  (5+ messages)
` [PATCH v2 1/6] ir-rx51: Fix build after multiarch changes broke it
` [PATCH v2 6/6] ARM: dts: n900: enable lirc-rx51 driver

[PATCH RESEND 0/3] Support Mediatek Soc MT2701 disp pwm
 2016-06-08 12:05 UTC  (11+ messages)
` [PATCH 1/3] dt-bindings: pwm: Add MediaTek display PWM bindings
` [PATCH 2/3] pwm: Add MediaTek MT2701 display PWM driver support

[PATCH 00/14] regulator: pwm: various improvements
 2016-06-07 17:26 UTC  (24+ messages)
` [PATCH 03/14] pwm: rockchip: Fix period and duty_cycle approximation
` [PATCH 04/14] pwm: rockchip: Add support for hardware readout
` [PATCH 05/14] pwm: rockchip: Avoid glitches on already running PWMs
` [PATCH 10/14] regulator: pwm: Switch to the atomic PWM API
` [PATCH 12/14] regulator: pwm: Retrieve correct voltage
` [PATCH 13/14] regulator: pwm: Support extra continuous mode cases
` [PATCH 14/14] regulator: pwm: Document pwm-dutycycle-unit and pwm-dutycycle-range

[PATCH v2 00/11] pwm: Add support for PWM Capture
 2016-06-07 15:30 UTC  (16+ messages)
` [[PATCH v2] 07/11] pwm: sti: Supply PWM Capture clock handling
  ` [STLinux Kernel] "
` [[PATCH v2] 08/11] pwm: sti: Initialise PWM Capture device data
  ` [STLinux Kernel] "
` [[PATCH v2] 09/11] pwm: sti: Add support for PWM Capture IRQs
  ` [STLinux Kernel] "

[PATCH] backlight: pwm_bl: disable PWM when 'duty_cycle' is zero
 2016-06-07  8:02 UTC  (4+ messages)

Fwd: CONGRATULATIONS
 2016-06-06  2:53 UTC 


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