All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Tero Kristo <t-kristo@ti.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [GIT PULL] OMAP2+: clkctrl fixes/enhancements for OMAP SoCs for 4.16 merge
Date: Mon, 11 Dec 2017 08:50:19 -0800	[thread overview]
Message-ID: <20171211165019.GN24344@atomide.com> (raw)
In-Reply-To: <26d92d81-5922-1755-e59c-964e09a7f3c2@ti.com>

* Tero Kristo <t-kristo@ti.com> [171205 05:05]:
> Hi Tony,
> 
> This pull contains the series posted here [1], it has only been rebased on
> top of 4.15-rc1. Can be applied separately from the clkctrl driver series.
> The part missing after this is the DTS series, which I will post later this
> week (I don't think I have time to post them today, but they are available
> also under branch 4.15-rc1-clkctrl-dts in my public repo.)

Thanks pulling into omap-for-v4.16/soc.

Regards,

Tony


> [1] http://www.spinics.net/lists/linux-omap/msg139902.html
> 
> ===
> 
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> 
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/t-kristo/linux-pm.git 4.15-rc1-clkctrl-mach-omap2
> 
> for you to fetch changes up to 71d50393ab0186b40860d31468a1b701c97339f6:
> 
>   ARM: DM816x: hwmod_data: fix clockdomain name for sata hwmod (2017-12-04
> 11:35:21 +0200)
> 
> ----------------------------------------------------------------
> Tero Kristo (7):
>       ARM: OMAP2+: CM: add support for getting phys address for a clkctrl
> register
>       ARM: OMAP4: CMINST: add support for translating clkctrl addresses
>       ARM: OMAP2+: hwmod: fix clkctrl address translation logic
>       ARM: OMAP2+: clockdomain: remove the obsolete clkdm_xlate_address API
>       ARM: AM33xx: CM: add support for getting physical address for a
> register
>       ARM: OMAP2+: hwmod: calculate physical register address on am33xx
>       ARM: DM816x: hwmod_data: fix clockdomain name for sata hwmod
> 
>  arch/arm/mach-omap2/clockdomain.c          |  8 ----
>  arch/arm/mach-omap2/clockdomain.h          |  2 -
>  arch/arm/mach-omap2/cm.h                   |  3 ++
>  arch/arm/mach-omap2/cm33xx.c               |  6 +++
>  arch/arm/mach-omap2/cm_common.c            | 10 ++++
>  arch/arm/mach-omap2/cminst44xx.c           | 10 ++--
>  arch/arm/mach-omap2/omap_hwmod.c           | 73
> +++++++++++++++---------------
>  arch/arm/mach-omap2/omap_hwmod_81xx_data.c |  2 +-
>  8 files changed, 59 insertions(+), 55 deletions(-)
> --
> Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
> 

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] OMAP2+: clkctrl fixes/enhancements for OMAP SoCs for 4.16 merge
Date: Mon, 11 Dec 2017 08:50:19 -0800	[thread overview]
Message-ID: <20171211165019.GN24344@atomide.com> (raw)
In-Reply-To: <26d92d81-5922-1755-e59c-964e09a7f3c2@ti.com>

* Tero Kristo <t-kristo@ti.com> [171205 05:05]:
> Hi Tony,
> 
> This pull contains the series posted here [1], it has only been rebased on
> top of 4.15-rc1. Can be applied separately from the clkctrl driver series.
> The part missing after this is the DTS series, which I will post later this
> week (I don't think I have time to post them today, but they are available
> also under branch 4.15-rc1-clkctrl-dts in my public repo.)

Thanks pulling into omap-for-v4.16/soc.

Regards,

Tony


> [1] http://www.spinics.net/lists/linux-omap/msg139902.html
> 
> ===
> 
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> 
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/t-kristo/linux-pm.git 4.15-rc1-clkctrl-mach-omap2
> 
> for you to fetch changes up to 71d50393ab0186b40860d31468a1b701c97339f6:
> 
>   ARM: DM816x: hwmod_data: fix clockdomain name for sata hwmod (2017-12-04
> 11:35:21 +0200)
> 
> ----------------------------------------------------------------
> Tero Kristo (7):
>       ARM: OMAP2+: CM: add support for getting phys address for a clkctrl
> register
>       ARM: OMAP4: CMINST: add support for translating clkctrl addresses
>       ARM: OMAP2+: hwmod: fix clkctrl address translation logic
>       ARM: OMAP2+: clockdomain: remove the obsolete clkdm_xlate_address API
>       ARM: AM33xx: CM: add support for getting physical address for a
> register
>       ARM: OMAP2+: hwmod: calculate physical register address on am33xx
>       ARM: DM816x: hwmod_data: fix clockdomain name for sata hwmod
> 
>  arch/arm/mach-omap2/clockdomain.c          |  8 ----
>  arch/arm/mach-omap2/clockdomain.h          |  2 -
>  arch/arm/mach-omap2/cm.h                   |  3 ++
>  arch/arm/mach-omap2/cm33xx.c               |  6 +++
>  arch/arm/mach-omap2/cm_common.c            | 10 ++++
>  arch/arm/mach-omap2/cminst44xx.c           | 10 ++--
>  arch/arm/mach-omap2/omap_hwmod.c           | 73
> +++++++++++++++---------------
>  arch/arm/mach-omap2/omap_hwmod_81xx_data.c |  2 +-
>  8 files changed, 59 insertions(+), 55 deletions(-)
> --
> Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
> 

  reply	other threads:[~2017-12-11 16:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-05 13:02 [GIT PULL] OMAP2+: clkctrl fixes/enhancements for OMAP SoCs for 4.16 merge Tero Kristo
2017-12-05 13:02 ` Tero Kristo
2017-12-11 16:50 ` Tony Lindgren [this message]
2017-12-11 16:50   ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171211165019.GN24344@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=t-kristo@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.