soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] Two missed omap Kconfig patches for v5.15
@ 2021-08-12  7:03 Tony Lindgren
  2021-08-12  7:03 ` Tony Lindgren
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Tony Lindgren @ 2021-08-12  7:03 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 8d5a937f10ed091e14fc57a4158f59983e2934cf:

  MAINTAINERS: Adopt SanCloud dts files as supported (2021-07-27 11:54:52 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/soc-late-signed

for you to fetch changes up to 4297d1c0834af97fe992ec7bf766f0a262ce5ffc:

  arm: omap2: Drop the unused OMAP_PACKAGE_* KConfig entries (2021-08-06 09:40:26 +0300)

----------------------------------------------------------------
Two missed SoC changes for omaps for v5.15

I managed to miss applying two out of three Kconfig changes earlier
to drop unused entries, here are the missed changes.

----------------------------------------------------------------
Peter Robinson (2):
      arm: omap2: Drop obsolete MACH_OMAP3_PANDORA entry
      arm: omap2: Drop the unused OMAP_PACKAGE_* KConfig entries

 arch/arm/mach-omap2/Kconfig | 18 ------------------
 1 file changed, 18 deletions(-)

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

* [GIT PULL 1/3] Two missed omap Kconfig patches for v5.15
  2021-08-12  7:03 [GIT PULL 1/3] Two missed omap Kconfig patches for v5.15 Tony Lindgren
@ 2021-08-12  7:03 ` Tony Lindgren
  2021-08-12  7:03 ` [GIT PULL 2/3] Drop pm_runtime_irq_safe() for smartreflex " Tony Lindgren
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2021-08-12  7:03 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 8d5a937f10ed091e14fc57a4158f59983e2934cf:

  MAINTAINERS: Adopt SanCloud dts files as supported (2021-07-27 11:54:52 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/soc-late-signed

for you to fetch changes up to 4297d1c0834af97fe992ec7bf766f0a262ce5ffc:

  arm: omap2: Drop the unused OMAP_PACKAGE_* KConfig entries (2021-08-06 09:40:26 +0300)

----------------------------------------------------------------
Two missed SoC changes for omaps for v5.15

I managed to miss applying two out of three Kconfig changes earlier
to drop unused entries, here are the missed changes.

----------------------------------------------------------------
Peter Robinson (2):
      arm: omap2: Drop obsolete MACH_OMAP3_PANDORA entry
      arm: omap2: Drop the unused OMAP_PACKAGE_* KConfig entries

 arch/arm/mach-omap2/Kconfig | 18 ------------------
 1 file changed, 18 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 2/3] Drop pm_runtime_irq_safe() for smartreflex for v5.15
  2021-08-12  7:03 [GIT PULL 1/3] Two missed omap Kconfig patches for v5.15 Tony Lindgren
  2021-08-12  7:03 ` Tony Lindgren
@ 2021-08-12  7:03 ` Tony Lindgren
  2021-08-12  7:03   ` Tony Lindgren
                     ` (2 more replies)
  2021-08-12  7:03 ` [GIT PULL 3/3] Changes for am3 cpsw and SanCloud " Tony Lindgren
  2021-08-12 20:41 ` [GIT PULL 1/3] Two missed omap Kconfig patches " Arnd Bergmann
  3 siblings, 3 replies; 14+ messages in thread
From: Tony Lindgren @ 2021-08-12  7:03 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit fdc07ca0724dd8ad00c22909a1464dc73ed6783e:

  Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc (2021-07-27 12:02:24 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/sr-signed

for you to fetch changes up to 74953a9136cfd650dd994daded520528f737b7b3:

  soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex (2021-08-06 09:53:59 +0300)

----------------------------------------------------------------
Drop pm_runtime_irq_safe() usage for smartreflex for v5.15

We now have cleard pm_runtime_irq_safe() usage for all TI SoCs
in Linux next except for smartreflex and 8250_omap. This change
removes pm_runtime_irq_safe() usage for smartreflex, the
8250_omap depends on pending serial layer PM changes.

----------------------------------------------------------------
Tony Lindgren (1):
      soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex

 drivers/bus/ti-sysc.c             |  6 ++---
 drivers/soc/ti/smartreflex.c      | 52 +++++++++++++++++----------------------
 include/linux/power/smartreflex.h |  2 ++
 3 files changed, 26 insertions(+), 34 deletions(-)

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

* [GIT PULL 2/3] Drop pm_runtime_irq_safe() for smartreflex for v5.15
  2021-08-12  7:03 ` [GIT PULL 2/3] Drop pm_runtime_irq_safe() for smartreflex " Tony Lindgren
