mbox series

[GIT,PULL,1/3] aux control module changes for v4.17

Message ID pull-1521736966-849602@atomide.com
State New
Headers show
Series [GIT,PULL,1/3] aux control module changes for v4.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/soc-pt2-signed

Message

Tony Lindgren March 22, 2018, 4:43 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit e33509c19da5931e4363c85f6e83bd11803ba121:

  ARM: OMAP2+: Fix typo for wakeup_ns_pa_addr (2018-02-28 14:47:13 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/soc-pt2-signed

for you to fetch changes up to 5aa6d80624d54d8aefaed8a4798b7aaa56290ccc:

  ARM: OMAP5: control: add support for control module wkup pad config (2018-03-20 08:06:18 -0700)

----------------------------------------------------------------
Two omap5 specific aux control module patches for v4.17

On omap5 there is an aux control module that we are not handling
currently for clocks, so let's add support for it.

----------------------------------------------------------------
Tero Kristo (2):
      ARM: omap2+: control: add support for auxiliary control module instances
      ARM: OMAP5: control: add support for control module wkup pad config

 arch/arm/mach-omap2/control.c | 20 ++++++++++++++++----
 include/linux/clk/ti.h        |  1 +
 2 files changed, 17 insertions(+), 4 deletions(-)

Comments

Arnd Bergmann March 27, 2018, 1:49 p.m. UTC | #1
On Thu, Mar 22, 2018 at 5:43 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit e33509c19da5931e4363c85f6e83bd11803ba121:
>
>   ARM: OMAP2+: Fix typo for wakeup_ns_pa_addr (2018-02-28 14:47:13 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/soc-pt2-signed
>
> for you to fetch changes up to 5aa6d80624d54d8aefaed8a4798b7aaa56290ccc:
>
>   ARM: OMAP5: control: add support for control module wkup pad config (2018-03-20 08:06:18 -0700)
>
> ----------------------------------------------------------------
> Two omap5 specific aux control module patches for v4.17
>
> On omap5 there is an aux control module that we are not handling
> currently for clocks, so let's add support for it.

Pulled into next/soc, thanks!

     Arnd