All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] Cleanup for omaps for v5.14
@ 2021-06-02  7:19 ` Tony Lindgren
  0 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2021-06-02  7: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 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d61f263495d75cd0e45a50a2dc44ebc286db52b7:

  Merge branch 'omap-for-v5.13/genpd-cleanup' into omap-for-v5.14/cleanup (2021-05-21 12:42:41 +0300)

----------------------------------------------------------------
Clean up changes for omaps for v5.14 merge window

With the recent changes to drop legacy platform data for
am3/4, omap4/5, and dra7, we can drop the related unused
code. There is also a patch to remove leading spaces from
the Kconfig file.

----------------------------------------------------------------
Dario Binacchi (2):
      ARM: OMAP2+: CM: remove omap2_set_globals_cm()
      ARM: OMAP2+: remove omap2_set_globals_control()

Juerg Haefliger (1):
      ARM: OMAP1: Remove leading spaces in Kconfig

Lukas Bulwahn (1):
      MAINTAINERS: remove obsolete OMAP HWMOD DATA FOR OMAP4-BASED DEVICES

Tony Lindgren (1):
      Merge branch 'omap-for-v5.13/genpd-cleanup' into omap-for-v5.14/cleanup

 MAINTAINERS                     |  6 ------
 arch/arm/mach-omap1/Kconfig     | 12 ++++++------
 arch/arm/mach-omap2/cm.h        |  1 -
 arch/arm/mach-omap2/cm_common.c | 13 -------------
 arch/arm/mach-omap2/control.c   |  5 -----
 arch/arm/mach-omap2/control.h   |  1 -
 6 files changed, 6 insertions(+), 32 deletions(-)

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

* [GIT PULL 1/3] Cleanup for omaps for v5.14
@ 2021-06-02  7:19 ` Tony Lindgren
  0 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2021-06-02  7: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 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d61f263495d75cd0e45a50a2dc44ebc286db52b7:

  Merge branch 'omap-for-v5.13/genpd-cleanup' into omap-for-v5.14/cleanup (2021-05-21 12:42:41 +0300)

----------------------------------------------------------------
Clean up changes for omaps for v5.14 merge window

With the recent changes to drop legacy platform data for
am3/4, omap4/5, and dra7, we can drop the related unused
code. There is also a patch to remove leading spaces from
the Kconfig file.

----------------------------------------------------------------
Dario Binacchi (2):
      ARM: OMAP2+: CM: remove omap2_set_globals_cm()
      ARM: OMAP2+: remove omap2_set_globals_control()

Juerg Haefliger (1):
      ARM: OMAP1: Remove leading spaces in Kconfig

Lukas Bulwahn (1):
      MAINTAINERS: remove obsolete OMAP HWMOD DATA FOR OMAP4-BASED DEVICES

Tony Lindgren (1):
      Merge branch 'omap-for-v5.13/genpd-cleanup' into omap-for-v5.14/cleanup

 MAINTAINERS                     |  6 ------
 arch/arm/mach-omap1/Kconfig     | 12 ++++++------
 arch/arm/mach-omap2/cm.h        |  1 -
 arch/arm/mach-omap2/cm_common.c | 13 -------------
 arch/arm/mach-omap2/control.c   |  5 -----
 arch/arm/mach-omap2/control.h   |  1 -
 6 files changed, 6 insertions(+), 32 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] 7+ messages in thread

* [GIT PULL 2/3] Defconfig changes for omaps for v5.14
@ 2021-06-02  7:19   ` Tony Lindgren
  0 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2021-06-02  7: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 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e7d7b033091afaee937cd92d71903fbe774d5ff0:

  ARM: omap2plus_defconfig: Add LP5523 LED driver (2021-05-21 12:31:57 +0300)

----------------------------------------------------------------
Defconfig changes for omaps for v5.14 merge window

Defconfig changes for omap2plus_defconfig to add WL1251
and LP5523 as loadable modules for n900.

----------------------------------------------------------------
Sicelo A. Mhlongo (2):
      ARM: omap2plus_defconfig: Add WL1251 and WEXT modules
      ARM: omap2plus_defconfig: Add LP5523 LED driver

 arch/arm/configs/omap2plus_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

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

* [GIT PULL 2/3] Defconfig changes for omaps for v5.14
@ 2021-06-02  7:19   ` Tony Lindgren
  0 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2021-06-02  7: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 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e7d7b033091afaee937cd92d71903fbe774d5ff0:

  ARM: omap2plus_defconfig: Add LP5523 LED driver (2021-05-21 12:31:57 +0300)

