All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Fixes for omaps
@ 2022-04-21 12:15 ` Tony Lindgren
  0 siblings, 0 replies; 22+ messages in thread
From: Tony Lindgren @ 2022-04-21 12:15 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 71ff461c3f41f6465434b9e980c01782763e7ad8:

  iommu/omap: Fix regression in probe for NULL pointer dereference (2022-04-08 11:16:29 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.18/fixes-take2

for you to fetch changes up to 46ff3df87215ff42c0cd2c4bdb7d74540384a69c:

  ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35 (2022-04-14 11:38:44 +0300)

----------------------------------------------------------------
Fixes for omaps

Few regression fixes for omap variants. These mostly fix issues related to
warnings added for system suspend, and some devicetree issues:

- Make ti-sysc driver quirks for gpt12 timer omap3 specific to fix
  timer clock disabling for am335x system suspend

- Fix new system suspend warning for dra7 vpe caused by trying to
  use register bits not wired for vpe

- Fix mmc boot order for omap3-gta04 that has no mmc2 or 3 wired

- Add missing touchscreen properties for am3

- Fix pin muxing for logicpd-som-lv and am3517-evm to not depend on
  earlier bootloader versions

- Fix refcount leak for omap_gic_of_init

----------------------------------------------------------------
Adam Ford (2):
      ARM: dts: am3517-evm: Fix misc pinmuxing
      ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35

H. Nikolaus Schaller (1):
      ARM: dts: Fix mmc order for omap3-gta04

Miaoqian Lin (1):
      ARM: OMAP2+: Fix refcount leak in omap_gic_of_init

Miquel Raynal (1):
      ARM: dts: am33xx-l4: Add missing touchscreen clock properties

Tony Lindgren (2):
      bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific
      ARM: dts: dra7: Fix suspend warning for vpe powerdomain

 arch/arm/boot/dts/am33xx-l4.dtsi                 |  2 ++
 arch/arm/boot/dts/am3517-evm.dts                 | 45 +++++++++++++++++++++---
 arch/arm/boot/dts/am3517-som.dtsi                |  9 +++++
 arch/arm/boot/dts/dra7-l4.dtsi                   |  4 +--
 arch/arm/boot/dts/logicpd-som-lv-35xx-devkit.dts | 15 ++++++++
 arch/arm/boot/dts/logicpd-som-lv-37xx-devkit.dts | 15 ++++++++
 arch/arm/boot/dts/logicpd-som-lv.dtsi            | 15 --------
 arch/arm/boot/dts/omap3-gta04.dtsi               |  2 ++
 arch/arm/mach-omap2/omap4-common.c               |  2 ++
 drivers/bus/ti-sysc.c                            | 16 ++++++++-
 10 files changed, 102 insertions(+), 23 deletions(-)

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

* [GIT PULL] Fixes for omaps
@ 2022-04-21 12:15 ` Tony Lindgren
  0 siblings, 0 replies; 22+ messages in thread
From: Tony Lindgren @ 2022-04-21 12:15 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 71ff461c3f41f6465434b9e980c01782763e7ad8:

  iommu/omap: Fix regression in probe for NULL pointer dereference (2022-04-08 11:16:29 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.18/fixes-take2

for you to fetch changes up to 46ff3df87215ff42c0cd2c4bdb7d74540384a69c:

  ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35 (2022-04-14 11:38:44 +0300)

----------------------------------------------------------------
Fixes for omaps

Few regression fixes for omap variants. These mostly fix issues related to
warnings added for system suspend, and some devicetree issues:

- Make ti-sysc driver quirks for gpt12 timer omap3 specific to fix
  timer clock disabling for am335x system suspend

- Fix new system suspend warning for dra7 vpe caused by trying to
  use register bits not wired for vpe

- Fix mmc boot order for omap3-gta04 that has no mmc2 or 3 wired

- Add missing touchscreen properties for am3

- Fix pin muxing for logicpd-som-lv and am3517-evm to not depend on
  earlier bootloader versions

- Fix refcount leak for omap_gic_of_init

----------------------------------------------------------------
Adam Ford (2):
      ARM: dts: am3517-evm: Fix misc pinmuxing
      ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35

H. Nikolaus Schaller (1):
      ARM: dts: Fix mmc order for omap3-gta04

Miaoqian Lin (1):
      ARM: OMAP2+: Fix refcount leak in omap_gic_of_init

Miquel Raynal (1):
      ARM: dts: am33xx-l4: Add missing touchscreen clock properties

Tony Lindgren (2):
      bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific
      ARM: dts: dra7: Fix suspend warning for vpe powerdomain

 arch/arm/boot/dts/am33xx-l4.dtsi                 |  2 ++
 arch/arm/boot/dts/am3517-evm.dts                 | 45 +++++++++++++++++++++---
 arch/arm/boot/dts/am3517-som.dtsi                |  9 +++++
 arch/arm/boot/dts/dra7-l4.dtsi                   |  4 +--
 arch/arm/boot/dts/logicpd-som-lv-35xx-devkit.dts | 15 ++++++++
 arch/arm/boot/dts/logicpd-som-lv-37xx-devkit.dts | 15 ++++++++
 arch/arm/boot/dts/logicpd-som-lv.dtsi            | 15 --------
 arch/arm/boot/dts/omap3-gta04.dtsi               |  2 ++
 arch/arm/mach-omap2/omap4-common.c               |  2 ++
 drivers/bus/ti-sysc.c                            | 16 ++++++++-
 10 files changed, 102 insertions(+), 23 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] 22+ messages in thread

