[GIT PULL 2/6] soc/tegra: cbb: Changes for v6.1-rc1

Thierry Reding thierry.reding at gmail.com
Fri Sep 16 03:19:53 PDT 2022


Hi ARM SoC maintainers,

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.1-cbb

for you to fetch changes up to 53283105cab6f408968b7546826303ad329e9983:

  soc/tegra: cbb: Add support for Tegra241 (Grace) (2022-09-15 12:41:36 +0200)

I've split this out separately for now because after the discussion
last release cycle there wasn't quite consensus about where this should
go. The EDAC maintainers said that they didn't think it'd be a good fit
so I'm including it again for ARM SoC here, but it being on a separate
branch it won't block any of the other patches from going in if this is
still a contentious topic.

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: cbb: Changes for v6.1-rc1

This introduces the CBB driver that is used to provide (a lot of)
information about SErrors when things go wrong, instead of the kernel
just crashing or hanging.

----------------------------------------------------------------
Sumit Gupta (4):
      soc/tegra: Set ERD bit to mask inband errors
      soc/tegra: cbb: Add CBB 1.0 driver for Tegra194
      soc/tegra: cbb: Add driver for Tegra234 CBB 2.0
      soc/tegra: cbb: Add support for Tegra241 (Grace)

 drivers/soc/tegra/Kconfig              |    9 +
 drivers/soc/tegra/Makefile             |    1 +
 drivers/soc/tegra/cbb/Makefile         |    9 +
 drivers/soc/tegra/cbb/tegra-cbb.c      |  190 +++
 drivers/soc/tegra/cbb/tegra194-cbb.c   | 2364 ++++++++++++++++++++++++++++++++
 drivers/soc/tegra/cbb/tegra234-cbb.c   | 1113 +++++++++++++++
 drivers/soc/tegra/fuse/tegra-apbmisc.c |   29 +-
 include/soc/tegra/fuse.h               |    6 +
 include/soc/tegra/tegra-cbb.h          |   47 +
 9 files changed, 3766 insertions(+), 2 deletions(-)
 create mode 100644 drivers/soc/tegra/cbb/Makefile
 create mode 100644 drivers/soc/tegra/cbb/tegra-cbb.c
 create mode 100644 drivers/soc/tegra/cbb/tegra194-cbb.c
 create mode 100644 drivers/soc/tegra/cbb/tegra234-cbb.c
 create mode 100644 include/soc/tegra/tegra-cbb.h



More information about the linux-arm-kernel mailing list