linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3]
@ 2021-04-06 10:10 Tony Lindgren
  2021-04-06 10:10 ` [GIT PULL 2/3] Tony Lindgren
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Tony Lindgren @ 2021-04-06 10:10 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 a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 206fa766ca2151d728a0894bdb03688d48564aa0:

  ARM: OMAP1: fix incorrect kernel-doc comment syntax in file (2021-03-31 09:05:42 +0300)

----------------------------------------------------------------
SoC changes for omaps for v5.13

Minor non-urgent fixes for issues found by robots and few typo fixes:

- Use DEFINE_DEBUGFS_ATTRIBUTE

- Add missing of_node_put()

- Use true and false for bool variable

- Use DEFINE_SPINLOCK

- Fix incorrect kerneldoc usage

----------------------------------------------------------------
Aditya Srivastava (2):
      ARM: OMAP2+: fix incorrect kernel-doc comment syntax in file
      ARM: OMAP1: fix incorrect kernel-doc comment syntax in file

Jiapeng Chong (1):
      ARM: OMAP2+: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE

Lifu Chen (1):
      ARM: OMAP2+: Use DEFINE_SPINLOCK() for spinlock

Yang Li (2):
      ARM: OMAP2+: add missing call to of_node_put()
      ARM: OMAP2+: use true and false for bool variable

 arch/arm/mach-omap1/timer.c       |  2 +-
 arch/arm/mach-omap2/omap_hwmod.c  |  1 +
 arch/arm/mach-omap2/omap_twl.c    |  2 +-
 arch/arm/mach-omap2/pm-debug.c    |  4 ++--
 arch/arm/mach-omap2/powerdomain.c | 12 ++++++------
 arch/arm/plat-omap/dma.c          |  3 +--
 6 files changed, 12 insertions(+), 12 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] 6+ messages in thread

* [GIT PULL 2/3]
  2021-04-06 10:10 [GIT PULL 1/3] Tony Lindgren
@ 2021-04-06 10:10 ` Tony Lindgren
  2021-04-08 15:24   ` Arnd Bergmann
  2021-04-06 10:11 ` [GIT PULL 3/3] Tony Lindgren
  2021-04-08 20:03 ` [GIT PULL 1/3] Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2021-04-06 10:10 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 a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ee368a10d0dfb27bbff36361ea2166f864028a8b:

  ARM: dts: am335x-boneblack.dts: unique gpio-line-names (2021-03-31 08:54:45 +0300)

----------------------------------------------------------------
Devicetree changes for omaps for v5.13

Mostly configures addtional devices for various boards, and
updates the gpio line names for beagle boards so userspace can
optionally find the right lines:

- Use unique gpio line names for am335x-pocketbeagle

- Update omap3-echo led configuration and add ath6kl node

- Fix indentation for am3 tscadc node

- Prepare motorola-cpcap-mapphone for power supply dtbs_check_parsing

- Use unique gpio line names for am335x-boneblack.dts

----------------------------------------------------------------
André Hentschel (2):
      ARM: dts: omap3-echo: Update LED configuration
      ARM: dts: omap3-echo: Add ath6kl node

Dario Binacchi (1):
      ARM: dts: am33xx-l4: fix tscadc@0 node indentation

Drew Fustini (2):
      ARM: dts: am335x-pocketbeagle: unique gpio-line-names
      ARM: dts: am335x-boneblack.dts: unique gpio-line-names

Sebastian Reichel (1):
      ARM: dts: motorola-cpcap-mapphone: Prepare for dtbs_check parsing

 arch/arm/boot/dts/am335x-boneblack.dts         | 132 +++----
 arch/arm/boot/dts/am335x-pocketbeagle.dts      | 140 ++++----
 arch/arm/boot/dts/am33xx-l4.dtsi               |  28 +-
 arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi |  59 ++-
 arch/arm/boot/dts/omap3-echo.dts               | 476 +++++++++++++++++--------
 5 files changed, 514 insertions(+), 321 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] 6+ messages in thread

* [GIT PULL 3/3]
  2021-04-06 10:10 [GIT PULL 1/3] Tony Lindgren
  2021-04-06 10:10 ` [GIT PULL 2/3] Tony Lindgren