* Re: [GIT PULL] Fixes for omaps
  2022-04-21 12:15 ` Tony Lindgren
  (?)
@ 2022-04-21 15:30 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 22+ messages in thread
From: patchwork-bot+linux-soc @ 2022-04-21 15:30 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 21 Apr 2022 15:15:27 +0300 you wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 71ff461c3f41f6465434b9e980c01782763e7ad8:
> 
>   iommu/omap: Fix regression in probe for NULL pointer dereference (2022-04-08 11:16:29 +0200)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Fixes for omaps
    https://git.kernel.org/soc/soc/c/846e24dcae5d

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [GIT PULL] Fixes for omaps
  2022-04-21 12:15 ` Tony Lindgren
  (?)
  (?)
@ 2022-04-21 15:31 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 22+ messages in thread
From: patchwork-bot+linux-soc @ 2022-04-21 15:31 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 21 Apr 2022 15:15:27 +0300 you wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 71ff461c3f41f6465434b9e980c01782763e7ad8:
> 
>   iommu/omap: Fix regression in probe for NULL pointer dereference (2022-04-08 11:16:29 +0200)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Fixes for omaps
    https://git.kernel.org/soc/soc/c/846e24dcae5d

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [GIT PULL] Fixes for omaps
  2023-12-08 12:17 ` Tony Lindgren
  (?)
  (?)
@ 2023-12-21 17:41 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 22+ messages in thread
From: patchwork-bot+linux-soc @ 2023-12-21 17:41 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri,  8 Dec 2023 14:17:15 +0200 you wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
> 
>   Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Fixes for omaps
    https://git.kernel.org/soc/soc/c/2096d3ec469f

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [GIT PULL] Fixes for omaps
  2023-12-08 12:17 ` Tony Lindgren
  (?)
@ 2023-12-21 17:40 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 22+ messages in thread
From: patchwork-bot+linux-soc @ 2023-12-21 17:40 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Fri,  8 Dec 2023 14:17:15 +0200 you wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
> 
>   Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Fixes for omaps
    https://git.kernel.org/soc/soc/c/2096d3ec469f

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* [GIT PULL] Fixes for omaps
@ 2023-12-08 12:17 ` Tony Lindgren
  0 siblings, 0 replies; 22+ messages in thread
From: Tony Lindgren @ 2023-12-08 12:17 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 b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.7/fixes-signed

for you to fetch changes up to c72b9c33ef9695ad7ce7a6eb39a9df8a01b70796:

  ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init (2023-11-30 13:57:00 +0200)

----------------------------------------------------------------
Fixes for omaps

A few fixes for omaps:

- A regression fix for ti-sysc interconnect target module driver to not access
  registers after reset if srst_udelay quirk is needed

- DRA7 L3 NoC node register size fix

----------------------------------------------------------------
Andrew Davis (1):
      ARM: dts: dra7: Fix DRA7 L3 NoC node register size

Kunwu Chan (1):
      ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init

Tony Lindgren (1):
      bus: ti-sysc: Flush posted write only after srst_udelay

 arch/arm/boot/dts/ti/omap/dra7.dtsi |  2 +-
 arch/arm/mach-omap2/id.c            |  5 +++++
 drivers/bus/ti-sysc.c               | 18 ++++++++++++++----
 3 files changed, 20 insertions(+), 5 deletions(-)

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

* [GIT PULL] Fixes for omaps
@ 2023-12-08 12:17 ` Tony Lindgren
  0 siblings, 0 replies; 22+ messages in thread
