Re: [PATCH v2 2/2] Enable Stop_enable mode during configuration of pwm.

2012-08-27 Thread Shawn Guo
On Mon, Aug 27, 2012 at 05:34:32PM +0200, HACHIMI Samir wrote: > From: Samir Hachimi > > Enable Stop_enable mode during configuration of pwm. > Check architecture by looking in driver_data instead of cpu_is_xxx. It does 2 things, and should be split into 2 patches. Also you should have a bett

[PATCH v2 2/2] Enable Stop_enable mode during configuration of pwm.

2012-08-27 Thread HACHIMI Samir
From: Samir Hachimi Enable Stop_enable mode during configuration of pwm. Check architecture by looking in driver_data instead of cpu_is_xxx. Signed-off-by: Samir Hachimi --- drivers/pwm/pwm-imx.c | 59 +++- 1 files changed, 43 insertions(+), 16 d