Re: [PATCH] Input: pwm-beeper: support customized freq for SND_BELL

2017-02-13 Thread Heiko Schocher
Hello Dmitry, Am 14.02.2017 um 05:27 schrieb Dmitry Torokhov: On Wed, Feb 08, 2017 at 10:11:21AM +, Jonas Mark (ST-FIR/ENG1) wrote: Hello Dmitry, extend the pwm-beeper driver to support customized frequency for SND_BELL from device tree. No, SND_BELL is literally SND_TONE @1000Hz. There

Re: [PATCH] Input: pwm-beeper: support customized freq for SND_BELL

2017-02-13 Thread Dmitry Torokhov
On Wed, Feb 08, 2017 at 10:11:21AM +, Jonas Mark (ST-FIR/ENG1) wrote: > Hello Dmitry, > > > > extend the pwm-beeper driver to support customized frequency > > > for SND_BELL from device tree. > > > > No, SND_BELL is literally SND_TONE @1000Hz. There should be no > > customizing. If applicatio

Re: [PATCH] Input: pwm-beeper: support customized freq for SND_BELL

2017-02-12 Thread Heiko Schocher
Hello Rob, Am 10.02.2017 um 16:48 schrieb Rob Herring: On Tue, Feb 07, 2017 at 06:21:34AM +0100, Heiko Schocher wrote: From: Guan Ben extend the pwm-beeper driver to support customized frequency for SND_BELL from device tree. Signed-off-by: Guan Ben Signed-off-by: Mark Jonas [h...@denx.de:

Re: [PATCH] Input: pwm-beeper: support customized freq for SND_BELL

2017-02-10 Thread Rob Herring
On Tue, Feb 07, 2017 at 06:21:34AM +0100, Heiko Schocher wrote: > From: Guan Ben > > extend the pwm-beeper driver to support customized frequency > for SND_BELL from device tree. > > Signed-off-by: Guan Ben > Signed-off-by: Mark Jonas > [h...@denx.de: adapted to 4.10-rc7] > Signed-off-by: Heik

AW: [PATCH] Input: pwm-beeper: support customized freq for SND_BELL

2017-02-08 Thread Jonas Mark (ST-FIR/ENG1)
Hello Dmitry, > > extend the pwm-beeper driver to support customized frequency > > for SND_BELL from device tree. > > No, SND_BELL is literally SND_TONE @1000Hz. There should be no > customizing. If applications want to use different frequency then should > be using SND_TONE. We are not aiming f

Re: [PATCH] Input: pwm-beeper: support customized freq for SND_BELL

2017-02-07 Thread Dmitry Torokhov
On Tue, Feb 07, 2017 at 06:21:34AM +0100, Heiko Schocher wrote: > From: Guan Ben > > extend the pwm-beeper driver to support customized frequency > for SND_BELL from device tree. No, SND_BELL is literally SND_TONE @1000Hz. There should be no customizing. If applications want to use different fre

[PATCH] Input: pwm-beeper: support customized freq for SND_BELL

2017-02-06 Thread Heiko Schocher
From: Guan Ben extend the pwm-beeper driver to support customized frequency for SND_BELL from device tree. Signed-off-by: Guan Ben Signed-off-by: Mark Jonas [h...@denx.de: adapted to 4.10-rc7] Signed-off-by: Heiko Schocher --- .../devicetree/bindings/input/pwm-beeper.txt | 3 ++ dri