linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] ARM: keystone: device tree updates for 3.14
@ 2013-12-16 21:46 Santosh Shilimkar
  2013-12-16 21:46 ` [GIT PULL 2/3] ARM: keystone: SOC " Santosh Shilimkar
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Santosh Shilimkar @ 2013-12-16 21:46 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Olof, Kevin,

Please pull below keystone device tree updates for 3.14

Regards,
Santosh

The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

  Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-dts

for you to fetch changes up to 732079567da4942b7b4929deff8f236926d0b3eb:

  ARM: dts: keystone: Add usb devicetree bindings (2013-12-12 20:29:17 -0500)

----------------------------------------------------------------
Keystone DTS updates for 3.14

- ddr3 pll clock node typo fixup.
- EVM specific clock setting with board k2hk-evm.dts.
- GIC node updates for missing virtualisation info.
- Adding USB dwc3 and phy nodes.

----------------------------------------------------------------
Murali Karicheri (3):
      ARM: keystone: dts: add a k2hk-evm specific dts file
      ARM: keystone: dts: fix typo in the ddr3 pllclk node name
      ARM: keystone: dts: add paclk divider clock node

Santosh Shilimkar (2):
      ARM: dts: keystone: Add the GICV and GICH address space
      ARM: dts: keystone: Add guestos maintenance interrupt

WingMan Kwok (2):
      ARM: dts: keystone: Add usb phy devicetree bindings
      ARM: dts: keystone: Add usb devicetree bindings

 .../devicetree/bindings/usb/keystone-phy.txt       |   20 +++++++
 .../devicetree/bindings/usb/keystone-usb.txt       |   42 +++++++++++++
 arch/arm/boot/dts/k2hk-evm.dts                     |   63 ++++++++++++++++++++
 arch/arm/boot/dts/keystone-clocks.dtsi             |   36 ++++++-----
 arch/arm/boot/dts/{keystone.dts => keystone.dtsi}  |   35 ++++++++++-
 5 files changed, 174 insertions(+), 22 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/usb/keystone-phy.txt
 create mode 100644 Documentation/devicetree/bindings/usb/keystone-usb.txt
 create mode 100644 arch/arm/boot/dts/k2hk-evm.dts
 rename arch/arm/boot/dts/{keystone.dts => keystone.dtsi} (82%)

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

* [GIT PULL 2/3] ARM: keystone: SOC updates for 3.14
  2013-12-16 21:46 [GIT PULL 1/3] ARM: keystone: device tree updates for 3.14 Santosh Shilimkar
@ 2013-12-16 21:46 ` Santosh Shilimkar
  2013-12-19 23:10   ` Kevin Hilman
  2013-12-16 21:46 ` [GIT PULL 3/3] ARM: MAINTAINERS: " Santosh Shilimkar
  2013-12-19 23:03 ` [GIT PULL 1/3] ARM: keystone: device tree " Kevin Hilman
  2 siblings, 1 reply; 11+ messages in thread
From: Santosh Shilimkar @ 2013-12-16 21:46 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Olof, Kevin,

Please pull below keystone SOC updates for 3.14

Regards,
Santosh

The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

  Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git for_3.14/soc

for you to fetch changes up to 8aad10f656470369b5802da422f68d4d31fcb865:

  ARM: keystone: defconfig: enable USB support (2013-12-16 16:03:36 -0500)

----------------------------------------------------------------
Keystone SOC updates for 3.14

- Allow keystone kernel to be build in BE mode
- Enabling DMA zone support
- Removal of double of_clk_init
- Enabling USB driver support in defconfig

----------------------------------------------------------------
Santosh Shilimkar (3):
      ARM: keystone: enable DMA zone for LPAE
      ARM: keystone: Make PM bus ready before populating platform devices
      ARM: keystone: Avoid calling of_clk_init() twice

Taras Kondratiuk (1):
      ARM: keystone: enable big endian support

WingMan Kwok (1):
      ARM: keystone: defconfig: enable USB support

 arch/arm/configs/keystone_defconfig |   20 +++++++++++++++++++-
 arch/arm/mach-keystone/Kconfig      |    2 ++
 arch/arm/mach-keystone/keystone.c   |    4 ++++
 arch/arm/mach-keystone/keystone.h   |    1 +
 arch/arm/mach-keystone/pm_domain.c  |    2 --
 5 files changed, 26 insertions(+), 3 deletions(-)

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

* [GIT PULL 3/3] ARM: MAINTAINERS: SOC updates for 3.14
  2013-12-16 21:46 [GIT PULL 1/3] ARM: keystone: device tree updates for 3.14 Santosh Shilimkar
  2013-12-16 21:46 ` [GIT PULL 2/3] ARM: keystone: SOC " Santosh Shilimkar
