All of lore.kernel.org
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: SoC fixes
Date: Thu, 11 Aug 2016 23:06:30 +0200	[thread overview]
Message-ID: <2747538.eI4c21NGdR@wuerfel> (raw)

The following changes since commit f7b32e4c021fd788f13f6785e17efbc3eb05b351:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2016-08-02 12:41:13 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus

for you to fetch changes up to 12beb346710b766b8e74a7a3ac8165835bd68def:

  Merge tag 'pxa-fixes-v4.8' of https://github.com/rjarzmik/linux into randconfig-4.8 (2016-08-11 08:43:03 +0200)

----------------------------------------------------------------
ARM: SoC fixes

A couple of bug fixes have come in for v4.8 so far. Since the first few were
originally meant to go into -rc1 (but didn't get sent in time for travel
reasons), the branch is unfortunately based on top of a commit in the
middle of the merge window rather than -rc1.

Content-wise we have

- A fix for the last remaining broken build in kernelci,
  getting mach-shmobile to build again with SMP disabled
- A fix for a realview regression that broke real hardware but
  not the qemu model that everyone uses in practice (needed
  for v4.7 as well)
- A merge conflict fix for Tegra that also broke v4.7
- Two Kconfig fixes for arm64 build regressions
- A couple of arm32 build warning fixes (all harmless)
- Fixing the RTC on Exynos7 Espresso (which apparently
  never worked right)

----------------------------------------------------------------
Alim Akhtar (1):
      arm64: dts: Fix RTC by providing rtc_src clock

Antoine Tenart (1):
      MAINTAINER: alpine: add a mailing list

Arnd Bergmann (6):
      ARM: shmobile: don't call platform_can_secondary_boot on UP
      Revert "ARM: aspeed: adapt defconfigs for new CONFIG_PRINTK_TIME"
      ARM: don't include removed directories
      ARM: hide mach-*/ include for ARM_SINGLE_ARMV7M
      ARM: oxnas: select reset controller framework
      Merge tag 'pxa-fixes-v4.8' of https://github.com/rjarzmik/linux into randconfig-4.8

Linus Walleij (3):
      ARM: do away with final ARCH_REQUIRE_GPIOLIB
      ARM: dts: add syscon compatible string for CP syscon
      ARM: dts: add syscon compatible string for AP syscon

Ralf Ramsauer (1):
      ARM: tegra: fix erroneous address in dts

Robin Murphy (1):
      ARM: dts: realview: Fix PBX-A9 cache description

Sudeep Holla (2):
      arm64: Kconfig: select ALPINE_MSI only if PCI is selected
      arm64: Kconfig: select HISILICON_IRQ_MBIGEN only if PCI is selected

 MAINTAINERS                                     | 1 +
 arch/arm/Makefile                               | 2 ++
 arch/arm/boot/dts/arm-realview-pbx-a9.dts       | 9 ++++-----
 arch/arm/boot/dts/integratorap.dts              | 2 +-
 arch/arm/boot/dts/integratorcp.dts              | 2 +-
 arch/arm/boot/dts/tegra124-jetson-tk1.dts       | 4 ++--
 arch/arm/configs/aspeed_g4_defconfig            | 2 +-
 arch/arm/configs/aspeed_g5_defconfig            | 2 +-
 arch/arm/mach-clps711x/Kconfig                  | 2 +-
 arch/arm/mach-mvebu/Makefile                    | 3 +--
 arch/arm/mach-oxnas/Kconfig                     | 2 ++
 arch/arm/mach-pxa/corgi.c                       | 1 +
 arch/arm/mach-pxa/spitz.c                       | 1 +
 arch/arm/mach-realview/Makefile                 | 3 +--
 arch/arm/mach-s5pv210/Makefile                  | 2 +-
 arch/arm/mach-shmobile/platsmp.c                | 3 +++
 arch/arm64/Kconfig.platforms                    | 4 ++--
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 3 +++
 18 files changed, 29 insertions(+), 19 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] ARM: SoC fixes
Date: Thu, 11 Aug 2016 23:06:30 +0200	[thread overview]
Message-ID: <2747538.eI4c21NGdR@wuerfel> (raw)

The following changes since commit f7b32e4c021fd788f13f6785e17efbc3eb05b351:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2016-08-02 12:41:13 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus

