All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10
@ 2013-03-20  8:34 ` Santosh Shilimkar
  0 siblings, 0 replies; 12+ messages in thread
From: Santosh Shilimkar @ 2013-03-20  8:34 UTC (permalink / raw)
  To: tony; +Cc: linux-omap, linux-arm-kernel, gregkh, Santosh Shilimkar

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] 12+ messages in thread

* [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10
@ 2013-03-20  8:34 ` Santosh Shilimkar
  0 siblings, 0 replies; 12+ 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] 12+ 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
  -1 siblings, 0 replies; 12+ messages in thread
From: Santosh Shilimkar @ 2013-03-20  8:34 UTC (permalink / raw)
  To: tony; +Cc: linux-omap, linux-arm-kernel, gregkh, Santosh Shilimkar

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] 12+ messages in thread

* [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10
@ 2013-03-20  8:34   ` Santosh Shilimkar
  0 siblings, 0 replies; 12+ 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] 12+ messages in thread

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

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] 12+ messages in thread

* [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10
@ 2013-03-20  8:36 ` Santosh Shilimkar
  0 siblings, 0 replies; 12+ 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] 12+ messages in thread

* Re: [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
  -1 siblings, 0 replies; 12+ messages in thread
From: Santosh Shilimkar @ 2013-03-20  8:38 UTC (permalink / raw)
  To: tony; +Cc: Santosh Shilimkar, linux-omap, 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] 12+ messages in thread

* [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10
@ 2013-03-20  8:38   ` Santosh Shilimkar
  0 siblings, 0 replies; 12+ 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] 12+ messages in thread

* Re: [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10
  2013-03-20  8:36 ` Santosh Shilimkar
@ 2013-04-01 17:01   ` Tony Lindgren
  -1 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2013-04-01 17:01 UTC (permalink / raw)
  To: Santosh Shilimkar; +Cc: linux-omap, 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] 12+ messages in thread

* [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10
@ 2013-04-01 17:01   ` Tony Lindgren
  0 siblings, 0 replies; 12+ 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] 12+ messages in thread

* Re: [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
  -1 siblings, 0 replies; 12+ messages in thread
From: Santosh Shilimkar @ 2013-04-02  6:22 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, linux-arm-kernel, Paul Walmsley

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] 12+ messages in thread

* [GIT PULL] ARM: OMAP2+: Serial driver sysc cleanup for 3.10
@ 2013-04-02  6:22     ` Santosh Shilimkar
  0 siblings, 0 replies; 12+ 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] 12+ messages in thread

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

Thread overview: 12+ 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:36 ` Santosh Shilimkar
2013-03-20  8:38 ` Santosh Shilimkar
2013-03-20  8:38   ` Santosh Shilimkar
2013-04-01 17:01 ` Tony Lindgren
2013-04-01 17:01   ` Tony Lindgren
2013-04-02  6:22   ` Santosh Shilimkar
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
2013-03-20  8:34 ` Santosh Shilimkar
2013-03-20  8:34   ` Santosh Shilimkar

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.