All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] SoC changes for omaps for v5.16
@ 2021-10-11 11:02 ` Tony Lindgren
  0 siblings, 0 replies; 9+ messages in thread
From: Tony Lindgren @ 2021-10-11 11: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 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e60150de94ef1508e77cbf5956ecc0ca84c4fc9b:

  ARM: OMAP2+: Drop unused CM defines for am3 (2021-10-06 12:36:23 +0300)

----------------------------------------------------------------
SoC changes for omaps for v5.16

Few non-urgent comment typo fixes and few changes to drop unused auxdata.
Then a series of changes to drop some a pile of old unused defines. These
can be now dropped for the SoCs that have been updated to use devicetree
data with drivers/clock and drivers/soc device drivers.

----------------------------------------------------------------
Jason Wang (2):
      ARM: OMAP2+: Fix typo in some comments
      ARM: OMAP2+: Fix comment typo

Tony Lindgren (11):
      ARM: OMAP2+: Drop old unused omap5_uevm_legacy_init()
      ARM: OMAP2+: Drop unused old auxdata for dra7x_evm_mmc_quirk()
      ARM: OMAP2+: Drop unused PRM defines for dra7
      ARM: OMAP2+: Drop unused PRM defines for omap5
      ARM: OMAP2+: Drop unused PRM defines for omap4
      ARM: OMAP2+: Drop unused PRM defines for am4
      ARM: OMAP2+: Drop unused PRM defines for am3
      ARM: OMAP2+: Drop unused CM defines for dra7
      ARM: OMAP2+: Drop unused CM and SCRM defines for omap5
      ARM: OMAP2+: Drop unused CM and SCRM defines for omap4
      ARM: OMAP2+: Drop unused CM defines for am3

 arch/arm/mach-omap2/cm-regbits-44xx.h | 101 ------
 arch/arm/mach-omap2/cm1_44xx.h        | 174 ----------
 arch/arm/mach-omap2/cm1_54xx.h        | 168 ---------
 arch/arm/mach-omap2/cm1_7xx.h         | 263 --------------
 arch/arm/mach-omap2/cm2_44xx.h        | 386 ---------------------
 arch/arm/mach-omap2/cm2_54xx.h        | 325 ------------------
 arch/arm/mach-omap2/cm2_7xx.h         | 449 ------------------------
 arch/arm/mach-omap2/cm33xx.h          | 280 ---------------
 arch/arm/mach-omap2/omap_hwmod.c      |   6 +-
 arch/arm/mach-omap2/pdata-quirks.c    |  36 --
 arch/arm/mach-omap2/powerdomain.c     |   6 +-
 arch/arm/mach-omap2/prcm43xx.h        |  94 -----
 arch/arm/mach-omap2/prm33xx.h         |  40 ---
 arch/arm/mach-omap2/prm44xx.h         | 630 ----------------------------------
 arch/arm/mach-omap2/prm54xx.h         | 358 -------------------
 arch/arm/mach-omap2/prm7xx.h          | 613 ---------------------------------
 arch/arm/mach-omap2/scrm44xx.h        | 141 --------
 arch/arm/mach-omap2/scrm54xx.h        | 228 ------------
 18 files changed, 6 insertions(+), 4292 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/scrm54xx.h

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

* [GIT PULL 1/3] SoC changes for omaps for v5.16
@ 2021-10-11 11:02 ` Tony Lindgren
  0 siblings, 0 replies; 9+ messages in thread
From: Tony Lindgren @ 2021-10-11 11: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 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e60150de94ef1508e77cbf5956ecc0ca84c4fc9b:

  ARM: OMAP2+: Drop unused CM defines for am3 (2021-10-06 12:36:23 +0300)

----------------------------------------------------------------
SoC changes for omaps for v5.16

Few non-urgent comment typo fixes and few changes to drop unused auxdata.
Then a series of changes to drop some a pile of old unused defines. These
can be now dropped for the SoCs that have been updated to use devicetree
data with drivers/clock and drivers/soc device drivers.

----------------------------------------------------------------
Jason Wang (2):
      ARM: OMAP2+: Fix typo in some comments
      ARM: OMAP2+: Fix comment typo

