sh-pfc: Rename struct sh_pfc nr_pins field to nr_gpio_pins
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 15 Jul 2013 11:48:56 +0000 (13:48 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 29 Jul 2013 13:17:47 +0000 (15:17 +0200)
commit28818fa5dadfd458fa7e17c8be26b2d7edffa8bf
tree5c3e9ea4d0a91ba2f1ddecdedb56a5cff7bf8198
parent9689896cb106bf756ec3616beaeb57da6e39a6a0
sh-pfc: Rename struct sh_pfc nr_pins field to nr_gpio_pins

The field contains the number of pins with an associated GPIO port. This
is currently equal to the total number of pins but will be modified when
adding support for pins without a GPIO port. Rename the field
accordingly.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tested-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
drivers/pinctrl/sh-pfc/core.h
drivers/pinctrl/sh-pfc/gpio.c
drivers/pinctrl/sh-pfc/pinctrl.c