Re: [PATCH V3 2/4] arm64: defconfig: Build in CONFIG_GPIO_MXC by default
From: Shawn Guo <shawnguo@kernel.org>
Date: 2020-10-26 07:50:51
Also in:
linux-arm-kernel, lkml
From: Shawn Guo <shawnguo@kernel.org>
Date: 2020-10-26 07:50:51
Also in:
linux-arm-kernel, lkml
On Thu, Sep 17, 2020 at 01:33:47PM +0800, Anson Huang wrote:
i.MX SoC GPIO driver provides the basic functions of GPIO pin operations and IRQ operations, it is now changed from "def_bool y" to "tristate", so it should be explicitly enabled to make sure all consumers work normally. Signed-off-by: Anson Huang <redacted>
Applied patch #2 ~ #4 as fixes. Shawn