@ 2021-08-12  7:03   ` Tony Lindgren
  2021-08-12  7:54   ` Tony Lindgren
  2021-08-12 20:44   ` Arnd Bergmann
  2 siblings, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2021-08-12  7:03 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit fdc07ca0724dd8ad00c22909a1464dc73ed6783e:

  Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc (2021-07-27 12:02:24 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/sr-signed

for you to fetch changes up to 74953a9136cfd650dd994daded520528f737b7b3:

  soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex (2021-08-06 09:53:59 +0300)

----------------------------------------------------------------
Drop pm_runtime_irq_safe() usage for smartreflex for v5.15

We now have cleard pm_runtime_irq_safe() usage for all TI SoCs
in Linux next except for smartreflex and 8250_omap. This change
removes pm_runtime_irq_safe() usage for smartreflex, the
8250_omap depends on pending serial layer PM changes.

----------------------------------------------------------------
Tony Lindgren (1):
      soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex

 drivers/bus/ti-sysc.c             |  6 ++---
 drivers/soc/ti/smartreflex.c      | 52 +++++++++++++++++----------------------
 include/linux/power/smartreflex.h |  2 ++
 3 files changed, 26 insertions(+), 34 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 3/3] Changes for am3 cpsw and SanCloud for v5.15
  2021-08-12  7:03 [GIT PULL 1/3] Two missed omap Kconfig patches for v5.15 Tony Lindgren
  2021-08-12  7:03 ` Tony Lindgren
  2021-08-12  7:03 ` [GIT PULL 2/3] Drop pm_runtime_irq_safe() for smartreflex " Tony Lindgren
@ 2021-08-12  7:03 ` Tony Lindgren
  2021-08-12  7:03   ` Tony Lindgren
  2021-08-12 21:05   ` Arnd Bergmann
  2021-08-12 20:41 ` [GIT PULL 1/3] Two missed omap Kconfig patches " Arnd Bergmann
  3 siblings, 2 replies; 14+ messages in thread
From: Tony Lindgren @ 2021-08-12  7:03 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 8c054cd2818ea08555efe24a2ffde330833c2f3f:

  ARM: dts: am57xx: Add PRUSS MDIO controller nodes (2021-08-03 15:25:14 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/dt-am3-signed

for you to fetch changes up to 29fabf5274bfb89124918840c79851659a25ba79:

  ARM: dts: am335x-sancloud-bbe: Drop usb wifi comment (2021-08-10 09:52:41 +0300)

----------------------------------------------------------------
Changes for am3 cpsw and SanCloud for v5.15

A series of changes to update am3 to use cpsw switch driver and
few updates to earlier SanCloud changes. The plan was to send the
cpsw switch driver changes earlier but looks like I never tagged
the mail thread in my inbox to apply for v5.15.

----------------------------------------------------------------
Grygorii Strashko (16):
      ARM: dts: am335x-baltos: switch to new cpsw switch drv
      ARM: dts: am335x-nano: switch to new cpsw switch drv
      ARM: dts: am335x-chiliboard: switch to new cpsw switch drv
      ARM: dts: am335x-cm-t335: switch to new cpsw switch drv
      ARM: dts: am335x-igep0033: switch to new cpsw switch drv
      ARM: dts: am335x-lxm: switch to new cpsw switch drv
      ARM: dts: am335x-moxa-uc: switch to new cpsw switch drv
      ARM: dts: am335x-myirtech: switch to new cpsw switch drv
      ARM: dts: am335x-osd3358-sm-red: switch to new cpsw switch drv
      ARM: dts: am335x-pdu001: switch to new cpsw switch drv
      ARM: dts: am335x-pepper: switch to new cpsw switch drv
      ARM: dts: am335x-phycore: switch to new cpsw switch drv
      ARM: dts: am335x-shc: switch to new cpsw switch drv
      ARM: dts: am335x-sl50: switch to new cpsw switch drv
      ARM: dts: am33xx: update ethernet aliases
      ARM: dts: am335x-bone: switch to new cpsw switch drv

Paul Barker (2):
      ARM: dts: am335x-sancloud-bbe: Fix missing pinctrl refs
      ARM: dts: am335x-sancloud-bbe: Drop usb wifi comment

 arch/arm/boot/dts/am335x-baltos-ir2110.dts        | 10 +++---
 arch/arm/boot/dts/am335x-baltos-ir3220.dts        |  8 ++---
 arch/arm/boot/dts/am335x-baltos-ir5221.dts        |  8 ++---
 arch/arm/boot/dts/am335x-baltos.dtsi              |  5 ++-
 arch/arm/boot/dts/am335x-bone-common.dtsi         | 13 +++++---
 arch/arm/boot/dts/am335x-boneblack-wireless.dts   |  2 +-
 arch/arm/boot/dts/am335x-bonegreen-wireless.dts   |  2 +-
 arch/arm/boot/dts/am335x-chiliboard.dts           | 13 +++++---
 arch/arm/boot/dts/am335x-cm-t335.dts              | 13 +++++---
 arch/arm/boot/dts/am335x-igep0033.dtsi            | 12 +++----
 arch/arm/boot/dts/am335x-lxm.dts                  | 14 ++++-----
 arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi | 12 +++----
 arch/arm/boot/dts/am335x-moxa-uc-2101.dts         |  7 ++---
 arch/arm/boot/dts/am335x-moxa-uc-8100-common.dtsi | 16 ++++------
 arch/arm/boot/dts/am335x-myirtech-myc.dtsi        | 25 ++++++++-------
 arch/arm/boot/dts/am335x-myirtech-myd.dts         | 18 ++++++-----
 arch/arm/boot/dts/am335x-nano.dts                 | 13 ++++----
 arch/arm/boot/dts/am335x-netcan-plus-1xx.dts      | 10 +++---
 arch/arm/boot/dts/am335x-netcom-plus-2xx.dts      | 10 +++---
 arch/arm/boot/dts/am335x-netcom-plus-8xx.dts      | 10 +++---
 arch/arm/boot/dts/am335x-osd3358-sm-red.dts       | 13 +++++---
 arch/arm/boot/dts/am335x-pcm-953.dtsi             | 10 +++---
 arch/arm/boot/dts/am335x-pdu001.dts               | 14 ++++-----
 arch/arm/boot/dts/am335x-pepper.dts               | 14 ++++-----
 arch/arm/boot/dts/am335x-phycore-som.dtsi         | 14 +++++----
 arch/arm/boot/dts/am335x-regor.dtsi               | 11 +++----
 arch/arm/boot/dts/am335x-sancloud-bbe-common.dtsi | 37 +++-------------------
 arch/arm/boot/dts/am335x-sancloud-bbe.dts         |  4 +++
 arch/arm/boot/dts/am335x-shc.dts                  | 38 +++++++++++++----------
 arch/arm/boot/dts/am335x-sl50.dts                 | 12 ++++---
 arch/arm/boot/dts/am335x-wega.dtsi                | 11 +++----
 arch/arm/boot/dts/am33xx.dtsi                     |  4 +--
 32 files changed, 194 insertions(+), 209 deletions(-)

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

* [GIT PULL 3/3] Changes for am3 cpsw and SanCloud for v5.15
  2021-08-12  7:03 ` [GIT PULL 3/3] Changes for am3 cpsw and SanCloud " Tony Lindgren
