All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Nishanth Menon <nm@ti.com>
Cc: Russell King <linux@arm.linux.org.uk>,
	Arnd Bergmann <arnd@arndb.de>, Kevin Hilman <khilman@kernel.org>,
	balbi@ti.com, Olof Johansson <olof@lixom.net>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/3] ARM: multi_v7_defconfig: Enable more OMAP family platforms
Date: Wed, 5 Aug 2015 03:22:34 -0700	[thread overview]
Message-ID: <20150805102234.GZ16878@atomide.com> (raw)
In-Reply-To: <1428614121-3374-1-git-send-email-nm@ti.com>

Ping, looks like these are still pending. Probably should be
applied directly by the arm-soc maintainers.

Regards,

Tony

* Nishanth Menon <nm@ti.com> [150409 14:17]:
> Hi,
> 
> As of next-20150409 tag, the following platforms (I have access
> to) report failures for AM437x-sk and legacy beaglebone (white).
> omap2plus_defconfig boots up fine on these platforms.
> 
> So, the basic minimum stuff I could pickup to fix up beaglebone-white
> and am437x-sk.
> 
> This series is still missing the magic sauce for LDP - will try to
> track that down later as well.
> 
> This series is based on next-20150409
> 
> multi_v7_defconfig (as on next-20150409)
>  1:                     am335x-evm: BOOT: PASS: am335x-evm.txt
>  2:                      am335x-sk: BOOT: PASS: am335x-sk.txt
>  3:                     am3517-evm: BOOT: PASS: am3517-evm.txt
>  4:                      am37x-evm: BOOT: PASS: am37x-evm.txt
>  5:                      am437x-sk: BOOT: FAIL: am437x-sk.txt
>  6:                    am43xx-epos: BOOT: PASS: am43xx-epos.txt
>  7:                   am43xx-gpevm: BOOT: PASS: am43xx-gpevm.txt
>  8:                 BeagleBoard-XM: BOOT: PASS: beagleboard.txt
>  9:            beagleboard-vanilla: BOOT: PASS: beagleboard-vanilla.txt
> 10:               beaglebone-black: BOOT: PASS: beaglebone-black.txt
> 11:                     beaglebone: BOOT: FAIL: beaglebone.txt
> 12:                     craneboard: BOOT: PASS: craneboard.txt
> 13:                     dra72x-evm: BOOT: PASS: dra72x-evm.txt
> 14:                     dra7xx-evm: BOOT: PASS: dra7xx-evm.txt
> 15:         OMAP3430-Labrador(LDP): BOOT: FAIL: ldp.txt
> 16:                           n900: BOOT: PASS: n900.txt
> 17:                      omap5-evm: BOOT: PASS: omap5-evm.txt
> 18:                  pandaboard-es: BOOT: PASS: pandaboard-es.txt
> 19:             pandaboard-vanilla: BOOT: PASS: pandaboard-vanilla.txt
> 20:                        sdp3430: BOOT: PASS: sdp3430.txt
> 21:                        sdp4430: BOOT: PASS: sdp4430.txt
> 
> After this series:
>  1:                     am335x-evm: BOOT: PASS: am335x-evm.txt
>  2:                     am3517-evm: BOOT: PASS: am3517-evm.txt
>  3:                      am37x-evm: BOOT: PASS: am37x-evm.txt
>  4:                      am437x-sk: BOOT: PASS: am437x-sk.txt
>  5:                    am43xx-epos: BOOT: PASS: am43xx-epos.txt
>  6:                   am43xx-gpevm: BOOT: PASS: am43xx-gpevm.txt
>  7:                 BeagleBoard-XM: BOOT: PASS: beagleboard.txt
>  8:            beagleboard-vanilla: BOOT: PASS: beagleboard-vanilla.txt
>  9:               beaglebone-black: BOOT: PASS: beaglebone-black.txt
> 10:                     beaglebone: BOOT: PASS: beaglebone.txt
> 11:                     craneboard: BOOT: PASS: craneboard.txt
> 12:                     dra72x-evm: BOOT: PASS: dra72x-evm.txt
> 13:                     dra7xx-evm: BOOT: PASS: dra7xx-evm.txt
> 14:         OMAP3430-Labrador(LDP): BOOT: FAIL: ldp.txt
> 15:                           n900: BOOT: PASS: n900.txt
> 16:                      omap5-evm: BOOT: PASS: omap5-evm.txt
> 17:                  pandaboard-es: BOOT: PASS: pandaboard-es.txt
> 18:             pandaboard-vanilla: BOOT: PASS: pandaboard-vanilla.txt
> 19:                        sdp3430: BOOT: PASS: sdp3430.txt
> 20:                        sdp4430: BOOT: PASS: sdp4430.txt
> TOTAL = 20 boards, Booted Boards = 19, No Boot boards = 1
> 
> Nishanth Menon (3):
>   ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217
>   ARM: multi_v7_defconfig: Enable AM437x PMIC TPS65218
>   ARM: multi_v7_defconfig: Enable generic SoC internal OMAP regulators
> 
>  arch/arm/configs/multi_v7_defconfig |    6 ++++++
>  1 file changed, 6 insertions(+)
> 
> Regards,
> Nishanth Menon
> -- 
> 1.7.9.5
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] ARM: multi_v7_defconfig: Enable more OMAP family platforms
Date: Wed, 5 Aug 2015 03:22:34 -0700	[thread overview]
Message-ID: <20150805102234.GZ16878@atomide.com> (raw)
In-Reply-To: <1428614121-3374-1-git-send-email-nm@ti.com>

