> -----Original Message----- > From: Hiremath, Vaibhav > Sent: Thursday, December 10, 2009 11:13 AM > To: 'Tony Lindgren'; 'Dmitry Torokhov'; 'dtor@xxxxxxx' > Cc: linux-omap@xxxxxxxxxxxxxxx; linux-input@xxxxxxxxxxxxxxx > Subject: RE: [PATCH V2] AM3517: Add support for TSC2004 driver > > > > -----Original Message----- > > From: Tony Lindgren [mailto:tony@xxxxxxxxxxx] > > Sent: Monday, November 30, 2009 11:04 PM > > To: Hiremath, Vaibhav > > Cc: linux-omap@xxxxxxxxxxxxxxx > > Subject: Re: [PATCH V2] AM3517: Add support for TSC2004 driver > > > > * Hiremath, Vaibhav <hvaibhav@xxxxxx> [091125 21:13]: > > > > > > > -----Original Message----- > > > > From: Hiremath, Vaibhav > > > > Sent: Thursday, November 26, 2009 10:41 AM > > > > To: linux-omap@xxxxxxxxxxxxxxx > > > > Cc: tony@xxxxxxxxxxx; Hiremath, Vaibhav > > > > Subject: [PATCH V2] AM3517: Add support for TSC2004 driver > > > > > > > > From: Vaibhav Hiremath <hvaibhav@xxxxxx> > > > > > > > > Changes: > > > > - Removed omap_cfg_reg() > > > > > > > > Reviewed-by: Tony Lindgren <tony@xxxxxxxxxxx> > > > > Signed-off-by: Vaibhav Hiremath <hvaibhav@xxxxxx> > > > > --- > > > > arch/arm/mach-omap2/board-am3517evm.c | 61 > > > > +++++++++++++++++++++++++++++++++ > > > > 1 files changed, 61 insertions(+), 0 deletions(-) > > > > > > > > diff --git a/arch/arm/mach-omap2/board-am3517evm.c > > b/arch/arm/mach- > > > > omap2/board-am3517evm.c > > > > index 415a13d..b183d93 100644 > > > > --- a/arch/arm/mach-omap2/board-am3517evm.c > > > > +++ b/arch/arm/mach-omap2/board-am3517evm.c > > > > @@ -20,6 +20,8 @@ > > > > #include <linux/init.h> > > > > #include <linux/platform_device.h> > > > > #include <linux/gpio.h> > > > > +#include <linux/irq.h> > > > > +#include <linux/i2c/tsc2004.h> > > > > > > > > #include <mach/hardware.h> > > > > #include <asm/mach-types.h> > > > > @@ -27,10 +29,64 @@ > > > > #include <asm/mach/map.h> > > > > > > > > #include <plat/board.h> > > > > +#include <plat/mux.h> > > > > #include <plat/common.h> > > > > #include <plat/usb.h> > > > > > > > > /* > > > > + * TSC 2004 Support > > > > + */ <snip>... > > merged. But I am not sure what the procedure is for input > subsystem > > drivers? Is it happens through linux-omap or linux-input? > > > > I'd rather see it merged via linux-input as that's where most > > of the code is. The platform init code looks OK to me to merge > > via linux-input too. > > > [Hiremath, Vaibhav] Dmitry, > > Can you please merge the TSC2004 driver patch? > [Hiremath, Vaibhav] Just a gentle reminder. Thanks, Vaibhav > Thanks, > Vaibhav > > > Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html