All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC fixes for v5.18, part 4
@ 2022-05-18 17:19 ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2022-05-18 17:19 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: SoC Team, Linux ARM, Linux Kernel Mailing List

The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a:

  Linux 5.18-rc5 (2022-05-01 13:57:58 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git arm/fixes

for you to fetch changes up to 609a097f5f0687539490625523ec3075b7d404b8:

  Merge tag 'v5.18-rockchip-dtsfixes1' of
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip
into arm/fixes (2022-05-12 22:33:17 +0200)

-----
ARM: SoC fixes for v5.18, part 4

The SoC bug fixes have calmed down sufficiently, there is one minor update
for the MAINTAINERS file, and few bug fixes for dts descriptions:

 - Updates to the BananaPi R2-Pro (rk3568) dts to match production
   hardware rather than the prototype version.

 - Qualcomm sm8250 soundwire gets disabled on some machines to avoid crashes

 - A number of aspeed SoC specific fixes, addressing incorrect pin cotrol
   settings, some values in the romed8hm board, and a revert for an
   accidental removal of a DT node
----
I'm sorry for the lack of a signed tag this time, I'm travelling at
the moment and
forgot to tag it first. The top commit in the branch is tagged with my
usual key,
and I can send the signed tag when I'm back on Saturday if you prefer to wait.

       Arnd
----------------------------------------------------------------
Arnd Bergmann (4):
      Merge tag 'maintainers-signed-take2' of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into
arm/fixes
      Merge tag 'aspeed-v5.18-fixes' of
git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc into arm/fixes
      Merge tag 'qcom-arm64-fixes-for-5.18' of
git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into
arm/fixes
      Merge tag 'v5.18-rockchip-dtsfixes1' of
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip
into arm/fixes

Dmitry Baryshkov (1):
      arm64: dts: qcom: sm8250: don't enable rx/tx macro by default

Frank Wunderlich (2):
      arm64: dts: rockchip: Change io-domains of bpi-r2-pro
      arm64: dts: rockchip: Add gmac1 and change network settings of bpi-r2-pro

Howard Chiu (1):
      ARM: dts: aspeed: Add video engine to g6

Jae Hyun Yoo (5):
      ARM: dts: aspeed-g6: remove FWQSPID group in pinctrl dtsi
      pinctrl: pinctrl-aspeed-g6: remove FWQSPID group in pinctrl
      dt-bindings: pinctrl: aspeed-g6: remove FWQSPID group
      dt-bindings: pinctrl: aspeed-g6: add FWQSPI function/group
      ARM: dts: aspeed-g6: fix SPI1/SPI2 quad pin group

Johnny Huang (2):
      pinctrl: pinctrl-aspeed-g6: add FWQSPI function-group
      ARM: dts: aspeed-g6: add FWQSPI group in pinctrl dtsi

Rajendra Nayak (1):
      MAINTAINERS: omap: remove me as a maintainer

Zev Weiss (2):
      ARM: dts: aspeed: romed8hm3: Add lm25066 sense resistor values
      ARM: dts: aspeed: romed8hm3: Fix GPIOB0 name

 .../bindings/pinctrl/aspeed,ast2600-pinctrl.yaml   |  4 +--
 MAINTAINERS                                        |  1 -
 arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts  |  4 ++-
 arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi           | 10 +++---
 arch/arm/boot/dts/aspeed-g6.dtsi                   | 10 ++++++
 arch/arm64/boot/dts/qcom/sm8250-mtp.dts            | 12 +++++++
 arch/arm64/boot/dts/qcom/sm8250.dtsi               |  4 +++
 arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts | 40 +++++++++++++++++++---
 drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c         | 17 +++++----
 9 files changed, 79 insertions(+), 23 deletions(-)

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

* [GIT PULL] ARM: SoC fixes for v5.18, part 4
@ 2022-05-18 17:19 ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2022-05-18 17:19 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: SoC Team, Linux ARM, Linux Kernel Mailing List

The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a:

  Linux 5.18-rc5 (2022-05-01 13:57:58 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git arm/fixes

for you to fetch changes up to 609a097f5f0687539490625523ec3075b7d404b8:

  Merge tag 'v5.18-rockchip-dtsfixes1' of
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip
into arm/fixes (2022-05-12 22:33:17 +0200)

-----
ARM: SoC fixes for v5.18, part 4

The SoC bug fixes have calmed down sufficiently, there is one minor update
for the MAINTAINERS file, and few bug fixes for dts descriptions:

 - Updates to the BananaPi R2-Pro (rk3568) dts to match production
   hardware rather than the prototype version.

 - Qualcomm sm8250 soundwire gets disabled on some machines to avoid crashes

 - A number of aspeed SoC specific fixes, addressing incorrect pin cotrol
   settings, some values in the romed8hm board, and a revert for an
   accidental removal of a DT node
----
I'm sorry for the lack of a signed tag this time, I'm travelling at
the moment and
forgot to tag it first. The top commit in the branch is tagged with my
usual key,
and I can send the signed tag when I'm back on Saturday if you prefer to wait.

       Arnd
----------------------------------------------------------------
Arnd Bergmann (4):
      Merge tag 'maintainers-signed-take2' of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into
arm/fixes
      Merge tag 'aspeed-v5.18-fixes' of
git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc into arm/fixes
      Merge tag 'qcom-arm64-fixes-for-5.18' of
git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into
arm/fixes
      Merge tag 'v5.18-rockchip-dtsfixes1' of
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip
into arm/fixes

Dmitry Baryshkov (1):
      arm64: dts: qcom: sm8250: don't enable rx/tx macro by default

Frank Wunderlich (2):
      arm64: dts: rockchip: Change io-domains of bpi-r2-pro
      arm64: dts: rockchip: Add gmac1 and change network settings of bpi-r2-pro

Howard Chiu (1):
      ARM: dts: aspeed: Add video engine to g6

Jae Hyun Yoo (5):
      ARM: dts: aspeed-g6: remove FWQSPID group in pinctrl dtsi
      pinctrl: pinctrl-aspeed-g6: remove FWQSPID group in pinctrl
      dt-bindings: pinctrl: aspeed-g6: remove FWQSPID group
      dt-bindings: pinctrl: aspeed-g6: add FWQSPI function/group
      ARM: dts: aspeed-g6: fix SPI1/SPI2 quad pin group

Johnny Huang (2):
      pinctrl: pinctrl-aspeed-g6: add FWQSPI function-group
      ARM: dts: aspeed-g6: add FWQSPI group in pinctrl dtsi

Rajendra Nayak (1):
      MAINTAINERS: omap: remove me as a maintainer

Zev Weiss (2):
      ARM: dts: aspeed: romed8hm3: Add lm25066 sense resistor values
      ARM: dts: aspeed: romed8hm3: Fix GPIOB0 name

 .../bindings/pinctrl/aspeed,ast2600-pinctrl.yaml   |  4 +--
 MAINTAINERS                                        |  1 -
 arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts  |  4 ++-
 arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi           | 10 +++---
 arch/arm/boot/dts/aspeed-g6.dtsi                   | 10 ++++++
 arch/arm64/boot/dts/qcom/sm8250-mtp.dts            | 12 +++++++
 arch/arm64/boot/dts/qcom/sm8250.dtsi               |  4 +++
 arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts | 40 +++++++++++++++++++---
 drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c         | 17 +++++----
 9 files changed, 79 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] 6+ messages in thread

* Re: [GIT PULL] ARM: SoC fixes for v5.18, part 4
  2022-05-18 17:19 ` Arnd Bergmann
@ 2022-05-19  0:10   ` Linus Torvalds
  -1 siblings, 0 replies; 6+ messages in thread
From: Linus Torvalds @ 2022-05-19  0:10 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: SoC Team, Linux ARM, Linux Kernel Mailing List

On Wed, May 18, 2022 at 7:19 AM Arnd Bergmann <arnd@kernel.org> wrote:
>
> I'm sorry for the lack of a signed tag this time, I'm travelling at
> the moment and
> forgot to tag it first. The top commit in the branch is tagged with my
> usual key,
> and I can send the signed tag when I'm back on Saturday if you prefer to wait.

I've tried to encourage everybody to use signed tags, but for
kernel.org pulls it's not like it's a hard requirement, so no worries.

               Linus

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

* Re: [GIT PULL] ARM: SoC fixes for v5.18, part 4
@ 2022-05-19  0:10   ` Linus Torvalds
  0 siblings, 0 replies; 6+ messages in thread
From: Linus Torvalds @ 2022-05-19  0:10 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: SoC Team, Linux ARM, Linux Kernel Mailing List

On Wed, May 18, 2022 at 7:19 AM Arnd Bergmann <arnd@kernel.org> wrote:
>
> I'm sorry for the lack of a signed tag this time, I'm travelling at
> the moment and
> forgot to tag it first. The top commit in the branch is tagged with my
> usual key,
> and I can send the signed tag when I'm back on Saturday if you prefer to wait.

I've tried to encourage everybody to use signed tags, but for
kernel.org pulls it's not like it's a hard requirement, so no worries.

               Linus

_______________________________________________
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] ARM: SoC fixes for v5.18, part 4
  2022-05-18 17:19 ` Arnd Bergmann
@ 2022-05-19  0:35   ` pr-tracker-bot
  -1 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2022-05-19  0:35 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, SoC Team, Linux ARM, Linux Kernel Mailing List

The pull request you sent on Wed, 18 May 2022 18:19:33 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git arm/fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5494d0eb438a656c89792ac8cd0cdb963576bdda

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [GIT PULL] ARM: SoC fixes for v5.18, part 4
@ 2022-05-19  0:35   ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2022-05-19  0:35 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, SoC Team, Linux ARM, Linux Kernel Mailing List

The pull request you sent on Wed, 18 May 2022 18:19:33 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git arm/fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5494d0eb438a656c89792ac8cd0cdb963576bdda

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

_______________________________________________
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:[~2022-05-19  0:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 17:19 [GIT PULL] ARM: SoC fixes for v5.18, part 4 Arnd Bergmann
2022-05-18 17:19 ` Arnd Bergmann
2022-05-19  0:10 ` Linus Torvalds
2022-05-19  0:10   ` Linus Torvalds
2022-05-19  0:35 ` pr-tracker-bot
2022-05-19  0:35   ` pr-tracker-bot

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.