@ 2013-12-16 21:46 ` Santosh Shilimkar
  2013-12-19 23:14   ` Kevin Hilman
  2013-12-19 23:03 ` [GIT PULL 1/3] ARM: keystone: device tree " Kevin Hilman
  2 siblings, 1 reply; 11+ messages in thread
From: Santosh Shilimkar @ 2013-12-16 21:46 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Olof, Kevin,

Please pull below couple of updates to MAINTAINERS file for Keystone

Regards,
Santosh

The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

  Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone/maintainer-file

for you to fetch changes up to cffa8e3b5c7dcf7617268561397eb236651446f8:

  MAINTAINERS: Add keystone clock drivers (2013-12-16 16:01:14 -0500)

----------------------------------------------------------------
Couple of updates to MAINTAINERS file for Keystone

- Add git tree information
- Add clock drivers entry

----------------------------------------------------------------
Santosh Shilimkar (2):
      MAINTAINERS: Add keystone git tree information
      MAINTAINERS: Add keystone clock drivers

 MAINTAINERS |    2 ++
 1 file changed, 2 insertions(+)

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

* [GIT PULL 1/3] ARM: keystone: device tree updates for 3.14
  2013-12-16 21:46 [GIT PULL 1/3] ARM: keystone: device tree updates for 3.14 Santosh Shilimkar
  2013-12-16 21:46 ` [GIT PULL 2/3] ARM: keystone: SOC " Santosh Shilimkar
  2013-12-16 21:46 ` [GIT PULL 3/3] ARM: MAINTAINERS: " Santosh Shilimkar
@ 2013-12-19 23:03 ` Kevin Hilman
  2013-12-20  0:03   ` Santosh Shilimkar
  2 siblings, 1 reply; 11+ messages in thread
From: Kevin Hilman @ 2013-12-19 23:03 UTC (permalink / raw)
  To: linux-arm-kernel

Santosh Shilimkar <santosh.shilimkar@ti.com> writes:

> Arnd, Olof, Kevin,
>
> Please pull below keystone device tree updates for 3.14
>
> Regards,
> Santosh
>
> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
>
>   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-dts
>
> for you to fetch changes up to 732079567da4942b7b4929deff8f236926d0b3eb:
>
>   ARM: dts: keystone: Add usb devicetree bindings (2013-12-12 20:29:17 -0500)
>
> ----------------------------------------------------------------
> Keystone DTS updates for 3.14
>
> - ddr3 pll clock node typo fixup.
> - EVM specific clock setting with board k2hk-evm.dts.
> - GIC node updates for missing virtualisation info.
> - Adding USB dwc3 and phy nodes.
>
> ----------------------------------------------------------------
> Murali Karicheri (3):
>       ARM: keystone: dts: add a k2hk-evm specific dts file
>       ARM: keystone: dts: fix typo in the ddr3 pllclk node name
>       ARM: keystone: dts: add paclk divider clock node
>
> Santosh Shilimkar (2):
>       ARM: dts: keystone: Add the GICV and GICH address space
>       ARM: dts: keystone: Add guestos maintenance interrupt
>
> WingMan Kwok (2):
>       ARM: dts: keystone: Add usb phy devicetree bindings
>       ARM: dts: keystone: Add usb devicetree bindings

I'm not willing to pull these new bindings.

These new bindings don't have an ack from DT maintainers, and from a
quick scan of the archives, don't appear to have ever been posted to the
DT list.  If they had been posted to the DT list, and hadn't had a
response after 2 weeks, it would've been OK for you to queue them up for
us, but as it stands they haven't even been posted for the attention of
the DT maintainers.  Please remedy that.  Thanks.

Kevin

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

* [GIT PULL 2/3] ARM: keystone: SOC updates for 3.14
  2013-12-16 21:46 ` [GIT PULL 2/3] ARM: keystone: SOC " Santosh Shilimkar
