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]
Date:   Fri, 09 Dec 2022 18:20:05 +0100
From:   "Arnd Bergmann" <arnd@...db.de>
To:     "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc:     soc@...nel.org, linux-arm-kernel@...ts.infradead.org,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL 2/4] SoC code updates for 6.2

The following changes since commit 247f34f7b80357943234f93f247a1ae6b6c3a740:

  Linux 6.1-rc2 (2022-10-23 15:27:33 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8b7f4dd73879598ac6876753732e158055d8b671:

  Merge tag 'ti-keystone-soc-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into arm/soc (2022-11-23 13:05:06 +0100)

----------------------------------------------------------------
SoC code updates for 6.2

This time there are only fairly minor cleanups across the i.MX, ixp4xx,
ux500 and renesas platforms. The only notable update is a change to
the keystone2 platform to switch switch it over to standard PSCI SMP
bringup, which apparently was present in the shipped firmware almost
from the start.

----------------------------------------------------------------
Andrew Davis (1):
      ARM: keystone: Replace platform SMP with PSCI

Arnd Bergmann (6):
      Merge tag 'ux500-soc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into arm/soc
      Merge tag 'renesas-arm-soc-for-v6.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/soc
      Merge tag 'ixp4xx-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into arm/soc
      Merge tag 'imx-soc-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/soc
      Merge tag 'renesas-riscv-soc-for-v6.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/soc
      Merge tag 'ti-keystone-soc-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into arm/soc

Christoph Niedermaier (1):
      MAINTAINERS: Add DHCOR to the DH electronic i.MX6 board support

Geert Uytterhoeven (2):
      ARM: mxs: Remove unneeded #include <linux/pinctrl/consumer.h>
      ARM: imx3: Remove unneeded #include <linux/pinctrl/machine.h>

Jason A. Donenfeld (1):
      ARM: ux500: do not directly dereference __iomem

Lad Prabhakar (4):
      soc: renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under SOC_RENESAS
      ARM: shmobile: Drop selecting GPIOLIB and PINCTRL
      arm64: renesas: Drop selecting GPIOLIB and PINCTRL
      riscv: Kconfig.socs: Add ARCH_RENESAS kconfig option

Linus Walleij (3):
      ARM: ux500: Drop unused register file
      ARM: ixp4xx: Remove unused static map
      ARM: ixp4xx: Remove unused debug iomap

Lukas Bulwahn (1):
      MAINTAINERS: adjust ARM/INTEL IXP4XX ARM ARCHITECTURE to ixp4xx clean-up

wangjianli (1):
      arm/mach-ux500: fix repeated words in comments

 MAINTAINERS                       |   5 +-
 arch/arm/mach-imx/mm-imx3.c       |   1 -
 arch/arm/mach-ixp4xx/ixp4xx-of.c  |  42 --------
 arch/arm/mach-keystone/Makefile   |   4 +-
 arch/arm/mach-keystone/keystone.c |   2 -
 arch/arm/mach-keystone/keystone.h |   5 -
 arch/arm/mach-keystone/platsmp.c  |  41 --------
 arch/arm/mach-keystone/smc.S      |  26 -----
 arch/arm/mach-mxs/mach-mxs.c      |   1 -
 arch/arm/mach-shmobile/Kconfig    |   2 -
 arch/arm/mach-ux500/cpu-db8500.c  |   1 -
 arch/arm/mach-ux500/db8500-regs.h | 195 --------------------------------------
 arch/arm/mach-ux500/platsmp.c     |   2 -
 arch/arm/mach-ux500/pm.c          |   4 +-
 arch/arm64/Kconfig.platforms      |   2 -
 arch/riscv/Kconfig.socs           |   5 +
 drivers/soc/renesas/Kconfig       |   2 +
 drivers/soc/ux500/ux500-soc-id.c  |  10 +-
 18 files changed, 15 insertions(+), 335 deletions(-)
 delete mode 100644 arch/arm/mach-keystone/platsmp.c
 delete mode 100644 arch/arm/mach-keystone/smc.S
 delete mode 100644 arch/arm/mach-ux500/db8500-regs.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