RE: [PATCH v2 01/10] PWMSS: Add PWM Subsystem driver for parent<->child relationship

2012-11-09 Thread Philip, Avinash
On Fri, Nov 09, 2012 at 12:59:57, Thierry Reding wrote: > On Thu, Nov 08, 2012 at 01:23:08PM +0530, Philip, Avinash wrote: > > diff --git a/Documentation/devicetree/bindings/pwm/tipwmss.txt > > b/Documentation/devicetree/bindings/pwm/tipwmss.txt > > new file mode 100644 > > index 000..b6c2814

RE: [PATCH v2 01/10] PWMSS: Add PWM Subsystem driver for parent-child relationship

2012-11-09 Thread Philip, Avinash
On Fri, Nov 09, 2012 at 12:59:57, Thierry Reding wrote: On Thu, Nov 08, 2012 at 01:23:08PM +0530, Philip, Avinash wrote: diff --git a/Documentation/devicetree/bindings/pwm/tipwmss.txt b/Documentation/devicetree/bindings/pwm/tipwmss.txt new file mode 100644 index 000..b6c2814 ---

Re: [PATCH v2 01/10] PWMSS: Add PWM Subsystem driver for parent<->child relationship

2012-11-08 Thread Thierry Reding
On Thu, Nov 08, 2012 at 01:23:08PM +0530, Philip, Avinash wrote: > diff --git a/Documentation/devicetree/bindings/pwm/tipwmss.txt > b/Documentation/devicetree/bindings/pwm/tipwmss.txt > new file mode 100644 > index 000..b6c2814 > --- /dev/null > +++

Re: [PATCH v2 01/10] PWMSS: Add PWM Subsystem driver for parent-child relationship

2012-11-08 Thread Thierry Reding
On Thu, Nov 08, 2012 at 01:23:08PM +0530, Philip, Avinash wrote: diff --git a/Documentation/devicetree/bindings/pwm/tipwmss.txt b/Documentation/devicetree/bindings/pwm/tipwmss.txt new file mode 100644 index 000..b6c2814 --- /dev/null +++

[PATCH v2 01/10] PWMSS: Add PWM Subsystem driver for parent<->child relationship

2012-11-07 Thread Philip, Avinash
In some platforms (like am33xx), PWM sub modules (ECAP, EHRPWM, EQEP) are integrated to PWM subsystem. These PWM submodules has resources shared and only one register bit-field is provided to control module/clock enable/disable, makes it difficult to handle common resources from independent PWMSS

[PATCH v2 01/10] PWMSS: Add PWM Subsystem driver for parent-child relationship

2012-11-07 Thread Philip, Avinash
In some platforms (like am33xx), PWM sub modules (ECAP, EHRPWM, EQEP) are integrated to PWM subsystem. These PWM submodules has resources shared and only one register bit-field is provided to control module/clock enable/disable, makes it difficult to handle common resources from independent PWMSS