All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <neil.armstrong@linaro.org>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] amlogic defconfig update for v6.7
Date: Mon, 16 Oct 2023 10:40:46 +0200	[thread overview]
Message-ID: <2e08bd06-09e0-4352-8207-bc3b5d26fba4@linaro.org> (raw)

Hi,

Here's an Amlogic Defconfig changeset for v6.7 enabling drivers that are
used with most of the Amlogic based boards:
   - KEYBOARD_GPIO_POLLED=m used to support buttons on pre-G12A boards, the old
     SoC do not support dual-edge gpio interrupts, so we rely on polling instead
   - KHADAS_MCU_FAN_THERMAL=m & MFD_KHADAS_MCU=m to control FAN over the MCU on Khadas VIM boards,
     those boards have an on-board MCU that controls (in addition of boot stuff) the FAN pins
   - MEDIA_CEC_SUPPORT=y & CEC_MESON_G12A_AO=m to enable the CEC bus
   - RTC_DRV_PCF8563=m to enable support for RTC on most SBC boards
   - VIDEO_MESON_VDEC=m to enable HW Video Decoder
   - MESON_DDR_PMU=m to enable DDR PMU perf driver on G12A & SM1 SoCs

Neil

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

   Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-defconfig-for-v6.7

for you to fetch changes up to a23bfeda86239d29f18a149a7e658cc3d4e5ef8a:

   arm64: defconfig: add various drivers for Amlogic based boards (2023-10-13 09:40:32 +0200)

----------------------------------------------------------------
Amlogic defconfig changes for v6.7:
- add various drivers for Amlogic based boards
   - KEYBOARD_GPIO_POLLED=m used to support buttons on pre-G12A boards
   - KHADAS_MCU_FAN_THERMAL=m & MFD_KHADAS_MCU=m to control FAN over the MCU on Khadas VIM boards
   - MEDIA_CEC_SUPPORT=y & CEC_MESON_G12A_AO=m to enable the CEC bus
   - RTC_DRV_PCF8563=m to enable support for RTC on most SBC boards
   - VIDEO_MESON_VDEC=m to enable HW Video Decoder
   - MESON_DDR_PMU=m to enable DDR PMU perf driver on G12A & SM1 SoCs

----------------------------------------------------------------
Marek Szyprowski (1):
       arm64: defconfig: add various drivers for Amlogic based boards

  arch/arm64/configs/defconfig | 8 ++++++++
  1 file changed, 8 insertions(+)

WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <neil.armstrong@linaro.org>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] amlogic defconfig update for v6.7
Date: Mon, 16 Oct 2023 10:40:46 +0200	[thread overview]
Message-ID: <2e08bd06-09e0-4352-8207-bc3b5d26fba4@linaro.org> (raw)

Hi,

Here's an Amlogic Defconfig changeset for v6.7 enabling drivers that are
used with most of the Amlogic based boards:
   - KEYBOARD_GPIO_POLLED=m used to support buttons on pre-G12A boards, the old
     SoC do not support dual-edge gpio interrupts, so we rely on polling instead
   - KHADAS_MCU_FAN_THERMAL=m & MFD_KHADAS_MCU=m to control FAN over the MCU on Khadas VIM boards,
     those boards have an on-board MCU that controls (in addition of boot stuff) the FAN pins
   - MEDIA_CEC_SUPPORT=y & CEC_MESON_G12A_AO=m to enable the CEC bus
   - RTC_DRV_PCF8563=m to enable support for RTC on most SBC boards
   - VIDEO_MESON_VDEC=m to enable HW Video Decoder
   - MESON_DDR_PMU=m to enable DDR PMU perf driver on G12A & SM1 SoCs

Neil

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

   Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-defconfig-for-v6.7

for you to fetch changes up to a23bfeda86239d29f18a149a7e658cc3d4e5ef8a:

   arm64: defconfig: add various drivers for Amlogic based boards (2023-10-13 09:40:32 +0200)