@ 2021-08-12  7:03   ` Tony Lindgren
  2021-08-12 21:05   ` Arnd Bergmann
  1 sibling, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2021-08-12  7:03 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 8c054cd2818ea08555efe24a2ffde330833c2f3f:

  ARM: dts: am57xx: Add PRUSS MDIO controller nodes (2021-08-03 15:25:14 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/dt-am3-signed

for you to fetch changes up to 29fabf5274bfb89124918840c79851659a25ba79:

  ARM: dts: am335x-sancloud-bbe: Drop usb wifi comment (2021-08-10 09:52:41 +0300)

----------------------------------------------------------------
Changes for am3 cpsw and SanCloud for v5.15

A series of changes to update am3 to use cpsw switch driver and
few updates to earlier SanCloud changes. The plan was to send the
cpsw switch driver changes earlier but looks like I never tagged
the mail thread in my inbox to apply for v5.15.

----------------------------------------------------------------
Grygorii Strashko (16):
      ARM: dts: am335x-baltos: switch to new cpsw switch drv
      ARM: dts: am335x-nano: switch to new cpsw switch drv
      ARM: dts: am335x-chiliboard: switch to new cpsw switch drv
      ARM: dts: am335x-cm-t335: switch to new cpsw switch drv
      ARM: dts: am335x-igep0033: switch to new cpsw switch drv
      ARM: dts: am335x-lxm: switch to new cpsw switch drv
      ARM: dts: am335x-moxa-uc: switch to new cpsw switch drv
      ARM: dts: am335x-myirtech: switch to new cpsw switch drv
      ARM: dts: am335x-osd3358-sm-red: switch to new cpsw switch drv
      ARM: dts: am335x-pdu001: switch to new cpsw switch drv
      ARM: dts: am335x-pepper: switch to new cpsw switch drv
      ARM: dts: am335x-phycore: switch to new cpsw switch drv
      ARM: dts: am335x-shc: switch to new cpsw switch drv
      ARM: dts: am335x-sl50: switch to new cpsw switch drv
      ARM: dts: am33xx: update ethernet aliases
      ARM: dts: am335x-bone: switch to new cpsw switch drv

Paul Barker (2):
      ARM: dts: am335x-sancloud-bbe: Fix missing pinctrl refs
      ARM: dts: am335x-sancloud-bbe: Drop usb wifi comment

 arch/arm/boot/dts/am335x-baltos-ir2110.dts        | 10 +++---
 arch/arm/boot/dts/am335x-baltos-ir3220.dts        |  8 ++---
 arch/arm/boot/dts/am335x-baltos-ir5221.dts        |  8 ++---
 arch/arm/boot/dts/am335x-baltos.dtsi              |  5 ++-
 arch/arm/boot/dts/am335x-bone-common.dtsi         | 13 +++++---
 arch/arm/boot/dts/am335x-boneblack-wireless.dts   |  2 +-
 arch/arm/boot/dts/am335x-bonegreen-wireless.dts   |  2 +-
 arch/arm/boot/dts/am335x-chiliboard.dts           | 13 +++++---
 arch/arm/boot/dts/am335x-cm-t335.dts              | 13 +++++---
 arch/arm/boot/dts/am335x-igep0033.dtsi            | 12 +++----
 arch/arm/boot/dts/am335x-lxm.dts                  | 14 ++++-----
 arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi | 12 +++----
 arch/arm/boot/dts/am335x-moxa-uc-2101.dts         |  7 ++---
 arch/arm/boot/dts/am335x-moxa-uc-8100-common.dtsi | 16 ++++------
 arch/arm/boot/dts/am335x-myirtech-myc.dtsi        | 25 ++++++++-------
 arch/arm/boot/dts/am335x-myirtech-myd.dts         | 18 ++++++-----
 arch/arm/boot/dts/am335x-nano.dts                 | 13 ++++----
 arch/arm/boot/dts/am335x-netcan-plus-1xx.dts      | 10 +++---
 arch/arm/boot/dts/am335x-netcom-plus-2xx.dts      | 10 +++---
 arch/arm/boot/dts/am335x-netcom-plus-8xx.dts      | 10 +++---
 arch/arm/boot/dts/am335x-osd3358-sm-red.dts       | 13 +++++---
 arch/arm/boot/dts/am335x-pcm-953.dtsi             | 10 +++---
 arch/arm/boot/dts/am335x-pdu001.dts               | 14 ++++-----
 arch/arm/boot/dts/am335x-pepper.dts               | 14 ++++-----
 arch/arm/boot/dts/am335x-phycore-som.dtsi         | 14 +++++----
 arch/arm/boot/dts/am335x-regor.dtsi               | 11 +++----
 arch/arm/boot/dts/am335x-sancloud-bbe-common.dtsi | 37 +++-------------------
 arch/arm/boot/dts/am335x-sancloud-bbe.dts         |  4 +++
 arch/arm/boot/dts/am335x-shc.dts                  | 38 +++++++++++++----------
 arch/arm/boot/dts/am335x-sl50.dts                 | 12 ++++---
 arch/arm/boot/dts/am335x-wega.dtsi                | 11 +++----
 arch/arm/boot/dts/am33xx.dtsi                     |  4 +--
 32 files changed, 194 insertions(+), 209 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 2/3] Drop pm_runtime_irq_safe() for smartreflex for v5.15
  2021-08-12  7:03 ` [GIT PULL 2/3] Drop pm_runtime_irq_safe() for smartreflex " Tony Lindgren
  2021-08-12  7:03   ` Tony Lindgren