@ 2013-12-19 23:10   ` Kevin Hilman
  2013-12-20  0:41     ` Santosh Shilimkar
  0 siblings, 1 reply; 11+ messages in thread
From: Kevin Hilman @ 2013-12-19 23:10 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Santosh,

Santosh Shilimkar <santosh.shilimkar@ti.com> writes:

> Arnd, Olof, Kevin,
>
> Please pull below keystone SOC updates for 3.14
>
> Regards,
> Santosh
>
> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
>
>   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git for_3.14/soc
>
> for you to fetch changes up to 8aad10f656470369b5802da422f68d4d31fcb865:
>
>   ARM: keystone: defconfig: enable USB support (2013-12-16 16:03:36 -0500)
>
> ----------------------------------------------------------------

Any (good) reason you're not using signed tags?

> Keystone SOC updates for 3.14
>
> - Allow keystone kernel to be build in BE mode
> - Enabling DMA zone support
> - Removal of double of_clk_init
> - Enabling USB driver support in defconfig
>
> ----------------------------------------------------------------

Pulled into next/soc.  

Thanks,

Kevin

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

* [GIT PULL 3/3] ARM: MAINTAINERS: SOC updates for 3.14
  2013-12-16 21:46 ` [GIT PULL 3/3] ARM: MAINTAINERS: " Santosh Shilimkar
@ 2013-12-19 23:14   ` Kevin Hilman
  2013-12-20  0:46     ` Santosh Shilimkar
  0 siblings, 1 reply; 11+ messages in thread
From: Kevin Hilman @ 2013-12-19 23:14 UTC (permalink / raw)
  To: linux-arm-kernel

Santosh Shilimkar <santosh.shilimkar@ti.com> writes:

> Arnd, Olof, Kevin,
>
> Please pull below couple of updates to MAINTAINERS file for Keystone
>
> Regards,
> Santosh
>
> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
>
>   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone/maintainer-file
>
> for you to fetch changes up to cffa8e3b5c7dcf7617268561397eb236651446f8:
>
>   MAINTAINERS: Add keystone clock drivers (2013-12-16 16:01:14 -0500)
>
> ----------------------------------------------------------------
> Couple of updates to MAINTAINERS file for Keystone
>
> - Add git tree information
> - Add clock drivers entry
>
> ----------------------------------------------------------------

Applied to fixes.

Kevin

> Santosh Shilimkar (2):
>       MAINTAINERS: Add keystone git tree information
>       MAINTAINERS: Add keystone clock drivers
>
>  MAINTAINERS |    2 ++
>  1 file changed, 2 insertions(+)

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

* [GIT PULL 1/3] ARM: keystone: device tree updates for 3.14
  2013-12-19 23:03 ` [GIT PULL 1/3] ARM: keystone: device tree " Kevin Hilman
@ 2013-12-20  0:03   ` Santosh Shilimkar
  2013-12-20 15:51     ` Kevin Hilman
  0 siblings, 1 reply; 11+ messages in thread
From: Santosh Shilimkar @ 2013-12-20  0:03 UTC (permalink / raw)
  To: linux-arm-kernel

Kevin,

