Re: [PATCHv3 3/5] Input: tsc2005: convert driver to use devm_*

2014-05-18 Thread Dmitry Torokhov
On Sat, Apr 26, 2014 at 01:56:17AM +0200, Sebastian Reichel wrote: > Simplify the driver by using managed resources for memory allocation of > internal struct, input device allocation and irq request. > > Signed-off-by: Sebastian Reichel Applied, thank you. > --- > drivers/input/touchscreen/ts

Re: [PATCHv3 3/5] Input: tsc2005: convert driver to use devm_*

2014-04-29 Thread Pavel Machek
On Sat 2014-04-26 01:56:17, Sebastian Reichel wrote: > Simplify the driver by using managed resources for memory allocation of > internal struct, input device allocation and irq request. > > Signed-off-by: Sebastian Reichel Reviewed-by: Pavel Machek -- (english) http://www.livejournal.com/~pa

[PATCHv3 3/5] Input: tsc2005: convert driver to use devm_*

2014-04-25 Thread Sebastian Reichel
Simplify the driver by using managed resources for memory allocation of internal struct, input device allocation and irq request. Signed-off-by: Sebastian Reichel --- drivers/input/touchscreen/tsc2005.c | 30 ++ 1 file changed, 10 insertions(+), 20 deletions(-) diff