Re: [PATCH] drivers: PMC MSP71xx LED driver

2007-03-13 Thread Marc St-Jean
to adapt to it once in the kernel tree. Thanks, Marc > Le lundi 12 mars 2007, Marc St-Jean a écrit : > > [PATCH] drivers: PMC MSP71xx LED driver > > > > Patch to add LED driver for the PMC-Sierra MSP71xx devices. > > > > This patch references some p

Re: [PATCH] drivers: PMC MSP71xx LED driver

2007-03-13 Thread Florian Fainelli
people : http://marc.theaimsgroup.com/?l=linux-kernel&m=110873454720555&w=2 My 2 cents Le lundi 12 mars 2007, Marc St-Jean a écrit : > [PATCH] drivers: PMC MSP71xx LED driver > > Patch to add LED driver for the PMC-Sierra MSP71xx devices. > > This patch references some

[PATCH] drivers: PMC MSP71xx LED driver

2007-03-12 Thread Marc St-Jean
[PATCH] drivers: PMC MSP71xx LED driver Patch to add LED driver for the PMC-Sierra MSP71xx devices. This patch references some platform support files previously submitted to the [EMAIL PROTECTED] list. Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> --- Re-posting patc

Re: [PATCH] drivers: PMC MSP71xx LED driver

2007-03-09 Thread Andrew Morton
> On Fri, 9 Mar 2007 14:20:56 -0800 Marc St-Jean <[EMAIL PROTECTED]> wrote: > > > > > +typedef enum { > > > + MSP_LED_INPUT = 0, > > > + MSP_LED_OUTPUT, > > > +} msp_led_direction_t; > > > > No typedefs, please. Convert this to > > > > enum msp_led_direction { > > ... > >

Re: [PATCH] drivers: PMC MSP71xx LED driver

2007-03-09 Thread Marc St-Jean
Andrew Morton wrote: > > On Mon, 26 Feb 2007 17:48:55 -0600 Marc St-Jean > <[EMAIL PROTECTED]> wrote: > > [PATCH] drivers: PMC MSP71xx LED driver > > > > Patch to add LED driver for the PMC-Sierra MSP71xx devices. > > > > This patch refe

Re: [PATCH] drivers: PMC MSP71xx LED driver

2007-03-05 Thread Andrew Morton
> On Mon, 26 Feb 2007 17:48:55 -0600 Marc St-Jean <[EMAIL PROTECTED]> wrote: > [PATCH] drivers: PMC MSP71xx LED driver > > Patch to add LED driver for the PMC-Sierra MSP71xx devices. > > This patch references some platform support files previously > submitted to

[PATCH] drivers: PMC MSP71xx LED driver

2007-02-26 Thread Marc St-Jean
[PATCH] drivers: PMC MSP71xx LED driver Patch to add LED driver for the PMC-Sierra MSP71xx devices. This patch references some platform support files previously submitted to the [EMAIL PROTECTED] list. Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> --- drivers/i2c/chips/K