mbox series

[GIT,PULL] Make tee_bus_type const for v6.9

Message ID 20240216142700.GA3863398@rayden (mailing list archive)
State Queued
Headers show
Series [GIT,PULL] Make tee_bus_type const for v6.9 | expand

Pull-request

https://git.linaro.org/people/jens.wiklander/linux-tee.git/ tags/tee-bus-type-for-v6.9

Message

Jens Wiklander Feb. 16, 2024, 2:27 p.m. UTC
Hello arm-soc maitainers,

Please pull this small patch making tee_bus_type const.

Thanks,
Jens

The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:

  Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)

are available in the Git repository at:

  https://git.linaro.org/people/jens.wiklander/linux-tee.git/ tags/tee-bus-type-for-v6.9

for you to fetch changes up to 1d044941d53855ca06e4fa34936ff7273c8641dd:

  tee: make tee_bus_type const (2024-02-15 08:28:24 +0100)

----------------------------------------------------------------
tee: make tee_bus_type const

----------------------------------------------------------------
Ricardo B. Marliere (1):
      tee: make tee_bus_type const

 drivers/tee/tee_core.c  | 2 +-
 include/linux/tee_drv.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Arnd Bergmann March 4, 2024, 4:26 p.m. UTC | #1
On Fri, Feb 16, 2024, at 15:27, Jens Wiklander wrote:
> Hello arm-soc maitainers,
>
> Please pull this small patch making tee_bus_type const.
>
> Thanks,
> Jens
>
> The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:
>
>   Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)
>
> are available in the Git repository at:
>
>   https://git.linaro.org/people/jens.wiklander/linux-tee.git/ 
> tags/tee-bus-type-for-v6.9
>
> for you to fetch changes up to 1d044941d53855ca06e4fa34936ff7273c8641dd:
>
>   tee: make tee_bus_type const (2024-02-15 08:28:24 +0100)
>
> ----------------------------------------------------------------
> tee: make tee_bus_type const
>

My soc/drivers branch was based on -rc1, not -rc2, and
I did not want to do a backmerge of the rc2 contents into
it, so I ended up just cherry-picking this trivial change.

I hope that's ok.

     Arnd