All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	SoC Team <soc@kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL 3/5] ARM: SoC changes for v5.9
Date: Mon, 3 Aug 2020 23:47:54 +0200	[thread overview]
Message-ID: <CAK8P3a2B5cxE512R0-ni6BJOnkgR7kGueqd3AU9E2PXh0unsmg@mail.gmail.com> (raw)
In-Reply-To: <CAK8P3a1vFJ+uUGPGifZGhECXvxA=2u745WrGNZb08s1nHkZQ9g@mail.gmail.com>

The following changes since commit 812f5501161151f3c3f4e15f7ef250fc1c3af6a4:

  ARM: dts: socfpga: add the temperature sensor to the Arria10 devkit
(2020-07-18 20:12:07 -0500)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-soc-5.9

for you to fetch changes up to a04e84c57e9c5a98ba541f37961174ffe3abeb57:

  Merge tag 'socfpga_update_for_v5.9' of
git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into
arm/soc (2020-07-31 10:11:58 +0200)

----------------------------------------------------------------
ARM: SoC changes for v5.9

These are mostly cosmetic changes and minor bugfixes for the SoC
specific code, across the 32-bit at91, mvebu, davinci, samsung, and
omap platforms.

The main notable changes are for the Samsung s3c platform, which
sees a rewrite of gpio handling and a change to restore and adds
a workaround for a problem with cpuidle support.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

----------------------------------------------------------------
Alexander A. Klimov (4):
      ARM: OMAP: Replace HTTP links with HTTPS ones
      ARM: at91: Replace HTTP links with HTTPS ones
      ARM: s3c24xx: Replace HTTP links with HTTPS ones
      ARM: davinci: Replace HTTP links with HTTPS ones

Andy Shevchenko (1):
      ARM: orion/gpio: Make use of for_each_requested_gpio()

Arnd Bergmann (7):
      udc: lpc32xx: mark local function static
      Merge tag 'omap-for-v5.9/soc-signed' of
git://git.kernel.org/.../tmlind/linux-omap into arm/soc
      Merge tag 'samsung-soc-5.9' of
git://git.kernel.org/.../krzk/linux into arm/soc
      Merge tag 'davinci-for-v5.9/soc' of
git://git.kernel.org/.../nsekhar/linux-davinci into arm/soc
      Merge tag 'mvebu-arm-5.9-1' of
git://git.kernel.org/.../gclement/mvebu into arm/soc
      Merge tag 'at91-soc-5.9' of git://git.kernel.org/.../at91/linux
into arm/soc
      Merge tag 'socfpga_update_for_v5.9' of
git://git.kernel.org/.../dinguyen/linux into arm/soc

Christophe JAILLET (1):
      ARM: davinci: dm646x-evm: Simplify error handling in 'evm_sw_setup()'

Guillaume Tucker (1):
      ARM: exynos: clear L310_AUX_CTRL_FULL_LINE_ZERO in default l2c_aux_val

Kevin Hilman (1):
      MAINTAINERS: arm/amlogic: add designated reviewers

Kieran Bingham (1):
      ARM: davinci: Fix trivial spelling

Linus Walleij (1):
      ARM: s3c24xx: leds: Convert to use GPIO descriptors

Marek Szyprowski (1):
      ARM: exynos: MCPM: Restore big.LITTLE cpuidle support

Paul Schulz (1):
      ARM: rpc: Change blacklist to quirklist in ecode.c file

Yu Kuai (1):
      ARM: socfpga: PM: add missing put_device() call in
socfpga_setup_ocram_self_refresh()