From: Tony Lindgren @ 2023-12-08 12:17 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 b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.7/fixes-signed

for you to fetch changes up to c72b9c33ef9695ad7ce7a6eb39a9df8a01b70796:

  ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init (2023-11-30 13:57:00 +0200)

----------------------------------------------------------------
Fixes for omaps

A few fixes for omaps:

- A regression fix for ti-sysc interconnect target module driver to not access
  registers after reset if srst_udelay quirk is needed

- DRA7 L3 NoC node register size fix

----------------------------------------------------------------
Andrew Davis (1):
      ARM: dts: dra7: Fix DRA7 L3 NoC node register size

Kunwu Chan (1):
      ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init

Tony Lindgren (1):
      bus: ti-sysc: Flush posted write only after srst_udelay

 arch/arm/boot/dts/ti/omap/dra7.dtsi |  2 +-
 arch/arm/mach-omap2/id.c            |  5 +++++
 drivers/bus/ti-sysc.c               | 18 ++++++++++++++----
 3 files changed, 20 insertions(+), 5 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] 22+ messages in thread

* Re: [GIT PULL] Fixes for omaps
  2023-10-18  5:19 ` Tony Lindgren
  (?)
  (?)
@ 2023-10-18 15:40 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 22+ messages in thread
From: patchwork-bot+linux-soc @ 2023-10-18 15:40 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 18 Oct 2023 08:19:34 +0300 you wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 06f114cf7cbe96a07c51c47114d79e9654275919:
> 
>   Merge branches 'fixes-mapphone' and 'fixes-ti-sysc' into fixes (2023-09-13 11:11:11 +0300)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Fixes for omaps
    https://git.kernel.org/soc/soc/c/eaf16b92b18c

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [GIT PULL] Fixes for omaps
  2023-10-18  5:19 ` Tony Lindgren
  (?)
@ 2023-10-18 15:40 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 22+ messages in thread
From: patchwork-bot+linux-soc @ 2023-10-18 15:40 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 18 Oct 2023 08:19:34 +0300 you wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 06f114cf7cbe96a07c51c47114d79e9654275919:
> 
>   Merge branches 'fixes-mapphone' and 'fixes-ti-sysc' into fixes (2023-09-13 11:11:11 +0300)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Fixes for omaps
    https://git.kernel.org/soc/soc/c/eaf16b92b18c

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* [GIT PULL] Fixes for omaps
@ 2023-10-18  5:19 ` Tony Lindgren
  0 siblings, 0 replies; 22+ messages in thread
From: Tony Lindgren @ 2023-10-18  5:19 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 06f114cf7cbe96a07c51c47114d79e9654275919:

  Merge branches 'fixes-mapphone' and 'fixes-ti-sysc' into fixes (2023-09-13 11:11:11 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-audio-clock-and-modem-signed

for you to fetch changes up to 0b9a4a67c60d3e15b39a69d480a50ce7eeff9bc1:

  clk: ti: Fix missing omap5 mcbsp functional clock and aliases (2023-10-13 11:02:02 +0300)

----------------------------------------------------------------
Few minor fixes for omaps

Regression fixes for mcbsp audio clock, and for ams-delta modem. And two
warning fixes. These all can be merged whenever and are not urgent by any
means. Feel free to defer to the merge window unless other fixes are still
pending.

----------------------------------------------------------------
Dan Carpenter (1):
      ARM: omap2: fix a debug printk

Janusz Krzysztofik (1):
      ARM: OMAP1: ams-delta: Fix MODEM initialization failure

Randy Dunlap (1):
      ARM: OMAP: timer32K: fix all kernel-doc warnings

Tony Lindgren (2):
      clk: ti: Fix missing omap4 mcbsp functional clock and aliases
      clk: ti: Fix missing omap5 mcbsp functional clock and aliases

 arch/arm/boot/dts/ti/omap/omap4-l4-abe.dtsi |  6 +++
 arch/arm/boot/dts/ti/omap/omap4-l4.dtsi     |  2 +
 arch/arm/boot/dts/ti/omap/omap5-l4-abe.dtsi |  6 +++
 arch/arm/mach-omap1/board-ams-delta.c       | 60 ++++++++---------------------
 arch/arm/mach-omap1/timer32k.c              | 14 +++----
 arch/arm/mach-omap2/omap_hwmod.c            |  2 +-
 drivers/clk/ti/clk-44xx.c                   |  5 +++
 drivers/clk/ti/clk-54xx.c                   |  4 ++
 8 files changed, 47 insertions(+), 52 deletions(-)

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

* [GIT PULL] Fixes for omaps
@ 2023-10-18  5:19 ` Tony Lindgren
  0 siblings, 0 replies; 22+ messages in thread
