mbox series

[GIT,PULL,3/5] firmware: tegra: Changes for v4.19-rc1

Message ID 20180712154128.22705-4-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL,1/5] dt-bindings: tegra: Changes for v4.19-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.19-firmware

Message

Thierry Reding July 12, 2018, 3:41 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.19-firmware

for you to fetch changes up to 4ea7bdc6b5b33427bbd3f41c333e21c1825462a3:

  ARM: trusted_foundations: do not use naked function (2018-07-11 14:40:43 +0200)

Thanks,
Thierry

----------------------------------------------------------------
firmware: tegra: Changes for v4.19-rc1

This contains a single fix for the Trusted Foundations firmware
implementation, used on some Tegra20 and Tegra30 platforms.

----------------------------------------------------------------
Stefan Agner (1):
      ARM: trusted_foundations: do not use naked function

 arch/arm/firmware/trusted_foundations.c | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Comments

Olof Johansson July 14, 2018, 9:45 p.m. UTC | #1
On Thu, Jul 12, 2018 at 05:41:26PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.19-firmware
> 
> for you to fetch changes up to 4ea7bdc6b5b33427bbd3f41c333e21c1825462a3:
> 
>   ARM: trusted_foundations: do not use naked function (2018-07-11 14:40:43 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> firmware: tegra: Changes for v4.19-rc1
> 
> This contains a single fix for the Trusted Foundations firmware
> implementation, used on some Tegra20 and Tegra30 platforms.

Merged, thanks.


-Olof