Message ID | 1482249893-14988-1-git-send-email-yamada.masahiro@socionext.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Arnd, Olof, 2016-12-21 1:04 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>: > Enable the block layer support for MTD devices. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Please check this series, and pick it up for ASOC if it looks good. Thanks, > > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 869dded..32d73ab 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -143,6 +143,7 @@ CONFIG_DEVTMPFS=y > CONFIG_DEVTMPFS_MOUNT=y > CONFIG_DMA_CMA=y > CONFIG_MTD=y > +CONFIG_MTD_BLOCK=y > CONFIG_MTD_M25P80=y > CONFIG_MTD_SPI_NOR=y > CONFIG_BLK_DEV_LOOP=y > -- > 2.7.4 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On Thu, Jan 26, 2017 at 06:37:16PM +0900, Masahiro Yamada wrote: > Hi Arnd, Olof, > > 2016-12-21 1:04 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>: > > Enable the block layer support for MTD devices. > > > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> > > Please check this series, and pick it up for ASOC if it looks good. Hi, Please resend it to arm@kernel.org. Getting a reply like this cc:d there is a bit of hassle in finding the original email and patch, and finding a whole thread is even worse. So please resend and I'll be happy to apply them! Thanks, -Olof
Hi Olof, 2017-01-30 10:36 GMT+09:00 Olof Johansson <olof@lixom.net>: > On Thu, Jan 26, 2017 at 06:37:16PM +0900, Masahiro Yamada wrote: >> Hi Arnd, Olof, >> >> 2016-12-21 1:04 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>: >> > Enable the block layer support for MTD devices. >> > >> > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> >> >> Please check this series, and pick it up for ASOC if it looks good. > > Hi, > > Please resend it to arm@kernel.org. Done. I hope the re-sent version is reaching out to you. > Getting a reply like this cc:d there is > a bit of hassle in finding the original email and patch, and finding a whole > thread is even worse. So please resend and I'll be happy to apply them! > OK, I will make sure to send to arm@kernel.org next time. Thanks!
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 869dded..32d73ab 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -143,6 +143,7 @@ CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_DMA_CMA=y CONFIG_MTD=y +CONFIG_MTD_BLOCK=y CONFIG_MTD_M25P80=y CONFIG_MTD_SPI_NOR=y CONFIG_BLK_DEV_LOOP=y
Enable the block layer support for MTD devices. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)