linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10
@ 2013-03-20  8:34 Santosh Shilimkar
  2013-03-20  8:34 ` Santosh Shilimkar
  0 siblings, 1 reply; 6+ messages in thread
From: Santosh Shilimkar @ 2013-03-20  8:34 UTC (permalink / raw)
  To: linux-arm-kernel

Tony,

Here is the pull request for OMAP serial driver sysconfig cleanup. The series
removes all the hackery of sysconfig from UART driver and let runtime backend
handle it. Without this series serial console is almost un-usable on OMAP5.
One of the patch touches driver/serial but I got an ack from Greg KH to get
it queued via OMAP tree.


The following changes since commit a937536b868b8369b98967929045f1df54234323:

  Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux.git for_3.10/omap_serial_sysc_cleanup

for you to fetch changes up to 0f78c88b107a25561d0830c7fb695134ac7e8892:

  ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apis (2013-03-19 12:07:49 +0530)

----------------------------------------------------------------
Rajendra Nayak (4):
      ARM: OMAP2+: hwmod: Remove unused _HWMOD_WAKEUP_ENABLED flag
      ARM: OMAP2+: hwmod: Cleanup sidle/mstandby programming
      ARM: OMAP2+: hwmod: Always have OCP_SYSCONFIG.ENAWAKEUP enabled
      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
      SERIAL: OMAP: Remove the slave idle handling from the driver
      ARM: OMAP2+: serial: Remove the un-used slave idle hooks
      ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apis

 arch/arm/mach-omap2/omap_hwmod.c                   |  142 ++++----------------
 arch/arm/mach-omap2/omap_hwmod.h                   |   13 +-
 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, 50 insertions(+), 180 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10
  2013-03-20  8:34 Santosh Shilimkar
@ 2013-03-20  8:34 ` Santosh Shilimkar
  0 siblings, 0 replies; 6+ messages in thread
From: Santosh Shilimkar @ 2013-03-20  8:34 UTC (permalink / raw)
  To: linux-arm-kernel

Tony,

Here is the pull request for OMAP serial driver sysconfig cleanup. The series
removes all the hackery of sysconfig from UART driver and let runtime backend
handle it. Without this series serial console is almost un-usable on OMAP5.
One of the patch touches driver/serial but I got an ack from Greg KH to get
it queued via OMAP tree.


The following changes since commit a937536b868b8369b98967929045f1df54234323:

  Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux.git for_3.10/omap_serial_sysc_cleanup

for you to fetch changes up to 0f78c88b107a25561d0830c7fb695134ac7e8892:

  ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apis (2013-03-19 12:07:49 +0530)

----------------------------------------------------------------
Rajendra Nayak (4):
      ARM: OMAP2+: hwmod: Remove unused _HWMOD_WAKEUP_ENABLED flag
      ARM: OMAP2+: hwmod: Cleanup sidle/mstandby programming
      ARM: OMAP2+: hwmod: Always have OCP_SYSCONFIG.ENAWAKEUP enabled
      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
      SERIAL: OMAP: Remove the slave idle handling from the driver
      ARM: OMAP2+: serial: Remove the un-used slave idle hooks
      ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apis

 arch/arm/mach-omap2/omap_hwmod.c                   |  142 ++++----------------
 arch/arm/mach-omap2/omap_hwmod.h                   |   13 +-
 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, 50 insertions(+), 180 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10
@ 2013-03-20  8:36 Santosh Shilimkar
  2013-03-20  8:38 ` Santosh Shilimkar
  2013-04-01 17:01 ` Tony Lindgren
  0 siblings, 2 replies; 6+ messages in thread
From: Santosh Shilimkar @ 2013-03-20  8:36 UTC (permalink / raw)
  To: linux-arm-kernel

Tony,

Here is the pull request for OMAP serial driver sysconfig cleanup. The series
removes all the hackery of sysconfig from UART driver and let runtime backend
handle it. Without this series serial console is almost un-usable on OMAP5.
One of the patch touches driver/serial but I got an ack from Greg KH to get
it queued via OMAP tree.


The following changes since commit a937536b868b8369b98967929045f1df54234323:

  Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux.git for_3.10/omap_serial_sysc_cleanup

for you to fetch changes up to 0f78c88b107a25561d0830c7fb695134ac7e8892:

  ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apis (2013-03-19 12:07:49 +0530)

