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:	Fri, 12 Dec 2014 08:37:53 -0800
From:	Sören Brinkmann <soren.brinkmann@...inx.com>
To:	Linus Walleij <linus.walleij@...aro.org>,
	Rob Herring <robh+dt@...nel.org>,
	Pawel Moll <pawel.moll@....com>,
	Mark Rutland <mark.rutland@....com>
CC:	Michal Simek <michal.simek@...inx.com>,
	<linux-kernel@...r.kernel.org>,
	<linux-arm-kernel@...ts.infradead.org>,
	Alessandro Rubini <rubini@...pv.it>,
	Heiko Stuebner <heiko@...ech.de>,
	Laurent Pinchart <laurent.pinchart@...asonboard.com>,
	<linux-rockchip@...ts.infradead.org>, <linux-sh@...r.kernel.org>,
	"Ivan T. Ivanov" <iivanov@...sol.com>,
	Bjorn Andersson <bjorn.andersson@...ymobile.com>,
	Beniamino Galvani <b.galvani@...il.com>,
	Ian Campbell <ijc+devicetree@...lion.org.uk>,
	Kumar Gala <galak@...eaurora.org>,
	Grant Likely <grant.likely@...aro.org>,
	<devicetree@...r.kernel.org>
Subject: Re: [PATCH v3 0/7] Pinctrl support for Zynq

Argh, this went through the wrong SMTP. I suspect threading is broken
due to that. Let me know if you want me to resend this with intact
threading.
My apologies.

	Thanks,
	Sören

On Fri, 2014-12-12 at 08:34AM -0800, Soren Brinkmann wrote:
> Hi,
> 
> I made those few adjustments that came up in the v2 review. Other than
> those, these are the same patches as before.
> The series is based on pinctrl-v3.19-1, the current pinctrl/devel
> branch.
> A branch with these changes is available at
> https://github.com/sorenb-xlnx/linux-xlnx/commits/pinctrl
> 
> 	Thanks,
> 	Sören
> 
> Soren Brinkmann (7):
>   pinctrl: pinconf-generic: Infer map type from DT property
>   pinctrl: pinconf-generic: Allow driver to specify DT params
>   pinctrl: zynq: Document DT binding
>   pinctrl: Add driver for Zynq
>   ARM: zynq: Enable pinctrl
>   ARM: zynq: DT: Add pinctrl information
>   pinctrl: qcom-spmi-gpio: Migrate to pinconf-generic
> 
>  .../bindings/pinctrl/xlnx,zynq-pinctrl.txt         |  104 ++
>  arch/arm/boot/dts/zynq-7000.dtsi                   |    8 +-
>  arch/arm/boot/dts/zynq-zc702.dts                   |  181 +++
>  arch/arm/boot/dts/zynq-zc706.dts                   |  152 +++
>  arch/arm/mach-zynq/Kconfig                         |    2 +
>  drivers/pinctrl/Kconfig                            |    8 +
>  drivers/pinctrl/Makefile                           |    1 +
>  drivers/pinctrl/nomadik/pinctrl-abx500.c           |    2 +-
>  drivers/pinctrl/pinconf-generic.c                  |  199 ++--
>  drivers/pinctrl/pinconf.c                          |    4 +-
>  drivers/pinctrl/pinconf.h                          |   22 +-
>  drivers/pinctrl/pinctrl-rockchip.c                 |    2 +-
>  drivers/pinctrl/pinctrl-tz1090-pdc.c               |    2 +-
>  drivers/pinctrl/pinctrl-tz1090.c                   |    2 +-
>  drivers/pinctrl/pinctrl-zynq.c                     | 1176 ++++++++++++++++++++
>  drivers/pinctrl/qcom/pinctrl-spmi-gpio.c           |  125 +--
>  drivers/pinctrl/sh-pfc/pinctrl.c                   |    2 +-
>  include/linux/pinctrl/pinconf-generic.h            |   29 +
>  include/linux/pinctrl/pinctrl.h                    |    9 +
>  19 files changed, 1808 insertions(+), 222 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/pinctrl/xlnx,zynq-pinctrl.txt
>  create mode 100644 drivers/pinctrl/pinctrl-zynq.c
> 
> -- 
> 2.2.0.1.g9ee0458
> 
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
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