----------------------------------------------------------------
Amlogic defconfig changes for v6.7:
- add various drivers for Amlogic based boards
   - KEYBOARD_GPIO_POLLED=m used to support buttons on pre-G12A boards
   - KHADAS_MCU_FAN_THERMAL=m & MFD_KHADAS_MCU=m to control FAN over the MCU on Khadas VIM boards
   - MEDIA_CEC_SUPPORT=y & CEC_MESON_G12A_AO=m to enable the CEC bus
   - RTC_DRV_PCF8563=m to enable support for RTC on most SBC boards
   - VIDEO_MESON_VDEC=m to enable HW Video Decoder
   - MESON_DDR_PMU=m to enable DDR PMU perf driver on G12A & SM1 SoCs

----------------------------------------------------------------
Marek Szyprowski (1):
       arm64: defconfig: add various drivers for Amlogic based boards

  arch/arm64/configs/defconfig | 8 ++++++++
  1 file changed, 8 insertions(+)

_______________________________________________
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: Neil Armstrong <neil.armstrong@linaro.org>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] amlogic defconfig update for v6.7
Date: Mon, 16 Oct 2023 10:40:46 +0200	[thread overview]
Message-ID: <2e08bd06-09e0-4352-8207-bc3b5d26fba4@linaro.org> (raw)

Hi,

Here's an Amlogic Defconfig changeset for v6.7 enabling drivers that are
used with most of the Amlogic based boards:
   - KEYBOARD_GPIO_POLLED=m used to support buttons on pre-G12A boards, the old
     SoC do not support dual-edge gpio interrupts, so we rely on polling instead
   - KHADAS_MCU_FAN_THERMAL=m & MFD_KHADAS_MCU=m to control FAN over the MCU on Khadas VIM boards,
     those boards have an on-board MCU that controls (in addition of boot stuff) the FAN pins
   - MEDIA_CEC_SUPPORT=y & CEC_MESON_G12A_AO=m to enable the CEC bus
   - RTC_DRV_PCF8563=m to enable support for RTC on most SBC boards
   - VIDEO_MESON_VDEC=m to enable HW Video Decoder
   - MESON_DDR_PMU=m to enable DDR PMU perf driver on G12A & SM1 SoCs

Neil

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

   Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-defconfig-for-v6.7

for you to fetch changes up to a23bfeda86239d29f18a149a7e658cc3d4e5ef8a:

   arm64: defconfig: add various drivers for Amlogic based boards (2023-10-13 09:40:32 +0200)

----------------------------------------------------------------
Amlogic defconfig changes for v6.7:
- add various drivers for Amlogic based boards
   - KEYBOARD_GPIO_POLLED=m used to support buttons on pre-G12A boards
   - KHADAS_MCU_FAN_THERMAL=m & MFD_KHADAS_MCU=m to control FAN over the MCU on Khadas VIM boards
   - MEDIA_CEC_SUPPORT=y & CEC_MESON_G12A_AO=m to enable the CEC bus
   - RTC_DRV_PCF8563=m to enable support for RTC on most SBC boards
   - VIDEO_MESON_VDEC=m to enable HW Video Decoder
   - MESON_DDR_PMU=m to enable DDR PMU perf driver on G12A & SM1 SoCs

----------------------------------------------------------------
Marek Szyprowski (1):
       arm64: defconfig: add various drivers for Amlogic based boards

  arch/arm64/configs/defconfig | 8 ++++++++
  1 file changed, 8 insertions(+)

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

             reply	other threads:[~2023-10-16  8:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-16  8:40 Neil Armstrong [this message]
2023-10-16  8:40 ` [GIT PULL] amlogic defconfig update for v6.7 Neil Armstrong
2023-10-16  8:40 ` Neil Armstrong
2023-10-17 22:00 ` patchwork-bot+linux-soc

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=2e08bd06-09e0-4352-8207-bc3b5d26fba4@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=arm@kernel.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=soc@kernel.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.