2024-02-16 14:27:13

by Jens Wiklander

[permalink] [raw]
Subject: [GIT PULL] Make tee_bus_type const for v6.9

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(-)


2024-03-04 16:26:54

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [GIT PULL] Make tee_bus_type const for v6.9

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