Re: [PATCH] net: rfkill-regulator: Add devicetree support.

2014-02-11 Thread Marc Dietrich
Am Montag, 10. Februar 2014, 10:18:42 schrieb Mark Rutland: > On Fri, Feb 07, 2014 at 07:48:49PM +, Marek Belisko wrote: > > Signed-off-by: NeilBrown > > Signed-off-by: Marek Belisko > > --- > > Based on Neil's patch and extend for documentation and bindings include. > > > > .../bindings/ne

Re: [PATCH] net: rfkill-regulator: Add devicetree support.

2014-02-10 Thread Belisko Marek
On Mon, Feb 10, 2014 at 11:18 AM, Mark Rutland wrote: > On Fri, Feb 07, 2014 at 07:48:49PM +, Marek Belisko wrote: >> Signed-off-by: NeilBrown >> Signed-off-by: Marek Belisko >> --- >> Based on Neil's patch and extend for documentation and bindings include. >> >> .../bindings/net/rfkill/rfk

Re: [PATCH] net: rfkill-regulator: Add devicetree support.

2014-02-10 Thread Belisko Marek
On Mon, Feb 10, 2014 at 9:54 AM, Dr. H. Nikolaus Schaller wrote: > Am 10.02.2014 um 09:27 schrieb Johannes Berg: > >> On Fri, 2014-02-07 at 20:48 +0100, Marek Belisko wrote: >> >>> +#define RFKILL_TYPE_ALL (0) >>> +#define RFKILL_TYPE_WLAN(1) >>> +#define RFKILL_TYPE_BLUETOOTH

Re: [PATCH] net: rfkill-regulator: Add devicetree support.

2014-02-10 Thread Mark Rutland
On Fri, Feb 07, 2014 at 07:48:49PM +, Marek Belisko wrote: > Signed-off-by: NeilBrown > Signed-off-by: Marek Belisko > --- > Based on Neil's patch and extend for documentation and bindings include. > > .../bindings/net/rfkill/rfkill-relugator.txt | 28 > include/dt-bi

Re: [PATCH] net: rfkill-regulator: Add devicetree support.

2014-02-10 Thread Dr. H. Nikolaus Schaller
Am 10.02.2014 um 09:27 schrieb Johannes Berg: > On Fri, 2014-02-07 at 20:48 +0100, Marek Belisko wrote: > >> +#define RFKILL_TYPE_ALL (0) >> +#define RFKILL_TYPE_WLAN(1) >> +#define RFKILL_TYPE_BLUETOOTH (2) >> +#define RFKILL_TYPE_UWB (3) >> +#define RFKILL_TYPE

Re: [PATCH] net: rfkill-regulator: Add devicetree support.

2014-02-10 Thread Johannes Berg
On Fri, 2014-02-07 at 20:48 +0100, Marek Belisko wrote: > +#define RFKILL_TYPE_ALL (0) > +#define RFKILL_TYPE_WLAN (1) > +#define RFKILL_TYPE_BLUETOOTH(2) > +#define RFKILL_TYPE_UWB (3) > +#define RFKILL_TYPE_WIMAX(4) > +#define RFKILL_TYPE_WWAN (5) >

Re: [PATCH] net: rfkill-regulator: Add devicetree support.

2014-02-08 Thread Belisko Marek
On Sat, Feb 8, 2014 at 7:22 AM, Bill Fink wrote: > On Fri, 7 Feb 2014, Marek Belisko wrote: > >> Signed-off-by: NeilBrown >> Signed-off-by: Marek Belisko >> --- >> Based on Neil's patch and extend for documentation and bindings include. >> >> .../bindings/net/rfkill/rfkill-relugator.txt

Re: [PATCH] net: rfkill-regulator: Add devicetree support.

2014-02-07 Thread Bill Fink
On Fri, 7 Feb 2014, Marek Belisko wrote: > Signed-off-by: NeilBrown > Signed-off-by: Marek Belisko > --- > Based on Neil's patch and extend for documentation and bindings include. > > .../bindings/net/rfkill/rfkill-relugator.txt | 28 ^

[PATCH] net: rfkill-regulator: Add devicetree support.

2014-02-07 Thread Marek Belisko
Signed-off-by: NeilBrown Signed-off-by: Marek Belisko --- Based on Neil's patch and extend for documentation and bindings include. .../bindings/net/rfkill/rfkill-relugator.txt | 28 include/dt-bindings/net/rfkill-regulator.h | 23 + net/rfkill/rfkill-r