@ 2021-08-12  7:54   ` Tony Lindgren
  2021-08-12  7:54     ` Tony Lindgren
  2021-08-12 20:44   ` Arnd Bergmann
  2 siblings, 1 reply; 14+ messages in thread
From: Tony Lindgren @ 2021-08-12  7:54 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Santosh Shilimkar

Hi,

* Tony Lindgren <tony@atomide.com> [210812 07:04]:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit fdc07ca0724dd8ad00c22909a1464dc73ed6783e:
> 
>   Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc (2021-07-27 12:02:24 +0300)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/sr-signed
> 
> for you to fetch changes up to 74953a9136cfd650dd994daded520528f737b7b3:
> 
>   soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex (2021-08-06 09:53:59 +0300)
> 
> ----------------------------------------------------------------
> Drop pm_runtime_irq_safe() usage for smartreflex for v5.15
> 
> We now have cleard pm_runtime_irq_safe() usage for all TI SoCs
> in Linux next except for smartreflex and 8250_omap. This change
> removes pm_runtime_irq_safe() usage for smartreflex, the
> 8250_omap depends on pending serial layer PM changes.

Looks like Santosh already queued up this patch and sent a pull request,
so my pull request for this change can be just ignored.

Regrds,

Tony


> ----------------------------------------------------------------
> Tony Lindgren (1):
>       soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex
> 
>  drivers/bus/ti-sysc.c             |  6 ++---
>  drivers/soc/ti/smartreflex.c      | 52 +++++++++++++++++----------------------
>  include/linux/power/smartreflex.h |  2 ++
>  3 files changed, 26 insertions(+), 34 deletions(-)

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

* Re: [GIT PULL 2/3] Drop pm_runtime_irq_safe() for smartreflex for v5.15
  2021-08-12  7:54   ` Tony Lindgren
