Re: [RFC 1/6] [PWM] Generic PWM API implementation

2008-10-13 Thread Scott Wood
On Fri, Oct 10, 2008 at 09:07:30AM -0500, Bill Gatliff wrote: > Benjamin Herrenschmidt wrote: > > And you haven't provided -any- changeset comment. That isn't good :-) > > What's the easiest way to do that with git? Enter the changeset comment in git commit. > I'm using git-format-patch and git-

Re: [RFC 1/6] [PWM] Generic PWM API implementation

2008-10-10 Thread Bill Gatliff
Benjamin Herrenschmidt wrote: > On Wed, 2008-10-08 at 11:43 -0500, Bill Gatliff wrote: >> Signed-off-by: Bill Gatliff <[EMAIL PROTECTED]> >> --- > > And you haven't provided -any- changeset comment. That isn't good :-) What's the easiest way to do that with git? I'm using git-format-patch and gi

Re: [RFC 1/6] [PWM] Generic PWM API implementation

2008-10-09 Thread Bill Gatliff
Benjamin Herrenschmidt wrote: > On Wed, 2008-10-08 at 11:43 -0500, Bill Gatliff wrote: >> Signed-off-by: Bill Gatliff <[EMAIL PROTECTED]> >> --- > > And you haven't provided -any- changeset comment. That isn't good :-) Apparently not. :) b.g. -- Bill Gatliff [EMAIL PROTECTED]

Re: [RFC 1/6] [PWM] Generic PWM API implementation

2008-10-09 Thread Benjamin Herrenschmidt
On Wed, 2008-10-08 at 11:43 -0500, Bill Gatliff wrote: > Signed-off-by: Bill Gatliff <[EMAIL PROTECTED]> > --- And you haven't provided -any- changeset comment. That isn't good :-) Ben. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozl

[RFC 1/6] [PWM] Generic PWM API implementation

2008-10-08 Thread Bill Gatliff
Signed-off-by: Bill Gatliff <[EMAIL PROTECTED]> --- drivers/pwm/pwm.c | 667 + 1 files changed, 667 insertions(+), 0 deletions(-) create mode 100644 drivers/pwm/pwm.c diff --git a/drivers/pwm/pwm.c b/drivers/pwm/pwm.c new file mode 100644 ind