Re: [PATCH 07/23] gpio: sysfs: rename gpiochip registration functions

2015-04-28 Thread Johan Hovold
On Tue, Apr 28, 2015 at 12:27:16PM +0900, Alexandre Courbot wrote: > On Mon, Apr 27, 2015 at 6:05 PM, Johan Hovold wrote: > > On Mon, Apr 27, 2015 at 05:50:54PM +0900, Alexandre Courbot wrote: > >> On Mon, Apr 27, 2015 at 5:27 PM, Johan Hovold wrote: > >> > On Mon, Apr 27, 2015 at 12:54:36PM +090

Re: [PATCH 07/23] gpio: sysfs: rename gpiochip registration functions

2015-04-27 Thread Alexandre Courbot
On Mon, Apr 27, 2015 at 6:05 PM, Johan Hovold wrote: > On Mon, Apr 27, 2015 at 05:50:54PM +0900, Alexandre Courbot wrote: >> On Mon, Apr 27, 2015 at 5:27 PM, Johan Hovold wrote: >> > On Mon, Apr 27, 2015 at 12:54:36PM +0900, Alexandre Courbot wrote: >> >> On Wed, Apr 22, 2015 at 12:42 AM, Johan H

Re: [PATCH 07/23] gpio: sysfs: rename gpiochip registration functions

2015-04-27 Thread Johan Hovold
On Mon, Apr 27, 2015 at 05:50:54PM +0900, Alexandre Courbot wrote: > On Mon, Apr 27, 2015 at 5:27 PM, Johan Hovold wrote: > > On Mon, Apr 27, 2015 at 12:54:36PM +0900, Alexandre Courbot wrote: > >> On Wed, Apr 22, 2015 at 12:42 AM, Johan Hovold wrote: > >> > Rename the gpio-chip export/unexport f

Re: [PATCH 07/23] gpio: sysfs: rename gpiochip registration functions

2015-04-27 Thread Alexandre Courbot
On Mon, Apr 27, 2015 at 5:27 PM, Johan Hovold wrote: > On Mon, Apr 27, 2015 at 12:54:36PM +0900, Alexandre Courbot wrote: >> On Wed, Apr 22, 2015 at 12:42 AM, Johan Hovold wrote: >> > Rename the gpio-chip export/unexport functions to the more descriptive >> > names gpiochip_register and gpiochip_

Re: [PATCH 07/23] gpio: sysfs: rename gpiochip registration functions

2015-04-27 Thread Johan Hovold
On Mon, Apr 27, 2015 at 12:54:36PM +0900, Alexandre Courbot wrote: > On Wed, Apr 22, 2015 at 12:42 AM, Johan Hovold wrote: > > Rename the gpio-chip export/unexport functions to the more descriptive > > names gpiochip_register and gpiochip_unregister. > > Since these functions are related to sysfs

Re: [PATCH 07/23] gpio: sysfs: rename gpiochip registration functions

2015-04-26 Thread Alexandre Courbot
On Wed, Apr 22, 2015 at 12:42 AM, Johan Hovold wrote: > Rename the gpio-chip export/unexport functions to the more descriptive > names gpiochip_register and gpiochip_unregister. Since these functions are related to sysfs, wouldn't gpiochip_sysfs_export (or gpiochip_sysfs_register, although the fo

[PATCH 07/23] gpio: sysfs: rename gpiochip registration functions

2015-04-21 Thread Johan Hovold
Rename the gpio-chip export/unexport functions to the more descriptive names gpiochip_register and gpiochip_unregister. Signed-off-by: Johan Hovold --- drivers/gpio/gpiolib-sysfs.c | 13 +++-- drivers/gpio/gpiolib.c | 4 ++-- drivers/gpio/gpiolib.h | 8 3 files cha