@ 2021-08-12  7:54     ` Tony Lindgren
  0 siblings, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2021-08-12  7:54 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Santosh Shilimkar

Hi,

* Tony Lindgren <tony@atomide.com> [210812 07:04]:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit fdc07ca0724dd8ad00c22909a1464dc73ed6783e:
> 
>   Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc (2021-07-27 12:02:24 +0300)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/sr-signed
> 
> for you to fetch changes up to 74953a9136cfd650dd994daded520528f737b7b3:
> 
>   soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex (2021-08-06 09:53:59 +0300)
> 
> ----------------------------------------------------------------
> Drop pm_runtime_irq_safe() usage for smartreflex for v5.15
> 
> We now have cleard pm_runtime_irq_safe() usage for all TI SoCs
> in Linux next except for smartreflex and 8250_omap. This change
> removes pm_runtime_irq_safe() usage for smartreflex, the
> 8250_omap depends on pending serial layer PM changes.

Looks like Santosh already queued up this patch and sent a pull request,
so my pull request for this change can be just ignored.

Regrds,

Tony


> ----------------------------------------------------------------
> Tony Lindgren (1):
>       soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex
> 
>  drivers/bus/ti-sysc.c             |  6 ++---
>  drivers/soc/ti/smartreflex.c      | 52 +++++++++++++++++----------------------
>  include/linux/power/smartreflex.h |  2 ++
>  3 files changed, 26 insertions(+), 34 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 1/3] Two missed omap Kconfig patches for v5.15
  2021-08-12  7:03 [GIT PULL 1/3] Two missed omap Kconfig patches for v5.15 Tony Lindgren
                   ` (2 preceding siblings ...)
  2021-08-12  7:03 ` [GIT PULL 3/3] Changes for am3 cpsw and SanCloud " Tony Lindgren
@ 2021-08-12 20:41 ` Arnd Bergmann
  2021-08-12 20:41   ` Arnd Bergmann
  3 siblings, 1 reply; 14+ messages in thread
From: Arnd Bergmann @ 2021-08-12 20:41 UTC (permalink / raw)
  To: Tony Lindgren, soc; +Cc: Arnd Bergmann, linux-arm-kernel, linux-omap, arm

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 12 Aug 2021 10:03:42 +0300, Tony Lindgren wrote:
> The following changes since commit 8d5a937f10ed091e14fc57a4158f59983e2934cf:
> 
>   MAINTAINERS: Adopt SanCloud dts files as supported (2021-07-27 11:54:52 +0300)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/soc-late-signed
> 
> [...]

Merged into arm/soc, thanks!

merge commit: e694952772a7df091a6cffe828409843f53c9822

       Arnd

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

* Re: [GIT PULL 1/3] Two missed omap Kconfig patches for v5.15
  2021-08-12 20:41 ` [GIT PULL 1/3] Two missed omap Kconfig patches " Arnd Bergmann
