Re: [GIT PULL] msm core for 3.10

2013-04-15 Thread Rob Herring
On 04/14/2013 10:49 PM, Olof Johansson wrote:
> Hi,
> 
> On Fri, Apr 12, 2013 at 03:43:15PM -0700, David Brown wrote:
>> The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9:
>>
>>   Linux 3.9-rc2 (2013-03-10 16:54:19 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git 
>> tags/msm-core-3.10

>>  .../devicetree/bindings/arm/msm/timer.txt  |  41 
>>  arch/arm/boot/dts/msm8660-surf.dts |  20 ++--
>>  arch/arm/boot/dts/msm8960-cdp.dts  |  22 ++---
>>  arch/arm/mach-msm/timer.c  | 110 
>> ++---
>>  4 files changed, 86 insertions(+), 107 deletions(-)
> 
> I didn't see either of the device tree maintainers cc:d on the bindings
> update, nor an ack from them. It looks reasonable enough to me, but I
> also do know that in your private downstream tree you have a lot of new
> bindings. Please make sure these go through proper review channels as
> you start to upstream them; i.e. Grant Likely and Rob Herring should
> either merge or ack them.
> 
> I've cc:d Rob and Grant on this reply and I'll merge it for now but to avoid
> delays in getting your code merged in the future please make sure they are in
> the loop from the beginning.

Other than breaking the DTB-kernel ABI, looks fine to me. It's a
platform decision whether they are okay with that or not.

Rob


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] msm core for 3.10

2013-04-15 Thread Rob Herring
On 04/14/2013 10:49 PM, Olof Johansson wrote:
 Hi,
 
 On Fri, Apr 12, 2013 at 03:43:15PM -0700, David Brown wrote:
 The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9:

   Linux 3.9-rc2 (2013-03-10 16:54:19 -0700)

 are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git 
 tags/msm-core-3.10

  .../devicetree/bindings/arm/msm/timer.txt  |  41 
  arch/arm/boot/dts/msm8660-surf.dts |  20 ++--
  arch/arm/boot/dts/msm8960-cdp.dts  |  22 ++---
  arch/arm/mach-msm/timer.c  | 110 
 ++---
  4 files changed, 86 insertions(+), 107 deletions(-)
 
 I didn't see either of the device tree maintainers cc:d on the bindings
 update, nor an ack from them. It looks reasonable enough to me, but I
 also do know that in your private downstream tree you have a lot of new
 bindings. Please make sure these go through proper review channels as
 you start to upstream them; i.e. Grant Likely and Rob Herring should
 either merge or ack them.
 
 I've cc:d Rob and Grant on this reply and I'll merge it for now but to avoid
 delays in getting your code merged in the future please make sure they are in
 the loop from the beginning.

Other than breaking the DTB-kernel ABI, looks fine to me. It's a
platform decision whether they are okay with that or not.

Rob


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] msm core for 3.10

2013-04-14 Thread Olof Johansson
Hi,

On Fri, Apr 12, 2013 at 03:43:15PM -0700, David Brown wrote:
> The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9:
> 
>   Linux 3.9-rc2 (2013-03-10 16:54:19 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git 
> tags/msm-core-3.10
> 
> for you to fetch changes up to e25e3d1fef2c57e49aef64535341c15fe2b29b4a:
> 
>   ARM: msm: Wait for timer clear to complete (2013-03-22 10:46:16 -0700)
> 
> 
> Patches for MSM core
> 
> These patches are changes to the MSM timer code that will be for
> upcoming targets, including a generalization of the binding and
> preventing a missing timer interrupt.
> 
> 
> Stephen Boyd (2):
>   ARM: msm: Rework timer binding to be more general
>   ARM: msm: Wait for timer clear to complete
> 
>  .../devicetree/bindings/arm/msm/timer.txt  |  41 
>  arch/arm/boot/dts/msm8660-surf.dts |  20 ++--
>  arch/arm/boot/dts/msm8960-cdp.dts  |  22 ++---
>  arch/arm/mach-msm/timer.c  | 110 
> ++---
>  4 files changed, 86 insertions(+), 107 deletions(-)

I didn't see either of the device tree maintainers cc:d on the bindings
update, nor an ack from them. It looks reasonable enough to me, but I
also do know that in your private downstream tree you have a lot of new
bindings. Please make sure these go through proper review channels as
you start to upstream them; i.e. Grant Likely and Rob Herring should
either merge or ack them.

I've cc:d Rob and Grant on this reply and I'll merge it for now but to avoid
delays in getting your code merged in the future please make sure they are in
the loop from the beginning.


Thanks,

-Olof
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] msm core for 3.10

