From: Tony Lindgren <tony@atomide.com>
To: Olof Johansson <olof@lixom.net>
Cc: Paul Walmsley <paul@pwsan.com>,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL] ARM: OMAP2+: hwmod/serial: fix DT case
Date: Tue, 21 May 2013 11:11:10 -0700 [thread overview]
Message-ID: <20130521181109.GR10378@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1305192331390.2656@utopia.booyaka.com>
Olof,
Care to pull this into your fixes directly?
Regards,
Tony
* Paul Walmsley <paul@pwsan.com> [130519 16:39]:
> The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
>
> Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/omap-fixes-a-for-3.10-rc
>
> for you to fetch changes up to 3260c76055afc6c9396e5ad9f9e599505ea8891f:
>
> ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apis (2013-05-19 16:37:15 -0600)
>
> ----------------------------------------------------------------
> Fix the OMAP serial driver to work correctly on OMAP4 when booting
> with DT.
>
> Basic build, boot, and PM test logs are here - unfortunately, not for
> the DT case yet:
>
> http://www.pwsan.com/omap/testlogs/uart_idle_fix_v3.10-rc/20130519164010/
>
> ----------------------------------------------------------------
> Rajendra Nayak (2):
> ARM: OMAP2+: hwmod: Fix sidle programming in _enable_sysc()/_idle_sysc()
> ARM: OMAP2+: hwmod: Add a new flag to handle SIDLE in SWSUP only in active
>
> Santosh Shilimkar (4):
> ARM: OMAP2+: hwmod-data: UART IP needs software control to manage sidle modes
> ARM: OMAP2+: serial: Remove the un-used slave idle hooks
> SERIAL: OMAP: Remove the slave idle handling from the driver
> ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apis
>
> arch/arm/mach-omap2/omap_hwmod.c | 111 +++++---------------
> arch/arm/mach-omap2/omap_hwmod.h | 7 +-
> arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 3 +
> arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 6 ++
> arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 4 +
> arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 6 +-
> arch/arm/mach-omap2/serial.c | 31 ------
> drivers/tty/serial/omap-serial.c | 23 ----
> include/linux/platform_data/serial-omap.h | 2 -
> 9 files changed, 48 insertions(+), 145 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] ARM: OMAP2+: hwmod/serial: fix DT case
Date: Tue, 21 May 2013 11:11:10 -0700 [thread overview]
Message-ID: <20130521181109.GR10378@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1305192331390.2656@utopia.booyaka.com>
Olof,
Care to pull this into your fixes directly?
Regards,
Tony
* Paul Walmsley <paul@pwsan.com> [130519 16:39]:
> The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
>
> Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/omap-fixes-a-for-3.10-rc
>
> for you to fetch changes up to 3260c76055afc6c9396e5ad9f9e599505ea8891f:
>
> ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apis (2013-05-19 16:37:15 -0600)
>
> ----------------------------------------------------------------
> Fix the OMAP serial driver to work correctly on OMAP4 when booting
> with DT.
>
> Basic build, boot, and PM test logs are here - unfortunately, not for
> the DT case yet:
>
> http://www.pwsan.com/omap/testlogs/uart_idle_fix_v3.10-rc/20130519164010/
>
> ----------------------------------------------------------------
> Rajendra Nayak (2):
> ARM: OMAP2+: hwmod: Fix sidle programming in _enable_sysc()/_idle_sysc()
> ARM: OMAP2+: hwmod: Add a new flag to handle SIDLE in SWSUP only in active
>
> Santosh Shilimkar (4):
> ARM: OMAP2+: hwmod-data: UART IP needs software control to manage sidle modes
> ARM: OMAP2+: serial: Remove the un-used slave idle hooks
> SERIAL: OMAP: Remove the slave idle handling from the driver
> ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apis
>
> arch/arm/mach-omap2/omap_hwmod.c | 111 +++++---------------
> arch/arm/mach-omap2/omap_hwmod.h | 7 +-
> arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 3 +
> arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 6 ++
> arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 4 +
> arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 6 +-
> arch/arm/mach-omap2/serial.c | 31 ------
> drivers/tty/serial/omap-serial.c | 23 ----
> include/linux/platform_data/serial-omap.h | 2 -
> 9 files changed, 48 insertions(+), 145 deletions(-)
next prev parent reply other threads:[~2013-05-21 18:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-19 23:33 [GIT PULL] ARM: OMAP2+: hwmod/serial: fix DT case Paul Walmsley
2013-05-19 23:33 ` Paul Walmsley
2013-05-21 18:11 ` Tony Lindgren [this message]
2013-05-21 18:11 ` Tony Lindgren
2013-05-22 20:10 ` Olof Johansson
2013-05-22 20:10 ` Olof Johansson
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=20130521181109.GR10378@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=olof@lixom.net \
--cc=paul@pwsan.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.