From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-dm (take 2)
Date: Sun, 28 May 2017 07:55:39 -0400 [thread overview]
Message-ID: <20170528115539.GI10782@bill-the-cat> (raw)
In-Reply-To: <CAPnjgZ3nfWiGJvbfiLpLEJNdSk1Hxn50t1ug-PYcT8hJodfzZQ@mail.gmail.com>
On Sat, May 27, 2017 at 04:01:29PM -0600, Simon Glass wrote:
> Hi Tom,
>
> This is similar to the last attempt, but without this offending patch
> which will be replaced by a little series sent today: (I'll pull in
> that series later)
>
> 0a2980b dm: mmc: Avoid probing block devices in find_mmc_device()
>
>
> The following changes since commit 380e86f361e4e2aef83295972863654fde157560:
>
> Merge git://git.denx.de/u-boot-fsl-qoriq (2017-05-26 11:19:27 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-dm.git
>
> for you to fetch changes up to 40fcab41cbcace3ff5928f146dd15c1ee3bfac65:
>
> sandbox: Move to use live tree (2017-05-27 10:38:13 -0600)
>
Two problems. First, you need to add this to "dm: gpio: Add live tree
support":
diff --git a/board/st/stm32f746-disco/stm32f746-disco.c b/board/st/stm32f746-disco/stm32f746-disco.c
index aeaa31146a5a..addf82bbae8c 100644
--- a/board/st/stm32f746-disco/stm32f746-disco.c
+++ b/board/st/stm32f746-disco/stm32f746-disco.c
@@ -101,8 +101,8 @@ int board_late_init(void)
if (node < 0)
return -1;
- gpio_request_by_name_nodev(gd->fdt_blob, node, "led-gpio", 0, &gpio,
- GPIOD_IS_OUT);
+ gpio_request_by_name_nodev(offset_to_ofnode(node), "led-gpio", 0,
+ &gpio, GPIOD_IS_OUT);
if (dm_gpio_is_valid(&gpio)) {
dm_gpio_set_value(&gpio, 0);
@@ -115,8 +115,8 @@ int board_late_init(void)
if (node < 0)
return -1;
- gpio_request_by_name_nodev(gd->fdt_blob, node, "button-gpio", 0, &gpio,
- GPIOD_IS_IN);
+ gpio_request_by_name_nodev(offset_to_ofnode(node), "button-gpio", 0,
+ &gpio, GPIOD_IS_IN);
if (dm_gpio_is_valid(&gpio)) {
if (dm_gpio_get_value(&gpio))
Second, the zynq_zc702 qemu instance is failing (and you need a new
enough version of qemu, such as the one in .travis.yml, to be able to
run it. I need to upgrade my local qemu so I don't have the failure
bisected atm).
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170528/ed980180/attachment.sig>
next prev parent reply other threads:[~2017-05-28 11:55 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-27 22:01 [U-Boot] Please pull u-boot-dm (take 2) Simon Glass
2017-05-28 11:55 ` Tom Rini [this message]
2017-05-31 3:52 ` Simon Glass
2017-06-01 12:10 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2019-07-24 3:36 Simon Glass
2019-07-24 17:13 ` Tom Rini
2019-07-24 20:03 ` Simon Glass
2019-07-24 20:09 ` Simon Goldschmidt
2019-07-24 20:22 ` Tom Rini
2019-07-25 7:13 ` Simon Goldschmidt
2019-07-24 20:19 ` Tom Rini
2018-11-30 19:29 Simon Glass
2018-12-02 12:48 ` Tom Rini
2018-08-02 16:55 Simon Glass
2018-08-03 23:49 ` Tom Rini
2018-02-04 12:36 Simon Glass
2018-02-05 0:16 ` Tom Rini
2017-12-13 16:14 Simon Glass
2017-12-13 16:49 ` Stephen Warren
2017-12-14 20:37 ` Simon Glass
2017-12-14 19:51 ` Tom Rini
2017-12-14 20:34 ` Simon Glass
2017-12-16 20:30 ` Tom Rini
2017-10-09 23:30 Simon Glass
2017-10-10 21:37 ` Tom Rini
2017-06-09 22:37 Simon Glass
2017-06-09 22:57 ` Stephen Warren
2017-06-10 3:03 ` Simon Glass
2017-06-11 2:25 ` Tom Rini
2016-12-03 18:26 Simon Glass
2016-12-04 22:59 ` Tom Rini
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=20170528115539.GI10782@bill-the-cat \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox