Re: [RFC 2/3] gpio: move sysfs support to its own file

2014-07-08 Thread Alexandre Courbot
On Tue, Jul 8, 2014 at 5:21 PM, Linus Walleij wrote: > On Tue, Jul 1, 2014 at 7:45 AM, Alexandre Courbot wrote: > >> sysfs support is currently entangled within the core GPIO support, while >> it should relly just be a (privileged) user of the integer GPIO API. >> This patch is a first step

Re: [RFC 2/3] gpio: move sysfs support to its own file

2014-07-08 Thread Linus Walleij
On Tue, Jul 1, 2014 at 7:45 AM, Alexandre Courbot wrote: > sysfs support is currently entangled within the core GPIO support, while > it should relly just be a (privileged) user of the integer GPIO API. > This patch is a first step towards making the gpiolib code more readable > by splitting it

Re: [RFC 2/3] gpio: move sysfs support to its own file

2014-07-08 Thread Linus Walleij
On Tue, Jul 1, 2014 at 7:45 AM, Alexandre Courbot acour...@nvidia.com wrote: sysfs support is currently entangled within the core GPIO support, while it should relly just be a (privileged) user of the integer GPIO API. This patch is a first step towards making the gpiolib code more readable

Re: [RFC 2/3] gpio: move sysfs support to its own file

2014-07-08 Thread Alexandre Courbot
On Tue, Jul 8, 2014 at 5:21 PM, Linus Walleij linus.wall...@linaro.org wrote: On Tue, Jul 1, 2014 at 7:45 AM, Alexandre Courbot acour...@nvidia.com wrote: sysfs support is currently entangled within the core GPIO support, while it should relly just be a (privileged) user of the integer GPIO

[RFC 2/3] gpio: move sysfs support to its own file

2014-06-30 Thread Alexandre Courbot
sysfs support is currently entangled within the core GPIO support, while it should relly just be a (privileged) user of the integer GPIO API. This patch is a first step towards making the gpiolib code more readable by splitting it into logical parts. Move all sysfs support to their own source

[RFC 2/3] gpio: move sysfs support to its own file

2014-06-30 Thread Alexandre Courbot
sysfs support is currently entangled within the core GPIO support, while it should relly just be a (privileged) user of the integer GPIO API. This patch is a first step towards making the gpiolib code more readable by splitting it into logical parts. Move all sysfs support to their own source