Re: [PATCH 1/2] ARM: DaVinci: EMAC: RMII bit manipulation

2009-03-19 Thread Kevin Hilman
Chaithrika U S chaithr...@ti.com writes: Adding RMII support to EMAC driver EMAC on OMAP-L137 supports RMII and on enabling this the RMIISPEED MASK has to be set/cleared for 100/10 Mbps operation respectively. A member has been added to the EMAC platform data to indicate the type of

RE: [PATCH 1/2] ARM: DaVinci: EMAC: RMII bit manipulation

2009-03-19 Thread Subrahmanya, Chaithrika
Chaithrika U S chaithr...@ti.com writes: Adding RMII support to EMAC driver EMAC on OMAP-L137 supports RMII and on enabling this the RMIISPEED MASK has to be set/cleared for 100/10 Mbps operation respectively. A member has been added to the EMAC platform data to indicate the type of

[PATCH 1/2] ARM: DaVinci: EMAC: RMII bit manipulation

2009-03-17 Thread Chaithrika U S
Adding RMII support to EMAC driver EMAC on OMAP-L137 supports RMII and on enabling this the RMIISPEED MASK has to be set/cleared for 100/10 Mbps operation respectively. A member has been added to the EMAC platform data to indicate the type of interface. Signed-off-by: Chaithrika U S