[GIT PULL] hexagon changes for v6.14-rc1

From: Brian Cain
Date: Fri Jan 31 2025 - 22:27:33 EST


Linus,

Please pull the following changes for hexagon.  Among the changes is a change to my email address.  The public key containing this new uid should be available on keys.openpgp.com and keyserver.ubuntu.com -- hopefully one of those is satisfactory.

Thanks,

-Brian

====

The following changes since commit cd45f362fc1f2d81fa69a19e7f8eca058db3e320:

  Merge tag 'bootconfig-fixes-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace (2025-01-28 10:11:33 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bcain/linux tags/for-linus-hexagon-6.14-rc1

for you to fetch changes up to 84d78214b4f187da7e029f5dad344203511a04d7:

  MAINTAINERS: Update my email address (2025-01-30 18:55:25 -0800)

----------------------------------------------------------------
hexagon updates for 6.14-rc1

* Move kernel prototypes to internal header
* Fix to address an unbalanced spinlock
* Miscellaneous patches to fix static checks
* Update bcain@xxxxxxxxxxx->brian.cain@xxxxxxxxxxxxxxxx

----------------------------------------------------------------
Brian Cain (1):
      MAINTAINERS: Update my email address

Hardevsinh Palaniya (1):
      hexagon: time: Remove redundant null check for resource

Lin Yujun (1):
      hexagon: Fix unbalanced spinlock in die()

Thomas Huth (1):
      hexagon: Move kernel prototypes out of uapi/asm/setup.h header

Willem de Bruijn (1):
      hexagon: fix using plain integer as NULL pointer warning in cmpxchg

Yang Li (1):
      hexagon: Fix warning comparing pointer to 0

 .mailmap                              |  2 ++
 MAINTAINERS                           |  2 +-
 arch/hexagon/include/asm/cmpxchg.h    |  2 +-
 arch/hexagon/include/asm/setup.h      | 20 ++++++++++++++++++++
 arch/hexagon/include/uapi/asm/setup.h | 14 ++------------
 arch/hexagon/kernel/time.c            |  3 +--
 arch/hexagon/kernel/traps.c           |  6 ++++--
 7 files changed, 31 insertions(+), 18 deletions(-)
 create mode 100644 arch/hexagon/include/asm/setup.h