Re: [PATCH v3] drivers: gpio: put virtual gpio device into their own submenu

From: Bartosz Golaszewski
Date: Tue Dec 08 2020 - 04:51:36 EST


On Tue, Dec 8, 2020 at 10:40 AM Enrico Weigelt, metux IT consult
<lkml@xxxxxxxxx> wrote:
>
> On 08.12.20 10:15, Bartosz Golaszewski wrote:
> > On Mon, Dec 7, 2020 at 9:38 PM Enrico Weigelt, metux IT consult
> > <info@xxxxxxxxx> wrote:
> >>
> >> Since we already have a few virtual GPIO drivers, and more to come,
> >> this category deserves its own submenu.
> >>
> >> changes v2: fixed menu title (replaced "devices" by "drivers")
> >> changes v3: added patch changelog
> >
> > This should be below the --- under all tags because we don't want this
> > in the actual log that goes into git.
>
>
> Sorry, wasn't aware of that. Does git-am automatically cut it off ?
>

Yes, everything between the --- and the actual diff is dropped.

Bartosz