mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Arnd Bergmann" <arnd@arndb.de>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: soc@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL 2/5] ARM: soc updates for 6.16
Date: Sat, 31 May 2025 11:02:50 +0200	[thread overview]
Message-ID: <0744995a-856f-431f-b694-6919ca161c65@app.fastmail.com> (raw)
In-Reply-To: <28a4c0cf-7978-4547-bf89-42804975c848@app.fastmail.com>

The following changes since commit 9c32cda43eb78f78c73aee4aa344b777714e259b:

  Linux 6.15-rc3 (2025-04-20 13:43:47 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 16066e29d3f5a45cd1ced62dacfce45c9560be1d:

  Merge tag 'arm-soc/for-6.16/maintainers' of https://github.com/Broadcom/stblinux into soc/arm (2025-05-22 13:06:28 +0200)

----------------------------------------------------------------
ARM: soc updates for 6.16

The main update in size is the removal of the TI DaVinci DA830 SoC
support. DA830 is similar to DA850, which remain supported, but
only the reference board was ever supported, and we removed that
one 3 years ago as it had never been converted to devicetree.

There are some other cleanups for OMAP4 and a few boards using
old GPIO interfaces.

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: davinci: da850-evm: Increase fifo threshold

Andreas Kemnade (2):
      ARM: omap2plus_defconfig: enable I2C devices of GTA04
      ARM: omap: pmic-cpcap: do not mess around without CPCAP or OMAP4

Andy Shevchenko (1):
      ARM: s3c: stop including gpio.h

Arnd Bergmann (4):
      Merge tag 'arm-gpio-set-conversion-for-v6.16-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into soc/arm
      Merge tag 'omap-for-v6.16/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/arm
      Merge tag 'davinci-updates-for-v6.16-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into soc/arm
      Merge tag 'arm-soc/for-6.16/maintainers' of https://github.com/Broadcom/stblinux into soc/arm

Bartosz Golaszewski (5):
      ARM: orion/gpio: use new line value setter callbacks
      ARM: sa1100/gpio: use new line value setter callbacks
      ARM: scoop/gpio: use new line value setter callbacks
      ARM: s3c/gpio: use new line value setter callbacks
      ARM: davinci: remove support for da830

Krzysztof Kozlowski (1):
      ARM: broadcom: MAINTAINERS: Cover bcm2712 files

Parvathi Pudi (1):
      bus: ti-sysc: PRUSS OCP configuration

Sukrut Bellary (1):
      ARM: OMAP2+: Fix l4ls clk domain handling in STANDBY

 MAINTAINERS                                 |   1 +
 arch/arm/boot/dts/ti/davinci/da850-evm.dts  |   2 +-
 arch/arm/common/sa1111.c                    |   6 +-
 arch/arm/common/scoop.c                     |   7 +-
 arch/arm/configs/davinci_all_defconfig      |   1 -
 arch/arm/configs/multi_v5_defconfig         |   1 -
 arch/arm/configs/omap2plus_defconfig        |   8 +
 arch/arm/mach-davinci/Kconfig               |   7 -
 arch/arm/mach-davinci/Makefile              |   1 -
 arch/arm/mach-davinci/cputype.h             |   1 -
 arch/arm/mach-davinci/da830.c               | 506 ----------------------------
 arch/arm/mach-davinci/da850.c               |   1 -
 arch/arm/mach-davinci/da8xx.h               |   2 -
 arch/arm/mach-davinci/devices-da8xx.c       |   1 -
 arch/arm/mach-davinci/irqs.h                |  27 --
 arch/arm/mach-davinci/mux.h                 | 404 ----------------------
 arch/arm/mach-davinci/psc.h                 |   3 -
 arch/arm/mach-omap2/clockdomain.h           |   1 +
 arch/arm/mach-omap2/clockdomains33xx_data.c |   2 +-
 arch/arm/mach-omap2/cm33xx.c                |  14 +-
 arch/arm/mach-omap2/pmic-cpcap.c            |   6 +-
 arch/arm/mach-s3c/gpio-samsung.c            |  10 +-
 arch/arm/plat-orion/gpio.c                  |   6 +-
 drivers/bus/ti-sysc.c                       |  19 +-
 24 files changed, 67 insertions(+), 970 deletions(-)
 delete mode 100644 arch/arm/mach-davinci/da830.c

  parent reply	other threads:[~2025-05-31  9:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-31  8:59 [GIT PULL 0/5] soc: " Arnd Bergmann
2025-05-31  9:01 ` [GIT PULL 1/5] soc: drivers " Arnd Bergmann
2025-05-31 15:30   ` pr-tracker-bot
2025-05-31  9:02 ` Arnd Bergmann [this message]
2025-05-31 15:30   ` [GIT PULL 2/5] ARM: soc updates " pr-tracker-bot
2025-05-31  9:05 ` [GIT PULL 3/5] soc: defconfig " Arnd Bergmann
2025-05-31 15:30   ` pr-tracker-bot
2025-05-31  9:06 ` [GIT PULL 4/5] soc: devicetree " Arnd Bergmann
2025-05-31 15:14   ` Linus Torvalds
2025-05-31 19:41     ` Arnd Bergmann
2025-05-31 15:30   ` pr-tracker-bot
2025-05-31  9:07 ` [GIT PULL 5/5] soc: sophgo " Arnd Bergmann
2025-05-31 15:30   ` pr-tracker-bot

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=0744995a-856f-431f-b694-6919ca161c65@app.fastmail.com \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soc@lists.linux.dev \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®