All of lore.kernel.org
 help / color / mirror / Atom feed
From: shawn.guo@freescale.com (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/6] ARM: dts: hummingboard: gpio-ir on gpio 3,5
Date: Thu, 28 Aug 2014 16:42:47 +0800	[thread overview]
Message-ID: <20140828084246.GF28777@dragon> (raw)
In-Reply-To: <20140827184354.GA30401@n2100.arm.linux.org.uk>

On Wed, Aug 27, 2014 at 07:43:54PM +0100, Russell King - ARM Linux wrote:
> On Sat, Aug 23, 2014 at 12:02:05PM -0300, Fabio Estevam wrote:
> > On Sat, Aug 23, 2014 at 11:33 AM, Russell King - ARM Linux
> > <linux@arm.linux.org.uk> wrote:
> > 
> > > Most of the pins not associated with booting the kernel are left
> > > unconfigured by the boot loader - that's because uboot SPL has very
> > > little space for such things.
> > >
> > > Rabeeh has just told me that 0x1b0b1 would be a better value for it.
> > > I'll add an additional patch to the series for that, rather than
> > > modifying Rabeeh's original patch.
> > 
> > Sounds good, thanks.
> 
> Right, here's the patch to make that change.  Shawn, can you pick this
> one up as well please?
> 
> Thanks.
> 
> 8<===
> From 5cebff8f6232fbafde7af564eca61447f951040e Mon Sep 17 00:00:00 2001
> From: Russell King <rmk+kernel@arm.linux.org.uk>
> Date: Sat, 23 Aug 2014 15:34:07 +0100
> Subject: [PATCH] ARM: dts: hummingboard: fix configuration of IR input
> 
> Add the IOMUX setting for the IR input, rather than relying on the
> boot loader.
> 
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

Applied, thanks.

Shawn

> ---
>  arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
> index 4aa0ae357b00..7fe29de89e9d 100644
> --- a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
> @@ -130,7 +130,7 @@
>  
>  		pinctrl_hummingboard_gpio3_5: hummingboard-gpio3_5 {
>  			fsl,pins = <
> -				MX6QDL_PAD_EIM_DA5__GPIO3_IO05 0x80000000
> +				MX6QDL_PAD_EIM_DA5__GPIO3_IO05 0x1b0b1
>  			>;
>  		};
>  
> -- 
> 1.8.3.1
> 
> 
> 
> -- 
> FTTC broadband for 0.8mile line: currently at 9.5Mbps down 400kbps up
> according to speedtest.net.
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
To: Russell King - ARM Linux <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
Cc: Fabio Estevam <festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH 6/6] ARM: dts: hummingboard: gpio-ir on gpio 3,5
Date: Thu, 28 Aug 2014 16:42:47 +0800	[thread overview]
Message-ID: <20140828084246.GF28777@dragon> (raw)
In-Reply-To: <20140827184354.GA30401-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>

On Wed, Aug 27, 2014 at 07:43:54PM +0100, Russell King - ARM Linux wrote:
> On Sat, Aug 23, 2014 at 12:02:05PM -0300, Fabio Estevam wrote:
> > On Sat, Aug 23, 2014 at 11:33 AM, Russell King - ARM Linux
> > <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> wrote:
> > 
> > > Most of the pins not associated with booting the kernel are left
> > > unconfigured by the boot loader - that's because uboot SPL has very
> > > little space for such things.
> > >
> > > Rabeeh has just told me that 0x1b0b1 would be a better value for it.
> > > I'll add an additional patch to the series for that, rather than
> > > modifying Rabeeh's original patch.
> > 
> > Sounds good, thanks.
> 
> Right, here's the patch to make that change.  Shawn, can you pick this
> one up as well please?
> 
> Thanks.
> 
> 8<===
> From 5cebff8f6232fbafde7af564eca61447f951040e Mon Sep 17 00:00:00 2001
> From: Russell King <rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
> Date: Sat, 23 Aug 2014 15:34:07 +0100
> Subject: [PATCH] ARM: dts: hummingboard: fix configuration of IR input
> 
> Add the IOMUX setting for the IR input, rather than relying on the
> boot loader.
> 
> Signed-off-by: Russell King <rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>

