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/2] soc changes for omaps for v4.15 merge window
Date: Fri, 13 Oct 2017 09:39:00 -0700 [thread overview]
Message-ID: <pull-1507912705-793554@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.15/soc-signed
for you to fetch changes up to 28fd7e99257c7d8ff41544a6ee23c96cc10799e0:
ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request() (2017-10-11 11:13:20 -0700)
----------------------------------------------------------------
SoC changes for omaps for v4.15 merge window that are mostly non-urgent
fixes and clean-up in preparation for dropping more platform data later
on:
- Fix am33xx/am437x MMC address space offsets
- Fix overwriting clkctrl and modulemode values when dts data is
used
- Drop unused platform init code for omap_init_hdq
- Drop unused struct omap_hwmod_mux_info
- Remove duplicate define for dra722 es1.0 silicon revision
- Add support for dra71x es2.1
- Make omap_dma_dev_info __initdata
- A series of fixes for Coccinelle found issues
----------------------------------------------------------------
Bhumika Goyal (1):
ARM: OMAP2+: make omap_dma_dev_info __initdata
Markus Elfring (4):
ARM: OMAP: Delete an error message for a failed memory allocation in two functions
ARM: OMAP: Improve a size determination in two functions
ARM: OMAP: Use kcalloc() in omap_system_dma_probe()
ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request()
Tony Lindgren (4):
ARM: OMAP2+: Fix MMC address space mismatch for am33xx and am43xx
ARM: OMAP2+: Fix overwriting of clkctrl and modulemode values
ARM: OMAP2+: Drop unused omap_init_hdq
ARM: OMAP2+: Drop unused omap_hwmod_mux_info
Vishal Mahaveer (2):
ARM: DRA722: remove redundant definition of 1.0 device
ARM: DRA722: Add support for DRA71x Silicon Rev 2.1
arch/arm/mach-omap2/dma.c | 2 +-
arch/arm/mach-omap2/hdq1w.c | 22 ----------
arch/arm/mach-omap2/id.c | 5 ++-
arch/arm/mach-omap2/omap_hwmod.c | 49 ++++++++++++++++++----
arch/arm/mach-omap2/omap_hwmod.h | 21 ++--------
.../omap_hwmod_33xx_43xx_interconnect_data.c | 30 -------------
.../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 6 +--
arch/arm/mach-omap2/soc.h | 2 +-
arch/arm/plat-omap/dma.c | 12 +++---
arch/arm/plat-omap/dmtimer.c | 10 ++---
10 files changed, 62 insertions(+), 97 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/2] soc changes for omaps for v4.15 merge window
Date: Fri, 13 Oct 2017 09:39:00 -0700 [thread overview]
Message-ID: <pull-1507912705-793554@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.15/soc-signed
for you to fetch changes up to 28fd7e99257c7d8ff41544a6ee23c96cc10799e0:
ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request() (2017-10-11 11:13:20 -0700)
----------------------------------------------------------------
SoC changes for omaps for v4.15 merge window that are mostly non-urgent
fixes and clean-up in preparation for dropping more platform data later
on:
- Fix am33xx/am437x MMC address space offsets
- Fix overwriting clkctrl and modulemode values when dts data is
used
- Drop unused platform init code for omap_init_hdq
- Drop unused struct omap_hwmod_mux_info
- Remove duplicate define for dra722 es1.0 silicon revision
- Add support for dra71x es2.1
- Make omap_dma_dev_info __initdata
- A series of fixes for Coccinelle found issues
----------------------------------------------------------------
Bhumika Goyal (1):
ARM: OMAP2+: make omap_dma_dev_info __initdata
Markus Elfring (4):
ARM: OMAP: Delete an error message for a failed memory allocation in two functions
ARM: OMAP: Improve a size determination in two functions
ARM: OMAP: Use kcalloc() in omap_system_dma_probe()
ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request()
Tony Lindgren (4):
ARM: OMAP2+: Fix MMC address space mismatch for am33xx and am43xx
ARM: OMAP2+: Fix overwriting of clkctrl and modulemode values
ARM: OMAP2+: Drop unused omap_init_hdq
ARM: OMAP2+: Drop unused omap_hwmod_mux_info
Vishal Mahaveer (2):
ARM: DRA722: remove redundant definition of 1.0 device
ARM: DRA722: Add support for DRA71x Silicon Rev 2.1
arch/arm/mach-omap2/dma.c | 2 +-
arch/arm/mach-omap2/hdq1w.c | 22 ----------
arch/arm/mach-omap2/id.c | 5 ++-
arch/arm/mach-omap2/omap_hwmod.c | 49 ++++++++++++++++++----
arch/arm/mach-omap2/omap_hwmod.h | 21 ++--------
.../omap_hwmod_33xx_43xx_interconnect_data.c | 30 -------------
.../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 6 +--
arch/arm/mach-omap2/soc.h | 2 +-
arch/arm/plat-omap/dma.c | 12 +++---
arch/arm/plat-omap/dmtimer.c | 10 ++---
10 files changed, 62 insertions(+), 97 deletions(-)
next reply other threads:[~2017-10-13 16:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-13 16:39 Tony Lindgren [this message]
2017-10-13 16:39 ` [GIT PULL 1/2] soc changes for omaps for v4.15 merge window Tony Lindgren
2017-10-13 16:39 ` [GIT PULL 2/2] device tree " Tony Lindgren
2017-10-13 16:39 ` Tony Lindgren
2017-10-19 22:22 ` Arnd Bergmann
2017-10-19 22:22 ` Arnd Bergmann
2017-10-19 22:36 ` Tony Lindgren
2017-10-19 22:36 ` Tony Lindgren
2017-10-19 22:54 ` Arnd Bergmann
2017-10-19 22:54 ` Arnd Bergmann
2017-10-19 23:04 ` Tony Lindgren
2017-10-19 23:04 ` Tony Lindgren
2017-10-19 20:46 ` [GIT PULL 1/2] soc " Arnd Bergmann
2017-10-19 20:46 ` 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-1507912705-793554@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.