@ 2021-08-12 20:41   ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2021-08-12 20:41 UTC (permalink / raw)
  To: Tony Lindgren, soc; +Cc: Arnd Bergmann, linux-arm-kernel, linux-omap, arm

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 12 Aug 2021 10:03:42 +0300, Tony Lindgren wrote:
> The following changes since commit 8d5a937f10ed091e14fc57a4158f59983e2934cf:
> 
>   MAINTAINERS: Adopt SanCloud dts files as supported (2021-07-27 11:54:52 +0300)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/soc-late-signed
> 
> [...]

Merged into arm/soc, thanks!

merge commit: e694952772a7df091a6cffe828409843f53c9822

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 2/3] Drop pm_runtime_irq_safe() for smartreflex for v5.15
  2021-08-12  7:03 ` [GIT PULL 2/3] Drop pm_runtime_irq_safe() for smartreflex " Tony Lindgren
  2021-08-12  7:03   ` Tony Lindgren
  2021-08-12  7:54   ` Tony Lindgren
@ 2021-08-12 20:44   ` Arnd Bergmann
  2021-08-12 20:44     ` Arnd Bergmann
  2 siblings, 1 reply; 14+ messages in thread
From: Arnd Bergmann @ 2021-08-12 20:44 UTC (permalink / raw)
  To: soc, Tony Lindgren; +Cc: Arnd Bergmann, linux-arm-kernel, arm, linux-omap

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 12 Aug 2021 10:03:43 +0300, Tony Lindgren wrote:
> The following changes since commit fdc07ca0724dd8ad00c22909a1464dc73ed6783e:
> 
>   Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc (2021-07-27 12:02:24 +0300)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/sr-signed
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 699fe4b190da7da239f70166288d792129acff21

       Arnd

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

* Re: [GIT PULL 2/3] Drop pm_runtime_irq_safe() for smartreflex for v5.15
  2021-08-12 20:44   ` Arnd Bergmann