On Thursday 19 December 2013 06:03 PM, Kevin Hilman wrote:
> Santosh Shilimkar <santosh.shilimkar@ti.com> writes:
> 
>> Arnd, Olof, Kevin,
>>
>> Please pull below keystone device tree updates for 3.14
>>
>> Regards,
>> Santosh
>>
>> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
>>
>>   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-dts
>>
>> for you to fetch changes up to 732079567da4942b7b4929deff8f236926d0b3eb:
>>
>>   ARM: dts: keystone: Add usb devicetree bindings (2013-12-12 20:29:17 -0500)
>>
>> ----------------------------------------------------------------
>> Keystone DTS updates for 3.14
>>
>> - ddr3 pll clock node typo fixup.
>> - EVM specific clock setting with board k2hk-evm.dts.
>> - GIC node updates for missing virtualisation info.
>> - Adding USB dwc3 and phy nodes.
>>
>> ----------------------------------------------------------------
>> Murali Karicheri (3):
>>       ARM: keystone: dts: add a k2hk-evm specific dts file
>>       ARM: keystone: dts: fix typo in the ddr3 pllclk node name
>>       ARM: keystone: dts: add paclk divider clock node
>>
>> Santosh Shilimkar (2):
>>       ARM: dts: keystone: Add the GICV and GICH address space
>>       ARM: dts: keystone: Add guestos maintenance interrupt
>>
>> WingMan Kwok (2):
>>       ARM: dts: keystone: Add usb phy devicetree bindings
>>       ARM: dts: keystone: Add usb devicetree bindings
> 
> I'm not willing to pull these new bindings.
> 
> These new bindings don't have an ack from DT maintainers, and from a
> quick scan of the archives, don't appear to have ever been posted to the
> DT list.  If they had been posted to the DT list, and hadn't had a
> response after 2 weeks, it would've been OK for you to queue them up for
> us, but as it stands they haven't even been posted for the attention of
> the DT maintainers.  Please remedy that.  Thanks.
> 
Not sure if you got confused because of the subject line on couple
of patches. There are no new dt bindings in $subject pull request.
Its all just updating the machine dts files for existing bindings.
And hence explicitly not sent for device tree list.

I have some more dt patches which adds new bindings which has been
getting reviewed with dt folks. And since they are not yet acked,
i haven't included them in the series.

Can you please check one more time and let me know if I am missing
something ?

Regards,
Santosh

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

* [GIT PULL 2/3] ARM: keystone: SOC updates for 3.14
  2013-12-19 23:10   ` Kevin Hilman
@ 2013-12-20  0:41     ` Santosh Shilimkar
  0 siblings, 0 replies; 11+ messages in thread
From: Santosh Shilimkar @ 2013-12-20  0:41 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 19 December 2013 06:10 PM, Kevin Hilman wrote:
> Hi Santosh,
> 
> Santosh Shilimkar <santosh.shilimkar@ti.com> writes:
> 
>> Arnd, Olof, Kevin,
>>
>> Please pull below keystone SOC updates for 3.14
>>
>> Regards,
>> Santosh
>>
>> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
>>
>>   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git for_3.14/soc
>>
>> for you to fetch changes up to 8aad10f656470369b5802da422f68d4d31fcb865:
>>
>>   ARM: keystone: defconfig: enable USB support (2013-12-16 16:03:36 -0500)
>>
>> ----------------------------------------------------------------
> 
> Any (good) reason you're not using signed tags?
>
No reason but just forgot to include the tag information in pull request.
It was already tagged but missed to generate pull-request using tag.
Just in case you want to pull the tag, below is the info...

git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-soc
 
>> Keystone SOC updates for 3.14
>>
>> - Allow keystone kernel to be build in BE mode
>> - Enabling DMA zone support
>> - Removal of double of_clk_init
>> - Enabling USB driver support in defconfig
>>
>> ----------------------------------------------------------------
> 
> Pulled into next/soc.  
> 
Thanks and sorry for not including the tag info first place.

Regards,
Santosh

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

* [GIT PULL 3/3] ARM: MAINTAINERS: SOC updates for 3.14
  2013-12-19 23:14   ` Kevin Hilman
@ 2013-12-20  0:46     ` Santosh Shilimkar
  0 siblings, 0 replies; 11+ messages in thread
From: Santosh Shilimkar @ 2013-12-20  0:46 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 19 December 2013 06:14 PM, Kevin Hilman wrote:
> Santosh Shilimkar <santosh.shilimkar@ti.com> writes:
> 
>> Arnd, Olof, Kevin,
>>
>> Please pull below couple of updates to MAINTAINERS file for Keystone
>>
>> Regards,
>> Santosh
>>
>> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
>> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
>>
>>   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone/maintainer-file
>>
>> for you to fetch changes up to cffa8e3b5c7dcf7617268561397eb236651446f8:
>>
>>   MAINTAINERS: Add keystone clock drivers (2013-12-16 16:01:14 -0500)
>>
>> ----------------------------------------------------------------
>> Couple of updates to MAINTAINERS file for Keystone
>>
>> - Add git tree information
>> - Add clock drivers entry
>>
>> ----------------------------------------------------------------
> 
> Applied to fixes.
> 
Thanks Kevin !!

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

