RE: [PATCH 3/3] pwm: ftm-pwm: Add big-endian support

2014-04-28 Thread li.xi...@freescale.com
> > Now for the following scenarios: > > > > SoC | CPU | FTM-PWM | 'big-endian' property is needed? > > -||-|- > > Vybird | LE| LE| No > > LS1 | LE| BE| Yes > > LS2 | LE

Re: [PATCH 3/3] pwm: ftm-pwm: Add big-endian support

2014-04-28 Thread Thierry Reding
On Fri, Mar 21, 2014 at 12:53:10PM +0800, Xiubo Li wrote: > Now for the following scenarios: > > SoC | CPU | FTM-PWM | 'big-endian' property is needed? > -||-|- > Vybird | LE| LE| No > LS1 | LE

[PATCH 3/3] pwm: ftm-pwm: Add big-endian support

2014-03-20 Thread Xiubo Li
Now for the following scenarios: SoC | CPU | FTM-PWM | 'big-endian' property is needed? -||-|- Vybird | LE| LE| No LS1 | LE| BE| Yes LS2 | LE| LE| No Signed