From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Cc: kernel test robot <lkp@intel.com>,
kbuild-all@lists.01.org, matthias.bgg@gmail.com,
mkorpershoek@baylibre.com, linux-input@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 RESEND] Input: mtk-pmic-keys - Add support for MT6331 PMIC keys
Date: Fri, 8 Jul 2022 14:51:41 -0700 [thread overview]
Message-ID: <Ysim7S2xjkbCFDJ1@google.com> (raw)
In-Reply-To: <4e55465d-ccf1-56b0-dfa4-84832edfa937@collabora.com>
On Wed, Jul 06, 2022 at 02:13:45PM +0200, AngeloGioacchino Del Regno wrote:
> Il 06/07/22 13:44, kernel test robot ha scritto:
> > Hi AngeloGioacchino,
> >
> > Thank you for the patch! Yet something to improve:
> >
> > [auto build test ERROR on dtor-input/next]
> > [also build test ERROR on linus/master v5.19-rc5 next-20220705]
>
>
> This patch compiles fine on next-20220706.
Unfortunately linux/mfd/mt6331/registers.h is still not in mainline. We
either need to wait when it gets there or ask Lee for an immutable
branch that would contain shared definitions that I cam pull from.
Thanks.
--
Dmitry
WARNING: multiple messages have this Message-ID (diff)
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Cc: kernel test robot <lkp@intel.com>,
kbuild-all@lists.01.org, matthias.bgg@gmail.com,
mkorpershoek@baylibre.com, linux-input@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 RESEND] Input: mtk-pmic-keys - Add support for MT6331 PMIC keys
Date: Fri, 8 Jul 2022 14:51:41 -0700 [thread overview]
Message-ID: <Ysim7S2xjkbCFDJ1@google.com> (raw)
In-Reply-To: <4e55465d-ccf1-56b0-dfa4-84832edfa937@collabora.com>
On Wed, Jul 06, 2022 at 02:13:45PM +0200, AngeloGioacchino Del Regno wrote:
> Il 06/07/22 13:44, kernel test robot ha scritto:
> > Hi AngeloGioacchino,
> >
> > Thank you for the patch! Yet something to improve:
> >
> > [auto build test ERROR on dtor-input/next]
> > [also build test ERROR on linus/master v5.19-rc5 next-20220705]
>
>
> This patch compiles fine on next-20220706.
Unfortunately linux/mfd/mt6331/registers.h is still not in mainline. We
either need to wait when it gets there or ask Lee for an immutable
branch that would contain shared definitions that I cam pull from.
Thanks.
--
Dmitry
_______________________________________________
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: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 RESEND] Input: mtk-pmic-keys - Add support for MT6331 PMIC keys
Date: Fri, 08 Jul 2022 14:51:41 -0700 [thread overview]
Message-ID: <Ysim7S2xjkbCFDJ1@google.com> (raw)
In-Reply-To: <4e55465d-ccf1-56b0-dfa4-84832edfa937@collabora.com>
[-- Attachment #1: Type: text/plain, Size: 629 bytes --]
On Wed, Jul 06, 2022 at 02:13:45PM +0200, AngeloGioacchino Del Regno wrote:
> Il 06/07/22 13:44, kernel test robot ha scritto:
> > Hi AngeloGioacchino,
> >
> > Thank you for the patch! Yet something to improve:
> >
> > [auto build test ERROR on dtor-input/next]
> > [also build test ERROR on linus/master v5.19-rc5 next-20220705]
>
>
> This patch compiles fine on next-20220706.
Unfortunately linux/mfd/mt6331/registers.h is still not in mainline. We
either need to wait when it gets there or ask Lee for an immutable
branch that would contain shared definitions that I cam pull from.
Thanks.
--
Dmitry
next prev parent reply other threads:[~2022-07-08 21:51 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-06 10:11 [PATCH v2 RESEND] Input: mtk-pmic-keys - Add support for MT6331 PMIC keys AngeloGioacchino Del Regno
2022-07-06 10:11 ` AngeloGioacchino Del Regno
2022-07-06 11:44 ` kernel test robot
2022-07-06 11:44 ` kernel test robot
2022-07-06 12:13 ` AngeloGioacchino Del Regno
2022-07-06 12:13 ` AngeloGioacchino Del Regno
2022-07-06 12:13 ` AngeloGioacchino Del Regno
2022-07-08 21:51 ` Dmitry Torokhov [this message]
2022-07-08 21:51 ` Dmitry Torokhov
2022-07-08 21:51 ` Dmitry Torokhov
2022-07-06 13:32 ` Matthias Brugger
2022-07-06 13:32 ` Matthias Brugger
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=Ysim7S2xjkbCFDJ1@google.com \
--to=dmitry.torokhov@gmail.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=lkp@intel.com \
--cc=matthias.bgg@gmail.com \
--cc=mkorpershoek@baylibre.com \
/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.