From: Tony Lindgren @ 2023-10-18  5:19 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 06f114cf7cbe96a07c51c47114d79e9654275919:

  Merge branches 'fixes-mapphone' and 'fixes-ti-sysc' into fixes (2023-09-13 11:11:11 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-audio-clock-and-modem-signed

for you to fetch changes up to 0b9a4a67c60d3e15b39a69d480a50ce7eeff9bc1:

  clk: ti: Fix missing omap5 mcbsp functional clock and aliases (2023-10-13 11:02:02 +0300)

----------------------------------------------------------------
Few minor fixes for omaps

Regression fixes for mcbsp audio clock, and for ams-delta modem. And two
warning fixes. These all can be merged whenever and are not urgent by any
means. Feel free to defer to the merge window unless other fixes are still
pending.

----------------------------------------------------------------
Dan Carpenter (1):
      ARM: omap2: fix a debug printk

Janusz Krzysztofik (1):
      ARM: OMAP1: ams-delta: Fix MODEM initialization failure

Randy Dunlap (1):
      ARM: OMAP: timer32K: fix all kernel-doc warnings

Tony Lindgren (2):
      clk: ti: Fix missing omap4 mcbsp functional clock and aliases
      clk: ti: Fix missing omap5 mcbsp functional clock and aliases

 arch/arm/boot/dts/ti/omap/omap4-l4-abe.dtsi |  6 +++
 arch/arm/boot/dts/ti/omap/omap4-l4.dtsi     |  2 +
 arch/arm/boot/dts/ti/omap/omap5-l4-abe.dtsi |  6 +++
 arch/arm/mach-omap1/board-ams-delta.c       | 60 ++++++++---------------------
 arch/arm/mach-omap1/timer32k.c              | 14 +++----
 arch/arm/mach-omap2/omap_hwmod.c            |  2 +-
 drivers/clk/ti/clk-44xx.c                   |  5 +++
 drivers/clk/ti/clk-54xx.c                   |  4 ++
 8 files changed, 47 insertions(+), 52 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] 22+ messages in thread

* Re: [GIT PULL] Fixes for omaps
  2023-08-16  4:02 ` Tony Lindgren
  (?)
  (?)
@ 2023-08-17 12:50 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 22+ messages in thread
From: patchwork-bot+linux-soc @ 2023-08-17 12:50 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 16 Aug 2023 07:02:41 +0300 you wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
> 
>   Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Fixes for omaps
    https://git.kernel.org/soc/soc/c/17fd01a243b4

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [GIT PULL] Fixes for omaps
  2023-08-16  4:02 ` Tony Lindgren
  (?)
