All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: torvalds@linux-foundation.org
Cc: olof@lixom.net, arm@kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: SoC fixes
Date: Sun, 2 Dec 2018 11:23:01 -0800	[thread overview]
Message-ID: <20181202192301.wty5dpqayobx3i67@localhost> (raw)

Hi Linus,

The following changes since commit a89f84a56ec95fd66b839bf9c545f8a59a4ffcd5:

  Merge tag 'stratix10_dts_fix_for_v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into fixes (2018-11-07 08:09:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes

for you to fetch changes up to bfed4d730823440d0da0cd21554efc2de831627d:

  Merge tag 'imx-fixes-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes (2018-11-30 11:57:53 -0800)

----------------------------------------------------------------
ARM: SoC fixes

Volume is a little higher than usual due to a set of gpio fixes for
Davinci platforms that's been around a while, still seemed appropriate
to not hold off until next merge window.

Besides that it's the usual mix of minor fixes, mostly corrections of
small stuff in device trees.

Major stability-related one is the removal of a regulator from DT on
Rock960, since DVFS caused undervoltage. I expect it'll be restored once
they figure out the underlying issue.

----------------------------------------------------------------
Adam Ford (4):
      ARM: dts: am3517: Fix pinmuxing for CD on MMC1
      ARM: dts: LogicPD Torpedo: Fix mmc3_dat1 interrupt
      ARM: dts: logicpd-somlv: Fix interrupt on mmc3_dat1
      ARM: dts: am3517-som: Fix WL127x Wifi interrupt

Andy Gross (1):
      MAINTAINERS: Remove unused Qualcomm SoC mailing list

Bartosz Golaszewski (12):
      ARM: davinci: da8xx: define gpio interrupts as separate resources
      ARM: davinci: dm365: define gpio interrupts as separate resources
      ARM: davinci: dm646x: define gpio interrupts as separate resources
      ARM: davinci: dm355: define gpio interrupts as separate resources
      ARM: davinci: dm644x: define gpio interrupts as separate resources
      gpio: davinci: restore a way to manually specify the GPIO base
      ARM: davinci: da850: set the GPIO base to 0
      ARM: davinci: dm365: set the GPIO base to 0
      ARM: davinci: dm646x: set the GPIO base to 0
      ARM: davinci: dm355: set the GPIO base to 0
      ARM: davinci: da830: set the GPIO base to 0
      ARM: davinci: dm644x: set the GPIO base to 0

Bjorn Andersson (2):
      arm64: dts: sdm845-mtp: Reserve reserved gpios
      arm64: dts: qcom: msm8998: Reserve gpio ranges on MTP

Christoph Muellner (1):
      arm64: dts: rockchip: Fix PCIe reset polarity for rk3399-puma-haikou.

Daniel Lezcano (1):
      arm64: dts: rockchip: remove vdd_log from rock960 to fix a stability issues

Fabio Estevam (1):
      ARM: dts: imx51-zii-rdu1: Remove EEPROM node

Heiko Stuebner (1):
      ARM: dts: rockchip: Remove @0 from the veyron memory node

Janusz Krzysztofik (1):
      ARM: OMAP1: ams-delta: Fix possible use of uninitialized field

Jon Mason (1):
      MAINTAINERS: Remove self from Broadcom SoCs

Nathan Chancellor (1):
      ARM: OMAP2+: prm44xx: Fix section annotation on omap44xx_prm_enable_io_wakeup

Olof Johansson (9):
      Merge tag 'qcom-fixes-for-4.20-rc1' of git://git.kernel.org/.../agross/linux into fixes
      Merge tag 'am654-fixes-for-v4.20' of git://git.kernel.org/.../kristo/linux into fixes
      Merge tag 'arm-soc/for-4.20/maintainers-part2' of https://github.com/Broadcom/stblinux into fixes
      Merge tag 'at91-4.20-fixes' of git://git.kernel.org/.../at91/linux into fixes
      Merge tag 'v4.20-rockchip-dts32fixes-1' of git://git.kernel.org/.../mmind/linux-rockchip into fixes
      Merge tag 'v4.20-rockchip-dts64fixes-1' of git://git.kernel.org/.../mmind/linux-rockchip into fixes
      Merge tag 'davinci-fixes-for-v4.20' of git://git.kernel.org/.../nsekhar/linux-davinci into fixes
      Merge tag 'omap-for-v4.20/fixes-rc4' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'imx-fixes-4.20-2' of git://git.kernel.org/.../shawnguo/linux into fixes

Romain Izard (1):
      ARM: dts: at91: sama5d2: use the divided clock for SMC

