All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	<linux-omap@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>
Subject: Re: [PATCH 0/2] ARM: dts: Introduce support for rev BeagleBoard-X15 B1
Date: Fri, 2 Sep 2016 04:14:52 -0500	[thread overview]
Message-ID: <d4234395-a53f-4482-b7d1-c74e90cf8351@ti.com> (raw)
In-Reply-To: <20160902090600.27262-1-nm@ti.com>

On 09/02/2016 04:05 AM, Nishanth Menon wrote:
>
> Hi,
>
> Please find the series to cleanup and support Production version of
> Beagleboard-X15 rev B1 support.
>
> More  details can be found at https://github.com/beagleboard/beagleboard-x15
>
> Bootlog on B1: http://pastebin.ubuntu.com/23123408/ (sd and hdmi hpd tested)
>

Forgot to add:
this series is based on:
https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v4.9/dt

Also, the upstream u-boot support can only be added once we know what 
the dt name should be - basically pending dts acceptance..

> Nishanth Menon (2):
>   ARM: dts: am57xx-beagle-x15: Remove pinmux configurations
>   ARM: dts: am57xx-beagle-x15: Add support for rev B1
>
>  arch/arm/boot/dts/Makefile                         |   1 +
>  ...eagle-x15.dts => am57xx-beagle-x15-common.dtsi} | 230 +-----
>  arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts      |  24 +
>  arch/arm/boot/dts/am57xx-beagle-x15.dts            | 812 +--------------------
>  4 files changed, 34 insertions(+), 1033 deletions(-)
>  copy arch/arm/boot/dts/{am57xx-beagle-x15.dts => am57xx-beagle-x15-common.dtsi} (60%)
>  create mode 100644 arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts
>


-- 
Regards,
Nishanth Menon

WARNING: multiple messages have this Message-ID (diff)
From: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
To: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
Cc: Tomi Valkeinen <tomi.valkeinen-l0cyMroinI0@public.gmane.org>,
	Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 0/2] ARM: dts: Introduce support for rev BeagleBoard-X15 B1
Date: Fri, 2 Sep 2016 04:14:52 -0500	[thread overview]
Message-ID: <d4234395-a53f-4482-b7d1-c74e90cf8351@ti.com> (raw)
In-Reply-To: <20160902090600.27262-1-nm-l0cyMroinI0@public.gmane.org>

On 09/02/2016 04:05 AM, Nishanth Menon wrote:
>
> Hi,
>
> Please find the series to cleanup and support Production version of
> Beagleboard-X15 rev B1 support.
>
> More  details can be found at https://github.com/beagleboard/beagleboard-x15
>
> Bootlog on B1: http://pastebin.ubuntu.com/23123408/ (sd and hdmi hpd tested)
>

Forgot to add:
this series is based on:
https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v4.9/dt

Also, the upstream u-boot support can only be added once we know what 
the dt name should be - basically pending dts acceptance..

> Nishanth Menon (2):
>   ARM: dts: am57xx-beagle-x15: Remove pinmux configurations
>   ARM: dts: am57xx-beagle-x15: Add support for rev B1
>
>  arch/arm/boot/dts/Makefile                         |   1 +
>  ...eagle-x15.dts => am57xx-beagle-x15-common.dtsi} | 230 +-----
>  arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts      |  24 +
>  arch/arm/boot/dts/am57xx-beagle-x15.dts            | 812 +--------------------
>  4 files changed, 34 insertions(+), 1033 deletions(-)
>  copy arch/arm/boot/dts/{am57xx-beagle-x15.dts => am57xx-beagle-x15-common.dtsi} (60%)
>  create mode 100644 arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts
>


-- 
Regards,
Nishanth Menon
--
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

WARNING: multiple messages have this Message-ID (diff)
From: nm@ti.com (Nishanth Menon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] ARM: dts: Introduce support for rev BeagleBoard-X15 B1
Date: Fri, 2 Sep 2016 04:14:52 -0500	[thread overview]
Message-ID: <d4234395-a53f-4482-b7d1-c74e90cf8351@ti.com> (raw)
In-Reply-To: <20160902090600.27262-1-nm@ti.com>

On 09/02/2016 04:05 AM, Nishanth Menon wrote:
>
> Hi,
>
> Please find the series to cleanup and support Production version of
> Beagleboard-X15 rev B1 support.
>
> More  details can be found at https://github.com/beagleboard/beagleboard-x15
>
> Bootlog on B1: http://pastebin.ubuntu.com/23123408/ (sd and hdmi hpd tested)
>