----------------------------------------------------------------
Defconfig changes for omaps for v5.14 merge window

Defconfig changes for omap2plus_defconfig to add WL1251
and LP5523 as loadable modules for n900.

----------------------------------------------------------------
Sicelo A. Mhlongo (2):
      ARM: omap2plus_defconfig: Add WL1251 and WEXT modules
      ARM: omap2plus_defconfig: Add LP5523 LED driver

 arch/arm/configs/omap2plus_defconfig | 5 +++++
 1 file changed, 5 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] 7+ messages in thread

* [GIT PULL 3/3] Devicetree changes for omaps for v5.14
@ 2021-06-02  7:19   ` Tony Lindgren
  0 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2021-06-02  7: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 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9e7f5ee1137397def6580461e27e5efcb68183ee:

  ARM: dts: OMAP2+: Replace underscores in sub-mailbox node names (2021-05-27 15:12:33 +0300)

----------------------------------------------------------------
Devicetree changes for omaps for v5.14 merge window

Mostly just clean-up for device tree binding checks with
few other clean-up patches:

- Drop ov5640 sensor for dra76-evm, it's just one of the
  optional additional sensors and makes hard to use any of
  the other options, TI is using the devicetree overlay
  snippets for these

- Group the phandles in osd3358-sm-red to make the files
  more readable

- A series of gpio clean-up patches to follow the binding
  documentation

- Move ti,no-reset related properties to the target module
  level, the ti-sysc driver handles them also in the child
  but they really belong to the target module

- Drop the unnecessary uart compatible entries to make the
  binding check to work

- Mailbox related updates to make the binding check to
  work

----------------------------------------------------------------
Dario Binacchi (1):
      ARM: dts: osd3358-sm-red: group in the same phandle all its properties

Geert Uytterhoeven (1):
      ARM: dts: dra7x-evm: Align GPIO hog names with dt-schema

Grygorii Strashko (7):
      ARM: dts: am335x: align GPIO hog names with dt-schema
      ARM: dts: am437x: align gpio hog names with dt-schema
      ARM: dts: omap3: align gpio hog names with dt-schema
      ARM: dts: omap5-board-common: align gpio hog names with dt-schema
      ARM: dts: am57xx-cl-som-am57x: fix ti,no-reset-on-init flag for gpios
      ARM: dts: am437x-gp-evm: fix ti,no-reset-on-init flag for gpios
      ARM: dts: am335x: fix ti,no-reset-on-init flag for gpios

Suman Anna (4):
      ARM: dts: OMAP2420: Drop interrupt-names from mailbox node
      ARM: dts: OMAP2/OMAP3: Rename processor sub-mailbox nodes
      ARM: dts: AM33xx/AM43xx: Rename wkup_m3 sub-mailbox node
      ARM: dts: OMAP2+: Replace underscores in sub-mailbox node names

Tomi Valkeinen (1):
      ARM: dts: dra76-evm: remove ov5640

Vignesh Raghavendra (2):
      ARM: dts: dra7-l4: Drop ti,omap4-uart entry from UART nodes
      ARM: dts: am437x-l4: Drop ti,omap2-uart entry from UART nodes

 arch/arm/boot/dts/am335x-baltos.dtsi              |   4 +-
 arch/arm/boot/dts/am335x-boneblack-wireless.dts   |   2 +-
 arch/arm/boot/dts/am335x-boneblue.dts             |   2 +-
 arch/arm/boot/dts/am335x-bonegreen-wireless.dts   |   4 +-
 arch/arm/boot/dts/am335x-evmsk.dts                |   2 +-
 arch/arm/boot/dts/am335x-icev2.dts                |   4 +-
 arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi |   2 +-
 arch/arm/boot/dts/am335x-moxa-uc-8100-common.dtsi |   2 +-
 arch/arm/boot/dts/am335x-osd3358-sm-red.dts       | 132 ++++++++++------------
 arch/arm/boot/dts/am335x-shc.dts                  |   8 +-
 arch/arm/boot/dts/am33xx-l4.dtsi                  |   4 +-
 arch/arm/boot/dts/am437x-gp-evm.dts               |   9 +-
 arch/arm/boot/dts/am437x-l4.dtsi                  |  16 +--
 arch/arm/boot/dts/am43x-epos-evm.dts              |   2 +-
 arch/arm/boot/dts/am57xx-cl-som-am57x.dts         |  13 +--
 arch/arm/boot/dts/dm816x.dtsi                     |   2 +-
 arch/arm/boot/dts/dra7-evm.dts                    |   2 +-
 arch/arm/boot/dts/dra7-ipu-dsp-common.dtsi        |   6 +-
 arch/arm/boot/dts/dra7-l4.dtsi                    |  24 ++--
 arch/arm/boot/dts/dra71-evm.dts                   |   2 +-
 arch/arm/boot/dts/dra72-evm-common.dtsi           |   2 +-
 arch/arm/boot/dts/dra72x.dtsi                     |   6 +-
 arch/arm/boot/dts/dra74-ipu-dsp-common.dtsi       |   2 +-
 arch/arm/boot/dts/dra74x.dtsi                     |   8 +-
 arch/arm/boot/dts/dra76-evm.dts                   |  37 +-----
 arch/arm/boot/dts/omap2420.dtsi                   |   5 +-
 arch/arm/boot/dts/omap2430.dtsi                   |   2 +-
 arch/arm/boot/dts/omap3-evm-processor-common.dtsi |   2 +-
 arch/arm/boot/dts/omap3-gta04a5.dts               |   2 +-
 arch/arm/boot/dts/omap3.dtsi                      |   2 +-
 arch/arm/boot/dts/omap4-l4.dtsi                   |   4 +-
 arch/arm/boot/dts/omap5-board-common.dtsi         |   2 +-
 arch/arm/boot/dts/omap5-l4.dtsi                   |   4 +-
 33 files changed, 139 insertions(+), 181 deletions(-)

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

* [GIT PULL 3/3] Devicetree changes for omaps for v5.14
@ 2021-06-02  7:19   ` Tony Lindgren
  0 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2021-06-02  7: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 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9e7f5ee1137397def6580461e27e5efcb68183ee:

  ARM: dts: OMAP2+: Replace underscores in sub-mailbox node names (2021-05-27 15:12:33 +0300)