yu kuai (1):
      ARM: at91: pm: add missing put_device() call in at91_pm_sram_init()

 MAINTAINERS                                        |  3 +
 arch/arm/mach-at91/Makefile.boot                   |  2 +-
 arch/arm/mach-at91/pm.c                            | 11 ++-
 arch/arm/mach-davinci/Kconfig                      |  4 +-
 arch/arm/mach-davinci/board-da830-evm.c            |  2 +-
 arch/arm/mach-davinci/board-da850-evm.c            |  2 +-
 arch/arm/mach-davinci/board-dm646x-evm.c           | 13 ++--
 arch/arm/mach-davinci/board-mityomapl138.c         |  2 +-
 arch/arm/mach-davinci/board-neuros-osd2.c          |  2 +-
 arch/arm/mach-davinci/board-omapl138-hawk.c        |  2 +-
 arch/arm/mach-davinci/cpuidle.c                    |  2 +-
 arch/arm/mach-davinci/cpuidle.h                    |  2 +-
 arch/arm/mach-davinci/da850.c                      |  2 +-
 arch/arm/mach-davinci/da8xx-dt.c                   |  2 +-
 arch/arm/mach-davinci/include/mach/pm.h            |  2 +-
 arch/arm/mach-davinci/pm.c                         |  2 +-
 arch/arm/mach-davinci/sleep.S                      |  2 +-
 arch/arm/mach-exynos/exynos.c                      |  2 +-
 arch/arm/mach-exynos/mcpm-exynos.c                 | 10 ++-
 arch/arm/mach-omap1/Kconfig                        |  2 +-
 arch/arm/mach-omap1/dma.c                          |  2 +-
 arch/arm/mach-omap1/gpio15xx.c                     |  2 +-
 arch/arm/mach-omap1/gpio16xx.c                     |  2 +-
 arch/arm/mach-omap1/gpio7xx.c                      |  2 +-
 arch/arm/mach-omap1/timer.c                        |  2 +-
 arch/arm/mach-rpc/ecard.c                          | 18 ++---
 arch/arm/mach-s3c24xx/Kconfig                      |  2 +-
 arch/arm/mach-s3c24xx/common-smdk.c                | 67 ++++++++++++------
 arch/arm/mach-s3c24xx/mach-h1940.c                 |  2 +-
 arch/arm/mach-s3c24xx/mach-mini2440.c              | 65 +++++++++++++++---
 arch/arm/mach-s3c24xx/mach-n30.c                   | 56 +++++++++++++--
 arch/arm/mach-s3c24xx/mach-qt2410.c                | 12 +++-
 arch/arm/mach-s3c24xx/mach-rx3715.c                |  2 +-
 arch/arm/mach-s3c24xx/mach-vr1000.c                | 38 ++++++++++-
 arch/arm/mach-socfpga/pm.c                         |  8 ++-
 arch/arm/plat-omap/dma.c                           |  2 +-
 arch/arm/plat-orion/gpio.c                         |  8 +--
 drivers/leds/leds-s3c24xx.c                        | 36 ++--------
 drivers/usb/gadget/udc/lpc32xx_udc.c               |  4 +-
 include/linux/platform_data/leds-s3c24xx.h         |  6 --
 47 files changed, 365 insertions(+), 142 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: SoC Team <soc@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL 3/5] ARM: SoC changes for v5.9
Date: Mon, 3 Aug 2020 23:47:54 +0200	[thread overview]
Message-ID: <CAK8P3a2B5cxE512R0-ni6BJOnkgR7kGueqd3AU9E2PXh0unsmg@mail.gmail.com> (raw)
In-Reply-To: <CAK8P3a1vFJ+uUGPGifZGhECXvxA=2u745WrGNZb08s1nHkZQ9g@mail.gmail.com>

The following changes since commit 812f5501161151f3c3f4e15f7ef250fc1c3af6a4:

  ARM: dts: socfpga: add the temperature sensor to the Arria10 devkit
(2020-07-18 20:12:07 -0500)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-soc-5.9

for you to fetch changes up to a04e84c57e9c5a98ba541f37961174ffe3abeb57:

  Merge tag 'socfpga_update_for_v5.9' of
git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into
arm/soc (2020-07-31 10:11:58 +0200)

----------------------------------------------------------------
ARM: SoC changes for v5.9

These are mostly cosmetic changes and minor bugfixes for the SoC
specific code, across the 32-bit at91, mvebu, davinci, samsung, and
omap platforms.

The main notable changes are for the Samsung s3c platform, which
sees a rewrite of gpio handling and a change to restore and adds
a workaround for a problem with cpuidle support.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

