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] [day] [month] [year] [list]
Date:	Mon, 10 Jun 2013 17:35:08 +0900
From:	Kukjin Kim <kgene.kim@...sung.com>
To:	'Doug Anderson' <dianders@...omium.org>,
	'Jingoo Han' <jg1.han@...sung.com>
Cc:	'linux-samsung-soc' <linux-samsung-soc@...r.kernel.org>,
	'Thomas Abraham' <thomas.abraham@...aro.org>,
	'Olof Johansson' <olof@...om.net>,
	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
	'Sean Paul' <seanpaul@...omium.org>,
	'Stéphane Marchesin' <marcheu@...omium.org>,
	'Andrew Bresticker' <abrestic@...omium.org>
Subject: RE: [PATCH] ARM: dts: add pin state information for DP HPD support to
 Exynos5250

Doug Anderson wrote:
> 
> Jingoo,
> 
> On Sat, May 11, 2013 at 1:09 AM, Jingoo Han <jg1.han@...sung.com> wrote:
> > Add pin state information for DP HPD support that requires
> > pin configuration support using pinctrl interface.
> >
> > Signed-off-by: Jingoo Han <jg1.han@...sung.com>
> > ---
> > Tested on Exynos5250
> >
> >  arch/arm/boot/dts/exynos5250-pinctrl.dtsi |    7 +++++++
> >  arch/arm/boot/dts/exynos5250-smdk5250.dts |    3 +++
> >  2 files changed, 10 insertions(+), 0 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/exynos5250-pinctrl.dtsi b/arch/arm/boot/dts/exynos5250-pinctrl.dtsi
> > index d1650fb..e9cdee3 100644
> > --- a/arch/arm/boot/dts/exynos5250-pinctrl.dtsi
> > +++ b/arch/arm/boot/dts/exynos5250-pinctrl.dtsi
> > @@ -553,6 +553,13 @@
> >                         samsung,pin-pud = <0>;
> >                         samaung,pin-drv = <0>;
> >                 };
> > +
> > +               dp_hpd: dp_hpd {
> > +                       samsung,pins = "gpx0-7";
> > +                       samsung,pin-function = <3>;
> > +                       samsung,pin-pud = <0>;
> > +                       samaung,pin-drv = <0>;
> > +               };
> >         };
> >
> >         pinctrl@...00000 {
> > diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
> > index 3e0c792..d53ea34 100644
> > --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts
> > +++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts
> > @@ -224,6 +224,9 @@
> >                 samsung,color-depth = <1>;
> >                 samsung,link-rate = <0x0a>;
> >                 samsung,lane-count = <4>;
> > +
> > +               pinctrl-names = "default";
> > +               pinctrl-0 = <&dp_hpd>;
> 
> I was going to suggest moving this to exynos5250.dtsi but then
> realized that I saw a board recently that used a non-standard HPD pin
> recently!  ...so keeping it in the board file (like you've done) is
> good.
> 
> ...so looks good to me.
> 
> Reviewed-by: Doug Anderson <dianders@...omium.org>

Yeah, I agreed with Doug's comment :-)

Applied, thanks.

- Kukjin

--
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