On Mon, 05 Aug 2013, Laxman Dewangan wrote:

> TI Palmas series Power Management IC have multiple pins which can be
> configured for different functionality. This pins can be configured
> for different function. Also their properties like pull up/down,
> open drain enable/disable are configurable.
> 
> Add support for pincontrol driver Palmas series device like TPS65913,
> TPS80036. The driver supports to be register from DT only.
> 
> Signed-off-by: Laxman Dewangan <ldewan...@nvidia.com>
> ---
> Changes from V1: 
> - Use pinconf generic properties to define the Palmas pincontrol nodes.
> - Nit and cleanups, typo fixes, rephrasing the sentences etc.
> - Use pin specific APIs for setting pin configuration rather than group
>   specific.
> 
>  .../devicetree/bindings/pinctrl/pinctrl-palmas.txt |  107 ++
>  drivers/pinctrl/Kconfig                            |   10 +
>  drivers/pinctrl/Makefile                           |    1 +
>  drivers/pinctrl/pinctrl-palmas.c                   | 1085 
> ++++++++++++++++++++
>  include/linux/mfd/palmas.h                         |   35 +-

For the MFD stuff:

Acked-by: Lee Jones <lee.jo...@linaro.org>

>  5 files changed, 1227 insertions(+), 11 deletions(-)
>  create mode 100644 
> Documentation/devicetree/bindings/pinctrl/pinctrl-palmas.txt
>  create mode 100644 drivers/pinctrl/pinctrl-palmas.c

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to