public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Touch Screen Drivers for Dialog da9052
@ 2010-02-26 12:36 Nitin Shah
  2010-02-26 13:31 ` Trilok Soni
  2010-02-26 13:38 ` Jonathan Cameron
  0 siblings, 2 replies; 4+ messages in thread
From: Nitin Shah @ 2010-02-26 12:36 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 550 bytes --]

Hi,

We have developed Touch Screen (TSI) Drivers for Dialog da9052 Power Management IC.

We have tested this driver on Samsung SMDK-6410 board. If any one needs test application tor testing this driver, we will provide the same which we have used for testing.

For more details about the attached drives please refer the README file inside "da9052_drivers.zip".

We would like to incorporate this driver into Linux mainline kernel.

Please test the driver and provide your valuable comments and feedback.

Thanks & Regards,
Nitin Shah

[-- Attachment #2: da9052_drivers.zip --]
[-- Type: application/x-zip-compressed, Size: 112619 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Touch Screen Drivers for Dialog da9052
  2010-02-26 12:36 Touch Screen Drivers for Dialog da9052 Nitin Shah
@ 2010-02-26 13:31 ` Trilok Soni
  2010-02-26 13:38 ` Jonathan Cameron
  1 sibling, 0 replies; 4+ messages in thread
From: Trilok Soni @ 2010-02-26 13:31 UTC (permalink / raw)
  To: Nitin Shah; +Cc: linux-kernel@vger.kernel.org, linux-input

Adding linux-input mailing list.

On Fri, Feb 26, 2010 at 6:06 PM, Nitin Shah <Nitin.Shah@kpitcummins.com> wrote:
> Hi,
>
> We have developed Touch Screen (TSI) Drivers for Dialog da9052 Power Management IC.
>
> We have tested this driver on Samsung SMDK-6410 board. If any one needs test application tor testing this driver, we will provide the same which we have used for testing.
>
> For more details about the attached drives please refer the README file inside "da9052_drivers.zip".
>
> We would like to incorporate this driver into Linux mainline kernel.
>
> Please test the driver and provide your valuable comments and feedback.

Please don't send .zip files. It would be nice if you can send inline
patches to linux-input ML. Please refer Documentation directory for
instructions on submitting patches.


-- 
---Trilok Soni
http://triloksoni.wordpress.com
http://www.linkedin.com/in/triloksoni

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Touch Screen Drivers for Dialog da9052
  2010-02-26 12:36 Touch Screen Drivers for Dialog da9052 Nitin Shah
  2010-02-26 13:31 ` Trilok Soni
@ 2010-02-26 13:38 ` Jonathan Cameron
  2010-02-26 16:37   ` Greg KH
  1 sibling, 1 reply; 4+ messages in thread
From: Jonathan Cameron @ 2010-02-26 13:38 UTC (permalink / raw)
  To: Nitin Shah
  Cc: linux-kernel@vger.kernel.org, Greg KH, Liam Girdwood, Mark Brown,
	Torokhov

On 02/26/10 12:36, Nitin Shah wrote:
> Hi,
> 
> We have developed Touch Screen (TSI) Drivers for Dialog da9052 Power
> Management IC.
> 
> We have tested this driver on Samsung SMDK-6410 board. If any one
> needs test application tor testing this driver, we will provide the
> same which we have used for testing.
> 
> For more details about the attached drives please refer the README
> file inside "da9052_drivers.zip".
> 
> We would like to incorporate this driver into Linux mainline kernel.
> 
> Please test the driver and provide your valuable comments and
> feedback.
> 
> Thanks & Regards, Nitin Shah
Hi Nitin,

Couple of initial points.  Please take a look at the guidance on
Submitting patches in the Documentation directory of the linux
kernel source tree. To get more eyes on code you need to make it
as simple as possible for people to take a look!

To move this driver set towards merging, take a look at how the other
da90xx chips are handled in the current kernel.  Given the chips have
a lot of different functionality fitting into numerous corners of the
kernel, that a given user may or may not want to use, they are implemented
as multifunction devices (drivers/mfd) with children in a number of other
subsystems.

Whilst the code you have sent is pretty clear and well commented etc, it
is going to need a lot of changes to interface with the relevant kernel
subsystems.

Perhaps this is one for staging? 

I've cc'd in a few other relevant people to bring it to their attention.
Note all, while the email only mentioned touch screen drivers, this a pretty
comprehensive pmic driver with tsi, adc, gpio, regulator control and various
other bits and bobs.

Jonathan





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Touch Screen Drivers for Dialog da9052
  2010-02-26 13:38 ` Jonathan Cameron
@ 2010-02-26 16:37   ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2010-02-26 16:37 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Nitin Shah, linux-kernel@vger.kernel.org, Liam Girdwood,
	Mark Brown, Torokhov

On Fri, Feb 26, 2010 at 01:38:44PM +0000, Jonathan Cameron wrote:
> On 02/26/10 12:36, Nitin Shah wrote:
> > Hi,
> > 
> > We have developed Touch Screen (TSI) Drivers for Dialog da9052 Power
> > Management IC.
> > 
> > We have tested this driver on Samsung SMDK-6410 board. If any one
> > needs test application tor testing this driver, we will provide the
> > same which we have used for testing.
> > 
> > For more details about the attached drives please refer the README
> > file inside "da9052_drivers.zip".
> > 
> > We would like to incorporate this driver into Linux mainline kernel.
> > 
> > Please test the driver and provide your valuable comments and
> > feedback.
> > 
> > Thanks & Regards, Nitin Shah
> Hi Nitin,
> 
> Couple of initial points.  Please take a look at the guidance on
> Submitting patches in the Documentation directory of the linux
> kernel source tree. To get more eyes on code you need to make it
> as simple as possible for people to take a look!
> 
> To move this driver set towards merging, take a look at how the other
> da90xx chips are handled in the current kernel.  Given the chips have
> a lot of different functionality fitting into numerous corners of the
> kernel, that a given user may or may not want to use, they are implemented
> as multifunction devices (drivers/mfd) with children in a number of other
> subsystems.
> 
> Whilst the code you have sent is pretty clear and well commented etc, it
> is going to need a lot of changes to interface with the relevant kernel
> subsystems.
> 
> Perhaps this is one for staging? 

I'll take anything for staging, it just has to build and be
self-contained and have someone who is working on getting it merged to
the main kernel tree.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-26 16:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-26 12:36 Touch Screen Drivers for Dialog da9052 Nitin Shah
2010-02-26 13:31 ` Trilok Soni
2010-02-26 13:38 ` Jonathan Cameron
2010-02-26 16:37   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox