--- In ts-7000@yahoogroups.com, "wimpunk" <wimpunk@...> wrote:
>
> --- In ts-7000@yahoogroups.com, "eli" <ec173@> wrote:
> >
> > --- In ts-7000@yahoogroups.com, <jason@> wrote:
> > >
> > > On Wed, 08 Jul 2009 18:43:39 -0000, "eli" <ec173@> wrote:
> > > > Hello, I am trying to get i2c to work on the gpio header on a ts-7350.
> > > > I would like to use the official ts-kernel, because in our project we
> > > also
> > > > need the xuart7350 module. has anyone gotten both of these modules to
> > > work
> > > > at the same time?
> > >
> > > 2.4 or 2.6? There should be a file in the group files section for a i2c
> > > bitbang module for 2.4, havne't heard anything from the 2.6 crew that I
> > > know of.
> > >
> > > --
> > > Jason Stahls
> > >
> > 2.6, I'm chipping away at a driver for it as we speak...
> >
>
> I've been working on a driver for the ts7260 and putted my notes on
http://ts7260.tisnix.be/#i2c. I'm pretty interested in any results on the 2.6
kernel.
>
I think Matt's patches may already support I2C, but I'm trying to use the ts
kernel. The latest 2.6 kernels have an i2c-gpio kernel module in the busses
directory. His patch for I2C is very short, it just sets the correct pins in
arch/arm/mach-ep39xx/core.c (iirc)
In fact, if I could use his kernel it might be much easier... I just couldn't
seem to get it to boot from the 7350's sdcard.