Tony Lindgren (11):
      ARM: OMAP2+: Drop old unused omap5_uevm_legacy_init()
      ARM: OMAP2+: Drop unused old auxdata for dra7x_evm_mmc_quirk()
      ARM: OMAP2+: Drop unused PRM defines for dra7
      ARM: OMAP2+: Drop unused PRM defines for omap5
      ARM: OMAP2+: Drop unused PRM defines for omap4
      ARM: OMAP2+: Drop unused PRM defines for am4
      ARM: OMAP2+: Drop unused PRM defines for am3
      ARM: OMAP2+: Drop unused CM defines for dra7
      ARM: OMAP2+: Drop unused CM and SCRM defines for omap5
      ARM: OMAP2+: Drop unused CM and SCRM defines for omap4
      ARM: OMAP2+: Drop unused CM defines for am3

 arch/arm/mach-omap2/cm-regbits-44xx.h | 101 ------
 arch/arm/mach-omap2/cm1_44xx.h        | 174 ----------
 arch/arm/mach-omap2/cm1_54xx.h        | 168 ---------
 arch/arm/mach-omap2/cm1_7xx.h         | 263 --------------
 arch/arm/mach-omap2/cm2_44xx.h        | 386 ---------------------
 arch/arm/mach-omap2/cm2_54xx.h        | 325 ------------------
 arch/arm/mach-omap2/cm2_7xx.h         | 449 ------------------------
 arch/arm/mach-omap2/cm33xx.h          | 280 ---------------
 arch/arm/mach-omap2/omap_hwmod.c      |   6 +-
 arch/arm/mach-omap2/pdata-quirks.c    |  36 --
 arch/arm/mach-omap2/powerdomain.c     |   6 +-
 arch/arm/mach-omap2/prcm43xx.h        |  94 -----
 arch/arm/mach-omap2/prm33xx.h         |  40 ---
 arch/arm/mach-omap2/prm44xx.h         | 630 ----------------------------------
 arch/arm/mach-omap2/prm54xx.h         | 358 -------------------
 arch/arm/mach-omap2/prm7xx.h          | 613 ---------------------------------
 arch/arm/mach-omap2/scrm44xx.h        | 141 --------
 arch/arm/mach-omap2/scrm54xx.h        | 228 ------------
 18 files changed, 6 insertions(+), 4292 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/scrm54xx.h

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

* [GIT PULL 2/3] Driver changes for ti-sysc for v5.16
@ 2021-10-11 11:02   ` Tony Lindgren
  0 siblings, 0 replies; 9+ messages in thread
From: Tony Lindgren @ 2021-10-11 11: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 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.16/ti-sysc-signed

for you to fetch changes up to 1b1da99b845337362a3dafe0f7b49927ab4ae041:

  bus: ti-sysc: Fix variable set but not used warning for reinit_modules (2021-10-06 08:38:09 +0300)

----------------------------------------------------------------
Driver changes for ti-sysc for v5.16

Changes for ti-sysc driver for improved system suspend and resume
support as some drivers need to be reinitialized on resume. Also
a non-urgent resume warning fix, and dropping of legacy flags for
gpio and sham:

- Fix timekeeping suspended warning on resume. Probably no need to merge
  this into fixes as it's gone unnoticed for a while.

- Check for context loss for reinit of a module

- Add add quirk handling to reinit on context loss, and also fix a
  build warning it caused

- Add quirk handling to reset on reinit

- Use context loss quirk for gpmc and otg

- Handle otg force-idle quirk even if no driver is loaded

- Drop legacy flags for gpio and sham

----------------------------------------------------------------
Tony Lindgren (10):
      bus: ti-sysc: Fix timekeeping_suspended warning on resume
      bus: ti-sysc: Check for lost context in sysc_reinit_module()
      bus: ti-sysc: Add quirk handling for reinit on context lost
      bus: ti-sysc: Add quirk handling for reset on re-init
      bus: ti-sysc: Use context lost quirks for gpmc
      bus: ti-sysc: Use context lost quirk for otg
      bus: ti-sysc: Handle otg force idle quirk
      bus: ti-sysc: Drop legacy quirk flag for gpio
      bus: ti-sysc: Drop legacy quirk flag for sham
      bus: ti-sysc: Fix variable set but not used warning for reinit_modules

 drivers/bus/ti-sysc.c                 | 276 +++++++++++++++++++++++++++++-----
 include/linux/platform_data/ti-sysc.h |   3 +
 2 files changed, 244 insertions(+), 35 deletions(-)

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

* [GIT PULL 2/3] Driver changes for ti-sysc for v5.16
@ 2021-10-11 11:02   ` Tony Lindgren
  0 siblings, 0 replies; 9+ messages in thread