----------------------------------------------------------------
Devicetree changes for omaps for v5.14 merge window

Mostly just clean-up for device tree binding checks with
few other clean-up patches:

- Drop ov5640 sensor for dra76-evm, it's just one of the
  optional additional sensors and makes hard to use any of
  the other options, TI is using the devicetree overlay
  snippets for these

- Group the phandles in osd3358-sm-red to make the files
  more readable

- A series of gpio clean-up patches to follow the binding
  documentation

- Move ti,no-reset related properties to the target module
  level, the ti-sysc driver handles them also in the child
  but they really belong to the target module

- Drop the unnecessary uart compatible entries to make the
  binding check to work

- Mailbox related updates to make the binding check to
  work

----------------------------------------------------------------
Dario Binacchi (1):
      ARM: dts: osd3358-sm-red: group in the same phandle all its properties

Geert Uytterhoeven (1):
      ARM: dts: dra7x-evm: Align GPIO hog names with dt-schema

Grygorii Strashko (7):
      ARM: dts: am335x: align GPIO hog names with dt-schema
      ARM: dts: am437x: align gpio hog names with dt-schema
      ARM: dts: omap3: align gpio hog names with dt-schema
      ARM: dts: omap5-board-common: align gpio hog names with dt-schema
      ARM: dts: am57xx-cl-som-am57x: fix ti,no-reset-on-init flag for gpios
      ARM: dts: am437x-gp-evm: fix ti,no-reset-on-init flag for gpios
      ARM: dts: am335x: fix ti,no-reset-on-init flag for gpios

Suman Anna (4):
      ARM: dts: OMAP2420: Drop interrupt-names from mailbox node
      ARM: dts: OMAP2/OMAP3: Rename processor sub-mailbox nodes
      ARM: dts: AM33xx/AM43xx: Rename wkup_m3 sub-mailbox node
      ARM: dts: OMAP2+: Replace underscores in sub-mailbox node names

Tomi Valkeinen (1):
      ARM: dts: dra76-evm: remove ov5640

