linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: William Breathitt Gray <vilhelm.gray@gmail.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Syed Nayyar Waris <syednwaris@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Michal Simek <michal.simek@xilinx.com>,
	Arnd Bergmann <arnd@arndb.de>,
	Robert Richter <rrichter@marvell.com>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>,
	Masahiro Yamada <yamada.masahiro@socionext.com>,
	Zhang Rui <rui.zhang@intel.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Amit Kucheria <amit.kucheria@verdurent.com>,
	linux-arch@vger.kernel.org,
	"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Linux PM list <linux-pm@vger.kernel.org>
Subject: Re: [PATCH v9 0/4] Introduce the for_each_set_clump macro
Date: Tue, 29 Sep 2020 09:07:43 -0400	[thread overview]
Message-ID: <20200929130743.GB4458@shinobu> (raw)
In-Reply-To: <CACRpkdah+k-EyhF8bNRkvw4bFDiai9dYo3ph9wsumo_v3U-U0g@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1654 bytes --]

On Tue, Sep 29, 2020 at 02:45:18PM +0200, Linus Walleij wrote:
> On Sat, Sep 12, 2020 at 12:54 AM William Breathitt Gray
> <vilhelm.gray@gmail.com> wrote:
> > On Thu, Jul 16, 2020 at 02:49:35PM +0200, Linus Walleij wrote:
> > > Hi Syed,
> > >
> > > sorry for taking so long. I was on vacation and a bit snowed
> > > under by work.
> > >
> > > On Sat, Jun 27, 2020 at 10:10 AM Syed Nayyar Waris <syednwaris@gmail.com> wrote:
> > >
> > > > Since this patchset primarily affects GPIO drivers, would you like
> > > > to pick it up through your GPIO tree?
> > >
> > > I have applied the patches to an immutable branch and pushed
> > > to kernelorg for testing (autobuilders will play with it I hope).
> > >
> > > If all works fine I will merge this into my devel branch for v5.9.
> > >
> > > It would be desirable if Andrew gave his explicit ACK on it too.
> > >
> > > Yours,
> > > Linus Walleij
> >
> > Hi Linus,
> >
> > What's the name of the branch with these patches on kernelorg; I'm
> > having trouble finding it?
> >
> > Btw, I'm CCing Andrew as well here because I notice him missing from the
> > CC list earlier for this patchset.
> 
> IIRC there were complaints from the zeroday build robot so I
> dropped the branch and I am still waiting for a fixed up patch
> series.
> 
> Yours,
> Linus Walleij

My apologies, I wasn't aware a build error was reported. I'll be happy
to help address the issue with Syed, but I can't seem to find a copy of
the message on <https://lkml.org/lkml/2020/6/27/107> or my email logs.
Do you have a link available to the zeroday build log?

Thanks,

William Breathitt Gray

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2020-09-29 13:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-27  8:09 [PATCH v9 0/4] Introduce the for_each_set_clump macro Syed Nayyar Waris
2020-06-27  8:13 ` [PATCH v9 3/4] gpio: thunderx: Utilize " Syed Nayyar Waris
2020-06-27  8:14 ` [PATCH v9 4/4] gpio: xilinx: Utilize generic bitmap_get_value and _set_value Syed Nayyar Waris
2020-07-08 12:54   ` William Breathitt Gray
2020-07-10  8:04 ` [PATCH v9 0/4] Introduce the for_each_set_clump macro Syed Nayyar Waris
2020-07-16 12:49 ` Linus Walleij
2020-08-31 15:37   ` Syed Nayyar Waris
2020-09-11 22:54   ` William Breathitt Gray
2020-09-29 12:45     ` Linus Walleij
2020-09-29 13:07       ` William Breathitt Gray [this message]
2020-09-29 13:14         ` Andy Shevchenko
2020-09-30  9:29           ` Linus Walleij
2020-10-02 20:58             ` Syed Nayyar Waris

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=20200929130743.GB4458@shinobu \
    --to=vilhelm.gray@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=amit.kucheria@verdurent.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=arnd@arndb.de \
    --cc=bgolaszewski@baylibre.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=michal.simek@xilinx.com \
    --cc=rrichter@marvell.com \
    --cc=rui.zhang@intel.com \
    --cc=syednwaris@gmail.com \
    --cc=yamada.masahiro@socionext.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).