From mboxrd@z Thu Jan 1 00:00:00 1970 From: zonque@gmail.com (Daniel Mack) Date: Wed, 04 Jul 2012 13:22:09 +0200 Subject: Current state of AM33xx patches In-Reply-To: <79CD15C6BA57404B839C016229A409A83EA635DC@DBDE01.ent.ti.com> References: <4FD5BA4C.9070706@gmail.com> <79CD15C6BA57404B839C016229A409A83EA5361A@DBDE01.ent.ti.com> <4FE326A8.8090807@gmail.com> <4FE8AB37.7030907@gmail.com> <4FE9A00B.6010908@ti.com> <79CD15C6BA57404B839C016229A409A83EA5B7FD@DBDE01.ent.ti.com> <4FEC7394.9030208@gmail.com> <79CD15C6BA57404B839C016229A409A83EA5FBC1@DBDE01.ent.ti.com> <4FEDF54D.4030609@gmail.com> <4FEEC7F2.8070507@gmail.com> <79CD15C6BA57404B839C016229A409A83EA635DC@DBDE01.ent.ti.com> Message-ID: <4FF42761.2000701@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04.07.2012 12:50, Hiremath, Vaibhav wrote: > On Wed, Jul 04, 2012 at 15:37:31, Paul Walmsley wrote: >> On Sat, 30 Jun 2012, Daniel Mack wrote: >> >>> Ok, thanks for the explaining this. For now, I'll add hwmod stubs for >>> the components I need. >> >> Hmm. Which drivers are you working on? Vaibhav Hiremath has hwmod data >> for the AM33xx. There might be some missing integration code to build the >> devices for the newer IP blocks, though. >> > > I would also be interested to know more here. > > >>> Btw, has anyone yet worked on getting the MDIO/EMAC driver merged? >> >> Mainline has: >> >> drivers/net/ethernet/ti/davinci_emac.c > > Not required for AM335X. > >> drivers/net/ethernet/ti/davinci_mdio.c >> >> Those might work for you. >> > > Few more files, > > drivers/net/ethernet/ti/cpsw.c > drivers/net/ethernet/ti/davinci_cpdma.c > > > Wanted to highlight one point, > You still have to add platform device code to get it working. Exactly. And a hwmod binding for DT. Do you have patches for that? Daniel