Re: [PATCH 0/3] led: ledtrig-transient: add support for hrtimer

2017-05-09 Thread Jacek Anaszewski
On 05/08/2017 11:06 PM, Pavel Machek wrote: > On Sun 2017-04-30 14:36:58, David Lin wrote: >> Hi, >> >> These patch series add the LED_BRIGHTNESS_FAST flag support for >> ledtrig-transient to use hrtimer so that platforms with high-resolution timer >> support can have better accuracy in the

Re: [PATCHv3] docs: update references to the device io book

2017-05-09 Thread Jonathan Corbet
On Wed, 3 May 2017 11:51:46 +0200 Helmut Grohne wrote: > While converting the deviceiobook from DocBook to RST, dangling > references were left behind. This commit updates all remaining > references to the new location. SeongJae Park improved the ko_KR > translation.

Re: [PATCH] Documentation: earlycon: fix Marvell Armada 3700 UART name

2017-05-09 Thread Jonathan Corbet
On Thu, 4 May 2017 00:49:36 +0100 Andre Przywara wrote: > The Marvell Armada 3700 UART uses "ar3700_uart" for its earlycon name. > Adjust documentation to match the code. Applied to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] docs-rst: add input docs at main index and use kernel-figure

2017-05-09 Thread Jonathan Corbet
On Tue, 11 Apr 2017 07:01:19 -0300 Mauro Carvalho Chehab wrote: > The input subsystem documentation got converted into ReST. > > Add it to the main documentation index and use kernel-figure > for the two svg images there. > > Signed-off-by: Mauro Carvalho Chehab

[PATCH 1/2] drivers: pwm: core: implement pwm mode

2017-05-09 Thread Claudiu Beznea
Extends PWM framework to support PWM modes. The currently implemented PWM modes were called PWM complementary mode and PWM push-pull mode. For devices that have more than one output per PWM channel: - PWM complementary mode is standard working mode; in PWM complementary mode the rising and falling

[PATCH 2/2] drivers: pwm: pwm-atmel: add support for pwm modes

2017-05-09 Thread Claudiu Beznea
Implement pwm modes by adding PWM controller specific configuration. Since this driver is used by controllers which supports PWM push-pull mode and controllers which doesn't, a new field was added in driver private data structure. Also, the driver private data structure was changed to adapt the

[PATCH 0/2] extend PWM framework to support PWM dead-times

2017-05-09 Thread Claudiu Beznea
Hi all, Please give feedback on these patches which extends the PWM framework in order to support multiple PWM signal types. Since I didn't receive any inputs on RFC series I'm resending it as normal patch series. The current patch series add the following PWM signal types: - PWM complementary

[PATCH v2 2/2] drivers: pwm: pwm-atmel: implement pwm dead-times

2017-05-09 Thread Claudiu Beznea
Implement PWM dead-times for atmel PWM controllers. Since this driver is used by PWM controllers which supports dead-times and PWM controllers which doesn't, add specific input for dead-time register in atmel register private data structure. Signed-off-by: Claudiu Beznea

[PATCH v2 0/2] extends PWM framework to support PWM dead-times

2017-05-09 Thread Claudiu Beznea
Hi all, Please give feedback on these patches which extends PWM framework in order to support PWM dead-times. Since I didn't receive any inputs on RFC series I'm resending it as normal patch series. For a PWM controller with more than one output signals per PWM channel dead-times are the delays