From: Tony Lindgren @ 2021-10-11 11: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 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.16/ti-sysc-signed

for you to fetch changes up to 1b1da99b845337362a3dafe0f7b49927ab4ae041:

  bus: ti-sysc: Fix variable set but not used warning for reinit_modules (2021-10-06 08:38:09 +0300)

----------------------------------------------------------------
Driver changes for ti-sysc for v5.16

Changes for ti-sysc driver for improved system suspend and resume
support as some drivers need to be reinitialized on resume. Also
a non-urgent resume warning fix, and dropping of legacy flags for
gpio and sham:

- Fix timekeeping suspended warning on resume. Probably no need to merge
  this into fixes as it's gone unnoticed for a while.

- Check for context loss for reinit of a module

- Add add quirk handling to reinit on context loss, and also fix a
  build warning it caused

- Add quirk handling to reset on reinit

- Use context loss quirk for gpmc and otg

- Handle otg force-idle quirk even if no driver is loaded

- Drop legacy flags for gpio and sham

----------------------------------------------------------------
Tony Lindgren (10):
      bus: ti-sysc: Fix timekeeping_suspended warning on resume
      bus: ti-sysc: Check for lost context in sysc_reinit_module()
      bus: ti-sysc: Add quirk handling for reinit on context lost
      bus: ti-sysc: Add quirk handling for reset on re-init
      bus: ti-sysc: Use context lost quirks for gpmc
      bus: ti-sysc: Use context lost quirk for otg
      bus: ti-sysc: Handle otg force idle quirk
      bus: ti-sysc: Drop legacy quirk flag for gpio
      bus: ti-sysc: Drop legacy quirk flag for sham
      bus: ti-sysc: Fix variable set but not used warning for reinit_modules

 drivers/bus/ti-sysc.c                 | 276 +++++++++++++++++++++++++++++-----
 include/linux/platform_data/ti-sysc.h |   3 +
 2 files changed, 244 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] 9+ messages in thread

* [GIT PULL 3/3] Devicetree changes for omaps for v5.16
@ 2021-10-11 11:02   ` Tony Lindgren
  0 siblings, 0 replies; 9+ messages in thread
From: Tony Lindgren @ 2021-10-11 11: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 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 02794dbdc892a20479995cb9083a69a2ff213d96:

  ARM: dts: dra7: add entry for bb2d module (2021-10-06 10:46:44 +0300)

----------------------------------------------------------------
Devicetree changes for omaps for v5.16

These changes configure devices for am335x and dra7, and fixes
various devicetree check warnings for gta04:

- Update am335x-pocketbeagle to use pinconf-single

- A series of devicetree warning fixes for omap3 and gta04

- Configure bb2d Vivante GC 2D Accelerator for dra7

----------------------------------------------------------------
Andreas Kemnade (6):
      ARM: dts: omap3: fix cpu thermal label name
      arm: dts: omap3-gta04: cleanup LCD definition
      arm: dts: omap3-gta04: fix missing sensor supply
      arm: dts: omap3-gta04a5: fix missing sensor supply
      arm: dts: omap3-gta04a4: accelerometer irq fix
      arm: dts: omap3-gta04: cleanup led node names

Drew Fustini (1):
      ARM: dts: am335x-pocketbeagle: switch to pinconf-single

Gowtham Tammana (1):
      ARM: dts: dra7: add entry for bb2d module

 arch/arm/boot/dts/am335x-pocketbeagle.dts |  1 +
 arch/arm/boot/dts/dra7.dtsi               | 19 +++++++++++++++++++
 arch/arm/boot/dts/omap3-cpu-thermal.dtsi  |  2 +-
 arch/arm/boot/dts/omap3-gta04.dtsi        | 23 +++++++++++++----------
 arch/arm/boot/dts/omap3-gta04a5.dts       |  2 ++
 5 files changed, 36 insertions(+), 11 deletions(-)

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

* [GIT PULL 3/3] Devicetree changes for omaps for v5.16
@ 2021-10-11 11:02   ` Tony Lindgren
  0 siblings, 0 replies; 9+ messages in thread
From: Tony Lindgren @ 2021-10-11 11: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 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 02794dbdc892a20479995cb9083a69a2ff213d96:

  ARM: dts: dra7: add entry for bb2d module (2021-10-06 10:46:44 +0300)

