Re: [U-Boot] [PATCH v3 8/8] ARM: mx6: Allow enablement of FEC Anatop based clock for all MX6

2014-01-03 Thread Stefano Babic
On 16/12/2013 23:44, Otavio Salvador wrote: > The enable_fec_anatop_clock method should be available for all MX6 > variant as it is not MX6 SoloLite specific. This moves the code out of > the #ifdef/#endif and we make it conditional to CONFIG_FEC_MXC > instead. > > Signed-off-by: Otavio Salvador

Re: [U-Boot] [PATCH v3 8/8] ARM: mx6: Allow enablement of FEC Anatop based clock for all MX6

2013-12-19 Thread Stefano Babic
Hi Otavio, On 16/12/2013 23:44, Otavio Salvador wrote: > The enable_fec_anatop_clock method should be available for all MX6 > variant as it is not MX6 SoloLite specific. This moves the code out of > the #ifdef/#endif and we make it conditional to CONFIG_FEC_MXC > instead. > > Signed-off-by: Otavi

[U-Boot] [PATCH v3 8/8] ARM: mx6: Allow enablement of FEC Anatop based clock for all MX6

2013-12-16 Thread Otavio Salvador
The enable_fec_anatop_clock method should be available for all MX6 variant as it is not MX6 SoloLite specific. This moves the code out of the #ifdef/#endif and we make it conditional to CONFIG_FEC_MXC instead. Signed-off-by: Otavio Salvador --- Changes in v3: - new patch Changes in v2: None ar