----------------------------------------------------------------
Rajendra Nayak (4):
      ARM: OMAP2+: hwmod: Remove unused _HWMOD_WAKEUP_ENABLED flag
      ARM: OMAP2+: hwmod: Cleanup sidle/mstandby programming
      ARM: OMAP2+: hwmod: Always have OCP_SYSCONFIG.ENAWAKEUP enabled
      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
      SERIAL: OMAP: Remove the slave idle handling from the driver
      ARM: OMAP2+: serial: Remove the un-used slave idle hooks
      ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apis

 arch/arm/mach-omap2/omap_hwmod.c                   |  142 ++++----------------
 arch/arm/mach-omap2/omap_hwmod.h                   |   13 +-
 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, 50 insertions(+), 180 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10
  2013-03-20  8:36 [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10 Santosh Shilimkar
@ 2013-03-20  8:38 ` Santosh Shilimkar
  2013-04-01 17:01 ` Tony Lindgren
  1 sibling, 0 replies; 6+ messages in thread
From: Santosh Shilimkar @ 2013-03-20  8:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 20 March 2013 02:06 PM, Santosh Shilimkar wrote:
> Tony,
> 
> Here is the pull request for OMAP serial driver sysconfig cleanup. The series
> removes all the hackery of sysconfig from UART driver and let runtime backend
> handle it. Without this series serial console is almost un-usable on OMAP5.
> One of the patch touches driver/serial but I got an ack from Greg KH to get
> it queued via OMAP tree.
> 
Sent same email couple of more times. Sorry for noise.

Regards
Santosh

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10
  2013-03-20  8:36 [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10 Santosh Shilimkar
  2013-03-20  8:38 ` Santosh Shilimkar
@ 2013-04-01 17:01 ` Tony Lindgren
  2013-04-02  6:22   ` Santosh Shilimkar
  1 sibling, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2013-04-01 17:01 UTC (permalink / raw)
  To: linux-arm-kernel

* Santosh Shilimkar <santosh.shilimkar@ti.com> [130320 01:39]:
> Tony,
> 
> Here is the pull request for OMAP serial driver sysconfig cleanup. The series
> removes all the hackery of sysconfig from UART driver and let runtime backend
> handle it. Without this series serial console is almost un-usable on OMAP5.
> One of the patch touches driver/serial but I got an ack from Greg KH to get
> it queued via OMAP tree.
> 
> 
> The following changes since commit a937536b868b8369b98967929045f1df54234323:
> 
>   Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux.git for_3.10/omap_serial_sysc_cleanup
> 
> for you to fetch changes up to 0f78c88b107a25561d0830c7fb695134ac7e8892:
> 
>   ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apis (2013-03-19 12:07:49 +0530)

Looks like Paul had some comments and has applied some of these,
so ignoring this one for now.

Regards,

Tony 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10
  2013-04-01 17:01 ` Tony Lindgren
@ 2013-04-02  6:22   ` Santosh Shilimkar
  0 siblings, 0 replies; 6+ messages in thread
From: Santosh Shilimkar @ 2013-04-02  6:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 01 April 2013 10:31 PM, Tony Lindgren wrote:
> * Santosh Shilimkar <santosh.shilimkar@ti.com> [130320 01:39]:
>> Tony,
>>
>> Here is the pull request for OMAP serial driver sysconfig cleanup. The series
>> removes all the hackery of sysconfig from UART driver and let runtime backend
>> handle it. Without this series serial console is almost un-usable on OMAP5.
>> One of the patch touches driver/serial but I got an ack from Greg KH to get
>> it queued via OMAP tree.
>>
>>
>> The following changes since commit a937536b868b8369b98967929045f1df54234323:
>>
>>   Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux.git for_3.10/omap_serial_sysc_cleanup
>>
>> for you to fetch changes up to 0f78c88b107a25561d0830c7fb695134ac7e8892:
>>
>>   ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apis (2013-03-19 12:07:49 +0530)
> 
> Looks like Paul had some comments and has applied some of these,
> so ignoring this one for now.
> 
Paul is picked one patch for now. Hope we can quickly sort out this for
merge window.

Regards,
Santosh

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-04-02  6:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-20  8:36 [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10 Santosh Shilimkar
2013-03-20  8:38 ` Santosh Shilimkar
2013-04-01 17:01 ` Tony Lindgren
2013-04-02  6:22   ` Santosh Shilimkar
  -- strict thread matches above, loose matches on Subject: below --
2013-03-20  8:34 Santosh Shilimkar
2013-03-20  8:34 ` Santosh Shilimkar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).