lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <0744995a-856f-431f-b694-6919ca161c65@app.fastmail.com>
Date: Sat, 31 May 2025 11:02:50 +0200
From: "Arnd Bergmann" <arnd@...db.de>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: soc@...ts.linux.dev, linux-arm-kernel@...ts.infradead.org,
 linux-kernel@...r.kernel.org
Subject: [GIT PULL 2/5] ARM: soc updates for 6.16

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