@ 2023-08-17 12:50 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 22+ messages in thread
From: patchwork-bot+linux-soc @ 2023-08-17 12:50 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 16 Aug 2023 07:02:41 +0300 you wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
> 
>   Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Fixes for omaps
    https://git.kernel.org/soc/soc/c/17fd01a243b4

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* [GIT PULL] Fixes for omaps
@ 2023-08-16  4:02 ` Tony Lindgren
  0 siblings, 0 replies; 22+ messages in thread
From: Tony Lindgren @ 2023-08-16  4:02 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 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.5/fixes-signed

for you to fetch changes up to 7aff940ec88658f7fd21137cf515956a7deaaf54:

  ARM: dts: am335x-bone-common: Add vcc-supply for on-board eeprom (2023-08-14 13:27:19 +0300)

----------------------------------------------------------------
Fixes for omaps

A fix external abort on non-linefetch for am335x that is fixed with a flush
of posted write. And two networking fixes for beaglebone mostly for revision
c3 to do phy reset with a gpio and to fix a boot time warning.

----------------------------------------------------------------
Shengyu Qu (2):
      ARM: dts: am335x-bone-common: Add GPIO PHY reset on revision C3 board
      ARM: dts: am335x-bone-common: Add vcc-supply for on-board eeprom

Tony Lindgren (2):
      bus: ti-sysc: Flush posted write on enable before reset
      Merge branch 'omap-for-v6.5/ti-sysc' into omap-for-v6.5/fixes

 arch/arm/boot/dts/ti/omap/am335x-bone-common.dtsi | 9 +++++++++
 drivers/bus/ti-sysc.c                             | 2 ++
 2 files changed, 11 insertions(+)

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

* [GIT PULL] Fixes for omaps
@ 2023-08-16  4:02 ` Tony Lindgren
  0 siblings, 0 replies; 22+ messages in thread
From: Tony Lindgren @ 2023-08-16  4:02 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 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.5/fixes-signed

for you to fetch changes up to 7aff940ec88658f7fd21137cf515956a7deaaf54:

  ARM: dts: am335x-bone-common: Add vcc-supply for on-board eeprom (2023-08-14 13:27:19 +0300)

----------------------------------------------------------------
Fixes for omaps

A fix external abort on non-linefetch for am335x that is fixed with a flush
of posted write. And two networking fixes for beaglebone mostly for revision
c3 to do phy reset with a gpio and to fix a boot time warning.

----------------------------------------------------------------
Shengyu Qu (2):
      ARM: dts: am335x-bone-common: Add GPIO PHY reset on revision C3 board
      ARM: dts: am335x-bone-common: Add vcc-supply for on-board eeprom

Tony Lindgren (2):
      bus: ti-sysc: Flush posted write on enable before reset
      Merge branch 'omap-for-v6.5/ti-sysc' into omap-for-v6.5/fixes

 arch/arm/boot/dts/ti/omap/am335x-bone-common.dtsi | 9 +++++++++
 drivers/bus/ti-sysc.c                             | 2 ++
 2 files changed, 11 insertions(+)

_______________________________________________
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] 22+ messages in thread

* Re: [GIT PULL] Fixes for omaps
  2022-02-23  8:55 ` Tony Lindgren
  (?)
@ 2022-02-25 15:50 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 22+ messages in thread
From: patchwork-bot+linux-soc @ 2022-02-25 15:50 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 23 Feb 2022 10:55:39 +0200 you wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 486343d3728be741db13854dc7e983c20cdd7c07:
> 
>   Merge tag 'omap-for-v5.17/fixes-for-merge-window-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes (2022-02-07 17:42:44 +0100)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Fixes for omaps
    https://git.kernel.org/soc/soc/c/f03f10a9823a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* [GIT PULL] Fixes for omaps
@ 2022-02-23  8:55 ` Tony Lindgren
  0 siblings, 0 replies; 22+ messages in thread
From: Tony Lindgren @ 2022-02-23  8:55 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 486343d3728be741db13854dc7e983c20cdd7c07:

  Merge tag 'omap-for-v5.17/fixes-for-merge-window-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes (2022-02-07 17:42:44 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 8840f5460a23759403f1f2860429dcbcc2f04a65:

  ARM: dts: Use 32KiHz oscillator on devkit8000 (2022-02-18 10:08:45 +0200)

----------------------------------------------------------------
Fixes for omaps

Fixes for devkit8000 timer regression. Similar to the earlier beagleboard
fixes, we must not configure the clocksource drivers to use an alternative
timer configuration. It causes unnecessary issues with power management.
Only some old designs based on early beagleboard revisions with a miswired
timer need to use the alternative timer.

----------------------------------------------------------------
Anthoine Bourgeois (2):
      ARM: dts: switch timer config to common devkit8000 devicetree
      ARM: dts: Use 32KiHz oscillator on devkit8000

 arch/arm/boot/dts/omap3-devkit8000-common.dtsi | 18 ++++++++++++++
 arch/arm/boot/dts/omap3-devkit8000.dts         | 33 --------------------------
 drivers/clocksource/timer-ti-dm-systimer.c     |  3 +--
 3 files changed, 19 insertions(+), 35 deletions(-)

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

