All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] UniPhier SoC updates for v2020.07
@ 2020-05-22  2:33 Masahiro Yamada
  2020-05-22 20:39 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2020-05-22  2:33 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull changes for v2020.07
Thanks.



The following changes since commit 2fa581ba910368d0f7f995fb906d6c5e4218b594:

  Merge git://git.denx.de/u-boot-sh (2020-05-21 08:26:40 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
tags/uniphier-v2020.07

for you to fetch changes up to 6cbe90486c581db5be84f0a0d9384705f54edabc:

  ARM: uniphier: remove board_eth_init() (2020-05-22 11:21:06 +0900)

----------------------------------------------------------------
UniPhier SoC updates for v2020.07

 - De-assert write protect for Denali NAND driver

 - Clean up include directives

 - Migrate to DM_ETH, and remove legacy board_eth_init()

----------------------------------------------------------------
Masahiro Yamada (9):
      mtd: rawnand: denali: configure SPARE_AREA_SKIP_BYTES only for denali_spl
      ARM: uniphier: select DM_ETH
      mtd: rawnand: denali: deassert write protect pin
      ARM: uniphier: include <asm/system.h> instead of <asm/cache.h> from psci.c
      ARM: uniphier: remove #include <net.h> again from micro-support-card.c
      ARM: uniphier: drop #include <init.h> again from umc-pxs2.c
      ARM: uniphier: drop #include <log.h> again
      ARM: uniphier: delete or replace <common.h> includes
      ARM: uniphier: remove board_eth_init()

 arch/arm/Kconfig                       |  1 +
 .../arm32/cache-uniphier.c             |  1 -
 arch/arm/mach-uniphier/arm32/psci.c    |  3 +--
 arch/arm/mach-uniphier/arm32/timer.c   |  2 +-
 arch/arm/mach-uniphier/arm64/mem_map.c |  1 -
 arch/arm/mach-uniphier/base-address.c  |  2 +-
 arch/arm/mach-uniphier/board_init.c    |  1 -
 .../mach-uniphier/board_late_init.c    |  1 -
 arch/arm/mach-uniphier/boards.c        |  2 +-
 .../boot-device/boot-device-ld11.c     |  1 -
 .../boot-device/boot-device-ld4.c      |  1 -
 .../boot-device/boot-device-pro5.c     |  1 -
 .../boot-device/boot-device-pxs2.c     |  1 -
 .../boot-device/boot-device-pxs3.c     |  1 -
 .../boot-device/boot-device.c          |  2 +-
 .../mach-uniphier/clk/clk-dram-ld4.c   |  1 -
 .../mach-uniphier/clk/clk-dram-pxs2.c  |  1 -
 .../mach-uniphier/clk/clk-early-ld4.c  |  1 -
 arch/arm/mach-uniphier/clk/clk-ld11.c  |  1 -
 arch/arm/mach-uniphier/clk/dpll-ld4.c  |  1 -
 arch/arm/mach-uniphier/clk/dpll-pro4.c |  1 -
 .../debug-uart/debug-uart.c            |  1 -
 .../mach-uniphier/dram/cmd_ddrmphy.c   |  1 -
 .../mach-uniphier/dram/cmd_ddrphy.c    |  1 -
 .../dram/ddrphy-training.c             |  1 -
 arch/arm/mach-uniphier/dram/umc-ld4.c  |  1 -
 arch/arm/mach-uniphier/dram/umc-pro4.c |  1 -
 arch/arm/mach-uniphier/dram/umc-pxs2.c |  2 --
 arch/arm/mach-uniphier/dram/umc-sld8.c |  1 -
 arch/arm/mach-uniphier/dram_init.c     |  2 +-
 arch/arm/mach-uniphier/fdt-fixup.c     |  2 +-
 arch/arm/mach-uniphier/memconf.c       |  1 -
 .../mach-uniphier/micro-support-card.c | 19 +++-----------
 arch/arm/mach-uniphier/mmc-boot-mode.c |  1 -
 arch/arm/mach-uniphier/mmc-first-dev.c |  1 -
 arch/arm/mach-uniphier/nand-reset.c    |  1 -
 arch/arm/mach-uniphier/pinctrl-glue.c  |  1 -
 arch/arm/mach-uniphier/reset.c         |  1 -
 arch/arm/mach-uniphier/sbc/sbc-ld11.c  |  1 -
 arch/arm/mach-uniphier/sbc/sbc.c       |  1 -
 .../arm/mach-uniphier/spl_board_init.c |  1 -
 configs/uniphier_ld4_sld8_defconfig    |  1 -
 configs/uniphier_v7_defconfig          |  1 -
 configs/uniphier_v8_defconfig          |  1 -
 drivers/mtd/nand/raw/Kconfig           | 18 ++++++-------
 drivers/mtd/nand/raw/denali.c          |  1 +
 46 files changed, 21 insertions(+), 69 deletions(-)

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

* [GIT PULL] UniPhier SoC updates for v2020.07
  2020-05-22  2:33 [GIT PULL] UniPhier SoC updates for v2020.07 Masahiro Yamada
@ 2020-05-22 20:39 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-05-22 20:39 UTC (permalink / raw)
  To: u-boot

On Fri, May 22, 2020 at 11:33:13AM +0900, Masahiro Yamada wrote:

> Hi Tom,
> 
> Please pull changes for v2020.07
> Thanks.
> 
> 
> 
> The following changes since commit 2fa581ba910368d0f7f995fb906d6c5e4218b594:
> 
>   Merge git://git.denx.de/u-boot-sh (2020-05-21 08:26:40 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
> tags/uniphier-v2020.07
> 
> for you to fetch changes up to 6cbe90486c581db5be84f0a0d9384705f54edabc:
> 
>   ARM: uniphier: remove board_eth_init() (2020-05-22 11:21:06 +0900)
> 

Applied to u-boot/master, 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/20200522/ef1a36e0/attachment.sig>

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

end of thread, other threads:[~2020-05-22 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-22  2:33 [GIT PULL] UniPhier SoC updates for v2020.07 Masahiro Yamada
2020-05-22 20:39 ` 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.