Forgot to add:
this series is based on:
https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v4.9/dt

Also, the upstream u-boot support can only be added once we know what 
the dt name should be - basically pending dts acceptance..

> Nishanth Menon (2):
>   ARM: dts: am57xx-beagle-x15: Remove pinmux configurations
>   ARM: dts: am57xx-beagle-x15: Add support for rev B1
>
>  arch/arm/boot/dts/Makefile                         |   1 +
>  ...eagle-x15.dts => am57xx-beagle-x15-common.dtsi} | 230 +-----
>  arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts      |  24 +
>  arch/arm/boot/dts/am57xx-beagle-x15.dts            | 812 +--------------------
>  4 files changed, 34 insertions(+), 1033 deletions(-)
>  copy arch/arm/boot/dts/{am57xx-beagle-x15.dts => am57xx-beagle-x15-common.dtsi} (60%)
>  create mode 100644 arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts
>


-- 
Regards,
Nishanth Menon

  parent reply	other threads:[~2016-09-02  9:15 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-02  9:05 [PATCH 0/2] ARM: dts: Introduce support for rev BeagleBoard-X15 B1 Nishanth Menon
2016-09-02  9:05 ` Nishanth Menon
2016-09-02  9:05 ` Nishanth Menon
2016-09-02  9:05 ` [PATCH 1/2] ARM: dts: am57xx-beagle-x15: Remove pinmux configurations Nishanth Menon
2016-09-02  9:05   ` Nishanth Menon
2016-09-02  9:05   ` Nishanth Menon
2016-09-02 10:18   ` Sekhar Nori
2016-09-02 10:18     ` Sekhar Nori
2016-09-02 10:18     ` Sekhar Nori
2016-09-02 14:52     ` Nishanth Menon
2016-09-02 14:52       ` Nishanth Menon
2016-09-02 14:52       ` Nishanth Menon
2016-09-02  9:06 ` [PATCH 2/2] ARM: dts: am57xx-beagle-x15: Add support for rev B1 Nishanth Menon
2016-09-02  9:06   ` Nishanth Menon
2016-09-02  9:06   ` Nishanth Menon
2016-09-02  9:58   ` Tomi Valkeinen
2016-09-02  9:58     ` Tomi Valkeinen
2016-09-02  9:58     ` Tomi Valkeinen
2016-09-02 10:01     ` Nishanth Menon
2016-09-02 10:01       ` Nishanth Menon
2016-09-02 10:01       ` Nishanth Menon
2016-09-02 11:48       ` Tomi Valkeinen
2016-09-02 11:48         ` Tomi Valkeinen
2016-09-02 11:48         ` Tomi Valkeinen
2016-09-02 10:41   ` Sekhar Nori
2016-09-02 10:41     ` Sekhar Nori
2016-09-02 10:41     ` Sekhar Nori
2016-09-02 11:18     ` Tomi Valkeinen
2016-09-02 11:18       ` Tomi Valkeinen
2016-09-02 11:18       ` Tomi Valkeinen
2016-09-02 13:52     ` Robert Nelson
2016-09-02 13:52       ` Robert Nelson
2016-09-02 13:52       ` Robert Nelson
2016-09-02 15:01       ` Nishanth Menon
2016-09-02 15:01         ` Nishanth Menon
2016-09-02 15:01         ` Nishanth Menon
2016-09-02 15:06       ` Tony Lindgren
2016-09-02 15:06         ` Tony Lindgren
2016-09-02 15:06         ` Tony Lindgren
2016-09-06 10:10       ` Sekhar Nori
2016-09-06 10:10         ` Sekhar Nori
2016-09-06 10:10         ` Sekhar Nori
2016-09-06 20:05         ` Tony Lindgren
2016-09-06 20:05           ` Tony Lindgren
2016-09-06 20:05           ` Tony Lindgren
2016-09-07  5:09           ` Sekhar Nori
2016-09-07  5:09             ` Sekhar Nori
2016-09-07  5:09             ` Sekhar Nori
2016-09-02  9:14 ` Nishanth Menon [this message]
2016-09-02  9:14   ` [PATCH 0/2] ARM: dts: Introduce support for rev BeagleBoard-X15 B1 Nishanth Menon
2016-09-02  9:14   ` Nishanth Menon

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=d4234395-a53f-4482-b7d1-c74e90cf8351@ti.com \
    --to=nm@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tomi.valkeinen@ti.com \
    --cc=tony@atomide.com \
    /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.