* [GIT PULL 1/3] ARM: Keystone DTS for 4.14
@ 2017-08-17 0:30 Santosh Shilimkar
2017-08-17 0:30 ` [GIT PULL 2/3] ARM: Keystone config bits " Santosh Shilimkar
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Santosh Shilimkar @ 2017-08-17 0:30 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -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.14
for you to fetch changes up to 6794d3771c319bd67f95575f11846a0fe86105c5:
ARM: dts: keystone-k2g-ice: Add and enable DSP CMA memory pool (2017-08-12 10:58:11 -0700)
----------------------------------------------------------------
ARM: Keystone DTS for 4.14
Contents:
- ti-sci power domain, clock and reset controller support
- DSP nodes for k2h/k2l/k2e evms
- DSP CMA memory pools for k2h/k2l/k2e/keg evms
- MMC/hsmmc suport for k2g
- eDMA support for k2g
- DCAN support for k2g
----------------------------------------------------------------
Andrew F. Davis (2):
ARM: dts: keystone-k2g: Add TI SCI reset-controller node
ARM: dts: keystone-k2g-evm: Add and enable DSP CMA memory pool
Dave Gerlach (2):
dt-bindings: Drop k2g genpd device ID macros
ARM: dts: keystone-k2g: Add ti-sci power domain node
Franklin S Cooper Jr (1):
dt-bindings: net: c_can: Update binding for clock and power-domains property
Keerthy (1):
ARM: dts: keystone-k2g: Add gpio nodes
Lokesh Vutla (5):
dt-bindings: ti,edma: Add 66AK2G specific information
dt-bindings: ti,omap-hsmmc: Add 66AK2G mmc controller
ARM: dts: keystone-k2g: add MMC0 and MMC1 nodes
ARM: dts: keystone-k2g-evm: Enable MMC0 and MMC1
ARM: dts: k2g: Add DCAN nodes
Nishanth Menon (1):
ARM: dts: keystone-k2g: Add PMMC node to support TI-SCI protocol
Peter Ujfalusi (1):
ARM: dts: keystone-k2g: Add eDMA nodes
Sam Nelson (3):
ARM: dts: keystone-k2hk-evm: Add and enable common DSP CMA memory pool
ARM: dts: keystone-k2l-evm: Add and enable common DSP CMA memory pool
ARM: dts: keystone-k2e-evm: Add and enable DSP CMA memory pool
Suman Anna (5):
ARM: dts: keystone-k2hk: Add DSP nodes
ARM: dts: keystone-k2l: Add DSP nodes
ARM: dts: keystone-k2e: Add DSP node
ARM: dts: keystone-k2g: Add DSP node
ARM: dts: keystone-k2g-ice: Add and enable DSP CMA memory pool
Tero Kristo (1):
ARM: dts: keystone-k2g: Add ti-sci clock provider node
Documentation/devicetree/bindings/dma/ti-edma.txt | 95 +++++++++-
.../devicetree/bindings/mmc/ti-omap-hsmmc.txt | 52 ++++--
.../devicetree/bindings/net/can/c_can.txt | 13 +-
.../devicetree/bindings/soc/ti/sci-pm-domain.txt | 5 +-
arch/arm/boot/dts/keystone-k2e-evm.dts | 18 ++
arch/arm/boot/dts/keystone-k2e.dtsi | 20 ++
arch/arm/boot/dts/keystone-k2g-evm.dts | 71 +++++++
arch/arm/boot/dts/keystone-k2g-ice.dts | 18 ++
arch/arm/boot/dts/keystone-k2g.dtsi | 204 +++++++++++++++++++++
arch/arm/boot/dts/keystone-k2hk-evm.dts | 53 ++++++
arch/arm/boot/dts/keystone-k2hk.dtsi | 139 ++++++++++++++
arch/arm/boot/dts/keystone-k2l-evm.dts | 33 ++++
arch/arm/boot/dts/keystone-k2l.dtsi | 71 +++++++
include/dt-bindings/genpd/k2g.h | 90 ---------
14 files changed, 769 insertions(+), 113 deletions(-)
delete mode 100644 include/dt-bindings/genpd/k2g.h
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL 2/3] ARM: Keystone config bits for 4.14
2017-08-17 0:30 [GIT PULL 1/3] ARM: Keystone DTS for 4.14 Santosh Shilimkar
@ 2017-08-17 0:30 ` Santosh Shilimkar
2017-08-17 9:04 ` Arnd Bergmann
2017-08-17 0:30 ` [GIT PULL 3/3] ARM: SOC: Keystone soc driver update " Santosh Shilimkar
2017-08-17 8:58 ` [GIT PULL 1/3] ARM: Keystone DTS " Arnd Bergmann
2 siblings, 1 reply; 10+ messages in thread
From: Santosh Shilimkar @ 2017-08-17 0:30 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_config_4.14
for you to fetch changes up to 97bb74db1ed9955a89a684095542cb98c9ccdae9:
ARM: configs: keystone: Enable D_CAN driver (2017-08-10 09:50:42 -0700)
----------------------------------------------------------------
ARM: Keystone config bits for 4.14
Enables:
- Message Manager
- TI SCI & GenPD driver
- Reset drivers
- MMC & regulators
- DCAN driver
----------------------------------------------------------------
Franklin S Cooper Jr (1):
ARM: configs: keystone: Enable D_CAN driver
Lokesh Vutla (1):
ARM: configs: keystone: Enable MMC and regulators
Nishanth Menon (2):
ARM: configs: keystone: Enable Message Manager
ARM: configs: keystone: Enable TI-SCI protocol and genpd driver
Suman Anna (1):
ARM: configs: keystone: Enable reset drivers
arch/arm/configs/keystone_defconfig | 13 +++++++++++++
1 file changed, 13 insertions(+)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL 3/3] ARM: SOC: Keystone soc driver update for 4.14
2017-08-17 0:30 [GIT PULL 1/3] ARM: Keystone DTS for 4.14 Santosh Shilimkar
2017-08-17 0:30 ` [GIT PULL 2/3] ARM: Keystone config bits " Santosh Shilimkar
@ 2017-08-17 0:30 ` Santosh Shilimkar
2017-08-17 9:03 ` Arnd Bergmann
2017-08-17 8:58 ` [GIT PULL 1/3] ARM: Keystone DTS " Arnd Bergmann
2 siblings, 1 reply; 10+ messages in thread
From: Santosh Shilimkar @ 2017-08-17 0:30 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_soc_drivers_4.14
for you to fetch changes up to a1934ff175ff25f57dae8b5107a2351d15729c3a:
soc: ti: ti_sci_pm_domains: Populate name for genpd (2017-07-28 09:51:34 -0700)
----------------------------------------------------------------
soc: Keystone ti-sci driver genpd fix for 4.14
----------------------------------------------------------------
Dave Gerlach (1):
soc: ti: ti_sci_pm_domains: Populate name for genpd
drivers/soc/ti/ti_sci_pm_domains.c | 2 ++
1 file changed, 2 insertions(+)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL 1/3] ARM: Keystone DTS for 4.14
2017-08-17 0:30 [GIT PULL 1/3] ARM: Keystone DTS for 4.14 Santosh Shilimkar
2017-08-17 0:30 ` [GIT PULL 2/3] ARM: Keystone config bits " Santosh Shilimkar
2017-08-17 0:30 ` [GIT PULL 3/3] ARM: SOC: Keystone soc driver update " Santosh Shilimkar
@ 2017-08-17 8:58 ` Arnd Bergmann
2 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-08-17 8:58 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Aug 17, 2017 at 2:30 AM, Santosh Shilimkar <ssantosh@kernel.org> wrote:
> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>
> Linux v4.13-rc1 (2017-07-15 15:22:10 -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.14
>
> for you to fetch changes up to 6794d3771c319bd67f95575f11846a0fe86105c5:
>
> ARM: dts: keystone-k2g-ice: Add and enable DSP CMA memory pool (2017-08-12 10:58:11 -0700)
>
> ----------------------------------------------------------------
> ARM: Keystone DTS for 4.14
>
> Contents:
> - ti-sci power domain, clock and reset controller support
> - DSP nodes for k2h/k2l/k2e evms
> - DSP CMA memory pools for k2h/k2l/k2e/keg evms
> - MMC/hsmmc suport for k2g
> - eDMA support for k2g
> - DCAN support for k2g
Pulled into next/dt, thanks!
Arnd
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL 3/3] ARM: SOC: Keystone soc driver update for 4.14
2017-08-17 0:30 ` [GIT PULL 3/3] ARM: SOC: Keystone soc driver update " Santosh Shilimkar
@ 2017-08-17 9:03 ` Arnd Bergmann
2017-08-17 17:06 ` Santosh Shilimkar
0 siblings, 1 reply; 10+ messages in thread
From: Arnd Bergmann @ 2017-08-17 9:03 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Aug 17, 2017 at 2:30 AM, Santosh Shilimkar <ssantosh@kernel.org> wrote:
> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>
> Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_soc_drivers_4.14
>
> for you to fetch changes up to a1934ff175ff25f57dae8b5107a2351d15729c3a:
>
> soc: ti: ti_sci_pm_domains: Populate name for genpd (2017-07-28 09:51:34 -0700)
>
> ----------------------------------------------------------------
> soc: Keystone ti-sci driver genpd fix for 4.14
>From the patch description I would have guessed that we want this in 4.13,
can you clarify?
Arnd
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL 2/3] ARM: Keystone config bits for 4.14
2017-08-17 0:30 ` [GIT PULL 2/3] ARM: Keystone config bits " Santosh Shilimkar
@ 2017-08-17 9:04 ` Arnd Bergmann
2017-08-17 17:05 ` Santosh Shilimkar
0 siblings, 1 reply; 10+ messages in thread
From: Arnd Bergmann @ 2017-08-17 9:04 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Aug 17, 2017 at 2:30 AM, Santosh Shilimkar <ssantosh@kernel.org> wrote:
> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
> ARM: Keystone config bits for 4.14
>
> Enables:
> - Message Manager
> - TI SCI & GenPD driver
> - Reset drivers
> - MMC & regulators
> - DCAN driver
>
Pulled into next/defconfig. Should we also enable all those in
multi_v7_defconfig?
Arnd
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL 2/3] ARM: Keystone config bits for 4.14
2017-08-17 9:04 ` Arnd Bergmann
@ 2017-08-17 17:05 ` Santosh Shilimkar
0 siblings, 0 replies; 10+ messages in thread
From: Santosh Shilimkar @ 2017-08-17 17:05 UTC (permalink / raw)
To: linux-arm-kernel
On 8/17/2017 2:04 AM, Arnd Bergmann wrote:
> On Thu, Aug 17, 2017 at 2:30 AM, Santosh Shilimkar <ssantosh@kernel.org> wrote:
>> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>> ARM: Keystone config bits for 4.14
>>
>> Enables:
>> - Message Manager
>> - TI SCI & GenPD driver
>> - Reset drivers
>> - MMC & regulators
>> - DCAN driver
>>
>
> Pulled into next/defconfig. Should we also enable all those in
> multi_v7_defconfig?
>
Yes we could do that.
Regards,
Santosh
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL 3/3] ARM: SOC: Keystone soc driver update for 4.14
2017-08-17 9:03 ` Arnd Bergmann
@ 2017-08-17 17:06 ` Santosh Shilimkar
2017-08-18 10:00 ` Arnd Bergmann
0 siblings, 1 reply; 10+ messages in thread
From: Santosh Shilimkar @ 2017-08-17 17:06 UTC (permalink / raw)
To: linux-arm-kernel
On 8/17/2017 2:03 AM, Arnd Bergmann wrote:
> On Thu, Aug 17, 2017 at 2:30 AM, Santosh Shilimkar <ssantosh@kernel.org> wrote:
>> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>>
>> Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>>
>> are available in the git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_soc_drivers_4.14
>>
>> for you to fetch changes up to a1934ff175ff25f57dae8b5107a2351d15729c3a:
>>
>> soc: ti: ti_sci_pm_domains: Populate name for genpd (2017-07-28 09:51:34 -0700)
>>
>> ----------------------------------------------------------------
>> soc: Keystone ti-sci driver genpd fix for 4.14
>
> From the patch description I would have guessed that we want this in 4.13,
> can you clarify?
>
I was in two minds as well but no one complained it has must have
fix so I just queued it for 4.14. If you can cherry pick that to 4.13,
that will be great.
Regards,
Santosh
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL 3/3] ARM: SOC: Keystone soc driver update for 4.14
2017-08-17 17:06 ` Santosh Shilimkar
@ 2017-08-18 10:00 ` Arnd Bergmann
2017-08-18 16:17 ` Santosh Shilimkar
0 siblings, 1 reply; 10+ messages in thread
From: Arnd Bergmann @ 2017-08-18 10:00 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Aug 17, 2017 at 7:06 PM, Santosh Shilimkar
<santosh.shilimkar@oracle.com> wrote:
> On 8/17/2017 2:03 AM, Arnd Bergmann wrote:
>>
>> On Thu, Aug 17, 2017 at 2:30 AM, Santosh Shilimkar <ssantosh@kernel.org>
>> wrote:
>>>
>>> The following changes since commit
>>> 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>>>
>>> Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>>>
>>> are available in the git repository at:
>>>
>>>
>>> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
>>> tags/keystone_soc_drivers_4.14
>>>
>>> for you to fetch changes up to a1934ff175ff25f57dae8b5107a2351d15729c3a:
>>>
>>> soc: ti: ti_sci_pm_domains: Populate name for genpd (2017-07-28
>>> 09:51:34 -0700)
>>>
>>> ----------------------------------------------------------------
>>> soc: Keystone ti-sci driver genpd fix for 4.14
>>
>>
>> From the patch description I would have guessed that we want this in
>> 4.13,
>> can you clarify?
>>
> I was in two minds as well but no one complained it has must have
> fix so I just queued it for 4.14. If you can cherry pick that to 4.13,
> that will be great.
Cherry-picked into fixes now, thanks for the clarification.
Arnd
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL 3/3] ARM: SOC: Keystone soc driver update for 4.14
2017-08-18 10:00 ` Arnd Bergmann
@ 2017-08-18 16:17 ` Santosh Shilimkar
0 siblings, 0 replies; 10+ messages in thread
From: Santosh Shilimkar @ 2017-08-18 16:17 UTC (permalink / raw)
To: linux-arm-kernel
On 8/18/2017 3:00 AM, Arnd Bergmann wrote:
> On Thu, Aug 17, 2017 at 7:06 PM, Santosh Shilimkar
> <santosh.shilimkar@oracle.com> wrote:
>> On 8/17/2017 2:03 AM, Arnd Bergmann wrote:
>>>
>>> On Thu, Aug 17, 2017 at 2:30 AM, Santosh Shilimkar <ssantosh@kernel.org>
>>> wrote:
[..]
>>> From the patch description I would have guessed that we want this in
>>> 4.13,
>>> can you clarify?
>>>
>> I was in two minds as well but no one complained it has must have
>> fix so I just queued it for 4.14. If you can cherry pick that to 4.13,
>> that will be great.
>
> Cherry-picked into fixes now, thanks for the clarification.
>
Thanks Arnd !!
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2017-08-18 16:17 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-17 0:30 [GIT PULL 1/3] ARM: Keystone DTS for 4.14 Santosh Shilimkar
2017-08-17 0:30 ` [GIT PULL 2/3] ARM: Keystone config bits " Santosh Shilimkar
2017-08-17 9:04 ` Arnd Bergmann
2017-08-17 17:05 ` Santosh Shilimkar
2017-08-17 0:30 ` [GIT PULL 3/3] ARM: SOC: Keystone soc driver update " Santosh Shilimkar
2017-08-17 9:03 ` Arnd Bergmann
2017-08-17 17:06 ` Santosh Shilimkar
2017-08-18 10:00 ` Arnd Bergmann
2017-08-18 16:17 ` Santosh Shilimkar
2017-08-17 8:58 ` [GIT PULL 1/3] ARM: Keystone DTS " Arnd Bergmann
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).