mbox series

[GIT,PULL] amlogic defconfig update for v6.7

Message ID 2e08bd06-09e0-4352-8207-bc3b5d26fba4@linaro.org (mailing list archive)
State Accepted
Commit 40fa0489a29428bc8bfbfaec3085b92c009272e6
Headers show
Series [GIT,PULL] amlogic defconfig update for v6.7 | expand

Pull-request

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

Message

Neil Armstrong Oct. 16, 2023, 8:40 a.m. UTC
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(+)

Comments

patchwork-bot+linux-soc@kernel.org Oct. 17, 2023, 10 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 16 Oct 2023 10:40:46 +0200 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] amlogic defconfig update for v6.7
    https://git.kernel.org/soc/soc/c/40fa0489a294

You are awesome, thank you!