Re: [PATCH v2] PowerPC/FSL/CPM: Configure clock correctly for SCC

2010-04-19 Thread Kumar Gala
On Apr 3, 2010, at 9:11 AM, Wolfgang Ocker wrote: > Some board setup functions call cpm1_clk_setup() or cmp2_clk_setup() > to configure the clock source. > > If CPM_CLK_RTX has been used for the parameter mode, > the clock has been configured only for TX but not for RX. > > With this patch CPM_

Re: [PATCH v2] PowerPC/FSL/CPM: Configure clock correctly for SCC

2010-04-05 Thread Scott Wood
Wolfgang Ocker wrote: Some board setup functions call cpm1_clk_setup() or cmp2_clk_setup() to configure the clock source. If CPM_CLK_RTX has been used for the parameter mode, the clock has been configured only for TX but not for RX. With this patch CPM_CLK_RTX configures the clock for both dire

[PATCH v2] PowerPC/FSL/CPM: Configure clock correctly for SCC

2010-04-03 Thread Wolfgang Ocker
Some board setup functions call cpm1_clk_setup() or cmp2_clk_setup() to configure the clock source. If CPM_CLK_RTX has been used for the parameter mode, the clock has been configured only for TX but not for RX. With this patch CPM_CLK_RTX configures the clock for both directions correctly. Signe