Message ID | 20190111164936.7152-2-u.kleine-koenig@pengutronix.de |
---|---|
State | New |
Headers | show |
Series | [1/2] ARM: dts: Add devicetree for Eckelmann CI4x10 | expand |
On Fri, Jan 11, 2019 at 05:49:36PM +0100, Uwe Kleine-König wrote: > Now that there is a board making use of this bus is available > enable the siox code to increase compile coverage. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Applied, thanks.
Hello Shawn, On Mon, Jan 14, 2019 at 09:40:35AM +0800, Shawn Guo wrote: > On Fri, Jan 11, 2019 at 05:49:36PM +0100, Uwe Kleine-König wrote: > > Now that there is a board making use of this bus is available > > enable the siox code to increase compile coverage. > > > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> > > Applied, thanks. As you dropped patch 1 the commit log of this patch is wrong. There is no board that makes use of siox without the first patch. If you consider it important enough to care, we can reword to: To increase compile coverage enable SIOX bus which is used on a not-yet-mainlined i.MX6 machine. Best regards Uwe
On Tue, Feb 05, 2019 at 07:17:46AM +0100, Uwe Kleine-König wrote: > Hello Shawn, > > On Mon, Jan 14, 2019 at 09:40:35AM +0800, Shawn Guo wrote: > > On Fri, Jan 11, 2019 at 05:49:36PM +0100, Uwe Kleine-König wrote: > > > Now that there is a board making use of this bus is available > > > enable the siox code to increase compile coverage. > > > > > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> > > > > Applied, thanks. > > As you dropped patch 1 the commit log of this patch is wrong. There is > no board that makes use of siox without the first patch. If you consider > it important enough to care, we can reword to: > > To increase compile coverage enable SIOX bus which is used on a > not-yet-mainlined i.MX6 machine. Okay, I dropped this one from my tree. Shawn
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 5586a5074a96..05680adc355e 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -211,6 +211,7 @@ CONFIG_SPI_GPIO=y CONFIG_SPI_IMX=y CONFIG_SPI_FSL_DSPI=y CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_SIOX=m CONFIG_GPIO_MAX732X=y CONFIG_GPIO_MC9S08DZ60=y CONFIG_GPIO_PCA953X=y @@ -404,6 +405,8 @@ CONFIG_NVMEM_VF610_OCOTP=y CONFIG_TEE=y CONFIG_OPTEE=y CONFIG_MUX_MMIO=y +CONFIG_SIOX=m +CONFIG_SIOX_BUS_GPIO=m CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y
Now that there is a board making use of this bus is available enable the siox code to increase compile coverage. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> --- arch/arm/configs/imx_v6_v7_defconfig | 3 +++ 1 file changed, 3 insertions(+)