linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: Keystone updates for v4.2
@ 2015-05-22 15:58 Santosh Shilimkar
  2015-06-08 15:26 ` santosh shilimkar
  2015-06-10 22:32 ` Kevin Hilman
  0 siblings, 2 replies; 4+ messages in thread
From: Santosh Shilimkar @ 2015-05-22 15:58 UTC (permalink / raw)
  To: linux-arm-kernel

Please pull keystone update for 4.2. Since there was just one
config update, sending it along with dts changes. The MMU
switching series which includes few keystone arch update will
go via RMK's tree because of dependencies with core code.

The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -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.2

for you to fetch changes up to b8c80afb65a0bcf55875194ce8cc9cea69aed845:

  ARM: dts: k2l: fix the netcp range size (2015-05-22 08:52:15 -0700)

----------------------------------------------------------------
ARM: Keystone updates for v4.2

Update contains:
        - Keystone EVM(s) dts files updates to add NETCP driver.
        - config update to enable NETCP driver by default.

----------------------------------------------------------------
Murali Karicheri (7):
      ARM: keystone: defconfig: enable netcp driver by default
      ARM: dts: k2hk-evm: Add device bindings for netcp driver
      ARM: dts: k2e-evm: Add device bindings for netcp driver
      ARM: dts: k2l-evm: Add device bindings for netcp driver
      ARM: dts: k2hk: fix the netcp range size
      ARM: dts: k2e: fix the netcp range size
      ARM: dts: k2l: fix the netcp range size

 arch/arm/boot/dts/k2e-evm.dts       |   1 +
 arch/arm/boot/dts/k2e-netcp.dtsi    | 206 +++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/k2e.dtsi          |   1 +
 arch/arm/boot/dts/k2hk-evm.dts      |   1 +
 arch/arm/boot/dts/k2hk-netcp.dtsi   | 208 ++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/k2hk.dtsi         |   1 +
 arch/arm/boot/dts/k2l-evm.dts       |   1 +
 arch/arm/boot/dts/k2l-netcp.dtsi    | 189 ++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/k2l.dtsi          |   1 +
 arch/arm/configs/keystone_defconfig |   6 ++
 10 files changed, 615 insertions(+)
 create mode 100644 arch/arm/boot/dts/k2e-netcp.dtsi
 create mode 100644 arch/arm/boot/dts/k2hk-netcp.dtsi
 create mode 100644 arch/arm/boot/dts/k2l-netcp.dtsi

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

* [GIT PULL] ARM: Keystone updates for v4.2
  2015-05-22 15:58 [GIT PULL] ARM: Keystone updates for v4.2 Santosh Shilimkar
@ 2015-06-08 15:26 ` santosh shilimkar
  2015-06-10 22:32 ` Kevin Hilman
  1 sibling, 0 replies; 4+ messages in thread
From: santosh shilimkar @ 2015-06-08 15:26 UTC (permalink / raw)
  To: linux-arm-kernel

Ping !!

On 5/22/2015 8:58 AM, Santosh Shilimkar wrote:
> Please pull keystone update for 4.2. Since there was just one
> config update, sending it along with dts changes. The MMU
> switching series which includes few keystone arch update will
> go via RMK's tree because of dependencies with core code.
>
> The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:
>
>    Linux 4.1-rc1 (2015-04-26 17:59:10 -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.2
>
> for you to fetch changes up to b8c80afb65a0bcf55875194ce8cc9cea69aed845:
>
>    ARM: dts: k2l: fix the netcp range size (2015-05-22 08:52:15 -0700)
>
> ----------------------------------------------------------------
> ARM: Keystone updates for v4.2
>
> Update contains:
>          - Keystone EVM(s) dts files updates to add NETCP driver.
>          - config update to enable NETCP driver by default.
>
> ----------------------------------------------------------------
> Murali Karicheri (7):
>        ARM: keystone: defconfig: enable netcp driver by default
>        ARM: dts: k2hk-evm: Add device bindings for netcp driver
>        ARM: dts: k2e-evm: Add device bindings for netcp driver
>        ARM: dts: k2l-evm: Add device bindings for netcp driver
>        ARM: dts: k2hk: fix the netcp range size
>        ARM: dts: k2e: fix the netcp range size
>        ARM: dts: k2l: fix the netcp range size
>
>   arch/arm/boot/dts/k2e-evm.dts       |   1 +
>   arch/arm/boot/dts/k2e-netcp.dtsi    | 206 +++++++++++++++++++++++++++++++++++
>   arch/arm/boot/dts/k2e.dtsi          |   1 +
>   arch/arm/boot/dts/k2hk-evm.dts      |   1 +
>   arch/arm/boot/dts/k2hk-netcp.dtsi   | 208 ++++++++++++++++++++++++++++++++++++
>   arch/arm/boot/dts/k2hk.dtsi         |   1 +
>   arch/arm/boot/dts/k2l-evm.dts       |   1 +
>   arch/arm/boot/dts/k2l-netcp.dtsi    | 189 ++++++++++++++++++++++++++++++++
>   arch/arm/boot/dts/k2l.dtsi          |   1 +
>   arch/arm/configs/keystone_defconfig |   6 ++
>   10 files changed, 615 insertions(+)
>   create mode 100644 arch/arm/boot/dts/k2e-netcp.dtsi
>   create mode 100644 arch/arm/boot/dts/k2hk-netcp.dtsi
>   create mode 100644 arch/arm/boot/dts/k2l-netcp.dtsi
>

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

* [GIT PULL] ARM: Keystone updates for v4.2
  2015-05-22 15:58 [GIT PULL] ARM: Keystone updates for v4.2 Santosh Shilimkar
  2015-06-08 15:26 ` santosh shilimkar
@ 2015-06-10 22:32 ` Kevin Hilman
  2015-06-10 22:52   ` santosh shilimkar
  1 sibling, 1 reply; 4+ messages in thread
From: Kevin Hilman @ 2015-06-10 22:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Santosh,

Santosh Shilimkar <ssantosh@kernel.org> writes:

> Please pull keystone update for 4.2. Since there was just one
> config update, sending it along with dts changes. 

Can you drop the defconfig change and send as a standalone patch (which
I'll apply to next/defconfig).  Then resend this as just a DT pull req
please which I'll apply to next/dt

Thanks,

Kevin

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

* [GIT PULL] ARM: Keystone updates for v4.2
  2015-06-10 22:32 ` Kevin Hilman
@ 2015-06-10 22:52   ` santosh shilimkar
  0 siblings, 0 replies; 4+ messages in thread
From: santosh shilimkar @ 2015-06-10 22:52 UTC (permalink / raw)
  To: linux-arm-kernel

On 6/10/2015 3:32 PM, Kevin Hilman wrote:
> Hi Santosh,
>
> Santosh Shilimkar <ssantosh@kernel.org> writes:
>
>> Please pull keystone update for 4.2. Since there was just one
>> config update, sending it along with dts changes.
>
> Can you drop the defconfig change and send as a standalone patch (which
> I'll apply to next/defconfig).  Then resend this as just a DT pull req
> please which I'll apply to next/dt
>
done.
config patch and dts pull request sent to your kernel.org id.

Regards,
Santosh

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

end of thread, other threads:[~2015-06-10 22:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-22 15:58 [GIT PULL] ARM: Keystone updates for v4.2 Santosh Shilimkar
2015-06-08 15:26 ` santosh shilimkar
2015-06-10 22:32 ` Kevin Hilman
2015-06-10 22:52   ` 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).