Applied, thanks.

Shawn

> ---
>  arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
> index 4aa0ae357b00..7fe29de89e9d 100644
> --- a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
> @@ -130,7 +130,7 @@
>  
>  		pinctrl_hummingboard_gpio3_5: hummingboard-gpio3_5 {
>  			fsl,pins = <
> -				MX6QDL_PAD_EIM_DA5__GPIO3_IO05 0x80000000
> +				MX6QDL_PAD_EIM_DA5__GPIO3_IO05 0x1b0b1
>  			>;
>  		};
>  
> -- 
> 1.8.3.1
> 
> 
> 
> -- 
> FTTC broadband for 0.8mile line: currently at 9.5Mbps down 400kbps up
> according to speedtest.net.
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2014-08-28  8:42 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-23  9:10 [PATCH 0/6] SolidRun Hummingboard/Cubox-i DT updates Russell King - ARM Linux
2014-08-23  9:10 ` Russell King - ARM Linux
2014-08-23  9:11 ` [PATCH 1/6] ARM: dts: microsom-ar8035: MDIO pad must be set open drain Russell King
2014-08-23  9:11   ` Russell King
2014-08-24  9:44   ` Iain Paton
2014-08-24  9:44     ` Iain Paton
2014-08-24  9:58     ` Russell King - ARM Linux
2014-08-25  6:53       ` Eric Bénard
2014-08-26 12:08       ` Iain Paton
2014-08-26 10:15     ` Shawn Guo
2014-08-26 10:15       ` Shawn Guo
2014-08-26 12:16       ` Iain Paton
2014-08-26 12:16         ` Iain Paton
2014-08-23  9:11 ` [PATCH 2/6] ARM: dts: hummingboard/cubox-i: add USB OC pinctrl configuration Russell King
2014-08-23  9:11   ` Russell King
2014-08-23  9:11 ` [PATCH 3/6] ARM: dts: hummingboard/cubox-i: change SPDIF output to be more descriptive Russell King
2014-08-23  9:11   ` Russell King
2014-08-23  9:11 ` [PATCH 4/6] ARM: dts: hummingboard: Split HummingBoard DT to support s/dl and d/q Russell King
2014-08-23  9:11   ` Russell King
2014-08-23  9:11 ` [PATCH 5/6] ARM: dts: hummingboard: add mSATA support for iMX6 quad/dual HummingBoard Russell King
2014-08-23  9:11   ` Russell King
2014-08-23  9:11 ` [PATCH 6/6] ARM: dts: hummingboard: gpio-ir on gpio 3,5 Russell King
2014-08-23  9:11   ` Russell King
2014-08-23 13:32   ` Fabio Estevam
2014-08-23 13:32     ` Fabio Estevam
2014-08-23 13:36     ` Russell King - ARM Linux
2014-08-23 13:36       ` Russell King - ARM Linux
2014-08-23 13:56       ` Fabio Estevam
2014-08-23 13:56         ` Fabio Estevam
2014-08-23 14:33         ` Russell King - ARM Linux
2014-08-23 14:33           ` Russell King - ARM Linux
2014-08-23 15:02           ` Fabio Estevam
2014-08-23 15:02             ` Fabio Estevam
2014-08-27 18:43             ` Russell King - ARM Linux
2014-08-27 18:43               ` Russell King - ARM Linux
2014-08-28  8:42               ` Shawn Guo [this message]
2014-08-28  8:42                 ` Shawn Guo
2014-08-25  6:29 ` [PATCH 0/6] SolidRun Hummingboard/Cubox-i DT updates Shawn Guo
2014-08-25  6:29   ` Shawn Guo
2014-08-25  9:51   ` Russell King - ARM Linux
2014-08-25  9:51     ` Russell King - ARM Linux
2014-08-25 11:19     ` Shawn Guo
2014-08-25 11:19       ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140828084246.GF28777@dragon \
    --to=shawn.guo@freescale.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.