Tony Lindgren (1):
      Merge branch 'fixes-dts' into omap-for-v4.20/fixes

Vignesh R (1):
      arm64: dts: ti: k3-am654: Fix wakeup_uart reg address

 MAINTAINERS                                        |  3 --
 arch/arm/boot/dts/am3517-evm.dts                   |  2 +-
 arch/arm/boot/dts/am3517-som.dtsi                  |  2 +-
 arch/arm/boot/dts/imx51-zii-rdu1.dts               |  6 ----
 arch/arm/boot/dts/logicpd-som-lv.dtsi              |  2 +-
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts  |  2 +-
 arch/arm/boot/dts/rk3288-veyron.dtsi               |  6 +++-
 arch/arm/boot/dts/sama5d2.dtsi                     |  2 +-
 arch/arm/mach-davinci/da830.c                      |  4 ++-
 arch/arm/mach-davinci/da850.c                      |  4 ++-
 arch/arm/mach-davinci/devices-da8xx.c              | 40 ++++++++++++++++++++++
 arch/arm/mach-davinci/dm355.c                      | 32 +++++++++++++++++
 arch/arm/mach-davinci/dm365.c                      | 37 ++++++++++++++++++++
 arch/arm/mach-davinci/dm644x.c                     | 22 ++++++++++++
 arch/arm/mach-davinci/dm646x.c                     | 12 +++++++
 arch/arm/mach-omap1/board-ams-delta.c              |  3 ++
 arch/arm/mach-omap2/prm44xx.c                      |  2 +-
 arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi          |  4 +++
 arch/arm64/boot/dts/qcom/sdm845-mtp.dts            |  4 +++
 .../arm64/boot/dts/rockchip/rk3399-puma-haikou.dts |  2 +-
 arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi   | 12 -------
 arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi         |  2 +-
 drivers/gpio/gpio-davinci.c                        |  2 +-
 include/linux/platform_data/gpio-davinci.h         |  2 ++
 24 files changed, 176 insertions(+), 33 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Olof Johansson <olof@lixom.net>
To: torvalds@linux-foundation.org
Cc: olof@lixom.net, arm@kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] ARM: SoC fixes
Date: Sun, 2 Dec 2018 11:23:01 -0800	[thread overview]
Message-ID: <20181202192301.wty5dpqayobx3i67@localhost> (raw)

Hi Linus,

The following changes since commit a89f84a56ec95fd66b839bf9c545f8a59a4ffcd5:

  Merge tag 'stratix10_dts_fix_for_v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into fixes (2018-11-07 08:09:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes

for you to fetch changes up to bfed4d730823440d0da0cd21554efc2de831627d:

  Merge tag 'imx-fixes-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes (2018-11-30 11:57:53 -0800)

----------------------------------------------------------------
ARM: SoC fixes

Volume is a little higher than usual due to a set of gpio fixes for
Davinci platforms that's been around a while, still seemed appropriate
to not hold off until next merge window.

Besides that it's the usual mix of minor fixes, mostly corrections of
small stuff in device trees.

Major stability-related one is the removal of a regulator from DT on
Rock960, since DVFS caused undervoltage. I expect it'll be restored once
they figure out the underlying issue.

----------------------------------------------------------------
Adam Ford (4):
      ARM: dts: am3517: Fix pinmuxing for CD on MMC1
      ARM: dts: LogicPD Torpedo: Fix mmc3_dat1 interrupt
      ARM: dts: logicpd-somlv: Fix interrupt on mmc3_dat1
      ARM: dts: am3517-som: Fix WL127x Wifi interrupt

Andy Gross (1):
      MAINTAINERS: Remove unused Qualcomm SoC mailing list

Bartosz Golaszewski (12):
      ARM: davinci: da8xx: define gpio interrupts as separate resources
      ARM: davinci: dm365: define gpio interrupts as separate resources
      ARM: davinci: dm646x: define gpio interrupts as separate resources
      ARM: davinci: dm355: define gpio interrupts as separate resources
      ARM: davinci: dm644x: define gpio interrupts as separate resources
      gpio: davinci: restore a way to manually specify the GPIO base
      ARM: davinci: da850: set the GPIO base to 0
      ARM: davinci: dm365: set the GPIO base to 0
      ARM: davinci: dm646x: set the GPIO base to 0
      ARM: davinci: dm355: set the GPIO base to 0
      ARM: davinci: da830: set the GPIO base to 0
      ARM: davinci: dm644x: set the GPIO base to 0

Bjorn Andersson (2):
      arm64: dts: sdm845-mtp: Reserve reserved gpios
      arm64: dts: qcom: msm8998: Reserve gpio ranges on MTP

