From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: Tony Lindgren <tony@atomide.com>,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/3] soc changes for omaps for v4.16 merge window
Date: Thu, 14 Dec 2017 07:58:25 -0800 [thread overview]
Message-ID: <pull-1513266986-900907@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.16/soc-signed
for you to fetch changes up to fdf3632938a646c13f7407f2f8c33ff81eed9c76:
Merge branch '4.15-rc1-clkctrl-mach-omap2' of https://github.com/t-kristo/linux-pm into omap-for-v4.16/soc (2017-12-11 07:46:40 -0800)
----------------------------------------------------------------
SoC changes for omaps for v4.16 merge window
For most part this is a series from Tero Kristo to prepare things
for using clkctrl clocks with DTS data. The other changes are to
make few data structures const.
----------------------------------------------------------------
Bhumika Goyal (2):
ARM: OMAP2+: CM: make some pointers and function arguments as const
ARM: OMAP2+: CM: make cm_ll_data structures as const
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
Tony Lindgren (1):
Merge branch '4.15-rc1-clkctrl-mach-omap2' of https://github.com/t-kristo/linux-pm into omap-for-v4.16/soc
arch/arm/mach-omap2/clockdomain.c | 8 ----
arch/arm/mach-omap2/clockdomain.h | 2 -
arch/arm/mach-omap2/cm.h | 7 ++-
arch/arm/mach-omap2/cm2xxx.c | 2 +-
arch/arm/mach-omap2/cm33xx.c | 8 +++-
arch/arm/mach-omap2/cm3xxx.c | 2 +-
arch/arm/mach-omap2/cm_common.c | 16 +++++--
arch/arm/mach-omap2/cminst44xx.c | 12 ++---
arch/arm/mach-omap2/omap_hwmod.c | 73 +++++++++++++++---------------
arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 2 +-
10 files changed, 68 insertions(+), 64 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/3] soc changes for omaps for v4.16 merge window
Date: Thu, 14 Dec 2017 07:58:25 -0800 [thread overview]
Message-ID: <pull-1513266986-900907@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.16/soc-signed
for you to fetch changes up to fdf3632938a646c13f7407f2f8c33ff81eed9c76:
Merge branch '4.15-rc1-clkctrl-mach-omap2' of https://github.com/t-kristo/linux-pm into omap-for-v4.16/soc (2017-12-11 07:46:40 -0800)
----------------------------------------------------------------
SoC changes for omaps for v4.16 merge window
For most part this is a series from Tero Kristo to prepare things
for using clkctrl clocks with DTS data. The other changes are to
make few data structures const.
----------------------------------------------------------------
Bhumika Goyal (2):
ARM: OMAP2+: CM: make some pointers and function arguments as const
ARM: OMAP2+: CM: make cm_ll_data structures as const
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
Tony Lindgren (1):
Merge branch '4.15-rc1-clkctrl-mach-omap2' of https://github.com/t-kristo/linux-pm into omap-for-v4.16/soc
arch/arm/mach-omap2/clockdomain.c | 8 ----
arch/arm/mach-omap2/clockdomain.h | 2 -
arch/arm/mach-omap2/cm.h | 7 ++-
arch/arm/mach-omap2/cm2xxx.c | 2 +-
arch/arm/mach-omap2/cm33xx.c | 8 +++-
arch/arm/mach-omap2/cm3xxx.c | 2 +-
arch/arm/mach-omap2/cm_common.c | 16 +++++--
arch/arm/mach-omap2/cminst44xx.c | 12 ++---
arch/arm/mach-omap2/omap_hwmod.c | 73 +++++++++++++++---------------
arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 2 +-
10 files changed, 68 insertions(+), 64 deletions(-)
next reply other threads:[~2017-12-14 15:58 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-14 15:58 Tony Lindgren [this message]
2017-12-14 15:58 ` [GIT PULL 1/3] soc changes for omaps for v4.16 merge window Tony Lindgren
2017-12-14 15:58 ` [GIT PULL 2/3] clock related dts changes for omaps for v4.16 Tony Lindgren
2017-12-14 15:58 ` Tony Lindgren
2017-12-21 16:20 ` Arnd Bergmann
2017-12-21 16:20 ` Arnd Bergmann
2017-12-14 15:58 ` [GIT PULL 3/3] dts changes for omaps for v4.16 merge window Tony Lindgren
2017-12-14 15:58 ` Tony Lindgren
2017-12-21 16:21 ` Arnd Bergmann
2017-12-21 16:21 ` Arnd Bergmann
2017-12-21 16:18 ` [GIT PULL 1/3] soc " Arnd Bergmann
2017-12-21 16:18 ` Arnd Bergmann
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=pull-1513266986-900907@atomide.com \
--to=tony@atomide.com \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
/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.