2013-04-14 Thread Olof Johansson
Hi,

On Fri, Apr 12, 2013 at 03:43:15PM -0700, David Brown wrote:
 The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9:
 
   Linux 3.9-rc2 (2013-03-10 16:54:19 -0700)
 
 are available in the git repository at:
 
   git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git 
 tags/msm-core-3.10
 
 for you to fetch changes up to e25e3d1fef2c57e49aef64535341c15fe2b29b4a:
 
   ARM: msm: Wait for timer clear to complete (2013-03-22 10:46:16 -0700)
 
 
 Patches for MSM core
 
 These patches are changes to the MSM timer code that will be for
 upcoming targets, including a generalization of the binding and
 preventing a missing timer interrupt.
 
 
 Stephen Boyd (2):
   ARM: msm: Rework timer binding to be more general
   ARM: msm: Wait for timer clear to complete
 
  .../devicetree/bindings/arm/msm/timer.txt  |  41 
  arch/arm/boot/dts/msm8660-surf.dts |  20 ++--
  arch/arm/boot/dts/msm8960-cdp.dts  |  22 ++---
  arch/arm/mach-msm/timer.c  | 110 
 ++---
  4 files changed, 86 insertions(+), 107 deletions(-)

I didn't see either of the device tree maintainers cc:d on the bindings
update, nor an ack from them. It looks reasonable enough to me, but I
also do know that in your private downstream tree you have a lot of new
bindings. Please make sure these go through proper review channels as
you start to upstream them; i.e. Grant Likely and Rob Herring should
either merge or ack them.

I've cc:d Rob and Grant on this reply and I'll merge it for now but to avoid
delays in getting your code merged in the future please make sure they are in
the loop from the beginning.


Thanks,

-Olof
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] msm core for 3.10

2013-04-12 Thread David Brown
The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9:

  Linux 3.9-rc2 (2013-03-10 16:54:19 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git 
tags/msm-core-3.10

for you to fetch changes up to e25e3d1fef2c57e49aef64535341c15fe2b29b4a:

  ARM: msm: Wait for timer clear to complete (2013-03-22 10:46:16 -0700)


Patches for MSM core

These patches are changes to the MSM timer code that will be for
upcoming targets, including a generalization of the binding and
preventing a missing timer interrupt.


Stephen Boyd (2):
  ARM: msm: Rework timer binding to be more general
  ARM: msm: Wait for timer clear to complete

 .../devicetree/bindings/arm/msm/timer.txt  |  41 
 arch/arm/boot/dts/msm8660-surf.dts |  20 ++--
 arch/arm/boot/dts/msm8960-cdp.dts  |  22 ++---
 arch/arm/mach-msm/timer.c  | 110 ++---
 4 files changed, 86 insertions(+), 107 deletions(-)

-- 
sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] msm core for 3.10

2013-04-12 Thread David Brown
The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9:

  Linux 3.9-rc2 (2013-03-10 16:54:19 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git 
tags/msm-core-3.10

for you to fetch changes up to e25e3d1fef2c57e49aef64535341c15fe2b29b4a:

  ARM: msm: Wait for timer clear to complete (2013-03-22 10:46:16 -0700)


Patches for MSM core

These patches are changes to the MSM timer code that will be for
upcoming targets, including a generalization of the binding and
preventing a missing timer interrupt.


Stephen Boyd (2):
  ARM: msm: Rework timer binding to be more general
  ARM: msm: Wait for timer clear to complete

 .../devicetree/bindings/arm/msm/timer.txt  |  41 
 arch/arm/boot/dts/msm8660-surf.dts |  20 ++--
 arch/arm/boot/dts/msm8960-cdp.dts  |  22 ++---
 arch/arm/mach-msm/timer.c  | 110 ++---
 4 files changed, 86 insertions(+), 107 deletions(-)

-- 
sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/