Vignesh Raghavendra (2):
      ARM: dts: dra7-l4: Drop ti,omap4-uart entry from UART nodes
      ARM: dts: am437x-l4: Drop ti,omap2-uart entry from UART nodes

 arch/arm/boot/dts/am335x-baltos.dtsi              |   4 +-
 arch/arm/boot/dts/am335x-boneblack-wireless.dts   |   2 +-
 arch/arm/boot/dts/am335x-boneblue.dts             |   2 +-
 arch/arm/boot/dts/am335x-bonegreen-wireless.dts   |   4 +-
 arch/arm/boot/dts/am335x-evmsk.dts                |   2 +-
 arch/arm/boot/dts/am335x-icev2.dts                |   4 +-
 arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi |   2 +-
 arch/arm/boot/dts/am335x-moxa-uc-8100-common.dtsi |   2 +-
 arch/arm/boot/dts/am335x-osd3358-sm-red.dts       | 132 ++++++++++------------
 arch/arm/boot/dts/am335x-shc.dts                  |   8 +-
 arch/arm/boot/dts/am33xx-l4.dtsi                  |   4 +-
 arch/arm/boot/dts/am437x-gp-evm.dts               |   9 +-
 arch/arm/boot/dts/am437x-l4.dtsi                  |  16 +--
 arch/arm/boot/dts/am43x-epos-evm.dts              |   2 +-
 arch/arm/boot/dts/am57xx-cl-som-am57x.dts         |  13 +--
 arch/arm/boot/dts/dm816x.dtsi                     |   2 +-
 arch/arm/boot/dts/dra7-evm.dts                    |   2 +-
 arch/arm/boot/dts/dra7-ipu-dsp-common.dtsi        |   6 +-
 arch/arm/boot/dts/dra7-l4.dtsi                    |  24 ++--
 arch/arm/boot/dts/dra71-evm.dts                   |   2 +-
 arch/arm/boot/dts/dra72-evm-common.dtsi           |   2 +-
 arch/arm/boot/dts/dra72x.dtsi                     |   6 +-
 arch/arm/boot/dts/dra74-ipu-dsp-common.dtsi       |   2 +-
 arch/arm/boot/dts/dra74x.dtsi                     |   8 +-
 arch/arm/boot/dts/dra76-evm.dts                   |  37 +-----
 arch/arm/boot/dts/omap2420.dtsi                   |   5 +-
 arch/arm/boot/dts/omap2430.dtsi                   |   2 +-
 arch/arm/boot/dts/omap3-evm-processor-common.dtsi |   2 +-
 arch/arm/boot/dts/omap3-gta04a5.dts               |   2 +-
 arch/arm/boot/dts/omap3.dtsi                      |   2 +-
 arch/arm/boot/dts/omap4-l4.dtsi                   |   4 +-
 arch/arm/boot/dts/omap5-board-common.dtsi         |   2 +-
 arch/arm/boot/dts/omap5-l4.dtsi                   |   4 +-
 33 files changed, 139 insertions(+), 181 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] 7+ messages in thread

* Re: [GIT PULL 1/3] Cleanup for omaps for v5.14
  2021-06-02  7:19 ` Tony Lindgren
                   ` (2 preceding siblings ...)
  (?)
@ 2021-06-12 16:10 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 7+ messages in thread
From: patchwork-bot+linux-soc @ 2021-06-12 16:10 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next):

On Wed,  2 Jun 2021 10:19:09 +0300 you wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] Cleanup for omaps for v5.14
    https://git.kernel.org/soc/soc/c/8639a12370ba
  - [GIT,PULL,2/3] Defconfig changes for omaps for v5.14
    https://git.kernel.org/soc/soc/c/3082a78502f6
  - [GIT,PULL,3/3] Devicetree changes for omaps for v5.14
    https://git.kernel.org/soc/soc/c/2d08a11e2d26

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

end of thread, other threads:[~2021-06-12 16:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02  7:19 [GIT PULL 1/3] Cleanup for omaps for v5.14 Tony Lindgren
2021-06-02  7:19 ` Tony Lindgren
2021-06-02  7:19 ` [GIT PULL 2/3] Defconfig changes " Tony Lindgren
2021-06-02  7:19   ` Tony Lindgren
2021-06-02  7:19 ` [GIT PULL 3/3] Devicetree " Tony Lindgren
2021-06-02  7:19   ` Tony Lindgren
2021-06-12 16:10 ` [GIT PULL 1/3] Cleanup " 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.