* [GIT PULL] Fixes for omaps
@ 2022-02-23  8:55 ` Tony Lindgren
  0 siblings, 0 replies; 22+ messages in thread
From: Tony Lindgren @ 2022-02-23  8:55 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 486343d3728be741db13854dc7e983c20cdd7c07:

  Merge tag 'omap-for-v5.17/fixes-for-merge-window-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes (2022-02-07 17:42:44 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 8840f5460a23759403f1f2860429dcbcc2f04a65:

  ARM: dts: Use 32KiHz oscillator on devkit8000 (2022-02-18 10:08:45 +0200)

----------------------------------------------------------------
Fixes for omaps

Fixes for devkit8000 timer regression. Similar to the earlier beagleboard
fixes, we must not configure the clocksource drivers to use an alternative
timer configuration. It causes unnecessary issues with power management.
Only some old designs based on early beagleboard revisions with a miswired
timer need to use the alternative timer.

----------------------------------------------------------------
Anthoine Bourgeois (2):
      ARM: dts: switch timer config to common devkit8000 devicetree
      ARM: dts: Use 32KiHz oscillator on devkit8000

 arch/arm/boot/dts/omap3-devkit8000-common.dtsi | 18 ++++++++++++++
 arch/arm/boot/dts/omap3-devkit8000.dts         | 33 --------------------------
 drivers/clocksource/timer-ti-dm-systimer.c     |  3 +--
 3 files changed, 19 insertions(+), 35 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] 22+ messages in thread

* Re: [GIT PULL] Fixes for omaps
  2022-01-10  7:55 ` Tony Lindgren
  (?)
@ 2022-01-10 18:40 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 22+ messages in thread
From: patchwork-bot+linux-soc @ 2022-01-10 18:40 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Olof Johansson <olof@lixom.net>:

On Mon, 10 Jan 2022 09:55:38 +0200 you wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> 
>   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Fixes for omaps
    https://git.kernel.org/soc/soc/c/65def56a5fa7

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* [GIT PULL] Fixes for omaps
@ 2022-01-10  7:55 ` Tony Lindgren
  0 siblings, 0 replies; 22+ messages in thread
From: Tony Lindgren @ 2022-01-10  7:55 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 fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.17/fixes-for-merge-window-signed

for you to fetch changes up to 31aa7056bbec0259e2ec91db7d3571f66b14f93f:

  ARM: dts: Don't use legacy clock defines for dra7 clkctrl (2021-12-22 08:28:19 +0200)

----------------------------------------------------------------
Fixes for omaps

A series of fixes for omap variants for minor issues, and a fix for a timer
regression for some omap3 beagleboard versions.

The timer fix needs to patch both the dts and the timer code because
otherwise the timer quirk handling for old dtbs will prevent the dts fix
from working.

The other changes are for issues found by automated analysis, a macasp
typo fix, and two cosmetic fixes for clocks.

----------------------------------------------------------------
Jayesh Choudhary (1):
      ARM: dts: am335x-wega: Fix typo in mcasp property rx-num-evt

Tony Lindgren (3):
      ARM: dts: Fix timer regression for beagleboard revision c
      clk: ti: Move dra7 clock devices out of the legacy section
      ARM: dts: Don't use legacy clock defines for dra7 clkctrl

Wan Jiabing (1):
      ARM: OMAP2+: hwmod: Add of_node_put() before break

Ye Guojin (1):
      ARM: OMAP2+: adjust the location of put_device() call in omapdss_init_of

 .../devicetree/bindings/arm/omap/omap.txt          |  3 ++
 arch/arm/boot/dts/Makefile                         |  1 +
 arch/arm/boot/dts/am335x-wega.dtsi                 |  2 +-
 arch/arm/boot/dts/dra7.dtsi                        | 20 ++++-----
 arch/arm/boot/dts/omap3-beagle-ab4.dts             | 47 ++++++++++++++++++++++
 arch/arm/boot/dts/omap3-beagle.dts                 | 33 ---------------
 arch/arm/mach-omap2/display.c                      |  2 +-
 arch/arm/mach-omap2/omap_hwmod.c                   |  4 +-
 drivers/clocksource/timer-ti-dm-systimer.c         |  2 +-
 include/dt-bindings/clock/dra7.h                   | 14 +++----
 10 files changed, 74 insertions(+), 54 deletions(-)
 create mode 100644 arch/arm/boot/dts/omap3-beagle-ab4.dts

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

* [GIT PULL] Fixes for omaps
@ 2022-01-10  7:55 ` Tony Lindgren
  0 siblings, 0 replies; 22+ messages in thread