----------------------------------------------------------------
Devicetree changes for omaps for v5.16

These changes configure devices for am335x and dra7, and fixes
various devicetree check warnings for gta04:

- Update am335x-pocketbeagle to use pinconf-single

- A series of devicetree warning fixes for omap3 and gta04

- Configure bb2d Vivante GC 2D Accelerator for dra7

----------------------------------------------------------------
Andreas Kemnade (6):
      ARM: dts: omap3: fix cpu thermal label name
      arm: dts: omap3-gta04: cleanup LCD definition
      arm: dts: omap3-gta04: fix missing sensor supply
      arm: dts: omap3-gta04a5: fix missing sensor supply
      arm: dts: omap3-gta04a4: accelerometer irq fix
      arm: dts: omap3-gta04: cleanup led node names

Drew Fustini (1):
      ARM: dts: am335x-pocketbeagle: switch to pinconf-single

Gowtham Tammana (1):
      ARM: dts: dra7: add entry for bb2d module

 arch/arm/boot/dts/am335x-pocketbeagle.dts |  1 +
 arch/arm/boot/dts/dra7.dtsi               | 19 +++++++++++++++++++
 arch/arm/boot/dts/omap3-cpu-thermal.dtsi  |  2 +-
 arch/arm/boot/dts/omap3-gta04.dtsi        | 23 +++++++++++++----------
 arch/arm/boot/dts/omap3-gta04a5.dts       |  2 ++
 5 files changed, 36 insertions(+), 11 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] 9+ messages in thread

* Re: [GIT PULL 2/3] Driver changes for ti-sysc for v5.16
@ 2021-10-11 15:02     ` Arnd Bergmann
  0 siblings, 0 replies; 9+ messages in thread
From: Arnd Bergmann @ 2021-10-11 15:02 UTC (permalink / raw)
  To: soc, Tony Lindgren; +Cc: Arnd Bergmann, arm, linux-omap, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 11 Oct 2021 14:02:43 +0300, Tony Lindgren wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.16/ti-sysc-signed
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 030f4e72aa9cb92a097022f97792154f42901feb

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

* Re: [GIT PULL 3/3] Devicetree changes for omaps for v5.16
@ 2021-10-11 22:11     ` Arnd Bergmann
  0 siblings, 0 replies; 9+ messages in thread
From: Arnd Bergmann @ 2021-10-11 22:11 UTC (permalink / raw)
  To: soc, Tony Lindgren; +Cc: Arnd Bergmann, linux-omap, arm, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 11 Oct 2021 14:02:44 +0300, Tony Lindgren wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.16/dt-signed
> 
> [...]

Merged into arm/dt, thanks!

merge commit: c3bb12ba7ffe7c57d57f063aaa2d28b1341046a2

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

* Re: [GIT PULL 1/3] SoC changes for omaps for v5.16
@ 2021-10-12 12:50   ` Arnd Bergmann
  0 siblings, 0 replies; 9+ messages in thread
From: Arnd Bergmann @ 2021-10-12 12:50 UTC (permalink / raw)
  To: soc, Tony Lindgren; +Cc: Arnd Bergmann, linux-arm-kernel, linux-omap, arm

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 11 Oct 2021 14:02:42 +0300, Tony Lindgren wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.16/soc-signed
> 
> [...]

Merged into arm/soc, thanks!

merge commit: 1f1c2323de8f9ccf89cdf63ae3c1f7a92bc19869

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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 11:02 [GIT PULL 1/3] SoC changes for omaps for v5.16 Tony Lindgren
2021-10-11 11:02 ` Tony Lindgren
2021-10-11 11:02 ` [GIT PULL 2/3] Driver changes for ti-sysc " Tony Lindgren
2021-10-11 11:02   ` Tony Lindgren
2021-10-11 15:02   ` Arnd Bergmann
2021-10-11 15:02     ` Arnd Bergmann
2021-10-11 11:02 ` [GIT PULL 3/3] Devicetree changes for omaps " Tony Lindgren
2021-10-11 11:02   ` Tony Lindgren
2021-10-11 22:11   ` Arnd Bergmann
2021-10-11 22:11     ` Arnd Bergmann
2021-10-12 12:50 ` [GIT PULL 1/3] SoC " Arnd Bergmann
2021-10-12 12:50   ` Arnd Bergmann

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.