Re: [PATCH v3 2/6] dt-bindings: gpio-mmio: Add opencores GPIO
From: Stafford Horne
Date: Sun Jan 11 2026 - 11:34:39 EST
On Sun, Jan 11, 2026 at 11:20:38AM +0100, Krzysztof Kozlowski wrote:
> On Fri, Jan 09, 2026 at 01:43:53PM +0000, Stafford Horne wrote:
> > Add a device tree binding for the opencores GPIO controller.
> >
> > On FPGA Development boards with GPIOs the OpenRISC architecture uses the
> > opencores gpio verilog rtl which is compatible with the MMIO GPIO driver.
> >
> > Link: https://opencores.org/projects/gpio
> > Signed-off-by: Stafford Horne <shorne@xxxxxxxxx>
> > ---
> > Since v2:
> > - Fixup patch to simply add opencores,gpio and add an example.
> > Since v1:
> > - Fix schema to actually match the example.
> >
> > Documentation/devicetree/bindings/gpio/gpio-mmio.yaml | 9 +++++++++
> > 1 file changed, 9 insertions(+)
>
> This does not even apply now. Your previous version was applied almost
> one month before and you WERE notified about it.
>
> Why did you ignore Bartosz's reply?
Hi Krzysztof,
Sorry for the confusion, we discussed [1] this patch in the last Series with Geert
and Linus W. We decided to Fixup (replace) the original patch with this and a
patch to the GPIO MMIO driver instead. I pointed it out in the cover letter but
it may have not been clear.
I will reply to Bartosz's original mail too so he can understand the intent.
[1] https://lore.kernel.org/lkml/CAD++jLm1u9ChqsftwvbOptiG3Qo2KWxPjqN2snOVuZDYuVST5Q@xxxxxxxxxxxxxx/
-Stafford