* SAMSUNG How to handle changes in TSADC IP register bits
@ 2010-05-06 4:08 NAVEEN KRISHNA CHATRADHI
2010-05-06 5:38 ` Ben Dooks
0 siblings, 1 reply; 9+ messages in thread
From: NAVEEN KRISHNA CHATRADHI @ 2010-05-06 4:08 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: ben-linux
Hi Ben,
I'm working on Touchscreen driver support for S5PC100, S5PV210, S3C6410 & S5P6440.
The TSADC registers bit fields are keep on varying between the different
SoCs, though the IP as a whole remains same.
For example:
Some of the ADC CONTROL REGISTER bit fields in S3C6410 are made as seperate register
ADC CHANNEL MUX REGISTER
How do we handle this in the driver which should be generic to all the SoCs.
Thanks & Best regards,
Naveen Krishna Ch
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SAMSUNG How to handle changes in TSADC IP register bits
2010-05-06 4:08 NAVEEN KRISHNA CHATRADHI
@ 2010-05-06 5:38 ` Ben Dooks
2010-05-06 5:41 ` Ben Dooks
0 siblings, 1 reply; 9+ messages in thread
From: Ben Dooks @ 2010-05-06 5:38 UTC (permalink / raw)
To: NAVEEN KRISHNA CHATRADHI; +Cc: linux-samsung-soc, ben-linux
On Thu, May 06, 2010 at 04:08:20AM +0000, NAVEEN KRISHNA CHATRADHI wrote:
> Hi Ben,
>
> I'm working on Touchscreen driver support for S5PC100, S5PV210, S3C6410 & S5P6440.
> The TSADC registers bit fields are keep on varying between the different
> SoCs, though the IP as a whole remains same.
>
> For example:
> Some of the ADC CONTROL REGISTER bit fields in S3C6410 are made as seperate register
> ADC CHANNEL MUX REGISTER
> How do we handle this in the driver which should be generic to all the SoCs.
I've already merged the core changes for the s3c6410 (see Marusus' previous
patches) ready for the next mainline merge.
http://git.fluff.org/gitweb?p=bjdooks/linux.git;a=shortlog;h=refs/heads/for-2635/s3c64xx-ts
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SAMSUNG How to handle changes in TSADC IP register bits
2010-05-06 5:38 ` Ben Dooks
@ 2010-05-06 5:41 ` Ben Dooks
2010-05-06 9:52 ` Maurus Cuelenaere
0 siblings, 1 reply; 9+ messages in thread
From: Ben Dooks @ 2010-05-06 5:41 UTC (permalink / raw)
To: Ben Dooks; +Cc: NAVEEN KRISHNA CHATRADHI, linux-samsung-soc
On Thu, May 06, 2010 at 06:38:22AM +0100, Ben Dooks wrote:
> On Thu, May 06, 2010 at 04:08:20AM +0000, NAVEEN KRISHNA CHATRADHI wrote:
> > Hi Ben,
> >
> > I'm working on Touchscreen driver support for S5PC100, S5PV210, S3C6410 & S5P6440.
> > The TSADC registers bit fields are keep on varying between the different
> > SoCs, though the IP as a whole remains same.
> >
> > For example:
> > Some of the ADC CONTROL REGISTER bit fields in S3C6410 are made as seperate register
> > ADC CHANNEL MUX REGISTER
> > How do we handle this in the driver which should be generic to all the SoCs.
>
> I've already merged the first changes for the s3c6410 (see Maurus' previous
> patches) ready for the next mainline merge.
Maurus, can you send the change to the core driver to support the extended
range please.
> http://git.fluff.org/gitweb?p=bjdooks/linux.git;a=shortlog;h=refs/heads/for-2635/s3c64xx-ts
>
> --
> Ben
>
> Q: What's a light-year?
> A: One-third less calories than a regular year.
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SAMSUNG How to handle changes in TSADC IP register bits
2010-05-06 5:41 ` Ben Dooks
@ 2010-05-06 9:52 ` Maurus Cuelenaere
2010-05-06 23:14 ` Ben Dooks
0 siblings, 1 reply; 9+ messages in thread
From: Maurus Cuelenaere @ 2010-05-06 9:52 UTC (permalink / raw)
To: Ben Dooks; +Cc: NAVEEN KRISHNA CHATRADHI, linux-samsung-soc
Op 06-05-10 07:41, Ben Dooks schreef:
> On Thu, May 06, 2010 at 06:38:22AM +0100, Ben Dooks wrote:
>
>> On Thu, May 06, 2010 at 04:08:20AM +0000, NAVEEN KRISHNA CHATRADHI wrote:
>>
>>> Hi Ben,
>>>
>>> I'm working on Touchscreen driver support for S5PC100, S5PV210, S3C6410 & S5P6440.
>>> The TSADC registers bit fields are keep on varying between the different
>>> SoCs, though the IP as a whole remains same.
>>>
>>> For example:
>>> Some of the ADC CONTROL REGISTER bit fields in S3C6410 are made as seperate register
>>> ADC CHANNEL MUX REGISTER
>>> How do we handle this in the driver which should be generic to all the SoCs.
>>>
>> I've already merged the first changes for the s3c6410 (see Maurus' previous
>> patches) ready for the next mainline merge.
>>
> Maurus, can you send the change to the core driver to support the extended
> range please.
>
Done.
--
Maurus Cuelenaere
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: SAMSUNG How to handle changes in TSADC IP register bits
@ 2010-05-06 10:15 NAVEEN KRISHNA CHATRADHI
2010-05-06 10:28 ` Maurus Cuelenaere
0 siblings, 1 reply; 9+ messages in thread
From: NAVEEN KRISHNA CHATRADHI @ 2010-05-06 10:15 UTC (permalink / raw)
To: Maurus Cuelenaere, Ben Dooks; +Cc: linux-samsung-soc@vger.kernel.org
Hi Ben, Maurus,
------- Original Message -------
Sender : Maurus Cuelenaere<mcuelenaere@gmail.com>
Date : May 06, 2010 14:52 (GMT+05:00)
Title : Re: SAMSUNG How to handle changes in TSADC IP register bits
Op 06-05-10 07:41, Ben Dooks schreef:
> On Thu, May 06, 2010 at 06:38:22AM +0100, Ben Dooks wrote:
>
>> On Thu, May 06, 2010 at 04:08:20AM +0000, NAVEEN KRISHNA CHATRADHI wrote:
>>
>>> Hi Ben,
>>>
>>> I'm working on Touchscreen driver support for S5PC100, S5PV210, S3C6410 & S5P6440.
>>> The TSADC registers bit fields are keep on varying between the different
>>> SoCs, though the IP as a whole remains same.
>>>
>>> For example:
>>> Some of the ADC CONTROL REGISTER bit fields in S3C6410 are made as seperate register
>>> ADC CHANNEL MUX REGISTER
>>> How do we handle this in the driver which should be generic to all the SoCs.
>>>
>> I've already merged the first changes for the s3c6410 (see Maurus' previous
>> patches) ready for the next mainline merge.
>>
> Maurus, can you send the change to the core driver to support the extended
> range please.
>
Done.
I've seen this patch from Maurus a long ago.
Maurus, Do you have any other patches other than, Cause i have already made patches for
touchscreen support for S3C6410/6440 S5Pv210/C110/C100 these boards.
I'ill post it in a day or 2.
--
Maurus Cuelenaere
Thanks & Best Regards,
Naveen Krishna Ch
SE @ SLG Div, DS LABs, Samsung, India.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SAMSUNG How to handle changes in TSADC IP register bits
2010-05-06 10:15 Re: SAMSUNG How to handle changes in TSADC IP register bits NAVEEN KRISHNA CHATRADHI
@ 2010-05-06 10:28 ` Maurus Cuelenaere
0 siblings, 0 replies; 9+ messages in thread
From: Maurus Cuelenaere @ 2010-05-06 10:28 UTC (permalink / raw)
To: ch.naveen; +Cc: Ben Dooks, linux-samsung-soc@vger.kernel.org
Hi Naveen,
Op 06-05-10 12:15, NAVEEN KRISHNA CHATRADHI schreef:
> Hi Ben, Maurus,
>
> ------- Original Message -------
> Sender : Maurus Cuelenaere<mcuelenaere@gmail.com>
> Date : May 06, 2010 14:52 (GMT+05:00)
> Title : Re: SAMSUNG How to handle changes in TSADC IP register bits
>
> Op 06-05-10 07:41, Ben Dooks schreef:
>
>> On Thu, May 06, 2010 at 06:38:22AM +0100, Ben Dooks wrote:
>>
>>
>>> On Thu, May 06, 2010 at 04:08:20AM +0000, NAVEEN KRISHNA CHATRADHI wrote:
>>>
>>>
>>>> Hi Ben,
>>>>
>>>> I'm working on Touchscreen driver support for S5PC100, S5PV210, S3C6410 & S5P6440.
>>>> The TSADC registers bit fields are keep on varying between the different
>>>> SoCs, though the IP as a whole remains same.
>>>>
>>>> For example:
>>>> Some of the ADC CONTROL REGISTER bit fields in S3C6410 are made as seperate register
>>>> ADC CHANNEL MUX REGISTER
>>>> How do we handle this in the driver which should be generic to all the SoCs.
>>>>
>>>>
>>> I've already merged the first changes for the s3c6410 (see Maurus' previous
>>> patches) ready for the next mainline merge.
>>>
>>>
>> Maurus, can you send the change to the core driver to support the extended
>> range please.
>>
>>
> I've seen this patch from Maurus a long ago.
> Maurus, Do you have any other patches other than, Cause i have already made patches for
> touchscreen support for S3C6410/6440 S5Pv210/C110/C100 these boards.
>
> I'ill post it in a day or 2.
>
No, I only added support for the S3C6410 (as that's the only board I have).
--
Maurus Cuelenaere
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SAMSUNG How to handle changes in TSADC IP register bits
2010-05-06 10:40 NAVEEN KRISHNA CHATRADHI
@ 2010-05-06 10:47 ` Maurus Cuelenaere
0 siblings, 0 replies; 9+ messages in thread
From: Maurus Cuelenaere @ 2010-05-06 10:47 UTC (permalink / raw)
To: ch.naveen; +Cc: Ben Dooks, linux-samsung-soc@vger.kernel.org
Op 06-05-10 12:40, NAVEEN KRISHNA CHATRADHI schreef:
> Hi Maurus,
>
> ------ Original Message -------
> Sender : Maurus Cuelenaere<mcuelenaere@gmail.com>
> Date : May 06, 2010 15:28 (GMT+05:00)
> Title : Re: SAMSUNG How to handle changes in TSADC IP register bits
>
> Hi Naveen,
>
> Op 06-05-10 12:15, NAVEEN KRISHNA CHATRADHI schreef:
>
>> Hi Ben, Maurus,
>>
>> ------- Original Message -------
>> Sender : Maurus Cuelenaere<mcuelenaere@gmail.com>
>> Date : May 06, 2010 14:52 (GMT+05:00)
>> Title : Re: SAMSUNG How to handle changes in TSADC IP register bits
>>
>> Op 06-05-10 07:41, Ben Dooks schreef:
>>
>>
>>> On Thu, May 06, 2010 at 06:38:22AM +0100, Ben Dooks wrote:
>>>
>>>
>>>
>>>> On Thu, May 06, 2010 at 04:08:20AM +0000, NAVEEN KRISHNA CHATRADHI wrote:
>>>>
>>>>
>>>>
>>>>> Hi Ben,
>>>>>
>>>>> I'm working on Touchscreen driver support for S5PC100, S5PV210, S3C6410 & S5P6440.
>>>>> The TSADC registers bit fields are keep on varying between the different
>>>>> SoCs, though the IP as a whole remains same.
>>>>>
>>>>> For example:
>>>>> Some of the ADC CONTROL REGISTER bit fields in S3C6410 are made as seperate register
>>>>> ADC CHANNEL MUX REGISTER
>>>>> How do we handle this in the driver which should be generic to all the SoCs.
>>>>>
>>>>>
>>>>>
>>>> I've already merged the first changes for the s3c6410 (see Maurus' previous
>>>> patches) ready for the next mainline merge.
>>>>
>>>>
>>>>
>>> Maurus, can you send the change to the core driver to support the extended
>>> range please.
>>>
>>>
>>>
>> I've seen this patch from Maurus a long ago.
>> Maurus, Do you have any other patches other than, Cause i have already made patches for
>> touchscreen support for S3C6410/6440 S5Pv210/C110/C100 these boards.
>>
>> I'ill post it in a day or 2.
>>
>>
> No, I only added support for the S3C6410 (as that's the only board I have).
> I've seen your patch earlier and i made a patch set for TSADC on other boards too.
>
> This patch set would take care of the moving of ts.h from plat to mach,
> moving the GPIOs specific for S3C24XX to seperate file,
> Adding generic GPIO configuration functions (based on I2C)
> and Also adds TSADC support for S3c6410, S5PV210,C110 and S5P6440.
>
> but, It might take a day or 2 to get them reviewed internally and post it on mainline.
>
You probably want to state that too on the patch I sent to linux-input (
ARM: S3C64XX: Add s3c64xx support to touchscreen driver), as your
patches seem to supersede mine.
Keep in mind that "ARM: SAMSUNG: Move mach/ts.h to plat/ts.h" and "ARM:
S3C64XX: Add touchscreen platform device definition" have already been
merged though.
--
Maurus Cuelenaere
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SAMSUNG How to handle changes in TSADC IP register bits
2010-05-06 9:52 ` Maurus Cuelenaere
@ 2010-05-06 23:14 ` Ben Dooks
2010-05-06 23:18 ` Maurus Cuelenaere
0 siblings, 1 reply; 9+ messages in thread
From: Ben Dooks @ 2010-05-06 23:14 UTC (permalink / raw)
To: Maurus Cuelenaere; +Cc: Ben Dooks, NAVEEN KRISHNA CHATRADHI, linux-samsung-soc
On Thu, May 06, 2010 at 11:52:10AM +0200, Maurus Cuelenaere wrote:
> Op 06-05-10 07:41, Ben Dooks schreef:
> > On Thu, May 06, 2010 at 06:38:22AM +0100, Ben Dooks wrote:
> >
> >> On Thu, May 06, 2010 at 04:08:20AM +0000, NAVEEN KRISHNA CHATRADHI wrote:
> >>
> > Maurus, can you send the change to the core driver to support the extended
> > range please.
> >
>
> Done.
sorry. forgot it got merged last time.
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SAMSUNG How to handle changes in TSADC IP register bits
2010-05-06 23:14 ` Ben Dooks
@ 2010-05-06 23:18 ` Maurus Cuelenaere
0 siblings, 0 replies; 9+ messages in thread
From: Maurus Cuelenaere @ 2010-05-06 23:18 UTC (permalink / raw)
To: Ben Dooks; +Cc: NAVEEN KRISHNA CHATRADHI, linux-samsung-soc
Op 07-05-10 01:14, Ben Dooks schreef:
> On Thu, May 06, 2010 at 11:52:10AM +0200, Maurus Cuelenaere wrote:
>
>> Op 06-05-10 07:41, Ben Dooks schreef:
>>
>>> On Thu, May 06, 2010 at 06:38:22AM +0100, Ben Dooks wrote:
>>>
>>>
>>>> On Thu, May 06, 2010 at 04:08:20AM +0000, NAVEEN KRISHNA CHATRADHI wrote:
>>>>
>
>>>>
>>>>
>>> Maurus, can you send the change to the core driver to support the extended
>>> range please.
>>>
>>>
>> Done.
>>
> sorry. forgot it got merged last time.
>
Oh, I thought you meant the drivers/input/s3c2410_ts.c changes.
--
Maurus Cuelenaere
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-05-06 23:18 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06 10:15 Re: SAMSUNG How to handle changes in TSADC IP register bits NAVEEN KRISHNA CHATRADHI
2010-05-06 10:28 ` Maurus Cuelenaere
-- strict thread matches above, loose matches on Subject: below --
2010-05-06 10:40 NAVEEN KRISHNA CHATRADHI
2010-05-06 10:47 ` Maurus Cuelenaere
2010-05-06 4:08 NAVEEN KRISHNA CHATRADHI
2010-05-06 5:38 ` Ben Dooks
2010-05-06 5:41 ` Ben Dooks
2010-05-06 9:52 ` Maurus Cuelenaere
2010-05-06 23:14 ` Ben Dooks
2010-05-06 23:18 ` Maurus Cuelenaere
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.