All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PULL] u-boot-sh/master
Date: Sun, 15 Apr 2018 00:38:32 +0200	[thread overview]
Message-ID: <a5e70d63-0734-065a-887d-a0323fba56a0@gmail.com> (raw)

The following changes since commit 901b77b9c8e716cd44dc85bf6bf54e4576d14ddd:

  vexpress: fix syntax error in armv7_boot_nonsec_default() (2018-04-13
17:06:16 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-sh.git master

for you to fetch changes up to cb0b6b035a356e958bf964803e87539464f01bf2:

  mmc: tmio: Rename Matsushita to TMIO (2018-04-14 00:03:30 +0200)

----------------------------------------------------------------
Marek Vasut (10):
      clk: renesas: Minor clean up of the R8A7790 clock driver
      net: sh_eth: Add remaining Gen2 DT compatible
      serial: sh: Add SCIFA0 address entry
      ARM: rmobile: Enable SCIFA0 early on H2 Stout
      ARM: rmobile: Fix LBSC programming offset on M2 Porter
      ARM: rmobile: Update H2 Stout
      ARM: rmobile: Shrink the TPL
      ARM: rmobile: Convert TPL to SPL
      ARM: rmobile: Zap CONFIG_MMC_RENESAS_TUNING
      mmc: tmio: Rename Matsushita to TMIO

 arch/arm/dts/r8a7790-stout-u-boot.dts              |   4 ++
 arch/arm/mach-rmobile/Kconfig.32                   |   7 +-
 arch/arm/mach-rmobile/include/mach/boot0.h         |   4 +-
 arch/arm/mach-rmobile/lowlevel_init_ca15.S         |   2 +-
 board/renesas/porter/porter_spl.c                  |  38 +++++------
 board/renesas/stout/Makefile                       |   6 +-
 board/renesas/stout/cpld.c                         |  16 ++---
 board/renesas/stout/stout.c                        | 135
+++++----------------------------------
 board/renesas/stout/stout_spl.c                    | 477
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configs/porter_defconfig                           |  31 ++-------
 configs/r8a7795_salvator-x_defconfig               |   1 -
 configs/r8a7795_ulcb_defconfig                     |   1 -
 configs/r8a7796_salvator-x_defconfig               |   1 -
 configs/r8a7796_ulcb_defconfig                     |   1 -
 configs/r8a77970_eagle_defconfig                   |   1 -
 configs/r8a77995_draak_defconfig                   |   1 -
 configs/stout_defconfig                            |  49 ++++++++++++--
 drivers/clk/renesas/r8a7790-cpg-mssr.c             |  10 +--
 drivers/mmc/Makefile                               |   4 +-
 drivers/mmc/matsushita-common.h                    | 151
-------------------------------------------
 drivers/mmc/renesas-sdhi.c                         | 108
+++++++++++++++----------------
 drivers/mmc/{matsushita-common.c => tmio-common.c} | 414
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------
 drivers/mmc/tmio-common.h                          | 151
+++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/uniphier-sd.c                          |  16 ++---
 drivers/net/sh_eth.c                               |   3 +
 drivers/serial/serial_sh.c                         |   2 +
 include/configs/porter.h                           |   8 +--
 include/configs/stout.h                            |  57 ++++++-----------
 28 files changed, 1036 insertions(+), 663 deletions(-)
 create mode 100644 board/renesas/stout/stout_spl.c
 delete mode 100644 drivers/mmc/matsushita-common.h
 rename drivers/mmc/{matsushita-common.c => tmio-common.c} (51%)
 create mode 100644 drivers/mmc/tmio-common.h

             reply	other threads:[~2018-04-14 22:38 UTC|newest]

Thread overview: 118+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-14 22:38 Marek Vasut [this message]
2018-04-15 17:52 ` [U-Boot] [PULL] u-boot-sh/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-11-22 12:39 Marek Vasut
2019-11-22 22:15 ` Tom Rini
2019-10-05 16:20 Marek Vasut
2019-10-06  0:09 ` Tom Rini
2019-09-15 20:41 Marek Vasut
2019-09-16 11:21 ` Tom Rini
2019-09-07 17:31 Marek Vasut
2019-09-09  1:13 ` Tom Rini
2019-08-29 12:07 Marek Vasut
2019-08-31 13:28 ` Tom Rini
2019-08-31 13:37   ` Marek Vasut
2019-09-02 14:13 ` Tom Rini
2019-08-10 21:35 Marek Vasut
2019-08-11  1:13 ` Tom Rini
2019-07-30 12:07 Marek Vasut
2019-07-31 12:33 ` Tom Rini
2019-06-14 10:44 Marek Vasut
2019-06-17 15:19 ` Tom Rini
2019-05-26 23:14 Marek Vasut
2019-05-27 18:35 ` Tom Rini
2019-05-15 22:52 Marek Vasut
2019-05-17 11:15 ` Tom Rini
2019-05-11 23:54 Marek Vasut
2019-05-14 14:07 ` Tom Rini
2019-05-07 13:29 Marek Vasut
2019-05-07 18:13 ` Tom Rini
2019-05-05 19:18 Marek Vasut
2019-05-07  2:43 ` Tom Rini
2019-04-10 14:47 Marek Vasut
2019-04-11 22:15 ` Tom Rini
2019-04-02  1:16 Marek Vasut
2019-04-02 18:05 ` Tom Rini
2019-03-26 17:43 Marek Vasut
2019-03-29  1:24 ` Tom Rini
2019-03-10 13:26 Marek Vasut
2019-03-11 19:40 ` Tom Rini
2019-03-04 21:33 Marek Vasut
2019-03-05  2:48 ` Tom Rini
2019-02-28 21:23 Marek Vasut
2019-03-01 12:59 ` Tom Rini
2019-02-16 17:12 Marek Vasut
2019-02-18 14:29 ` Tom Rini
2019-02-08 10:19 Marek Vasut
2019-02-09  0:17 ` Tom Rini
2019-02-09 10:04   ` Marek Vasut
2019-02-09 12:46     ` Tom Rini
2019-02-09 13:36       ` Marek Vasut
2019-02-09 23:11         ` Marek Vasut
2019-02-11  1:05           ` Tom Rini
2018-12-10  4:53 Marek Vasut
2018-12-10 15:18 ` Tom Rini
2018-12-04 13:51 Marek Vasut
2018-12-05  3:12 ` Tom Rini
2018-12-03 19:08 Marek Vasut
2018-12-04  4:48 ` Tom Rini
2018-11-04  9:15 Marek Vasut
2018-11-05 12:23 ` Tom Rini
2018-10-19 10:29 Marek Vasut
2018-10-19 16:56 ` Tom Rini
2018-10-09 22:24 Marek Vasut
2018-10-11 14:10 ` Tom Rini
2018-10-05 21:27 Marek Vasut
2018-10-06 12:57 ` Tom Rini
2018-09-16  1:12 Marek Vasut
2018-09-17 12:03 ` Tom Rini
2018-08-30 14:11 Marek Vasut
2018-08-30 21:33 ` Tom Rini
2018-08-17 10:10 Marek Vasut
2018-08-17 13:56 ` Tom Rini
2018-07-26  7:35 Marek Vasut
2018-07-26 19:53 ` Tom Rini
2018-06-20  4:40 Marek Vasut
2018-06-21 18:21 ` Tom Rini
2018-06-17  0:02 Marek Vasut
2018-06-18 16:59 ` Tom Rini
2018-06-19  1:27   ` Marek Vasut
2018-06-13  4:05 Marek Vasut
2018-06-14 11:19 ` Tom Rini
2018-06-14 11:35   ` Marek Vasut
2018-06-14 13:07     ` Tom Rini
2018-06-14 20:58       ` Marek Vasut
2018-06-14 21:42         ` Tom Rini
2018-06-15  4:09           ` Marek Vasut
2018-06-15 11:46             ` Tom Rini
2018-06-18 14:24           ` Bin Meng
2018-06-01 23:07 Marek Vasut
2018-06-02 21:12 ` Tom Rini
2018-05-20 10:08 Marek Vasut
2018-05-21  1:59 ` Tom Rini
2018-05-02 23:49 Marek Vasut
2018-05-04 13:05 ` Tom Rini
2018-04-26 23:11 Marek Vasut
2018-04-27 11:20 ` Tom Rini
2018-04-22  3:29 Marek Vasut
2018-04-22 21:37 ` Tom Rini
2018-04-18 19:57 Marek Vasut
2018-04-19  3:14 ` Tom Rini
2018-04-20 13:46   ` Marek Vasut
2018-04-20 13:54     ` Tom Rini
2018-04-14  9:20 Marek Vasut
2018-04-12  3:28 Marek Vasut
2018-04-12  3:55 ` Masahiro Yamada
2018-04-13 16:57 ` Tom Rini
2018-03-05 20:33 Marek Vasut
2018-03-06  1:28 ` Tom Rini
2018-03-01 17:34 Marek Vasut
2018-03-02  2:32 ` Tom Rini
2018-03-02  8:52   ` Marek Vasut
2018-02-23 16:58 Marek Vasut
2018-02-23 20:18 ` Tom Rini
2018-02-19  4:20 Marek Vasut
2018-02-20  4:00 ` Tom Rini
2018-02-17 21:02 Marek Vasut
2018-02-17 21:10 ` Tom Rini
2018-02-16 16:00 Marek Vasut
2018-02-17 20:52 ` 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=a5e70d63-0734-065a-887d-a0323fba56a0@gmail.com \
    --to=marek.vasut@gmail.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 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.