All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] ARM: Keystone DTS update for 4.8
@ 2016-06-21 16:52 Santosh Shilimkar
  2016-06-21 16:52 ` [GIT PULL 2/3] ARM: Keystone config updates " Santosh Shilimkar
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Santosh Shilimkar @ 2016-06-21 16:52 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:

  Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)

are available in the git repository at:

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

for you to fetch changes up to 30220085a4b471e555f9233f861f43e4f24a0750:

  ARM: dts: k2g-evm: Add pinmuxing for UART0 (2016-06-09 09:40:21 -0700)

----------------------------------------------------------------
ARM: Keystone DTS update for 4.8

	- Pinmux entries for K2G
	- PCI DTS entry fixup

----------------------------------------------------------------
Keerthy (1):
      ARM: dts: keystone-k2l: Add pinctrl node

Lokesh Vutla (2):
      ARM: dts: keystone: Header file for pinctrl constants
      ARM: dts: k2g-evm: Add pinmuxing for UART0

Murali Karicheri (2):
      ARM: dts: keystone: remove bogus IO resource entry from PCI binding
      ARM: dts: keystone: add interrupt property to PCI controller bindings

Vitaly Andrianov (1):
      ARM: dts: k2g: Add pinctrl support

 arch/arm/boot/dts/keystone-k2e.dtsi    |   7 +-
 arch/arm/boot/dts/keystone-k2g-evm.dts |  11 +++
 arch/arm/boot/dts/keystone-k2g.dtsi    |   8 ++
 arch/arm/boot/dts/keystone-k2l.dtsi    | 149 +++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/keystone.dtsi        |   7 +-
 include/dt-bindings/pinctrl/keystone.h |  39 +++++++++
 6 files changed, 217 insertions(+), 4 deletions(-)
 create mode 100644 include/dt-bindings/pinctrl/keystone.h

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

* [GIT PULL 2/3] ARM: Keystone config updates for 4.8
  2016-06-21 16:52 [GIT PULL 1/3] ARM: Keystone DTS update for 4.8 Santosh Shilimkar
@ 2016-06-21 16:52 ` Santosh Shilimkar
  2016-07-05  3:52   ` Olof Johansson
  2016-06-21 16:52 ` [GIT PULL 3/3] ARM: Keystone pm_domain fix " Santosh Shilimkar
  2016-07-05  3:46 ` [GIT PULL 1/3] ARM: Keystone DTS update " Olof Johansson
  2 siblings, 1 reply; 7+ messages in thread
From: Santosh Shilimkar @ 2016-06-21 16:52 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:

  Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)

are available in the git repository at:

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

for you to fetch changes up to 229a4bc846e85461252ab7aec3ab2cae4bf22a9c:

  ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT (2016-06-14 17:56:51 -0700)

----------------------------------------------------------------
ARM: Keystone config updates for 4.8

	- Enable PINCTRL support
	- Remove redundant ARM_PATCH_PHYS_VIRT

----------------------------------------------------------------
Franklin S Cooper Jr (1):
      ARM: keystone: Enable PINCTRL_SINGLE Config

Lokesh Vutla (1):
      ARM: keystone: Enable PINCTRL config

Masahiro Yamada (1):
      ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT

 arch/arm/configs/keystone_defconfig | 1 +
 arch/arm/mach-keystone/Kconfig      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

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

* [GIT PULL 3/3] ARM: Keystone pm_domain fix for 4.8
  2016-06-21 16:52 [GIT PULL 1/3] ARM: Keystone DTS update for 4.8 Santosh Shilimkar
  2016-06-21 16:52 ` [GIT PULL 2/3] ARM: Keystone config updates " Santosh Shilimkar
@ 2016-06-21 16:52 ` Santosh Shilimkar
  2016-07-05  3:52   ` Olof Johansson
  2016-07-05  3:46 ` [GIT PULL 1/3] ARM: Keystone DTS update " Olof Johansson
  2 siblings, 1 reply; 7+ messages in thread
From: Santosh Shilimkar @ 2016-06-21 16:52 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:

  Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)

are available in the git repository at:

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

for you to fetch changes up to 39a5cbbc0e24586fc30af9ebfc9957c00f1c9f3b:

  ARM: keystone: fix missing keystone.h in pm_domain.c (2016-06-21 09:31:15 -0700)

----------------------------------------------------------------
ARM: Keystone fix for 4.8

	- pm_domain warning fix.

----------------------------------------------------------------
Ben Dooks (1):
      ARM: keystone: fix missing keystone.h in pm_domain.c

 arch/arm/mach-keystone/pm_domain.c | 2 ++
 1 file changed, 2 insertions(+)

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

* [GIT PULL 1/3] ARM: Keystone DTS update for 4.8
  2016-06-21 16:52 [GIT PULL 1/3] ARM: Keystone DTS update for 4.8 Santosh Shilimkar
  2016-06-21 16:52 ` [GIT PULL 2/3] ARM: Keystone config updates " Santosh Shilimkar
  2016-06-21 16:52 ` [GIT PULL 3/3] ARM: Keystone pm_domain fix " Santosh Shilimkar
@ 2016-07-05  3:46 ` Olof Johansson
  2 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2016-07-05  3:46 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 21, 2016 at 09:52:01AM -0700, Santosh Shilimkar wrote:
> The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:
> 
>   Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_dts_for_4.8
> 
> for you to fetch changes up to 30220085a4b471e555f9233f861f43e4f24a0750:
> 
>   ARM: dts: k2g-evm: Add pinmuxing for UART0 (2016-06-09 09:40:21 -0700)
> 
> ----------------------------------------------------------------
> ARM: Keystone DTS update for 4.8
> 
> 	- Pinmux entries for K2G
> 	- PCI DTS entry fixup

Merged,thanks!

-Olof

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

* [GIT PULL 2/3] ARM: Keystone config updates for 4.8
  2016-06-21 16:52 ` [GIT PULL 2/3] ARM: Keystone config updates " Santosh Shilimkar
@ 2016-07-05  3:52   ` Olof Johansson
  2016-07-05 16:17     ` Santosh Shilimkar
  0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2016-07-05  3:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 21, 2016 at 09:52:02AM -0700, Santosh Shilimkar wrote:
> The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:
> 
>   Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_config_for_4.8
> 
> for you to fetch changes up to 229a4bc846e85461252ab7aec3ab2cae4bf22a9c:
> 
>   ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT (2016-06-14 17:56:51 -0700)

Merged into next/defconfig, however note:
> 
> ----------------------------------------------------------------
> ARM: Keystone config updates for 4.8
> 
> 	- Enable PINCTRL support
> 	- Remove redundant ARM_PATCH_PHYS_VIRT
> 
> ----------------------------------------------------------------
> Franklin S Cooper Jr (1):
>       ARM: keystone: Enable PINCTRL_SINGLE Config
> 
> Lokesh Vutla (1):
>       ARM: keystone: Enable PINCTRL config
> 
> Masahiro Yamada (1):
>       ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT

We normally don't mix in mach* contents here. It's a tiny patch though so it's
not a showstopper, but if you sort them in a soc branch if you have more in
the future that'd be preferred.


-Olof

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

* [GIT PULL 3/3] ARM: Keystone pm_domain fix for 4.8
  2016-06-21 16:52 ` [GIT PULL 3/3] ARM: Keystone pm_domain fix " Santosh Shilimkar
@ 2016-07-05  3:52   ` Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2016-07-05  3:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 21, 2016 at 09:52:03AM -0700, Santosh Shilimkar wrote:
> The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:
> 
>   Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_for_4.8
> 
> for you to fetch changes up to 39a5cbbc0e24586fc30af9ebfc9957c00f1c9f3b:
> 
>   ARM: keystone: fix missing keystone.h in pm_domain.c (2016-06-21 09:31:15 -0700)

Merged, thanks.


-Olof

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

* [GIT PULL 2/3] ARM: Keystone config updates for 4.8
  2016-07-05  3:52   ` Olof Johansson
@ 2016-07-05 16:17     ` Santosh Shilimkar
  0 siblings, 0 replies; 7+ messages in thread
From: Santosh Shilimkar @ 2016-07-05 16:17 UTC (permalink / raw)
  To: linux-arm-kernel

On 7/4/2016 8:52 PM, Olof Johansson wrote:
> On Tue, Jun 21, 2016 at 09:52:02AM -0700, Santosh Shilimkar wrote:
>> The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:
>>
>>   Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_config_for_4.8
>>
>> for you to fetch changes up to 229a4bc846e85461252ab7aec3ab2cae4bf22a9c:
>>
>>   ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT (2016-06-14 17:56:51 -0700)
>
> Merged into next/defconfig, however note:

Thanks !!

>>
>> ----------------------------------------------------------------
>> ARM: Keystone config updates for 4.8
>>
>> 	- Enable PINCTRL support
>> 	- Remove redundant ARM_PATCH_PHYS_VIRT
>>
>> ----------------------------------------------------------------
>> Franklin S Cooper Jr (1):
>>       ARM: keystone: Enable PINCTRL_SINGLE Config
>>
>> Lokesh Vutla (1):
>>       ARM: keystone: Enable PINCTRL config
>>
>> Masahiro Yamada (1):
>>       ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT
>
> We normally don't mix in mach* contents here. It's a tiny patch though so it's
> not a showstopper, but if you sort them in a soc branch if you have more in
> the future that'd be preferred.
>
I should have added this in PULL 3/3 tag. Sorry.
Thanks for taking care this time.

Regards,
Santosh

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

end of thread, other threads:[~2016-07-05 16:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-21 16:52 [GIT PULL 1/3] ARM: Keystone DTS update for 4.8 Santosh Shilimkar
2016-06-21 16:52 ` [GIT PULL 2/3] ARM: Keystone config updates " Santosh Shilimkar
2016-07-05  3:52   ` Olof Johansson
2016-07-05 16:17     ` Santosh Shilimkar
2016-06-21 16:52 ` [GIT PULL 3/3] ARM: Keystone pm_domain fix " Santosh Shilimkar
2016-07-05  3:52   ` Olof Johansson
2016-07-05  3:46 ` [GIT PULL 1/3] ARM: Keystone DTS update " Olof Johansson

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.