for you to fetch changes up to 12beb346710b766b8e74a7a3ac8165835bd68def:

  Merge tag 'pxa-fixes-v4.8' of https://github.com/rjarzmik/linux into randconfig-4.8 (2016-08-11 08:43:03 +0200)

----------------------------------------------------------------
ARM: SoC fixes

A couple of bug fixes have come in for v4.8 so far. Since the first few were
originally meant to go into -rc1 (but didn't get sent in time for travel
reasons), the branch is unfortunately based on top of a commit in the
middle of the merge window rather than -rc1.

Content-wise we have

- A fix for the last remaining broken build in kernelci,
  getting mach-shmobile to build again with SMP disabled
- A fix for a realview regression that broke real hardware but
  not the qemu model that everyone uses in practice (needed
  for v4.7 as well)
- A merge conflict fix for Tegra that also broke v4.7
- Two Kconfig fixes for arm64 build regressions
- A couple of arm32 build warning fixes (all harmless)
- Fixing the RTC on Exynos7 Espresso (which apparently
  never worked right)

----------------------------------------------------------------
Alim Akhtar (1):
      arm64: dts: Fix RTC by providing rtc_src clock

Antoine Tenart (1):
      MAINTAINER: alpine: add a mailing list

Arnd Bergmann (6):
      ARM: shmobile: don't call platform_can_secondary_boot on UP
      Revert "ARM: aspeed: adapt defconfigs for new CONFIG_PRINTK_TIME"
      ARM: don't include removed directories
      ARM: hide mach-*/ include for ARM_SINGLE_ARMV7M
      ARM: oxnas: select reset controller framework
      Merge tag 'pxa-fixes-v4.8' of https://github.com/rjarzmik/linux into randconfig-4.8

Linus Walleij (3):
      ARM: do away with final ARCH_REQUIRE_GPIOLIB
      ARM: dts: add syscon compatible string for CP syscon
      ARM: dts: add syscon compatible string for AP syscon

Ralf Ramsauer (1):
      ARM: tegra: fix erroneous address in dts

Robin Murphy (1):
      ARM: dts: realview: Fix PBX-A9 cache description

Sudeep Holla (2):
      arm64: Kconfig: select ALPINE_MSI only if PCI is selected
      arm64: Kconfig: select HISILICON_IRQ_MBIGEN only if PCI is selected

 MAINTAINERS                                     | 1 +
 arch/arm/Makefile                               | 2 ++
 arch/arm/boot/dts/arm-realview-pbx-a9.dts       | 9 ++++-----
 arch/arm/boot/dts/integratorap.dts              | 2 +-
 arch/arm/boot/dts/integratorcp.dts              | 2 +-
 arch/arm/boot/dts/tegra124-jetson-tk1.dts       | 4 ++--
 arch/arm/configs/aspeed_g4_defconfig            | 2 +-
 arch/arm/configs/aspeed_g5_defconfig            | 2 +-
 arch/arm/mach-clps711x/Kconfig                  | 2 +-
 arch/arm/mach-mvebu/Makefile                    | 3 +--
 arch/arm/mach-oxnas/Kconfig                     | 2 ++
 arch/arm/mach-pxa/corgi.c                       | 1 +
 arch/arm/mach-pxa/spitz.c                       | 1 +
 arch/arm/mach-realview/Makefile                 | 3 +--
 arch/arm/mach-s5pv210/Makefile                  | 2 +-
 arch/arm/mach-shmobile/platsmp.c                | 3 +++
 arch/arm64/Kconfig.platforms                    | 4 ++--
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 3 +++
 18 files changed, 29 insertions(+), 19 deletions(-)

             reply	other threads:[~2016-08-11 21:06 UTC|newest]