Ping, looks like these are still pending. Probably should be
applied directly by the arm-soc maintainers.

Regards,

Tony

* Nishanth Menon <nm@ti.com> [150409 14:17]:
> Hi,
> 
> As of next-20150409 tag, the following platforms (I have access
> to) report failures for AM437x-sk and legacy beaglebone (white).
> omap2plus_defconfig boots up fine on these platforms.
> 
> So, the basic minimum stuff I could pickup to fix up beaglebone-white
> and am437x-sk.
> 
> This series is still missing the magic sauce for LDP - will try to
> track that down later as well.
> 
> This series is based on next-20150409
> 
> multi_v7_defconfig (as on next-20150409)
>  1:                     am335x-evm: BOOT: PASS: am335x-evm.txt
>  2:                      am335x-sk: BOOT: PASS: am335x-sk.txt
>  3:                     am3517-evm: BOOT: PASS: am3517-evm.txt
>  4:                      am37x-evm: BOOT: PASS: am37x-evm.txt
>  5:                      am437x-sk: BOOT: FAIL: am437x-sk.txt
>  6:                    am43xx-epos: BOOT: PASS: am43xx-epos.txt
>  7:                   am43xx-gpevm: BOOT: PASS: am43xx-gpevm.txt
>  8:                 BeagleBoard-XM: BOOT: PASS: beagleboard.txt
>  9:            beagleboard-vanilla: BOOT: PASS: beagleboard-vanilla.txt
> 10:               beaglebone-black: BOOT: PASS: beaglebone-black.txt
> 11:                     beaglebone: BOOT: FAIL: beaglebone.txt
> 12:                     craneboard: BOOT: PASS: craneboard.txt
> 13:                     dra72x-evm: BOOT: PASS: dra72x-evm.txt
> 14:                     dra7xx-evm: BOOT: PASS: dra7xx-evm.txt
> 15:         OMAP3430-Labrador(LDP): BOOT: FAIL: ldp.txt
> 16:                           n900: BOOT: PASS: n900.txt
> 17:                      omap5-evm: BOOT: PASS: omap5-evm.txt
> 18:                  pandaboard-es: BOOT: PASS: pandaboard-es.txt
> 19:             pandaboard-vanilla: BOOT: PASS: pandaboard-vanilla.txt
> 20:                        sdp3430: BOOT: PASS: sdp3430.txt
> 21:                        sdp4430: BOOT: PASS: sdp4430.txt
> 
> After this series:
>  1:                     am335x-evm: BOOT: PASS: am335x-evm.txt
>  2:                     am3517-evm: BOOT: PASS: am3517-evm.txt
>  3:                      am37x-evm: BOOT: PASS: am37x-evm.txt
>  4:                      am437x-sk: BOOT: PASS: am437x-sk.txt
>  5:                    am43xx-epos: BOOT: PASS: am43xx-epos.txt
>  6:                   am43xx-gpevm: BOOT: PASS: am43xx-gpevm.txt
>  7:                 BeagleBoard-XM: BOOT: PASS: beagleboard.txt
>  8:            beagleboard-vanilla: BOOT: PASS: beagleboard-vanilla.txt
>  9:               beaglebone-black: BOOT: PASS: beaglebone-black.txt
> 10:                     beaglebone: BOOT: PASS: beaglebone.txt
> 11:                     craneboard: BOOT: PASS: craneboard.txt
> 12:                     dra72x-evm: BOOT: PASS: dra72x-evm.txt
> 13:                     dra7xx-evm: BOOT: PASS: dra7xx-evm.txt
> 14:         OMAP3430-Labrador(LDP): BOOT: FAIL: ldp.txt
> 15:                           n900: BOOT: PASS: n900.txt
> 16:                      omap5-evm: BOOT: PASS: omap5-evm.txt
> 17:                  pandaboard-es: BOOT: PASS: pandaboard-es.txt
> 18:             pandaboard-vanilla: BOOT: PASS: pandaboard-vanilla.txt
> 19:                        sdp3430: BOOT: PASS: sdp3430.txt
> 20:                        sdp4430: BOOT: PASS: sdp4430.txt
> TOTAL = 20 boards, Booted Boards = 19, No Boot boards = 1
> 
> Nishanth Menon (3):
>   ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217
>   ARM: multi_v7_defconfig: Enable AM437x PMIC TPS65218
>   ARM: multi_v7_defconfig: Enable generic SoC internal OMAP regulators
> 
>  arch/arm/configs/multi_v7_defconfig |    6 ++++++
>  1 file changed, 6 insertions(+)
> 
> Regards,
> Nishanth Menon
> -- 
> 1.7.9.5
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  parent reply	other threads:[~2015-08-05 10:22 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-09 21:15 [PATCH 0/3] ARM: multi_v7_defconfig: Enable more OMAP family platforms Nishanth Menon
2015-04-09 21:15 ` Nishanth Menon
2015-04-09 21:15 ` [PATCH 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Nishanth Menon
2015-04-09 21:15   ` Nishanth Menon
2015-04-09 21:15 ` [PATCH 2/3] ARM: multi_v7_defconfig: Enable AM437x PMIC TPS65218 Nishanth Menon
2015-04-09 21:15   ` Nishanth Menon
2015-04-09 21:15 ` [PATCH 3/3] ARM: multi_v7_defconfig: Enable generic SoC internal OMAP regulators Nishanth Menon
2015-04-09 21:15   ` Nishanth Menon
2015-08-05 10:22 ` Tony Lindgren [this message]
2015-08-05 10:22   ` [PATCH 0/3] ARM: multi_v7_defconfig: Enable more OMAP family platforms Tony Lindgren
2015-08-07 23:07   ` Kevin Hilman
2015-08-07 23:07     ` Kevin Hilman
2015-08-11 10:37     ` Tony Lindgren
2015-08-11 10:37       ` Tony Lindgren
2015-08-13 15:09       ` Nishanth Menon
2015-08-13 15:09         ` Nishanth Menon
2015-10-12 20:04         ` Tony Lindgren
2015-10-12 20:04           ` Tony Lindgren
2015-10-12 23:12           ` Nishanth Menon
2015-10-12 23:12             ` 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=20150805102234.GZ16878@atomide.com \
    --to=tony@atomide.com \
    --cc=arnd@arndb.de \
    --cc=balbi@ti.com \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=nm@ti.com \
    --cc=olof@lixom.net \
    /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.