mbox series

[GIT,PULL,2/4] more ti-sysc driver changes for v5.4

Message ID pull-1567016893-318461@atomide.com-2
State New
Headers show
Series [GIT,PULL,1/4] soc changes for omap variants for v5.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.4/ti-sysc-part2-signed

Message

Tony Lindgren Aug. 28, 2019, 6:34 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit c8a738f4cfaeccce40b171aca6da5fc45433ce60:

  bus: ti-sysc: remove set but not used variable 'quirks' (2019-08-13 04:40:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.4/ti-sysc-part2-signed

for you to fetch changes up to 7edd00f71f4b91ca31dbfa08926495fe5e77aab4:

  bus: ti-sysc: Detect d2d when debug is enabled (2019-08-26 08:33:25 -0700)

----------------------------------------------------------------
more ti-sysc driver changes for omap variants for v5.4

Few changes mostly to deal with sgx SoC glue quirk for omap36xx that
is needed for the related sgx SoC glue dts branch. The other changes
are to simplify sysc_check_one_child() sysc_check_children() to be void
functions, and detect d2d module when debugging is enabled.

----------------------------------------------------------------
Nishka Dasgupta (1):
      bus: ti-sysc: Change return types of functions

Tony Lindgren (2):
      bus: ti-sysc: Add module enable quirk for SGX on omap36xx
      bus: ti-sysc: Detect d2d when debug is enabled

 drivers/bus/ti-sysc.c                 | 45 ++++++++++++++++++++++-------------
 include/linux/platform_data/ti-sysc.h |  1 +
 2 files changed, 30 insertions(+), 16 deletions(-)

Comments

Arnd Bergmann Sept. 4, 2019, 3:26 p.m. UTC | #1
On Wed, Aug 28, 2019 at 8:35 PM Tony Lindgren <tony@atomide.com> wrote:
> more ti-sysc driver changes for omap variants for v5.4
>
> Few changes mostly to deal with sgx SoC glue quirk for omap36xx that
> is needed for the related sgx SoC glue dts branch. The other changes
> are to simplify sysc_check_one_child() sysc_check_children() to be void
> functions, and detect d2d module when debugging is enabled.

Pulled into arm/late, thanks!

     Arnd