Re: [PATCH] Documentation: small fixes for LEDs, hide notes about vibration

2017-08-31 Thread Rob Herring
On Thu, Aug 31, 2017 at 3:17 PM, Jacek Anaszewski wrote: > Hi, > > On 08/31/2017 10:09 AM, Pavel Machek wrote: >> On Wed 2017-08-30 22:44:00, Jacek Anaszewski wrote: >>> Hi, >>> >>> On 08/29/2017 10:38 PM, Pavel Machek wrote: Hi! >> -As a specific example of this use-case, let's look

Re: [PATCH] Documentation: small fixes for LEDs, hide notes about vibration

2017-08-31 Thread Jacek Anaszewski
Hi, On 08/31/2017 10:09 AM, Pavel Machek wrote: > On Wed 2017-08-30 22:44:00, Jacek Anaszewski wrote: >> Hi, >> >> On 08/29/2017 10:38 PM, Pavel Machek wrote: >>> Hi! >>> > -As a specific example of this use-case, let's look at vibrate feature on > -phones. Vibrate function on phones is im

Re: [PATCH] Documentation: small fixes for LEDs, hide notes about vibration

2017-08-31 Thread Pavel Machek
On Wed 2017-08-30 22:44:00, Jacek Anaszewski wrote: > Hi, > > On 08/29/2017 10:38 PM, Pavel Machek wrote: > > Hi! > > > >>> -As a specific example of this use-case, let's look at vibrate feature on > >>> -phones. Vibrate function on phones is implemented using PWM pins on SoC > >>> or > >>> -PMI

Re: [PATCH] Documentation: small fixes for LEDs, hide notes about vibration

2017-08-31 Thread Pavel Machek
Hi! > >> > -As a specific example of this use-case, let's look at vibrate feature on > >> > -phones. Vibrate function on phones is implemented using PWM pins on SoC > >> > or > >> > -PMIC. There is a need to activate one shot timer to control the vibrate > >> > -feature, to prevent user space cra

Re: [PATCH] Documentation: small fixes for LEDs, hide notes about vibration

2017-08-31 Thread Jani Nikula
On Tue, 29 Aug 2017, Pavel Machek wrote: > Hi! > >> > -As a specific example of this use-case, let's look at vibrate feature on >> > -phones. Vibrate function on phones is implemented using PWM pins on SoC or >> > -PMIC. There is a need to activate one shot timer to control the vibrate >> > -featu

Re: [PATCH] Documentation: small fixes for LEDs, hide notes about vibration

2017-08-30 Thread Jacek Anaszewski
Hi, On 08/29/2017 10:38 PM, Pavel Machek wrote: > Hi! > >>> -As a specific example of this use-case, let's look at vibrate feature on >>> -phones. Vibrate function on phones is implemented using PWM pins on SoC or >>> -PMIC. There is a need to activate one shot timer to control the vibrate >>> -f

Re: [PATCH] Documentation: small fixes for LEDs, hide notes about vibration

2017-08-29 Thread Pavel Machek
Hi! > > -As a specific example of this use-case, let's look at vibrate feature on > > -phones. Vibrate function on phones is implemented using PWM pins on SoC or > > -PMIC. There is a need to activate one shot timer to control the vibrate > > -feature, to prevent user space crashes leaving the pho

Re: [PATCH] Documentation: small fixes for LEDs, hide notes about vibration

2017-08-29 Thread Jacek Anaszewski
Hi Pavel, Thanks for the patch. On 08/28/2017 11:50 AM, Pavel Machek wrote: > > Spell "LED" consistently with uppercase. > > We do not want people to use LED subsystem for vibrations; there's > already support for that in input subsystem. Remove notes about > vibrations not to confuse people. >

[PATCH] Documentation: small fixes for LEDs, hide notes about vibration

2017-08-28 Thread Pavel Machek
Spell "LED" consistently with uppercase. We do not want people to use LED subsystem for vibrations; there's already support for that in input subsystem. Remove notes about vibrations not to confuse people. Signed-off-by: Pavel Machek diff --git a/Documentation/leds/ledtrig-transient.txt b/Do