Thread overview: 180+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-11 21:06 Arnd Bergmann [this message]
2016-08-11 21:06 ` [GIT PULL] ARM: SoC fixes Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2020-09-13 18:07 Olof Johansson
2020-09-13 18:07 ` Olof Johansson
2020-09-13 21:57 ` pr-tracker-bot
2020-04-23 15:17 [GIT PULL] ARM: soc fixes Arnd Bergmann
2020-04-23 15:17 ` Arnd Bergmann
2020-04-23 16:45 ` pr-tracker-bot
2020-03-08 23:58 [GIT PULL] ARM: SoC fixes Olof Johansson
2020-03-08 23:58 ` Olof Johansson
2020-03-09  0:50 ` pr-tracker-bot
2020-02-15 19:49 Olof Johansson
2020-02-15 19:49 ` Olof Johansson
2020-02-15 21:25 ` pr-tracker-bot
2020-02-15 21:25   ` pr-tracker-bot
2020-01-25 21:37 Olof Johansson
2020-01-25 21:37 ` Olof Johansson
2020-01-25 22:15 ` pr-tracker-bot
2020-01-25 22:15   ` pr-tracker-bot
2020-01-17  3:00 Olof Johansson
2020-01-17  3:00 ` Olof Johansson
2020-01-17  3:50 ` pr-tracker-bot
2020-01-17  3:50   ` pr-tracker-bot
2019-12-16 21:53 Olof Johansson
2019-12-16 21:53 ` Olof Johansson
2019-12-17  0:55 ` pr-tracker-bot
2019-12-17  0:55   ` pr-tracker-bot
2019-12-06 20:53 Olof Johansson
2019-12-06 20:53 ` Olof Johansson
2019-12-06 22:25 ` pr-tracker-bot
2019-12-06 22:25   ` pr-tracker-bot
2019-11-10 18:25 Olof Johansson
2019-11-10 18:25 ` Olof Johansson
2019-11-10 21:45 ` pr-tracker-bot
2019-11-10 21:45   ` pr-tracker-bot
2019-10-25 15:38 Olof Johansson
2019-10-25 15:38 ` Olof Johansson
2019-10-25 21:35 ` pr-tracker-bot
2019-10-25 21:35   ` pr-tracker-bot
2019-10-05 22:41 Olof Johansson
2019-10-05 22:41 ` Olof Johansson
2019-10-06  0:40 ` pr-tracker-bot
2019-10-06  0:40   ` pr-tracker-bot
2019-09-29 18:34 Olof Johansson
2019-09-29 18:34 ` Olof Johansson
2019-09-30 17:30 ` pr-tracker-bot
2019-09-30 17:30   ` pr-tracker-bot
2019-07-28  6:37 Olof Johansson
2019-07-28  6:37 ` Olof Johansson
2019-07-28 17:30 ` pr-tracker-bot
2019-07-28 17:30   ` pr-tracker-bot
2019-07-05  0:22 Olof Johansson
2019-07-05  0:22 ` Olof Johansson
2019-07-05  2:55 ` pr-tracker-bot
2019-07-05  2:55   ` pr-tracker-bot
2019-06-27  2:45 Olof Johansson
2019-06-27  2:45 ` Olof Johansson
2019-06-28  0:45 ` pr-tracker-bot
2019-06-28  0:45   ` pr-tracker-bot
2019-06-18 13:52 Olof Johansson
2019-06-18 13:52 ` Olof Johansson
2019-06-18 18:05 ` pr-tracker-bot
2019-06-18 18:05   ` pr-tracker-bot
2019-04-07 22:50 Olof Johansson
2019-04-07 22:50 ` Olof Johansson
2019-04-07 22:54 ` Olof Johansson
2019-04-07 22:54   ` Olof Johansson
2019-04-08  0:10 ` pr-tracker-bot
2019-04-08  0:10   ` pr-tracker-bot
2019-01-13 18:48 Olof Johansson
2019-01-13 18:48 ` Olof Johansson
2019-01-13 22:50 ` pr-tracker-bot
2019-01-13 22:50   ` pr-tracker-bot
2018-12-10  1:23 Olof Johansson
2018-12-10  1:23 ` Olof Johansson
2018-12-10 20:20 ` pr-tracker-bot
2018-12-10 20:20   ` pr-tracker-bot
2018-12-02 19:23 Olof Johansson
2018-12-02 19:23 ` Olof Johansson
2018-12-02 20:30 ` pr-tracker-bot
2018-12-02 20:30   ` pr-tracker-bot
2018-11-07 17:10 Olof Johansson
2018-11-07 17:10 ` Olof Johansson
2018-11-07 17:17 ` Linus Torvalds
2018-11-07 17:17   ` Linus Torvalds
2018-11-07 17:28   ` Olof Johansson
2018-11-07 17:28     ` Olof Johansson
2018-11-08 15:49     ` Tony Lindgren
2018-11-08 15:49       ` Tony Lindgren
2018-11-08 15:49       ` Tony Lindgren
2018-11-10 18:09       ` Olof Johansson
2018-11-10 18:09         ` Olof Johansson
2018-11-12  6:13         ` Corentin Labbe
2018-11-12  6:13           ` Corentin Labbe
2018-11-12 17:33           ` Tony Lindgren
2018-11-12 17:33             ` Tony Lindgren
2018-11-03 18:45 Olof Johansson
2018-11-03 18:45 ` Olof Johansson
2018-11-03 19:15 ` Linus Torvalds
2018-11-03 19:15   ` Linus Torvalds
2018-09-30 19:23 Olof Johansson
2018-09-30 19:23 ` Olof Johansson
2018-10-02  0:53 ` Greg KH
2018-10-02  0:53   ` Greg KH
2018-09-08 17:15 Olof Johansson
2018-09-08 17:15 ` Olof Johansson
2018-09-02  2:36 Olof Johansson
2018-09-02  2:36 ` Olof Johansson
2018-07-21 21:13 Olof Johansson
2018-07-21 21:13 ` Olof Johansson
2018-07-15  6:00 Olof Johansson
2018-07-15  6:00 ` Olof Johansson
2018-07-08 16:32 Olof Johansson
2018-07-08 16:32 ` Olof Johansson
2018-06-30 19:32 Olof Johansson
2018-06-30 19:32 ` Olof Johansson
2018-06-27 14:38 Olof Johansson
2018-06-27 14:38 ` Olof Johansson
2018-05-26 21:01 Olof Johansson
2018-05-26 21:01 ` Olof Johansson
2018-05-20  1:23 Olof Johansson
2018-05-20  1:23 ` Olof Johansson
2017-12-10  5:11 Olof Johansson
2017-12-10  5:11 ` Olof Johansson
2017-10-04 23:05 Olof Johansson
2017-10-04 23:05 ` Olof Johansson
2017-06-19  6:40 Olof Johansson
2017-06-19  6:40 ` Olof Johansson
2017-06-07  4:18 Olof Johansson
2017-06-07  4:18 ` Olof Johansson
2017-04-16 19:00 Olof Johansson
2017-04-16 19:00 ` Olof Johansson
2017-02-08 17:07 Arnd Bergmann
2017-02-08 17:07 ` Arnd Bergmann
2017-01-20  0:35 Olof Johansson
2017-01-20  0:35 ` Olof Johansson
2016-12-09 18:01 Olof Johansson
2016-12-09 18:01 ` Olof Johansson
2016-11-20  2:37 Olof Johansson
2016-11-20  2:37 ` Olof Johansson
2016-11-20  2:22 Olof Johansson
2016-11-20  2:22 ` Olof Johansson
2016-11-20  2:26 ` Linus Torvalds
2016-11-20  2:26   ` Linus Torvalds
2016-11-20  2:36   ` Olof Johansson
2016-11-20  2:36     ` Olof Johansson
2016-10-29 18:54 Olof Johansson
2016-10-29 18:54 ` Olof Johansson
2016-09-08  4:57 Olof Johansson
2016-09-08  4:57 ` Olof Johansson
2016-07-17  4:56 Olof Johansson
2016-07-17  4:56 ` Olof Johansson
2016-04-12 23:52 Olof Johansson
2016-04-12 23:52 ` Olof Johansson
2015-08-02  7:29 Olof Johansson
2015-08-02  7:29 ` Olof Johansson
2015-07-19  4:16 Olof Johansson
2015-07-19  4:16 ` Olof Johansson
2015-03-29 21:12 Olof Johansson
2015-03-29 21:12 ` Olof Johansson
2015-02-01 17:19 Olof Johansson
2015-02-01 17:19 ` Olof Johansson
2015-01-24 23:19 Olof Johansson
2015-01-24 23:19 ` Olof Johansson
2015-01-18  5:57 Olof Johansson
2015-01-18  5:57 ` Olof Johansson
2014-08-10  5:14 Olof Johansson
2014-08-10  5:14 ` Olof Johansson
2012-10-10 21:48 Olof Johansson
2012-10-10 21:48 ` Olof Johansson
2012-07-27  1:56 Olof Johansson
2012-07-27  1:56 ` Olof Johansson
2012-06-30 22:51 Olof Johansson
2012-06-30 22:51 ` Olof Johansson
2012-06-23 23:40 Olof Johansson
2012-06-23 23:40 ` Olof Johansson
2012-06-17  5:33 Olof Johansson
2012-06-17  5:33 ` Olof Johansson
2012-04-06  4:46 Olof Johansson
2012-04-06  4:46 ` Olof Johansson

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=2747538.eI4c21NGdR@wuerfel \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.