All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] u-boot-atmel-fixes-2020.07-a
@ 2020-06-04 14:01 Eugen.Hristev at microchip.com
  2020-06-04 15:05 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Eugen.Hristev at microchip.com @ 2020-06-04 14:01 UTC (permalink / raw)
  To: u-boot

Hello Tom,

Please pull tag u-boot-atmel-fixes-2020.07-a , the first set of changes 
for the 2020.07 cycle.

This set includes just two small commits that fix a build warning and 
add a missing serial node.

Thanks !
Eugen


The following changes since commit dd2c676a659a03daeef31d1221da2edff009d426:

   Prepare v2020.07-rc1 (2020-04-28 15:55:57 -0400)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git 
tags/u-boot-atmel-fixes-2020.07-a

for you to fetch changes up to d32cbefc8ac82bd0206f806efb07df82c4b92d5b:

   ARM: dts: sama5d2: Add uart4 definition (2020-05-18 15:00:20 +0300)

----------------------------------------------------------------
First set of u-boot-atmel fixes for 2020.07 cycle

----------------------------------------------------------------
Josef Lusticky (1):
       board: atmel: Fix compiler warning 'board_usb_hw_init()' not used

Tiaki Rice (1):
       ARM: dts: sama5d2: Add uart4 definition

  arch/arm/dts/sama5d2.dtsi                       | 8 ++++++++
  board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c | 2 ++
  board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c     | 2 ++
  board/atmel/sama5d2_xplained/sama5d2_xplained.c | 2 ++
  4 files changed, 14 insertions(+)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PULL] u-boot-atmel-fixes-2020.07-a
  2020-06-04 14:01 [PULL] u-boot-atmel-fixes-2020.07-a Eugen.Hristev at microchip.com
@ 2020-06-04 15:05 ` Tom Rini
  2020-06-04 15:26   ` Eugen.Hristev at microchip.com
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Rini @ 2020-06-04 15:05 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 04, 2020 at 02:01:02PM +0000, Eugen.Hristev at microchip.com wrote:

> Hello Tom,
> 
> Please pull tag u-boot-atmel-fixes-2020.07-a , the first set of changes 
> for the 2020.07 cycle.
> 
> This set includes just two small commits that fix a build warning and 
> add a missing serial node.
> 
> Thanks !
> Eugen
> 
> 
> The following changes since commit dd2c676a659a03daeef31d1221da2edff009d426:
> 
>    Prepare v2020.07-rc1 (2020-04-28 15:55:57 -0400)
> 
> are available in the Git repository at:
> 
>    https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git 
> tags/u-boot-atmel-fixes-2020.07-a
> 
> for you to fetch changes up to d32cbefc8ac82bd0206f806efb07df82c4b92d5b:
> 
>    ARM: dts: sama5d2: Add uart4 definition (2020-05-18 15:00:20 +0300)
> 

Applied to u-boot/master, thanks!

But please note that building for all of "sama5" gives a ton of device
tree warnings, can you please look in to them?  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200604/435ae138/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PULL] u-boot-atmel-fixes-2020.07-a
  2020-06-04 15:05 ` Tom Rini
@ 2020-06-04 15:26   ` Eugen.Hristev at microchip.com
  2020-06-04 16:55     ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Eugen.Hristev at microchip.com @ 2020-06-04 15:26 UTC (permalink / raw)
  To: u-boot

On 04.06.2020 18:05, Tom Rini wrote:


 > Applied to u-boot/master, thanks!

 > But please note that building for all of "sama5" gives a ton of device
 > tree warnings, can you please look in to them?  Thanks!


Hi Tom,

Any changes in the DTC version or something? there are no changes in the 
device tree from 2020.04, so, if the warnings appeared now, it can be 
due to a more restrictive DTC setting.

Eugen

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PULL] u-boot-atmel-fixes-2020.07-a
  2020-06-04 15:26   ` Eugen.Hristev at microchip.com
@ 2020-06-04 16:55     ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2020-06-04 16:55 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 04, 2020 at 03:26:24PM +0000, Eugen.Hristev at microchip.com wrote:
> On 04.06.2020 18:05, Tom Rini wrote:
> 
> 
>  > Applied to u-boot/master, thanks!
> 
>  > But please note that building for all of "sama5" gives a ton of device
>  > tree warnings, can you please look in to them?  Thanks!
> 
> 
> Hi Tom,
> 
> Any changes in the DTC version or something? there are no changes in the 
> device tree from 2020.04, so, if the warnings appeared now, it can be 
> due to a more restrictive DTC setting.

Sorry, to be clear they are quite old warnings.  I assume they've been
fixed in the kernel sama5d3/d4.dtsi files for some time even.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200604/5a233913/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-04 16:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-04 14:01 [PULL] u-boot-atmel-fixes-2020.07-a Eugen.Hristev at microchip.com
2020-06-04 15:05 ` Tom Rini
2020-06-04 15:26   ` Eugen.Hristev at microchip.com
2020-06-04 16:55     ` Tom Rini

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.