[GIT PULL 1/4] soc/tegra: Changes for v4.13-rc1

Olof Johansson olof at lixom.net
Sun Jun 18 21:00:45 PDT 2017


Hi,

On Fri, Jun 16, 2017 at 10:13:03AM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.13-soc
> 
> for you to fetch changes up to da1dbec1be2b54c16649e33e479708a55156e311:
> 
>   soc/tegra: flowctrl: Fix error handling (2017-06-13 16:47:44 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> soc/tegra: Changes for v4.13-rc1
> 
> This contains an implementation of generic PM domains for Tegra186,
> based on the BPMP powergate request.
> 
> ----------------------------------------------------------------
> Christophe Jaillet (1):
>       soc/tegra: flowctrl: Fix error handling
> 
> Thierry Reding (3):
>       PM / Domains: Allow overriding the ->xlate() callback
>       soc/tegra: bpmp: Update ABI header
>       soc/tegra: bpmp: Implement generic PM domains
> 
>  drivers/base/power/domain.c        |   8 +-
>  drivers/firmware/tegra/bpmp.c      |   4 +
>  drivers/soc/tegra/Kconfig          |   5 +
>  drivers/soc/tegra/Makefile         |   1 +
>  drivers/soc/tegra/flowctrl.c       |   2 +-
>  drivers/soc/tegra/powergate-bpmp.c | 359 +++++++++++++++++++++++++++++++
>  include/linux/pm_domain.h          |   4 +
>  include/soc/tegra/bpmp-abi.h       | 418 ++++++++++++++++++++++++++++++++++++-
>  include/soc/tegra/bpmp.h           |  12 ++

Merged, but does the bpmp-abi.h really belong in include/soc? Seems like most
of it is internal ABI for whatever abstraction communicates with bpmp, in this
case powergate. Locating it as a headerfile under drivers/soc/tegra/ seems to
make more sense. Care to move it?


-Olof



More information about the linux-arm-kernel mailing list