[PATCH 3/7] ARM: Samsung: Use the correct I2C2 interrupt

Kyungmin Park kmpark at infradead.org
Thu Sep 30 05:16:17 EDT 2010


On Thu, Sep 30, 2010 at 5:45 PM, Lothar Waßmann <LW at karo-electronics.de> wrote:
> Kyungmin Park writes:
>> From: Kyungmin Park <kyungmin.park at samsung.com>
>>
>> Use the correct I2C2 interrupt.
>>
>> Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
>> ---
>>  arch/arm/plat-samsung/dev-i2c2.c |    4 ++--
>>  1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/arch/arm/plat-samsung/dev-i2c2.c b/arch/arm/plat-samsung/dev-i2c2.c
>> index 07036de..ff4ba69 100644
>> --- a/arch/arm/plat-samsung/dev-i2c2.c
>> +++ b/arch/arm/plat-samsung/dev-i2c2.c
>> @@ -32,8 +32,8 @@ static struct resource s3c_i2c_resource[] = {
>>               .flags = IORESOURCE_MEM,
>>       },
>>       [1] = {
>> -             .start = IRQ_CAN0,
>> -             .end   = IRQ_CAN0,
>> +             .start = IRQ_IIC2,
>> +             .end   = IRQ_IIC2,
>>
> Is there any reason for using 'IIC' here to refer to 'I2C'?

Historical reason previous s3c24xx series use this name. I don't want
to break the s3c24xx series codes.
Instead I use the I2C after S5P series. I2C3, I2C4 and so on.

If all person who works on s3c24xx and s5p series agree that use the
I2C. It can be used.

Thank you,
Kyungmin Park
>
>
> Lothar Waßmann
> --
> ___________________________________________________________
>
> Ka-Ro electronics GmbH | Pascalstraße 22 | D - 52076 Aachen
> Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
> Geschäftsführer: Matthias Kaussen
> Handelsregistereintrag: Amtsgericht Aachen, HRB 4996
>
> www.karo-electronics.de | info at karo-electronics.de
> ___________________________________________________________
>



More information about the linux-arm-kernel mailing list