linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] soc: attributes: updates for v5.9
@ 2020-07-06 16:53 Sudeep Holla
  2020-07-06 19:04 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Sudeep Holla @ 2020-07-06 16:53 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML
  Cc: Olof Johansson, Kevin Hilman, Arnd Bergmann, Sudeep Holla

Hi ARM SoC Team,

Please pull ! This is unusual pull request, feel free to pull individual
patches. I have asked Arnd couple of time and since I haven't got any
objection, I am sending PR anyways. The cleanup patches are acked/reviewed
by Greg and platform maintainers.

Regards,
Sudeep

-->8

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/soc-attr-updates-5.9

for you to fetch changes up to 821b67fa46390baea0ac5139a60eaa48805261b2:

  firmware: smccc: Add ARCH_SOC_ID support (2020-07-06 09:48:06 +0100)

----------------------------------------------------------------
SoC attributes update for v5.9

1. Addition of ARM SMCCC ARCH_SOC_ID support
2. Usage of the custom soc attribute groups already supported in the
   infrastucture instead of device_create_file which eliminates the need
   for any cleanup when soc is unregistered
3. Minor clean up switching to use standard DEVICE_ATTR_RO() instead of
   direct __ATTR

----------------------------------------------------------------
Sudeep Holla (9):
      soc: realview: Switch to use DEVICE_ATTR_RO()
      soc: realview: Use custom soc attribute group instead of device_create_file
      soc: integrator: Switch to use DEVICE_ATTR_RO()
      soc: integrator: Use custom soc attribute group instead of device_create_file
      soc: ux500: Switch to use DEVICE_ATTR_RO()
      soc: ux500: Use custom soc attribute group instead of device_create_file
      ARM: OMAP2: Switch to use DEVICE_ATTR_RO()
      ARM: OMAP2: Use custom soc attribute group instead of device_create_file
      firmware: smccc: Add ARCH_SOC_ID support

 Documentation/ABI/testing/sysfs-devices-soc |  30 ++++++++
 arch/arm/mach-omap2/id.c                    |  20 ++---
 drivers/firmware/smccc/Kconfig              |   9 +++
 drivers/firmware/smccc/Makefile             |   1 +
 drivers/firmware/smccc/soc_id.c             | 114 ++++++++++++++++++++++++++++
 drivers/soc/ux500/ux500-soc-id.c            |  22 +++---
 drivers/soc/versatile/soc-integrator.c      |  48 ++++++------
 drivers/soc/versatile/soc-realview.c        |  48 ++++++------
 include/linux/arm-smccc.h                   |   5 ++
 9 files changed, 228 insertions(+), 69 deletions(-)
 create mode 100644 drivers/firmware/smccc/soc_id.c

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] soc: attributes: updates for v5.9
  2020-07-06 16:53 [GIT PULL] soc: attributes: updates for v5.9 Sudeep Holla
@ 2020-07-06 19:04 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2020-07-06 19:04 UTC (permalink / raw)
  To: Sudeep Holla; +Cc: Olof Johansson, SoC Team, ARM SoC Team, ALKML, Kevin Hilman

On Mon, Jul 6, 2020 at 6:53 PM Sudeep Holla <sudeep.holla@arm.com> wrote:
>
> Hi ARM SoC Team,
>
> Please pull ! This is unusual pull request, feel free to pull individual
> patches. I have asked Arnd couple of time and since I haven't got any
> objection, I am sending PR anyways. The cleanup patches are acked/reviewed
> by Greg and platform maintainers.

Hi Sudeep,

I'm sorry I missed the pings. All the patches in the series look very good
in this version, so I have of course pulled the whole thing.

Thank you for your persistence and for addressing all my concerns
about the version that I did review.

      Arnd

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-06 19:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-06 16:53 [GIT PULL] soc: attributes: updates for v5.9 Sudeep Holla
2020-07-06 19:04 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).