@ 2021-08-12 20:44     ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2021-08-12 20:44 UTC (permalink / raw)
  To: soc, Tony Lindgren; +Cc: Arnd Bergmann, linux-arm-kernel, arm, linux-omap

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 12 Aug 2021 10:03:43 +0300, Tony Lindgren wrote:
> The following changes since commit fdc07ca0724dd8ad00c22909a1464dc73ed6783e:
> 
>   Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc (2021-07-27 12:02:24 +0300)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/sr-signed
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 699fe4b190da7da239f70166288d792129acff21

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 3/3] Changes for am3 cpsw and SanCloud for v5.15
  2021-08-12  7:03 ` [GIT PULL 3/3] Changes for am3 cpsw and SanCloud " Tony Lindgren
  2021-08-12  7:03   ` Tony Lindgren
@ 2021-08-12 21:05   ` Arnd Bergmann
  2021-08-12 21:05     ` Arnd Bergmann
  1 sibling, 1 reply; 14+ messages in thread
From: Arnd Bergmann @ 2021-08-12 21:05 UTC (permalink / raw)
  To: soc, Tony Lindgren; +Cc: Arnd Bergmann, arm, linux-arm-kernel, linux-omap

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 12 Aug 2021 10:03:44 +0300, Tony Lindgren wrote:
> The following changes since commit 8c054cd2818ea08555efe24a2ffde330833c2f3f:
> 
>   ARM: dts: am57xx: Add PRUSS MDIO controller nodes (2021-08-03 15:25:14 +0300)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/dt-am3-signed
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 81b6a285737700c2e04ef0893617b80481b6b4b7

       Arnd

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

* Re: [GIT PULL 3/3] Changes for am3 cpsw and SanCloud for v5.15
  2021-08-12 21:05   ` Arnd Bergmann
@ 2021-08-12 21:05     ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2021-08-12 21:05 UTC (permalink / raw)
  To: soc, Tony Lindgren; +Cc: Arnd Bergmann, arm, linux-arm-kernel, linux-omap

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 12 Aug 2021 10:03:44 +0300, Tony Lindgren wrote:
> The following changes since commit 8c054cd2818ea08555efe24a2ffde330833c2f3f:
> 
>   ARM: dts: am57xx: Add PRUSS MDIO controller nodes (2021-08-03 15:25:14 +0300)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/dt-am3-signed
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 81b6a285737700c2e04ef0893617b80481b6b4b7

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-08-12 21:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-12  7:03 [GIT PULL 1/3] Two missed omap Kconfig patches for v5.15 Tony Lindgren
2021-08-12  7:03 ` Tony Lindgren
2021-08-12  7:03 ` [GIT PULL 2/3] Drop pm_runtime_irq_safe() for smartreflex " Tony Lindgren
2021-08-12  7:03   ` Tony Lindgren
2021-08-12  7:54   ` Tony Lindgren
2021-08-12  7:54     ` Tony Lindgren
2021-08-12 20:44   ` Arnd Bergmann
2021-08-12 20:44     ` Arnd Bergmann
2021-08-12  7:03 ` [GIT PULL 3/3] Changes for am3 cpsw and SanCloud " Tony Lindgren
2021-08-12  7:03   ` Tony Lindgren
2021-08-12 21:05   ` Arnd Bergmann
2021-08-12 21:05     ` Arnd Bergmann
2021-08-12 20:41 ` [GIT PULL 1/3] Two missed omap Kconfig patches " Arnd Bergmann
2021-08-12 20:41   ` 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).