Christoph Muellner (1):
      arm64: dts: rockchip: Fix PCIe reset polarity for rk3399-puma-haikou.

Daniel Lezcano (1):
      arm64: dts: rockchip: remove vdd_log from rock960 to fix a stability issues

Fabio Estevam (1):
      ARM: dts: imx51-zii-rdu1: Remove EEPROM node

Heiko Stuebner (1):
      ARM: dts: rockchip: Remove @0 from the veyron memory node

Janusz Krzysztofik (1):
      ARM: OMAP1: ams-delta: Fix possible use of uninitialized field

Jon Mason (1):
      MAINTAINERS: Remove self from Broadcom SoCs

Nathan Chancellor (1):
      ARM: OMAP2+: prm44xx: Fix section annotation on omap44xx_prm_enable_io_wakeup

Olof Johansson (9):
      Merge tag 'qcom-fixes-for-4.20-rc1' of git://git.kernel.org/.../agross/linux into fixes
      Merge tag 'am654-fixes-for-v4.20' of git://git.kernel.org/.../kristo/linux into fixes
      Merge tag 'arm-soc/for-4.20/maintainers-part2' of https://github.com/Broadcom/stblinux into fixes
      Merge tag 'at91-4.20-fixes' of git://git.kernel.org/.../at91/linux into fixes
      Merge tag 'v4.20-rockchip-dts32fixes-1' of git://git.kernel.org/.../mmind/linux-rockchip into fixes
      Merge tag 'v4.20-rockchip-dts64fixes-1' of git://git.kernel.org/.../mmind/linux-rockchip into fixes
      Merge tag 'davinci-fixes-for-v4.20' of git://git.kernel.org/.../nsekhar/linux-davinci into fixes
      Merge tag 'omap-for-v4.20/fixes-rc4' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'imx-fixes-4.20-2' of git://git.kernel.org/.../shawnguo/linux into fixes

Romain Izard (1):
      ARM: dts: at91: sama5d2: use the divided clock for SMC

Tony Lindgren (1):
      Merge branch 'fixes-dts' into omap-for-v4.20/fixes

Vignesh R (1):
      arm64: dts: ti: k3-am654: Fix wakeup_uart reg address

 MAINTAINERS                                        |  3 --
 arch/arm/boot/dts/am3517-evm.dts                   |  2 +-
 arch/arm/boot/dts/am3517-som.dtsi                  |  2 +-
 arch/arm/boot/dts/imx51-zii-rdu1.dts               |  6 ----
 arch/arm/boot/dts/logicpd-som-lv.dtsi              |  2 +-
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts  |  2 +-
 arch/arm/boot/dts/rk3288-veyron.dtsi               |  6 +++-
 arch/arm/boot/dts/sama5d2.dtsi                     |  2 +-
 arch/arm/mach-davinci/da830.c                      |  4 ++-
 arch/arm/mach-davinci/da850.c                      |  4 ++-
 arch/arm/mach-davinci/devices-da8xx.c              | 40 ++++++++++++++++++++++
 arch/arm/mach-davinci/dm355.c                      | 32 +++++++++++++++++
 arch/arm/mach-davinci/dm365.c                      | 37 ++++++++++++++++++++
 arch/arm/mach-davinci/dm644x.c                     | 22 ++++++++++++
 arch/arm/mach-davinci/dm646x.c                     | 12 +++++++
 arch/arm/mach-omap1/board-ams-delta.c              |  3 ++
 arch/arm/mach-omap2/prm44xx.c                      |  2 +-
 arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi          |  4 +++
 arch/arm64/boot/dts/qcom/sdm845-mtp.dts            |  4 +++
 .../arm64/boot/dts/rockchip/rk3399-puma-haikou.dts |  2 +-
 arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi   | 12 -------
 arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi         |  2 +-
 drivers/gpio/gpio-davinci.c                        |  2 +-
 include/linux/platform_data/gpio-davinci.h         |  2 ++
 24 files changed, 176 insertions(+), 33 deletions(-)

             reply	other threads:[~2018-12-02 19:23 UTC|newest]