From: Tony Lindgren @ 2022-01-10  7:55 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 fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.17/fixes-for-merge-window-signed

for you to fetch changes up to 31aa7056bbec0259e2ec91db7d3571f66b14f93f:

  ARM: dts: Don't use legacy clock defines for dra7 clkctrl (2021-12-22 08:28:19 +0200)

----------------------------------------------------------------
Fixes for omaps

A series of fixes for omap variants for minor issues, and a fix for a timer
regression for some omap3 beagleboard versions.

The timer fix needs to patch both the dts and the timer code because
otherwise the timer quirk handling for old dtbs will prevent the dts fix
from working.

The other changes are for issues found by automated analysis, a macasp
typo fix, and two cosmetic fixes for clocks.

----------------------------------------------------------------
Jayesh Choudhary (1):
      ARM: dts: am335x-wega: Fix typo in mcasp property rx-num-evt

Tony Lindgren (3):
      ARM: dts: Fix timer regression for beagleboard revision c
      clk: ti: Move dra7 clock devices out of the legacy section
      ARM: dts: Don't use legacy clock defines for dra7 clkctrl

Wan Jiabing (1):
      ARM: OMAP2+: hwmod: Add of_node_put() before break

Ye Guojin (1):
      ARM: OMAP2+: adjust the location of put_device() call in omapdss_init_of

 .../devicetree/bindings/arm/omap/omap.txt          |  3 ++
 arch/arm/boot/dts/Makefile                         |  1 +
 arch/arm/boot/dts/am335x-wega.dtsi                 |  2 +-
 arch/arm/boot/dts/dra7.dtsi                        | 20 ++++-----
 arch/arm/boot/dts/omap3-beagle-ab4.dts             | 47 ++++++++++++++++++++++
 arch/arm/boot/dts/omap3-beagle.dts                 | 33 ---------------
 arch/arm/mach-omap2/display.c                      |  2 +-
 arch/arm/mach-omap2/omap_hwmod.c                   |  4 +-
 drivers/clocksource/timer-ti-dm-systimer.c         |  2 +-
 include/dt-bindings/clock/dra7.h                   | 14 +++----
 10 files changed, 74 insertions(+), 54 deletions(-)
 create mode 100644 arch/arm/boot/dts/omap3-beagle-ab4.dts

_______________________________________________
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] 22+ messages in thread

end of thread, other threads:[~2023-12-21 17:41 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 12:15 [GIT PULL] Fixes for omaps Tony Lindgren
2022-04-21 12:15 ` Tony Lindgren
2022-04-21 15:30 ` patchwork-bot+linux-soc
2022-04-21 15:31 ` patchwork-bot+linux-soc
  -- strict thread matches above, loose matches on Subject: below --
2023-12-08 12:17 Tony Lindgren
2023-12-08 12:17 ` Tony Lindgren
2023-12-21 17:40 ` patchwork-bot+linux-soc
2023-12-21 17:41 ` patchwork-bot+linux-soc
2023-10-18  5:19 Tony Lindgren
2023-10-18  5:19 ` Tony Lindgren
2023-10-18 15:40 ` patchwork-bot+linux-soc
2023-10-18 15:40 ` patchwork-bot+linux-soc
2023-08-16  4:02 Tony Lindgren
2023-08-16  4:02 ` Tony Lindgren
2023-08-17 12:50 ` patchwork-bot+linux-soc
2023-08-17 12:50 ` patchwork-bot+linux-soc
2022-02-23  8:55 Tony Lindgren
2022-02-23  8:55 ` Tony Lindgren
2022-02-25 15:50 ` patchwork-bot+linux-soc
2022-01-10  7:55 Tony Lindgren
2022-01-10  7:55 ` Tony Lindgren
2022-01-10 18:40 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.