This patch moves data allocated using kzalloc to managed data allocated
using devm_kzalloc and cleans now unnecessary kfrees in probe and remove
functions. This data is the third argument to da9052_request_irq in the
two cases below.
The following Coccinelle semantic patch was used for making the
On Tue, May 06, 2014 at 09:38:23AM +0200, Carlo Caione wrote:
> On Tue, May 6, 2014 at 12:51 AM, Maxime Ripard
> wrote:
> > On Sat, May 03, 2014 at 02:21:06PM +0200, Carlo Caione wrote:
> >> On Sat, May 3, 2014 at 3:09 AM, Maxime Ripard
> >> wrote:
> >> > Hi,
> >> >
> >> > On Thu, May 01, 2014 at
On Wed, May 07, 2014 at 03:45:43PM +0100, Mark Rutland wrote:
> Hi,
>
> On Wed, Dec 18, 2013 at 02:43:18PM +, Sascha Hauer wrote:
> > Some rotary encoders have a stable state in all output state
> > combinations. Add support for this type of encoder.
> >
> > Signed-off-by: Sascha Hauer
> > C
On 7 May 2014 11:45, Mark Rutland wrote:
> On Wed, Dec 18, 2013 at 02:43:18PM +, Sascha Hauer wrote:
>> Some rotary encoders have a stable state in all output state
>> combinations. Add support for this type of encoder.
>>
>> Signed-off-by: Sascha Hauer
>> Cc: Dmitry Torokhov
>> Cc: Daniel M
Hi,
On Wed, Dec 18, 2013 at 02:43:18PM +, Sascha Hauer wrote:
> Some rotary encoders have a stable state in all output state
> combinations. Add support for this type of encoder.
>
> Signed-off-by: Sascha Hauer
> Cc: Dmitry Torokhov
> Cc: Daniel Mack
> Cc: linux-input@vger.kernel.org
> Cc:
This patchset enables adp5589 keypad configuration via dt. Until now,
this was only done via platform data.
The adp5589 has many functions besides matrix keypad decoding. For now,
we only support keypad related functionality: including scan time and
pull resistors configuration.
Patch 1 adds th
Add documentation for the adp5589 DT binding.
Signed-off-by: Guido Martínez
---
.../devicetree/bindings/input/adp5589.txt | 63 ++
1 file changed, 63 insertions(+)
create mode 100644 Documentation/devicetree/bindings/input/adp5589.txt
diff --git a/Documentation/dev
Add DT support for the Analog ADP5589 matrix keypad decoding functions.
Signed-off-by: Guido Martínez
---
drivers/input/keyboard/adp5589-keys.c | 207 +-
1 file changed, 206 insertions(+), 1 deletion(-)
diff --git a/drivers/input/keyboard/adp5589-keys.c
b/driver
Add include file with macros ADP_COL and ADP_ROW, used to specify pull
configuration for the adp5589.
Signed-off-by: Guido Martínez
---
include/dt-bindings/input/adp5589.h | 7 +++
1 file changed, 7 insertions(+)
create mode 100644 include/dt-bindings/input/adp5589.h
diff --git a/include/d
On 05/07/2014 11:24 AM, Jingoo Han wrote:
> Make of_device_id array const, because all OF functions
> handle it as const.
>
> Signed-off-by: Jingoo Han
> ---
> drivers/input/touchscreen/lpc32xx_ts.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/input/touchs
Am Mittwoch, 7. Mai 2014, 18:26:25 schrieb Jingoo Han:
> Make of_device_id array const, because all OF functions
> handle it as const.
>
> Signed-off-by: Jingoo Han
Acked-by: Heiko Stuebner
> ---
> drivers/input/touchscreen/zforce_ts.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Am Mittwoch, 7. Mai 2014, 18:22:10 schrieb Jingoo Han:
> Make of_device_id array const, because all OF functions
> handle it as const.
>
> Signed-off-by: Jingoo Han
Acked-by: Heiko Stuebner
> ---
> drivers/input/touchscreen/auo-pixcir-ts.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletio
Make of_device_id array const, because all OF functions
handle it as const.
Signed-off-by: Jingoo Han
---
drivers/input/touchscreen/zforce_ts.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/touchscreen/zforce_ts.c
b/drivers/input/touchscreen/zforce_ts.c
in
Make of_device_id array const, because all OF functions
handle it as const.
Signed-off-by: Jingoo Han
---
drivers/input/touchscreen/mms114.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/touchscreen/mms114.c
b/drivers/input/touchscreen/mms114.c
index 8a598
Make of_device_id array const, because all OF functions
handle it as const.
Signed-off-by: Jingoo Han
---
drivers/input/touchscreen/lpc32xx_ts.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/touchscreen/lpc32xx_ts.c
b/drivers/input/touchscreen/lpc32xx_ts.c
Make of_device_id array const, because all OF functions
handle it as const.
Signed-off-by: Jingoo Han
---
drivers/input/touchscreen/egalax_ts.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/touchscreen/egalax_ts.c
b/drivers/input/touchscreen/egalax_ts.c
in
Make of_device_id array const, because all OF functions
handle it as const.
Signed-off-by: Jingoo Han
---
drivers/input/touchscreen/auo-pixcir-ts.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/touchscreen/auo-pixcir-ts.c
b/drivers/input/touchscreen/auo-pi
Make of_device_id array const, because all OF functions
handle it as const.
Signed-off-by: Jingoo Han
---
drivers/input/serio/apbps2.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/serio/apbps2.c b/drivers/input/serio/apbps2.c
index 17e01a8..98be824 100644
Make of_device_id array const, because all OF functions
handle it as const.
Signed-off-by: Jingoo Han
---
drivers/input/serio/olpc_apsp.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/serio/olpc_apsp.c b/drivers/input/serio/olpc_apsp.c
index 5d2fe7e..d906f3
Make of_device_id array const, because all OF functions
handle it as const.
Signed-off-by: Jingoo Han
---
drivers/input/misc/rotary_encoder.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/misc/rotary_encoder.c
b/drivers/input/misc/rotary_encoder.c
index 99
Make of_device_id array const, because all OF functions
handle it as const.
Signed-off-by: Jingoo Han
---
drivers/input/misc/gpio-beeper.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/misc/gpio-beeper.c b/drivers/input/misc/gpio-beeper.c
index 5be291d..66c
Make of_device_id array const, because all OF functions
handle it as const.
Signed-off-by: Jingoo Han
---
drivers/input/keyboard/imx_keypad.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/keyboard/imx_keypad.c
b/drivers/input/keyboard/imx_keypad.c
index 97
Make of_device_id array const, because all OF functions
handle it as const.
Signed-off-by: Jingoo Han
---
drivers/input/keyboard/gpio_keys_polled.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/keyboard/gpio_keys_polled.c
b/drivers/input/keyboard/gpio_keys
Make of_device_id array const, because all OF functions
handle it as const.
Signed-off-by: Jingoo Han
---
drivers/input/keyboard/gpio_keys.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/keyboard/gpio_keys.c
b/drivers/input/keyboard/gpio_keys.c
index 52dc8
Make of_device_id array const, because all OF functions
handle it as const.
Signed-off-by: Jingoo Han
---
drivers/input/keyboard/clps711x-keypad.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/keyboard/clps711x-keypad.c
b/drivers/input/keyboard/clps711x-ke
25 matches
Mail list logo