Thread overview: 180+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-02 19:23 Olof Johansson [this message]
2018-12-02 19:23 ` [GIT PULL] ARM: SoC fixes Olof Johansson
2018-12-02 20:30 ` pr-tracker-bot
2018-12-02 20:30   ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-09-13 18:07 Olof Johansson
2020-09-13 18:07 ` Olof Johansson
2020-09-13 21:57 ` pr-tracker-bot
2020-04-23 15:17 [GIT PULL] ARM: soc fixes Arnd Bergmann
2020-04-23 15:17 ` Arnd Bergmann
2020-04-23 16:45 ` pr-tracker-bot
2020-03-08 23:58 [GIT PULL] ARM: SoC fixes Olof Johansson
2020-03-08 23:58 ` Olof Johansson
2020-03-09  0:50 ` pr-tracker-bot
2020-02-15 19:49 Olof Johansson
2020-02-15 19:49 ` Olof Johansson
2020-02-15 21:25 ` pr-tracker-bot
2020-02-15 21:25   ` pr-tracker-bot
2020-01-25 21:37 Olof Johansson
2020-01-25 21:37 ` Olof Johansson
2020-01-25 22:15 ` pr-tracker-bot
2020-01-25 22:15   ` pr-tracker-bot
2020-01-17  3:00 Olof Johansson
2020-01-17  3:00 ` Olof Johansson
2020-01-17  3:50 ` pr-tracker-bot
2020-01-17  3:50   ` pr-tracker-bot
2019-12-16 21:53 Olof Johansson
2019-12-16 21:53 ` Olof Johansson
2019-12-17  0:55 ` pr-tracker-bot
2019-12-17  0:55   ` pr-tracker-bot
2019-12-06 20:53 Olof Johansson
2019-12-06 20:53 ` Olof Johansson
2019-12-06 22:25 ` pr-tracker-bot
2019-12-06 22:25   ` pr-tracker-bot
2019-11-10 18:25 Olof Johansson
2019-11-10 18:25 ` Olof Johansson
2019-11-10 21:45 ` pr-tracker-bot
2019-11-10 21:45   ` pr-tracker-bot
2019-10-25 15:38 Olof Johansson
2019-10-25 15:38 ` Olof Johansson
2019-10-25 21:35 ` pr-tracker-bot
2019-10-25 21:35   ` pr-tracker-bot
2019-10-05 22:41 Olof Johansson
2019-10-05 22:41 ` Olof Johansson
2019-10-06  0:40 ` pr-tracker-bot
2019-10-06  0:40   ` pr-tracker-bot
2019-09-29 18:34 Olof Johansson
2019-09-29 18:34 ` Olof Johansson
2019-09-30 17:30 ` pr-tracker-bot
2019-09-30 17:30   ` pr-tracker-bot
2019-07-28  6:37 Olof Johansson
2019-07-28  6:37 ` Olof Johansson
2019-07-28 17:30 ` pr-tracker-bot
2019-07-28 17:30   ` pr-tracker-bot
2019-07-05  0:22 Olof Johansson
2019-07-05  0:22 ` Olof Johansson
2019-07-05  2:55 ` pr-tracker-bot
2019-07-05  2:55   ` pr-tracker-bot
2019-06-27  2:45 Olof Johansson
2019-06-27  2:45 ` Olof Johansson
2019-06-28  0:45 ` pr-tracker-bot
2019-06-28  0:45   ` pr-tracker-bot
2019-06-18 13:52 Olof Johansson
2019-06-18 13:52 ` Olof Johansson
2019-06-18 18:05 ` pr-tracker-bot
2019-06-18 18:05   ` pr-tracker-bot
2019-04-07 22:50 Olof Johansson
2019-04-07 22:50 ` Olof Johansson
2019-04-07 22:54 ` Olof Johansson
2019-04-07 22:54   ` Olof Johansson
2019-04-08  0:10 ` pr-tracker-bot
2019-04-08  0:10   ` pr-tracker-bot
2019-01-13 18:48 Olof Johansson
2019-01-13 18:48 ` Olof Johansson
2019-01-13 22:50 ` pr-tracker-bot
2019-01-13 22:50   ` pr-tracker-bot
2018-12-10  1:23 Olof Johansson
2018-12-10  1:23 ` Olof Johansson
2018-12-10 20:20 ` pr-tracker-bot
2018-12-10 20:20   ` pr-tracker-bot
2018-11-07 17:10 Olof Johansson
2018-11-07 17:10 ` Olof Johansson
2018-11-07 17:17 ` Linus Torvalds
2018-11-07 17:17   ` Linus Torvalds
2018-11-07 17:28   ` Olof Johansson
2018-11-07 17:28     ` Olof Johansson
2018-11-08 15:49     ` Tony Lindgren
2018-11-08 15:49       ` Tony Lindgren
2018-11-08 15:49       ` Tony Lindgren
2018-11-10 18:09       ` Olof Johansson
2018-11-10 18:09         ` Olof Johansson
2018-11-12  6:13         ` Corentin Labbe
2018-11-12  6:13           ` Corentin Labbe
2018-11-12 17:33           ` Tony Lindgren
2018-11-12 17:33             ` Tony Lindgren
2018-11-03 18:45 Olof Johansson
2018-11-03 18:45 ` Olof Johansson
2018-11-03 19:15 ` Linus Torvalds
2018-11-03 19:15   ` Linus Torvalds
2018-09-30 19:23 Olof Johansson
2018-09-30 19:23 ` Olof Johansson
2018-10-02  0:53 ` Greg KH
2018-10-02  0:53   ` Greg KH
2018-09-08 17:15 Olof Johansson
2018-09-08 17:15 ` Olof Johansson
2018-09-02  2:36 Olof Johansson
2018-09-02  2:36 ` Olof Johansson
2018-07-21 21:13 Olof Johansson
2018-07-21 21:13 ` Olof Johansson
2018-07-15  6:00 Olof Johansson
2018-07-15  6:00 ` Olof Johansson
2018-07-08 16:32 Olof Johansson
2018-07-08 16:32 ` Olof Johansson
2018-06-30 19:32 Olof Johansson
2018-06-30 19:32 ` Olof Johansson
2018-06-27 14:38 Olof Johansson
2018-06-27 14:38 ` Olof Johansson
2018-05-26 21:01 Olof Johansson
2018-05-26 21:01 ` Olof Johansson
2018-05-20  1:23 Olof Johansson
2018-05-20  1:23 ` Olof Johansson
2017-12-10  5:11 Olof Johansson
2017-12-10  5:11 ` Olof Johansson
2017-10-04 23:05 Olof Johansson
2017-10-04 23:05 ` Olof Johansson
2017-06-19  6:40 Olof Johansson
2017-06-19  6:40 ` Olof Johansson
2017-06-07  4:18 Olof Johansson
2017-06-07  4:18 ` Olof Johansson
2017-04-16 19:00 Olof Johansson
2017-04-16 19:00 ` Olof Johansson
2017-02-08 17:07 Arnd Bergmann
2017-02-08 17:07 ` Arnd Bergmann
2017-01-20  0:35 Olof Johansson
2017-01-20  0:35 ` Olof Johansson
2016-12-09 18:01 Olof Johansson
2016-12-09 18:01 ` Olof Johansson
2016-11-20  2:37 Olof Johansson
2016-11-20  2:37 ` Olof Johansson
2016-11-20  2:22 Olof Johansson
2016-11-20  2:22 ` Olof Johansson
2016-11-20  2:26 ` Linus Torvalds
2016-11-20  2:26   ` Linus Torvalds
2016-11-20  2:36   ` Olof Johansson
2016-11-20  2:36     ` Olof Johansson
2016-10-29 18:54 Olof Johansson
2016-10-29 18:54 ` Olof Johansson
2016-09-08  4:57 Olof Johansson
2016-09-08  4:57 ` Olof Johansson
2016-08-11 21:06 Arnd Bergmann
2016-08-11 21:06 ` Arnd Bergmann
2016-07-17  4:56 Olof Johansson
2016-07-17  4:56 ` Olof Johansson
2016-04-12 23:52 Olof Johansson
2016-04-12 23:52 ` Olof Johansson
2015-08-02  7:29 Olof Johansson
2015-08-02  7:29 ` Olof Johansson
2015-07-19  4:16 Olof Johansson
2015-07-19  4:16 ` Olof Johansson
2015-03-29 21:12 Olof Johansson
2015-03-29 21:12 ` Olof Johansson
2015-02-01 17:19 Olof Johansson
2015-02-01 17:19 ` Olof Johansson
2015-01-24 23:19 Olof Johansson
2015-01-24 23:19 ` Olof Johansson
2015-01-18  5:57 Olof Johansson
2015-01-18  5:57 ` Olof Johansson
2014-08-10  5:14 Olof Johansson
2014-08-10  5:14 ` Olof Johansson
2012-10-10 21:48 Olof Johansson
2012-10-10 21:48 ` Olof Johansson
2012-07-27  1:56 Olof Johansson
2012-07-27  1:56 ` Olof Johansson
2012-06-30 22:51 Olof Johansson
2012-06-30 22:51 ` Olof Johansson
2012-06-23 23:40 Olof Johansson
2012-06-23 23:40 ` Olof Johansson
2012-06-17  5:33 Olof Johansson
2012-06-17  5:33 ` Olof Johansson
2012-04-06  4:46 Olof Johansson
2012-04-06  4:46 ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181202192301.wty5dpqayobx3i67@localhost \
    --to=olof@lixom.net \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.