----------------------------------------------------------------
Alexander A. Klimov (4):
      ARM: OMAP: Replace HTTP links with HTTPS ones
      ARM: at91: Replace HTTP links with HTTPS ones
      ARM: s3c24xx: Replace HTTP links with HTTPS ones
      ARM: davinci: Replace HTTP links with HTTPS ones

Andy Shevchenko (1):
      ARM: orion/gpio: Make use of for_each_requested_gpio()

Arnd Bergmann (7):
      udc: lpc32xx: mark local function static
      Merge tag 'omap-for-v5.9/soc-signed' of
git://git.kernel.org/.../tmlind/linux-omap into arm/soc
      Merge tag 'samsung-soc-5.9' of
git://git.kernel.org/.../krzk/linux into arm/soc
      Merge tag 'davinci-for-v5.9/soc' of
git://git.kernel.org/.../nsekhar/linux-davinci into arm/soc
      Merge tag 'mvebu-arm-5.9-1' of
git://git.kernel.org/.../gclement/mvebu into arm/soc
      Merge tag 'at91-soc-5.9' of git://git.kernel.org/.../at91/linux
into arm/soc
      Merge tag 'socfpga_update_for_v5.9' of
git://git.kernel.org/.../dinguyen/linux into arm/soc

Christophe JAILLET (1):
      ARM: davinci: dm646x-evm: Simplify error handling in 'evm_sw_setup()'

Guillaume Tucker (1):
      ARM: exynos: clear L310_AUX_CTRL_FULL_LINE_ZERO in default l2c_aux_val

Kevin Hilman (1):
      MAINTAINERS: arm/amlogic: add designated reviewers

Kieran Bingham (1):
      ARM: davinci: Fix trivial spelling

Linus Walleij (1):
      ARM: s3c24xx: leds: Convert to use GPIO descriptors

Marek Szyprowski (1):
      ARM: exynos: MCPM: Restore big.LITTLE cpuidle support

Paul Schulz (1):
      ARM: rpc: Change blacklist to quirklist in ecode.c file

Yu Kuai (1):
      ARM: socfpga: PM: add missing put_device() call in
socfpga_setup_ocram_self_refresh()

yu kuai (1):
      ARM: at91: pm: add missing put_device() call in at91_pm_sram_init()

 MAINTAINERS                                        |  3 +
 arch/arm/mach-at91/Makefile.boot                   |  2 +-
 arch/arm/mach-at91/pm.c                            | 11 ++-
 arch/arm/mach-davinci/Kconfig                      |  4 +-
 arch/arm/mach-davinci/board-da830-evm.c            |  2 +-
 arch/arm/mach-davinci/board-da850-evm.c            |  2 +-
 arch/arm/mach-davinci/board-dm646x-evm.c           | 13 ++--
 arch/arm/mach-davinci/board-mityomapl138.c         |  2 +-
 arch/arm/mach-davinci/board-neuros-osd2.c          |  2 +-
 arch/arm/mach-davinci/board-omapl138-hawk.c        |  2 +-
 arch/arm/mach-davinci/cpuidle.c                    |  2 +-
 arch/arm/mach-davinci/cpuidle.h                    |  2 +-
 arch/arm/mach-davinci/da850.c                      |  2 +-
 arch/arm/mach-davinci/da8xx-dt.c                   |  2 +-
 arch/arm/mach-davinci/include/mach/pm.h            |  2 +-
 arch/arm/mach-davinci/pm.c                         |  2 +-
 arch/arm/mach-davinci/sleep.S                      |  2 +-
 arch/arm/mach-exynos/exynos.c                      |  2 +-
 arch/arm/mach-exynos/mcpm-exynos.c                 | 10 ++-
 arch/arm/mach-omap1/Kconfig                        |  2 +-
 arch/arm/mach-omap1/dma.c                          |  2 +-
 arch/arm/mach-omap1/gpio15xx.c                     |  2 +-
 arch/arm/mach-omap1/gpio16xx.c                     |  2 +-
 arch/arm/mach-omap1/gpio7xx.c                      |  2 +-
 arch/arm/mach-omap1/timer.c                        |  2 +-
 arch/arm/mach-rpc/ecard.c                          | 18 ++---
 arch/arm/mach-s3c24xx/Kconfig                      |  2 +-
 arch/arm/mach-s3c24xx/common-smdk.c                | 67 ++++++++++++------
 arch/arm/mach-s3c24xx/mach-h1940.c                 |  2 +-
 arch/arm/mach-s3c24xx/mach-mini2440.c              | 65 +++++++++++++++---
 arch/arm/mach-s3c24xx/mach-n30.c                   | 56 +++++++++++++--
 arch/arm/mach-s3c24xx/mach-qt2410.c                | 12 +++-
 arch/arm/mach-s3c24xx/mach-rx3715.c                |  2 +-
 arch/arm/mach-s3c24xx/mach-vr1000.c                | 38 ++++++++++-
 arch/arm/mach-socfpga/pm.c                         |  8 ++-
 arch/arm/plat-omap/dma.c                           |  2 +-
 arch/arm/plat-orion/gpio.c                         |  8 +--
 drivers/leds/leds-s3c24xx.c                        | 36 ++--------
 drivers/usb/gadget/udc/lpc32xx_udc.c               |  4 +-
 include/linux/platform_data/leds-s3c24xx.h         |  6 --
 47 files changed, 365 insertions(+), 142 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-08-03 21:48 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-03 21:34 [GIT PULL 0/5] ARM: SoC: changes for v5.9 Arnd Bergmann
