Re: [RFC PATCH 04/06] input/rmi4: Config files and makefiles

2012-11-17 Thread Linus Walleij
On Sat, Nov 17, 2012 at 4:58 AM, Christopher Heiny wrote: > Infrastructure files for configuration and building. > > > Signed-off-by: Christopher Heiny > Cut blank line. > Cc: Dmitry Torokhov > Cc: Linus Walleij > Cc: Naveen Kumar Gaddipati > Cc: Joeri de Gram (...) > +++

Re: [RFC PATCH 04/06] input/rmi4: Config files and makefiles

2012-11-17 Thread Linus Walleij
On Sat, Nov 17, 2012 at 4:58 AM, Christopher Heiny che...@synaptics.com wrote: Infrastructure files for configuration and building. Signed-off-by: Christopher Heiny che...@synaptics.com Cut blank line. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Cc: Linus Walleij

RE: [RFC PATCH 04/06] input/rmi4: Config files and makefiles

2012-10-10 Thread Christopher Heiny
Linus Walleij wrote: > On Sat, Oct 6, 2012 at 6:10 AM, Christopher Heiny > wrote: > > (...) > > > diff --git a/drivers/input/rmi4/Kconfig b/drivers/input/rmi4/Kconfig > > (...) > > > +config RMI4_DEBUG > > + bool "RMI4 Debugging" > > + depends on RMI4_BUS > > select DEBUG_FS > >

RE: [RFC PATCH 04/06] input/rmi4: Config files and makefiles

2012-10-10 Thread Christopher Heiny
Linus Walleij wrote: On Sat, Oct 6, 2012 at 6:10 AM, Christopher Heiny che...@synaptics.com wrote: (...) diff --git a/drivers/input/rmi4/Kconfig b/drivers/input/rmi4/Kconfig (...) +config RMI4_DEBUG + bool RMI4 Debugging + depends on RMI4_BUS select DEBUG_FS

Re: [RFC PATCH 04/06] input/rmi4: Config files and makefiles

2012-10-09 Thread Linus Walleij
On Sat, Oct 6, 2012 at 6:10 AM, Christopher Heiny wrote: (...) > diff --git a/drivers/input/rmi4/Kconfig b/drivers/input/rmi4/Kconfig (...) > +config RMI4_DEBUG > + bool "RMI4 Debugging" > + depends on RMI4_BUS select DEBUG_FS This has been illustrated many times in the review. You

Re: [RFC PATCH 04/06] input/rmi4: Config files and makefiles

2012-10-09 Thread Linus Walleij
On Sat, Oct 6, 2012 at 6:10 AM, Christopher Heiny che...@synaptics.com wrote: (...) diff --git a/drivers/input/rmi4/Kconfig b/drivers/input/rmi4/Kconfig (...) +config RMI4_DEBUG + bool RMI4 Debugging + depends on RMI4_BUS select DEBUG_FS This has been illustrated many times in