Message ID | CAK7LNAQWi3wRM0Yaq1c5bHt0EnyrAG5W=umg9Ae6EvzkSt9X4Q@mail.gmail.com |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] NAND + UniPhier updates for v2018.01-rc1 | expand |
On Tue, Nov 28, 2017 at 09:52:24AM +0900, Masahiro Yamada wrote: > Hi Tom, > > Please pull a large number of NAND core syncing > and a little bit UniPhier updates. > > I picked up commits from Linux one by one > in order not to break existing drivers. > At last, the Denali NAND driver is fully synced with Linux 4.15-rc1. > I tested it on my UniPhier boards, and working for me. > > > > The following changes since commit 0931b6f20e19f6c412d6ad1ba8e3b50b2a70c3c0: > > Merge git://git.denx.de/u-boot-rockchip (2017-11-26 18:10:21 -0500) > > are available in the git repository at: > > git://git.denx.de/u-boot-uniphier.git master > > for you to fetch changes up to 6391d42f23181d363fc5e07652baf1c79a37f1b5: > > ARM: uniphier: remove unused NAND CONFIG options (2017-11-28 09:39:19 +0900) NAK. At the moment it's causing at least two size issues: https://travis-ci.org/trini/u-boot/jobs/308399764 https://travis-ci.org/trini/u-boot/jobs/308399741 And the rest of the build is https://travis-ci.org/trini/u-boot/builds/308399729 and I'm going to let it finish. Thanks! -- Tom
2017-11-28 23:17 GMT+09:00 Tom Rini <trini@konsulko.com>: > On Tue, Nov 28, 2017 at 09:52:24AM +0900, Masahiro Yamada wrote: > >> Hi Tom, >> >> Please pull a large number of NAND core syncing >> and a little bit UniPhier updates. >> >> I picked up commits from Linux one by one >> in order not to break existing drivers. >> At last, the Denali NAND driver is fully synced with Linux 4.15-rc1. >> I tested it on my UniPhier boards, and working for me. >> >> >> >> The following changes since commit 0931b6f20e19f6c412d6ad1ba8e3b50b2a70c3c0: >> >> Merge git://git.denx.de/u-boot-rockchip (2017-11-26 18:10:21 -0500) >> >> are available in the git repository at: >> >> git://git.denx.de/u-boot-uniphier.git master >> >> for you to fetch changes up to 6391d42f23181d363fc5e07652baf1c79a37f1b5: >> >> ARM: uniphier: remove unused NAND CONFIG options (2017-11-28 09:39:19 +0900) > > NAK. At the moment it's causing at least two size issues: > https://travis-ci.org/trini/u-boot/jobs/308399764 > https://travis-ci.org/trini/u-boot/jobs/308399741 As far as I saw, the problem is the following three: openrd_client openrd_base openrd_ultimate Today, I noticed they were on the boundary of the size check. Then, I sent this patch for the assert -> BUG_ON() conversion: http://patchwork.ozlabs.org/patch/842106/ Maybe, I can insert it before the NAND core updates. > And the rest of the build is > https://travis-ci.org/trini/u-boot/builds/308399729 and I'm going to let > it finish. Thanks! > > -- > Tom > > _______________________________________________ > U-Boot mailing list > U-Boot@lists.denx.de > https://lists.denx.de/listinfo/u-boot >
On Wed, Nov 29, 2017 at 12:12:58AM +0900, Masahiro Yamada wrote: > 2017-11-28 23:17 GMT+09:00 Tom Rini <trini@konsulko.com>: > > On Tue, Nov 28, 2017 at 09:52:24AM +0900, Masahiro Yamada wrote: > > > >> Hi Tom, > >> > >> Please pull a large number of NAND core syncing > >> and a little bit UniPhier updates. > >> > >> I picked up commits from Linux one by one > >> in order not to break existing drivers. > >> At last, the Denali NAND driver is fully synced with Linux 4.15-rc1. > >> I tested it on my UniPhier boards, and working for me. > >> > >> > >> > >> The following changes since commit 0931b6f20e19f6c412d6ad1ba8e3b50b2a70c3c0: > >> > >> Merge git://git.denx.de/u-boot-rockchip (2017-11-26 18:10:21 -0500) > >> > >> are available in the git repository at: > >> > >> git://git.denx.de/u-boot-uniphier.git master > >> > >> for you to fetch changes up to 6391d42f23181d363fc5e07652baf1c79a37f1b5: > >> > >> ARM: uniphier: remove unused NAND CONFIG options (2017-11-28 09:39:19 +0900) > > > > NAK. At the moment it's causing at least two size issues: > > https://travis-ci.org/trini/u-boot/jobs/308399764 > > https://travis-ci.org/trini/u-boot/jobs/308399741 > > As far as I saw, the problem is the following three: > > openrd_client openrd_base openrd_ultimate > > > Today, I noticed they were on the boundary of the size check. > > Then, I sent this patch for the assert -> BUG_ON() conversion: > http://patchwork.ozlabs.org/patch/842106/ > > > Maybe, I can insert it before the NAND core updates. I'd be fine with the openrd related changes coming in via your tree now to keep things functional. Thanks! -- Tom