2020-08-03 21:34 ` Arnd Bergmann
2020-08-03 21:36 ` [GIT PULL 1/5] ARM: defconfig updates " Arnd Bergmann
2020-08-03 21:36   ` Arnd Bergmann
2020-08-04  2:45   ` pr-tracker-bot
2020-08-03 21:44 ` [GIT PULL 2/5] ARM: SoC: DT changes " Arnd Bergmann
2020-08-03 21:44   ` Arnd Bergmann
2020-08-04  2:45   ` pr-tracker-bot
2020-08-03 21:47 ` Arnd Bergmann [this message]
2020-08-03 21:47   ` [GIT PULL 3/5] ARM: SoC " Arnd Bergmann
2020-08-04  2:45   ` pr-tracker-bot
2020-08-04  7:02   ` Joel Stanley
2020-08-04  7:02     ` Joel Stanley
2020-08-04  7:33     ` Andy Shevchenko
2020-08-04  7:33       ` Andy Shevchenko
2020-08-04  7:39       ` Andy Shevchenko
2020-08-04  7:39         ` Andy Shevchenko
2020-08-04  7:55       ` Linus Walleij
2020-08-04  7:55         ` Linus Walleij
2020-08-04 18:38     ` Linus Torvalds
2020-08-04 18:38       ` Linus Torvalds
2020-08-03 21:49 ` [GIT PULL 4/5] ARM: SoC driver updates " Arnd Bergmann
2020-08-03 21:49   ` Arnd Bergmann
2020-08-04  2:45   ` pr-tracker-bot
2020-08-03 21:50 ` [GIT PULL 5/5] ARM: new SoC support " Arnd Bergmann
2020-08-03 21:50   ` Arnd Bergmann
2020-08-04  2:45   ` pr-tracker-bot
2020-08-05 17:27 ` [GIT PULL 0/5] ARM: SoC: changes " Pavel Machek
2020-08-05 17:27   ` Pavel Machek
2020-08-05 19:06   ` Arnd Bergmann
2020-08-05 19:06     ` Arnd Bergmann
2020-08-05 19:28     ` Konrad Dybcio
2020-08-05 19:28       ` Konrad Dybcio
2020-08-05 19:45       ` Pavel Machek
2020-08-05 19:45         ` Pavel Machek
2020-08-05 19:58         ` Konrad Dybcio
2020-08-05 19:58           ` Konrad Dybcio
2020-08-05 22:12           ` Konrad Dybcio
2020-08-05 22:12             ` Konrad Dybcio
2020-08-05 19:32     ` Pavel Machek
2020-08-05 19:32       ` Pavel Machek

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=CAK8P3a2B5cxE512R0-ni6BJOnkgR7kGueqd3AU9E2PXh0unsmg@mail.gmail.com \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soc@kernel.org \
    --cc=torvalds@linux-foundation.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.