linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] ARM: Keystone DTS for v4.17
@ 2018-03-06  0:41 Santosh Shilimkar
  2018-03-06  0:41 ` [GIT PULL 2/2] SOC: Couple of drivers changes " Santosh Shilimkar
  0 siblings, 1 reply; 4+ messages in thread
From: Santosh Shilimkar @ 2018-03-06  0:41 UTC (permalink / raw)
  To: arm, linux-arm-kernel
  Cc: khilman, arnd, olof, linux-kernel, santosh.shilimkar

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(-)

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

* [GIT PULL 2/2] SOC: Couple of drivers changes for v4.17
  2018-03-06  0:41 [GIT PULL 1/2] ARM: Keystone DTS for v4.17 Santosh Shilimkar
@ 2018-03-06  0:41 ` Santosh Shilimkar
  2018-03-07 15:50   ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Santosh Shilimkar @ 2018-03-06  0:41 UTC (permalink / raw)
  To: arm, linux-arm-kernel
  Cc: khilman, arnd, olof, linux-kernel, santosh.shilimkar

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(-)

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

* Re: [GIT PULL 2/2] SOC: Couple of drivers changes for v4.17
  2018-03-06  0:41 ` [GIT PULL 2/2] SOC: Couple of drivers changes " Santosh Shilimkar
@ 2018-03-07 15:50   ` Arnd Bergmann
  2018-03-07 16:54     ` santosh.shilimkar
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2018-03-07 15:50 UTC (permalink / raw)
  To: Santosh Shilimkar
  Cc: arm-soc, Linux ARM, Kevin Hilman, Olof Johansson,
	Linux Kernel Mailing List

On Tue, Mar 6, 2018 at 1:41 AM, Santosh Shilimkar
<santosh.shilimkar@oracle.com> 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

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

* Re: [GIT PULL 2/2] SOC: Couple of drivers changes for v4.17
  2018-03-07 15:50   ` Arnd Bergmann
@ 2018-03-07 16:54     ` santosh.shilimkar
  0 siblings, 0 replies; 4+ messages in thread
From: santosh.shilimkar @ 2018-03-07 16:54 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: arm-soc, Linux ARM, Kevin Hilman, Olof Johansson,
	Linux Kernel Mailing List

On 3/7/18 7:50 AM, Arnd Bergmann wrote:
> On Tue, Mar 6, 2018 at 1:41 AM, Santosh Shilimkar
> <santosh.shilimkar@oracle.com> 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

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

end of thread, other threads:[~2018-03-07 16:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-06  0:41 [GIT PULL 1/2] ARM: Keystone DTS for v4.17 Santosh Shilimkar
2018-03-06  0:41 ` [GIT PULL 2/2] SOC: Couple of drivers changes " Santosh Shilimkar
2018-03-07 15:50   ` Arnd Bergmann
2018-03-07 16:54     ` 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).