@ 2021-04-06 10:11 ` Tony Lindgren
  2021-04-08 20:20   ` Arnd Bergmann
  2021-04-08 20:03 ` [GIT PULL 1/3] Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2021-04-06 10:11 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 a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f6a7ea04ad2044e8f05b55f3bdd3133f468f60d1:

  ARM: omap2plus_defconfig: Add AT25 EEPROM module (2021-03-24 13:46:55 +0200)

----------------------------------------------------------------
Defconfig changes for omaps for v5.13

Update defconfig to have nefilter available as loadable modules
to make the defconfig more usable for networked devices. And we now
select SIMPLE_PM_BUS so it can be dropped. And some devices use
EEPROM_AT25 so let's add it as a loadable module.

----------------------------------------------------------------
Adam Ford (1):
      ARM: omap2plus_defconfig: Add AT25 EEPROM module

Ivan Jelincic (2):
      ARM: omap2plus_defconfig: Update for dropped simple-pm-bus
      ARM: omap2plus_defconfig: Enable Netfilter components as modules

 arch/arm/configs/omap2plus_defconfig | 151 ++++++++++++++++++++++++++++++++++-
 1 file changed, 150 insertions(+), 1 deletion(-)

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

* Re: [GIT PULL 2/3]
  2021-04-06 10:10 ` [GIT PULL 2/3] Tony Lindgren
@ 2021-04-08 15:24   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2021-04-08 15:24 UTC (permalink / raw)
  To: Tony Lindgren, soc; +Cc: Arnd Bergmann, linux-omap, linux-arm-kernel, arm

From: Arnd Bergmann <arnd@arndb.de>

On Tue, 6 Apr 2021 13:10:59 +0300, Tony Lindgren wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.13/dt-v2-signed
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 36de77e35f3bc0fed0f1999f9c5731513be89a45

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

* Re: [GIT PULL 1/3]
  2021-04-06 10:10 [GIT PULL 1/3] Tony Lindgren
  2021-04-06 10:10 ` [GIT PULL 2/3] Tony Lindgren
  2021-04-06 10:11 ` [GIT PULL 3/3] Tony Lindgren
@ 2021-04-08 20:03 ` Arnd Bergmann
  2 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2021-04-08 20:03 UTC (permalink / raw)
  To: Tony Lindgren, soc; +Cc: Arnd Bergmann, linux-omap, linux-arm-kernel, arm

From: Arnd Bergmann <arnd@arndb.de>

On Tue, 6 Apr 2021 13:10:58 +0300, Tony Lindgren wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.13/soc-signed
> 
> [...]

Merged into arm/soc, thanks!

merge commit: f47e8e14373a731ab4fbd08615b2694ce1fc5142

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

* Re: [GIT PULL 3/3]
  2021-04-06 10:11 ` [GIT PULL 3/3] Tony Lindgren
@ 2021-04-08 20:20   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2021-04-08 20:20 UTC (permalink / raw)
  To: soc, Tony Lindgren; +Cc: Arnd Bergmann, linux-omap, linux-arm-kernel, arm

From: Arnd Bergmann <arnd@arndb.de>

On Tue, 6 Apr 2021 13:11:00 +0300, Tony Lindgren wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.13/defconfig-signed
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: 2de5bb995656312ac1464ee29294140e9aacd642

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

end of thread, other threads:[~2021-04-08 20:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-06 10:10 [GIT PULL 1/3] Tony Lindgren
2021-04-06 10:10 ` [GIT PULL 2/3] Tony Lindgren
2021-04-08 15:24   ` Arnd Bergmann
2021-04-06 10:11 ` [GIT PULL 3/3] Tony Lindgren
2021-04-08 20:20   ` Arnd Bergmann
2021-04-08 20:03 ` [GIT PULL 1/3] 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).