lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 5 Aug 2013 08:44:05 +0100
From:	Lee Jones <lee.jones@...aro.org>
To:	Laxman Dewangan <ldewangan@...dia.com>
Cc:	swarren@...dotorg.org, linus.walleij@...aro.org,
	ian.campbell@...rix.com, rob.herring@...xeda.com,
	pawel.moll@....com, mark.rutland@....com, rob@...dley.net,
	sameo@...ux.intel.com, grant.likely@...aro.org, broonie@...nel.org,
	devicetree@...r.kernel.org, linux-doc@...r.kernel.org,
	linux-kernel@...r.kernel.org, gg@...mlogic.co.uk, kishon@...com
Subject: Re: [PATCH V2 3/3] pinctrl: palmas: add pincontrol driver

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 <ldewangan@...dia.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.jones@...aro.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 majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