The following changes since commit 91ab883eb21325ad80f3473633f794c78ac87f51:
Linux 4.16-rc2 (2018-02-18 17:29:42 -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_4.17
for you to fetch changes up to 07f3398d38da44e1c3741280791c2b62dc9ac785:
ARM: dts: keystone-k2g: Fix unit-address formatting for serial nodes (2018-03-05 16:18:49 -0800)
----------------------------------------------------------------
ARM: Keystone DTS for 4.17
- Andrew's various DTS warning fixes
- clock address separator fix
- EDAC support for EMIF
- serial dts node unit address format fix
----------------------------------------------------------------
Andrew F. Davis (8):
ARM: dts: keystone: Move keystone_irq to under device-state-control
ARM: dts: keystone: Move reset-controller to under device-state-control
ARM: dts: keystone-k2e: Move keystone_dsp_gpio to under device-state-control
ARM: dts: keystone-k2l: Move keystone_dsp_gpio to under device-state-control
ARM: dts: keystone-k2hk: Move keystone_dsp_gpio to under device-state-control
ARM: dts: keystone-k2g: Move keystone_irq to under device-state-control
ARM: dts: keystone-k2g: Move keystone_dsp_gpio to under device-state-control
ARM: dts: keystone-k2g: Move usb-phy nodes out of soc0
Suman Anna (2):
ARM: dts: keystone-k2e-clocks: Fix missing unit address separator
ARM: dts: keystone-k2g: Fix unit-address formatting for serial nodes
Tero Kristo (1):
dt-bindings: memory: ti-emif: add edac support under emif
.../bindings/memory-controllers/ti/emif.txt | 13 ++-
arch/arm/boot/dts/keystone-k2e-clocks.dtsi | 2 +-
arch/arm/boot/dts/keystone-k2e.dtsi | 13 ++-
arch/arm/boot/dts/keystone-k2g.dtsi | 69 ++++++++------
arch/arm/boot/dts/keystone-k2hk.dtsi | 104 +++++++++++----------
arch/arm/boot/dts/keystone-k2l.dtsi | 52 ++++++-----
arch/arm/boot/dts/keystone.dtsi | 35 ++++---
7 files changed, 168 insertions(+), 120 deletions(-)
The following changes since commit 91ab883eb21325ad80f3473633f794c78ac87f51:
Linux 4.16-rc2 (2018-02-18 17:29:42 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/soc_drivers_for_4.17
for you to fetch changes up to a817e5d82a2dc5daaa0a8a66cfab268fdf2f6bb6:
memory: ti-emif-sram: remove redundant dev_err call in ti_emif_probe() (2018-03-05 16:21:31 -0800)
----------------------------------------------------------------
SOC driver changes for v4.17
- Remove deundant dev_err from probe in ti-emif-srma driver
- Make use of seq_putc in emif reg show
----------------------------------------------------------------
SF Markus Elfring (1):
memory-EMIF: Use seq_putc() in emif_regdump_show()
Wei Yongjun (1):
memory: ti-emif-sram: remove redundant dev_err call in ti_emif_probe()
drivers/memory/emif.c | 2 +-
drivers/memory/ti-emif-pm.c | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
On Tue, Mar 6, 2018 at 1:41 AM, Santosh Shilimkar
<[email protected]> wrote:
> The following changes since commit 91ab883eb21325ad80f3473633f794c78ac87f51:
>
> Linux 4.16-rc2 (2018-02-18 17:29:42 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/soc_drivers_for_4.17
>
> for you to fetch changes up to a817e5d82a2dc5daaa0a8a66cfab268fdf2f6bb6:
>
> memory: ti-emif-sram: remove redundant dev_err call in ti_emif_probe() (2018-03-05 16:21:31 -0800)
>
> ----------------------------------------------------------------
> SOC driver changes for v4.17
>
> - Remove deundant dev_err from probe in ti-emif-srma driver
^^ I fixed the typo while applying
> - Make use of seq_putc in emif reg show
Pulled into next/drivers, thanks!
Arnd
On 3/7/18 7:50 AM, Arnd Bergmann wrote:
> On Tue, Mar 6, 2018 at 1:41 AM, Santosh Shilimkar
> <[email protected]> wrote:
>> The following changes since commit 91ab883eb21325ad80f3473633f794c78ac87f51:
>>
>> Linux 4.16-rc2 (2018-02-18 17:29:42 -0800)
>>
>> are available in the git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/soc_drivers_for_4.17
>>
>> for you to fetch changes up to a817e5d82a2dc5daaa0a8a66cfab268fdf2f6bb6:
>>
>> memory: ti-emif-sram: remove redundant dev_err call in ti_emif_probe() (2018-03-05 16:21:31 -0800)
>>
>> ----------------------------------------------------------------
>> SOC driver changes for v4.17
>>
>> - Remove deundant dev_err from probe in ti-emif-srma driver
> ^^ I fixed the typo while applying
>
Thanks Arnd !!
Regards,
Santosh