All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-marvell
@ 2018-05-29  8:43 Stefan Roese
  2018-05-30  1:57 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Roese @ 2018-05-29  8:43 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the 2nd batch of MVEBU related patches in this
merge window from the Marvell repository.

Thanks,
Stefan


The following changes since commit c3c863880479edeb5b08226e622d13c91326e4a7:

  add FIT data-position & data-offset property support (2018-05-26 18:19:19 -0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to e85f490a47e9653b08d552ffbb351e285b8a1a85:

  configs: remove CONFIG_SYS_MVFS (2018-05-29 10:37:52 +0200)

----------------------------------------------------------------
Chris Packham (9):
      ARM: kirkwood: Add device-tree for d2net_v2 & net2big_v2
      ARM: kirkwood: Add device-tree for dreamplug
      ARM: kirkwood: Add device-tree for ds109
      ARM: kirkwood: Add device-tree for lschlv2 & lsxhl
      ARM: kirkwood: Add device-tree for netspace & inetspace
      ARM: kirkwood: Add device-tree for keymile
      configs: remove empty #ifdef block from mv-common.h
      configs: remove redundant comment sections
      configs: remove CONFIG_SYS_MVFS

David Sniatkiwicz (1):
      ata: ahci_mvebu: a8040 a0: remove bad port register offsets workarounds

Evan Wang (1):
      mvebu: pinctrl: sync compatible string with Linux 4.17-rc4

Ken Ma (3):
      ata: mvebu: move mvebu sata driver to drivers/ata directory
      ata: ahci_mvebu: add scsi support
      arm64: mvebu: defconfig: enable CONFIG_AHCI_MVEBU

Konstantin Porotchkin (2):
      mvebu: pinctrl: Add SD/eMMC PHY selector to the driver
      dts: mvebu: a80x0: Enable SD/eMMC interfaces

Marek Behún (1):
      board: turris_mox: Add fixed regulator support to defconfig

 MAINTAINERS                                        |   1 +
 README                                             |   5 -
 arch/arm/dts/armada-8040-db.dts                    |  14 +
 arch/arm/dts/armada-8040-mcbin.dts                 |   8 +
 arch/arm/dts/armada-ap806.dtsi                     |   2 +-
 arch/arm/dts/armada-cp110-master.dtsi              |   4 +-
 arch/arm/dts/armada-cp110-slave.dtsi               |   2 +-
 arch/arm/dts/kirkwood-d2net.dts                    |  45 ++
 arch/arm/dts/kirkwood-dreamplug.dts                | 127 +++
 arch/arm/dts/kirkwood-ds109.dts                    |  40 +
 arch/arm/dts/kirkwood-is2.dts                      |  40 +
 arch/arm/dts/kirkwood-km_common.dtsi               |  47 ++
 arch/arm/dts/kirkwood-km_kirkwood.dts              |  31 +
 arch/arm/dts/kirkwood-lschlv2.dts                  |  20 +
 arch/arm/dts/kirkwood-lsxhl.dts                    |  20 +
 arch/arm/dts/kirkwood-lsxl.dtsi                    | 237 ++++++
 arch/arm/dts/kirkwood-net2big.dts                  |  63 ++
 arch/arm/dts/kirkwood-netxbig.dtsi                 | 232 ++++++
 arch/arm/dts/kirkwood-ns2-common.dtsi              |  97 +++
 arch/arm/dts/kirkwood-ns2.dts                      |  40 +
 arch/arm/dts/kirkwood-ns2lite.dts                  |  35 +
 arch/arm/dts/kirkwood-ns2max.dts                   |  59 ++
 arch/arm/dts/kirkwood-ns2mini.dts                  |  60 ++
 arch/arm/dts/kirkwood-synology.dtsi                | 855 +++++++++++++++++++++
 arch/arm/mach-mvebu/Makefile                       |   1 -
 configs/d2net_v2_defconfig                         |   3 +-
 configs/dreamplug_defconfig                        |   3 +-
 configs/ds109_defconfig                            |   2 +
 configs/inetspace_v2_defconfig                     |   3 +-
 configs/km_kirkwood_128m16_defconfig               |   3 +-
 configs/km_kirkwood_defconfig                      |   3 +-
 configs/km_kirkwood_pci_defconfig                  |   3 +-
 configs/kmcoge5un_defconfig                        |   3 +-
 configs/kmnusa_defconfig                           |   3 +-
 configs/kmsugp1_defconfig                          |   3 +-
 configs/kmsuv31_defconfig                          |   3 +-
 configs/lschlv2_defconfig                          |   3 +-
 configs/lsxhl_defconfig                            |   3 +-
 configs/mgcoge3un_defconfig                        |   3 +-
 configs/mvebu_db-88f3720_defconfig                 |   2 +-
 configs/mvebu_db_armada8k_defconfig                |   2 +-
 configs/mvebu_espressobin-88f3720_defconfig        |   2 +-
 configs/mvebu_mcbin-88f8040_defconfig              |   2 +-
 configs/net2big_v2_defconfig                       |   3 +-
 configs/netspace_lite_v2_defconfig                 |   3 +-
 configs/netspace_max_v2_defconfig                  |   3 +-
 configs/netspace_mini_v2_defconfig                 |   3 +-
 configs/netspace_v2_defconfig                      |   3 +-
 configs/turris_mox_defconfig                       |   2 +
 .../pinctrl/marvell,mvebu-pinctrl.txt              |  16 +-
 drivers/ata/Kconfig                                |  11 +
 drivers/ata/Makefile                               |   1 +
 .../mach-mvebu/sata.c => drivers/ata/ahci_mvebu.c  |  19 +-
 drivers/pinctrl/mvebu/pinctrl-mvebu.c              |  67 +-
 include/configs/dns325.h                           |   3 +-
 include/configs/ds414.h                            |   3 +-
 include/configs/goflexhome.h                       |   3 +-
 include/configs/guruplug.h                         |   4 +-
 include/configs/ib62x0.h                           |   3 +-
 include/configs/iconnect.h                         |   3 +-
 include/configs/mv-common.h                        |  18 -
 include/configs/mv-plug-common.h                   |  15 -
 include/configs/nsa310s.h                          |   3 +-
 include/configs/openrd.h                           |   3 +-
 include/configs/pogo_e02.h                         |   3 +-
 include/configs/sheevaplug.h                       |   4 +-
 include/dt-bindings/leds/leds-netxbig.h            |  18 +
 include/dt-bindings/leds/leds-ns2.h                |   9 +
 scripts/config_whitelist.txt                       |   1 -
 69 files changed, 2262 insertions(+), 96 deletions(-)
 create mode 100644 arch/arm/dts/kirkwood-d2net.dts
 create mode 100644 arch/arm/dts/kirkwood-dreamplug.dts
 create mode 100644 arch/arm/dts/kirkwood-ds109.dts
 create mode 100644 arch/arm/dts/kirkwood-is2.dts
 create mode 100644 arch/arm/dts/kirkwood-km_common.dtsi
 create mode 100644 arch/arm/dts/kirkwood-km_kirkwood.dts
 create mode 100644 arch/arm/dts/kirkwood-lschlv2.dts
 create mode 100644 arch/arm/dts/kirkwood-lsxhl.dts
 create mode 100644 arch/arm/dts/kirkwood-lsxl.dtsi
 create mode 100644 arch/arm/dts/kirkwood-net2big.dts
 create mode 100644 arch/arm/dts/kirkwood-netxbig.dtsi
 create mode 100644 arch/arm/dts/kirkwood-ns2-common.dtsi
 create mode 100644 arch/arm/dts/kirkwood-ns2.dts
 create mode 100644 arch/arm/dts/kirkwood-ns2lite.dts
 create mode 100644 arch/arm/dts/kirkwood-ns2max.dts
 create mode 100644 arch/arm/dts/kirkwood-ns2mini.dts
 create mode 100644 arch/arm/dts/kirkwood-synology.dtsi
 rename arch/arm/mach-mvebu/sata.c => drivers/ata/ahci_mvebu.c (71%)
 create mode 100644 include/dt-bindings/leds/leds-netxbig.h
 create mode 100644 include/dt-bindings/leds/leds-ns2.h

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

* [U-Boot] Please pull u-boot-marvell
  2018-05-29  8:43 [U-Boot] Please pull u-boot-marvell Stefan Roese
@ 2018-05-30  1:57 ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2018-05-30  1:57 UTC (permalink / raw)
  To: u-boot

On Tue, May 29, 2018 at 10:43:58AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the 2nd batch of MVEBU related patches in this
> merge window from the Marvell repository.
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit c3c863880479edeb5b08226e622d13c91326e4a7:
> 
>   add FIT data-position & data-offset property support (2018-05-26 18:19:19 -0400)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to e85f490a47e9653b08d552ffbb351e285b8a1a85:
> 
>   configs: remove CONFIG_SYS_MVFS (2018-05-29 10:37:52 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180529/107dbc90/attachment.sig>

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

* [U-Boot] Please pull u-boot-marvell
  2018-06-12 11:21 Stefan Roese
@ 2018-06-12 15:46 ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2018-06-12 15:46 UTC (permalink / raw)
  To: u-boot

On Tue, Jun 12, 2018 at 01:21:59PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the Helios4 Armada 38x support from Dennis, which was
> posted in v3 a few days ago.
> 
> Thanks,
> Stefan
> 
> 
> The following changes since commit 813d1fb56dc0af9567feb86cd71c49f14662044b:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-ubi (2018-06-08 10:08:20 -0400)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to ae28a5f830936ca285ec65d3f5f70fdcef95ab92:
> 
>   arm: mvebu: Add Helios4 Armada 38x initial support (2018-06-12 13:17:19 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180612/16431324/attachment.sig>

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

* [U-Boot] Please pull u-boot-marvell
@ 2018-06-12 11:21 Stefan Roese
  2018-06-12 15:46 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Roese @ 2018-06-12 11:21 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the Helios4 Armada 38x support from Dennis, which was
posted in v3 a few days ago.

Thanks,
Stefan


The following changes since commit 813d1fb56dc0af9567feb86cd71c49f14662044b:

  Merge branch 'master' of git://git.denx.de/u-boot-ubi (2018-06-08 10:08:20 -0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to ae28a5f830936ca285ec65d3f5f70fdcef95ab92:

  arm: mvebu: Add Helios4 Armada 38x initial support (2018-06-12 13:17:19 +0200)

----------------------------------------------------------------
Dennis Gilmore (1):
      arm: mvebu: Add Helios4 Armada 38x initial support

 arch/arm/dts/Makefile                          |   1 +
 arch/arm/dts/armada-388-helios4.dts            | 314 +++++++++++++++++++++++++
 arch/arm/dts/armada-38x-solidrun-microsom.dtsi | 101 ++++++++
 arch/arm/mach-mvebu/Kconfig                    |   7 +
 board/kobol/helios4/MAINTAINERS                |   6 +
 board/kobol/helios4/Makefile                   |   5 +
 board/kobol/helios4/README                     |  46 ++++
 board/kobol/helios4/helios4.c                  | 163 +++++++++++++
 board/kobol/helios4/kwbimage.cfg               |  13 +
 configs/helios4_defconfig                      |  58 +++++
 include/configs/helios4.h                      | 172 ++++++++++++++
 11 files changed, 886 insertions(+)
 create mode 100644 arch/arm/dts/armada-388-helios4.dts
 create mode 100644 arch/arm/dts/armada-38x-solidrun-microsom.dtsi
 create mode 100644 board/kobol/helios4/MAINTAINERS
 create mode 100644 board/kobol/helios4/Makefile
 create mode 100644 board/kobol/helios4/README
 create mode 100644 board/kobol/helios4/helios4.c
 create mode 100644 board/kobol/helios4/kwbimage.cfg
 create mode 100644 configs/helios4_defconfig
 create mode 100644 include/configs/helios4.h

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

end of thread, other threads:[~2018-06-12 15:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-29  8:43 [U-Boot] Please pull u-boot-marvell Stefan Roese
2018-05-30  1:57 ` Tom Rini
2018-06-12 11:21 Stefan Roese
2018-06-12 15:46 ` 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.