Re: [U-Boot] [PATCH] da850: fix the channel number for EMAC teardown init

2011-07-29 Thread Netagunte, Nagabhushana
Thanks Denk for the comments. Even though all the patches are separate w.r.t features, they have inter-dependency w.r.t applying. To make it easy for applying, I will send it as Single series with a cover letter as they are all related to da850. I hope That is OK with you. Thanks, Nagabhushana

Re: [U-Boot] [PATCH] da850: fix the channel number for EMAC teardown init

2011-07-28 Thread Wolfgang Denk
Dear nagabhushana.netagu...@ti.com, In message <1311870338-18950-7-git-send-email-nagabhushana.netagu...@ti.com> you wrote: > From: Nagabhushana Netagunte > > TX and RX channel numbers programmed as '1' during EMAC teardown > initialization > is wrong. This patch fixes the same by setting chan

[U-Boot] [PATCH] da850: fix the channel number for EMAC teardown init

2011-07-28 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte TX and RX channel numbers programmed as '1' during EMAC teardown initialization is wrong. This patch fixes the same by setting channel number to '0' which is used by U-boot. Signed-off-by: Sugumar Natarajan Signed-off-by: Nagabhushana Netagunte --- drivers/net/dav