Src path for at24c0x

kalyan
Hi,
 
 Can some one tell me the driver for EEPROM AT24C0X path in kernel source
code.

Thanks.

Juergen Beisert
a) what kernel version?
b) for a recent Linux-3.12.x: drivers/misc/eeprom/at24.c

kalyan
Hi Beisert,

a.) I had downloaded the kenel 2.6.X from the current site.if you are aware
of any new kernel version for mini2440,please point me the same.

b.) Yes.I got the path.You mentioned "Recent Linux 3.12.x" Is this will
work for mini2440 ?coz i had seen only 2.6.x in this site.

    if no,how to make it compatible for mini2440.

c.) As my intention is to work on drivers using mini2440,can you please
tell me how to start and if any projects i can kickstart.

 
Thanks for your reply :)

Thanks,
kalyan.k

Juergen Beisert
> if you are aware of any new kernel version for
> mini2440, please point me the same.

Download the current Linux-3.12.x from kernel.org, build the defconfig for
the Mini2440 and you are done. It does not support all devices on the
board, but most of them

> Is this will work for mini2440 ?

Sure.

> work on drivers using mini2440

What does it mean?

kalyan
Hi,

I was intersted in learning LDD,i had learned the concepts part.Now i want
to practice on mini2440 board.As per my knowledge I2C driver is the simple
one.I want to know the driver part of this,And if possible implementing
some changes in the code(if found)  OR found issues to be fixed 

Now i'm learning I2C subsystem.Can you tell me is this the way to learn the
I2C drivers ? 

Please point me if any doc's/code which i can learn regarding the drivers

Thanks,
kalyan.

kalyan
Where can we found the source code which is having issues and ppl post it
fourms/ML's addressing those issues(if possible : I2C client/slave drivers
/  EEPROM using I2C)

Please provide me the info.