* [GIT PULL 1/3] ARM: keystone: device tree updates for 3.14
  2013-12-20  0:03   ` Santosh Shilimkar
@ 2013-12-20 15:51     ` Kevin Hilman
  2013-12-20 16:16       ` Santosh Shilimkar
  0 siblings, 1 reply; 11+ messages in thread
From: Kevin Hilman @ 2013-12-20 15:51 UTC (permalink / raw)
  To: linux-arm-kernel

Santosh Shilimkar <santosh.shilimkar@ti.com> writes:

> Kevin,
>
> On Thursday 19 December 2013 06:03 PM, Kevin Hilman wrote:
>> Santosh Shilimkar <santosh.shilimkar@ti.com> writes:
>> 
>>> Arnd, Olof, Kevin,
>>>
>>> Please pull below keystone device tree updates for 3.14
>>>
>>> Regards,
>>> Santosh
>>>
>>> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
>>>
>>>   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
>>>
>>> are available in the git repository at:
>>>
>>>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-dts
>>>
>>> for you to fetch changes up to 732079567da4942b7b4929deff8f236926d0b3eb:
>>>
>>>   ARM: dts: keystone: Add usb devicetree bindings (2013-12-12 20:29:17 -0500)
>>>
>>> ----------------------------------------------------------------
>>> Keystone DTS updates for 3.14
>>>
>>> - ddr3 pll clock node typo fixup.
>>> - EVM specific clock setting with board k2hk-evm.dts.
>>> - GIC node updates for missing virtualisation info.
>>> - Adding USB dwc3 and phy nodes.
>>>
>>> ----------------------------------------------------------------
>>> Murali Karicheri (3):
>>>       ARM: keystone: dts: add a k2hk-evm specific dts file
>>>       ARM: keystone: dts: fix typo in the ddr3 pllclk node name
>>>       ARM: keystone: dts: add paclk divider clock node
>>>
>>> Santosh Shilimkar (2):
>>>       ARM: dts: keystone: Add the GICV and GICH address space
>>>       ARM: dts: keystone: Add guestos maintenance interrupt
>>>
>>> WingMan Kwok (2):
>>>       ARM: dts: keystone: Add usb phy devicetree bindings
>>>       ARM: dts: keystone: Add usb devicetree bindings
>> 
>> I'm not willing to pull these new bindings.
>> 
>> These new bindings don't have an ack from DT maintainers, and from a
>> quick scan of the archives, don't appear to have ever been posted to the
>> DT list.  If they had been posted to the DT list, and hadn't had a
>> response after 2 weeks, it would've been OK for you to queue them up for
>> us, but as it stands they haven't even been posted for the attention of
>> the DT maintainers.  Please remedy that.  Thanks.
>> 
> Not sure if you got confused because of the subject line on couple
> of patches. There are no new dt bindings in $subject pull request.
> Its all just updating the machine dts files for existing bindings.
> And hence explicitly not sent for device tree list.
>
> I have some more dt patches which adds new bindings which has been
> getting reviewed with dt folks. And since they are not yet acked,
> i haven't included them in the series.
>
> Can you please check one more time and let me know if I am missing
> something ?

It was the creation of new files in Documentation/devicetree/bindings
that I saw with no review/ack etc. that I was referring to.  Having a
closer look, I see they're just adding documentation for SoC specific
parts of existing bindings, so we can merge those.

Pulled into next/dt.

Thanks,

Kevin

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

* [GIT PULL 1/3] ARM: keystone: device tree updates for 3.14
  2013-12-20 15:51     ` Kevin Hilman
