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>] [day] [month] [year] [list]
Date:   Fri,  9 Apr 2021 15:57:19 -0500
From:   Li Yang <leoyang.li@....com>
To:     arm@...nel.org, soc@...nel.org
Cc:     linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
        shawnguo@...nel.org
Subject: [GIT PULL] soc/fsl drivers changes for next(v5.13)

Hi soc maintainers,

Please merge the following new changes for soc/fsl drivers.

Regards,
Leo

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-next-v5.13

for you to fetch changes up to 242b0b398ccd34f73772120bd27a87a1bf00e30b:

  soc: fsl: enable acpi support in RCPM driver (2021-04-08 16:34:15 -0500)

----------------------------------------------------------------
NXP/FSL SoC driver updates for v5.13

- Add ACPI support for RCPM driver
- Use generic io{read,write} for QE drivers after performance optimized
  for PowerPC
- Fix QBMAN probe to cleanup HW states correctly for kexec
- Various cleanup and style fix for QBMAN/QE/GUTS drivers

----------------------------------------------------------------
Aditya Srivastava (1):
      soc: fsl: guts: fix comment syntax in file

Christophe Leroy (3):
      soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}*
      tty: serial: ucc_uart: replace qe_io{read,write}* wrappers by generic io{read,write}*
      Revert "soc: fsl: qe: introduce qe_io{read,write}* wrappers"

Peng Ma (1):
      soc: fsl: enable acpi support in RCPM driver

Roy Pledge (1):
      soc: fsl: qbman: Ensure device cleanup is run for kexec

Yang Li (1):
      soc: fsl: guts: remove unneeded semicolon

Zheng Yongjun (2):
      soc: fsl: qbman: Delete useless kfree code
      soc: fsl: qe: Use DEFINE_SPINLOCK() for spinlock

 drivers/soc/fsl/guts.c              |   2 +-
 drivers/soc/fsl/qbman/bman.c        |   1 -
 drivers/soc/fsl/qbman/bman_portal.c |   3 +-
 drivers/soc/fsl/qbman/qman_portal.c |   3 +-
 drivers/soc/fsl/qe/gpio.c           |  20 +++---
 drivers/soc/fsl/qe/qe.c             |  24 +++----
 drivers/soc/fsl/qe/qe_common.c      |   3 +-
 drivers/soc/fsl/qe/qe_ic.c          |   4 +-
 drivers/soc/fsl/qe/qe_io.c          |  36 +++++------
 drivers/soc/fsl/qe/ucc_fast.c       |  68 ++++++++++----------
 drivers/soc/fsl/qe/ucc_slow.c       |  42 ++++++------
 drivers/soc/fsl/rcpm.c              |  24 ++++++-
 drivers/tty/serial/ucc_uart.c       | 124 ++++++++++++++++++------------------
 include/linux/fsl/guts.h            |   4 +-
 include/soc/fsl/qe/qe.h             |  34 +++-------
 15 files changed, 198 insertions(+), 194 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