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

* [GIT PULL 1/3]
  2014-12-16 21:13 [GIT PULL 1/3] ARM: SoC fixes for 3.19-rc1 Arnd Bergmann
@ 2014-12-16 21:16 ` Arnd Bergmann
  0 siblings, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2014-12-16 21:16 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 8918465163171322c77a19d5258a95f56d89d2e4:

  memory: Add NVIDIA Tegra memory controller support (2014-12-04 16:11:47 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/dt2-for-linus

for you to fetch changes up to 1d5f497d87c7d960c27cdc40e7563b0ae88387d3:

  Merge tag 'tegra-for-3.19-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/dt2 (2014-12-04 17:21:49 +0100)

----------------------------------------------------------------
ARM: SoC DT updates for 3.19, part 2

This is a follow-up to the early ARM SoC DT changes, with additional
content that has external dependencies:

* The Tegra IOMMU DT support depends on changes from the iommu
  tree, plus the contents of the arm-soc drivers branch
* The MVEBU PHY support depends on changes from the phy tree
* The AT91 DT support depends on changes from the RTC and
  DMA-slave trees

All of these changes just enable additional devices for
existing platforms.

----------------------------------------------------------------
Alexandre Belloni (1):
      ARM: at91/dt: at91sam9rl: add rtc

Arnd Bergmann (6):
      Merge branch 'topic/at_xdmac' of git://git.infradead.org/users/vkoul/slave-dma into next/dt
      Merge tag 'at91-dt2' of git://git.kernel.org/.../nferre/linux-at91 into next/dt2
      Merge tag 'v3.18-rc4' into next/dt2
      Merge tag 'depends/phy-dt-header' into next/dt2
      Merge tag 'mvebu-dt-usb-phy-3.19-3' of git://git.infradead.org/linux-mvebu into next/dt2
      Merge tag 'tegra-for-3.19-dt' of git://git.kernel.org/.../tegra/linux into next/dt2

Boris Brezillon (5):
      ARM: at91/dt: add RTT nodes to at91 dtsis
      ARM: at91/dt: add GPBR nodes
      ARM: at91/dt: enable the RTT block on the sam9g20ek board
      ARM: at91/dt: enable the RTT block on the at91sam9m10g45ek board
      ARM: at91/dt: at91sam9g45: add ISI node

Gregory CLEMENT (2):
      ARM: mvebu: add Device Tree description of USB cluster controller on Armada 375
      ARM: mvebu: add PHY support to the dts for the USB controllers on Armada 375

Jason Cooper (1):
      Merge tag 'tags/phy-dt-header' into mvebu/dt-usb_phy

Ludovic Desroches (2):
      ARM: at91/dt: sama5d4: use macro instead of numeric value
      ARM: at91/dt: sama5d4: add DMA support

Nicolas Ferre (3):
      Merge branch 'at91-3.19-dt' into at91-3.19-dt2
      Merge branch 'topic/at_xdmac' of git://git.infradead.org/users/vkoul/slave-dma into at91-3.19-dt2
      ARM: at91: fix GPLv2 wording

Sean Paul (1):
      ARM: tegra: Add APB_MISC_GP as a MIPI pad control bank

Thierry Reding (7):
      Merge branch 'for-3.19/iommu' into for-3.19/dt
      ARM: tegra: Add memory controller support for Tegra30
      ARM: tegra: Add memory controller support for Tegra114
      ARM: tegra: Add memory controller support for Tegra124
      ARM: tegra: Enable IOMMU for display controllers on Tegra30
      ARM: tegra: Enable IOMMU for display controllers on Tegra114
      ARM: tegra: Enable IOMMU for display controllers on Tegra124

 arch/arm/boot/dts/armada-375.dtsi           | 11 +++++
 arch/arm/boot/dts/at91-sama5d4ek.dts        |  4 +-
 arch/arm/boot/dts/at91sam9260.dtsi          | 14 ++++++
 arch/arm/boot/dts/at91sam9261.dtsi          | 14 ++++++
 arch/arm/boot/dts/at91sam9263.dtsi          | 21 ++++++++
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 14 ++++++
 arch/arm/boot/dts/at91sam9g45.dtsi          | 46 ++++++++++++++++++
 arch/arm/boot/dts/at91sam9m10g45ek.dts      |  9 ++++
 arch/arm/boot/dts/at91sam9rl.dtsi           | 21 ++++++++
 arch/arm/boot/dts/sama5d4.dtsi              | 75 +++++++++++++++++++++++++++--
 arch/arm/boot/dts/tegra114.dtsi             | 23 +++++----
 arch/arm/boot/dts/tegra124.dtsi             | 19 +++++++-
 arch/arm/boot/dts/tegra30.dtsi              | 25 +++++-----
 13 files changed, 267 insertions(+), 29 deletions(-)

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

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

Thread overview: 7+ 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
  -- strict thread matches above, loose matches on Subject: below --
2014-12-16 21:13 [GIT PULL 1/3] ARM: SoC fixes for 3.19-rc1 Arnd Bergmann
2014-12-16 21:16 ` [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).