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

Hi Tom,

Please pull more updates.
This includes various Denali NAND driver improvements,
and a little bit UniPhier platform changes.

Thanks.



The following changes since commit b00c3c995bf2293e32cd2be3cb4be7eb39c4ac26:

  Prepare v2020.04-rc1 (2020-01-28 16:59:30 -0500)

are available in the Git repository at:

  git at gitlab.denx.de:u-boot/custodians/u-boot-uniphier.git
tags/uniphier-v2020.04-2

for you to fetch changes up to 76cd7d47fb8ac191553b741bb424e93c94ca759a:

  ARM: uniphier: use $loadaddr for source command (2020-02-01 01:14:32 +0900)

----------------------------------------------------------------
UniPhier SoC updates for v2020.04 (2nd)

Denali NAND driver changes:
 - Set up more registers in denali-spl for SOCFPGA
 - Make clocks optional
 - Do not assert reset signals in the remove hook
 - associate SPARE_AREA_SKIP_BYTES with DT compatible
 - switch to UCLASS_MTD

UniPhier platform changes:
 - fix a bug in dram_init()
 - specify loadaddr for "source" command

----------------------------------------------------------------
Marek Vasut (2):
      mtd: rawnand: denali-spl: Add missing hardware init on SoCFPGA
      mtd: rawnand: denali: Do not reset the block before booting the kernel

Masahiro Yamada (7):
      mtd: rawnand: denali_dt: make the core clock optional
      mtd: rawnand: denali_dt: insert udelay() after reset deassert
      mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatible
      ARM: uniphier: remove adhoc reset deassertion for the NAND controller
      mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISC
      ARM: uniphier: set gd->ram_base correctly
      ARM: uniphier: use $loadaddr for source command

 arch/arm/Kconfig                      |  1 +
 arch/arm/mach-uniphier/board_init.c   |  2 --
 arch/arm/mach-uniphier/clk/Makefile   |  4 +--
 arch/arm/mach-uniphier/clk/clk-ld4.c  | 32 ------------------
 arch/arm/mach-uniphier/clk/clk-pro4.c | 14 ++------
 arch/arm/mach-uniphier/clk/clk-pro5.c | 14 ++------
 arch/arm/mach-uniphier/clk/clk-pxs2.c | 14 ++------
 arch/arm/mach-uniphier/dram_init.c    |  7 +---
 arch/arm/mach-uniphier/init.h         |  1 -
 drivers/mtd/nand/raw/Kconfig          |  2 +-
 drivers/mtd/nand/raw/denali.c         | 15 ++++++---
 drivers/mtd/nand/raw/denali.h         |  2 --
 drivers/mtd/nand/raw/denali_dt.c      | 57 +++++++++++++++++++--------------
 drivers/mtd/nand/raw/denali_spl.c     |  7 ++++
 include/configs/uniphier.h            |  6 ++--
 15 files changed, 65 insertions(+), 113 deletions(-)
 delete mode 100644 arch/arm/mach-uniphier/clk/clk-ld4.c


-- 
Best Regards
Masahiro Yamada

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

* [GIT PULL] UniPhier SoC updates for v2020.04 (2nd)
  2020-01-31 17:07 [GIT PULL] UniPhier SoC updates for v2020.04 (2nd) Masahiro Yamada
@ 2020-02-01 13:22 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-02-01 13:22 UTC (permalink / raw)
  To: u-boot

On Sat, Feb 01, 2020 at 02:07:03AM +0900, Masahiro Yamada wrote:

> Hi Tom,
> 
> Please pull more updates.
> This includes various Denali NAND driver improvements,
> and a little bit UniPhier platform changes.
> 
> Thanks.
> 
> 
> 
> The following changes since commit b00c3c995bf2293e32cd2be3cb4be7eb39c4ac26:
> 
>   Prepare v2020.04-rc1 (2020-01-28 16:59:30 -0500)
> 
> are available in the Git repository at:
> 
>   git at gitlab.denx.de:u-boot/custodians/u-boot-uniphier.git
> tags/uniphier-v2020.04-2
> 
> for you to fetch changes up to 76cd7d47fb8ac191553b741bb424e93c94ca759a:
> 
>   ARM: uniphier: use $loadaddr for source command (2020-02-01 01:14:32 +0900)
> 

Applied to u-boot/master, thanks!

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

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

end of thread, other threads:[~2020-02-01 13:22 UTC | newest]

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