@ 2013-12-20 16:16       ` Santosh Shilimkar
  0 siblings, 0 replies; 11+ messages in thread
From: Santosh Shilimkar @ 2013-12-20 16:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 20 December 2013 10:51 AM, Kevin Hilman wrote:
> Santosh Shilimkar <santosh.shilimkar@ti.com> writes:
> 
>> Kevin,
>>
>> On Thursday 19 December 2013 06:03 PM, Kevin Hilman wrote:
>>> Santosh Shilimkar <santosh.shilimkar@ti.com> writes:
>>>
>>>> Arnd, Olof, Kevin,
>>>>
>>>> Please pull below keystone device tree updates for 3.14
>>>>
>>>> Regards,
>>>> Santosh
>>>>
>>>> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
>>>>
>>>>   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
>>>>
>>>> are available in the git repository at:
>>>>
>>>>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-dts
>>>>
>>>> for you to fetch changes up to 732079567da4942b7b4929deff8f236926d0b3eb:
>>>>
>>>>   ARM: dts: keystone: Add usb devicetree bindings (2013-12-12 20:29:17 -0500)
>>>>
>>>> ----------------------------------------------------------------
>>>> Keystone DTS updates for 3.14
>>>>
>>>> - ddr3 pll clock node typo fixup.
>>>> - EVM specific clock setting with board k2hk-evm.dts.
>>>> - GIC node updates for missing virtualisation info.
>>>> - Adding USB dwc3 and phy nodes.
>>>>
>>>> ----------------------------------------------------------------
>>>> Murali Karicheri (3):
>>>>       ARM: keystone: dts: add a k2hk-evm specific dts file
>>>>       ARM: keystone: dts: fix typo in the ddr3 pllclk node name
>>>>       ARM: keystone: dts: add paclk divider clock node
>>>>
>>>> Santosh Shilimkar (2):
>>>>       ARM: dts: keystone: Add the GICV and GICH address space
>>>>       ARM: dts: keystone: Add guestos maintenance interrupt
>>>>
>>>> WingMan Kwok (2):
>>>>       ARM: dts: keystone: Add usb phy devicetree bindings
>>>>       ARM: dts: keystone: Add usb devicetree bindings
>>>
>>> I'm not willing to pull these new bindings.
>>>
>>> These new bindings don't have an ack from DT maintainers, and from a
>>> quick scan of the archives, don't appear to have ever been posted to the
>>> DT list.  If they had been posted to the DT list, and hadn't had a
>>> response after 2 weeks, it would've been OK for you to queue them up for
>>> us, but as it stands they haven't even been posted for the attention of
>>> the DT maintainers.  Please remedy that.  Thanks.
>>>
>> Not sure if you got confused because of the subject line on couple
>> of patches. There are no new dt bindings in $subject pull request.
>> Its all just updating the machine dts files for existing bindings.
>> And hence explicitly not sent for device tree list.
>>
>> I have some more dt patches which adds new bindings which has been
>> getting reviewed with dt folks. And since they are not yet acked,
>> i haven't included them in the series.
>>
>> Can you please check one more time and let me know if I am missing
>> something ?
> 
> It was the creation of new files in Documentation/devicetree/bindings
> that I saw with no review/ack etc. that I was referring to.  Having a
> closer look, I see they're just adding documentation for SoC specific
> parts of existing bindings, so we can merge those.
> 
> Pulled into next/dt.
> 
Thanks Kevin !!

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

end of thread, other threads:[~2013-12-20 16:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16 21:46 [GIT PULL 1/3] ARM: keystone: device tree updates for 3.14 Santosh Shilimkar
2013-12-16 21:46 ` [GIT PULL 2/3] ARM: keystone: SOC " Santosh Shilimkar
2013-12-19 23:10   ` Kevin Hilman
2013-12-20  0:41     ` Santosh Shilimkar
2013-12-16 21:46 ` [GIT PULL 3/3] ARM: MAINTAINERS: " Santosh Shilimkar
2013-12-19 23:14   ` Kevin Hilman
2013-12-20  0:46     ` Santosh Shilimkar
2013-12-19 23:03 ` [GIT PULL 1/3] ARM: keystone: device tree " Kevin Hilman
2013-12-20  0:03   ` Santosh Shilimkar
2013-12-20 15:51     ` Kevin Hilman
2013-12-20 16:16       ` 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).