Message ID | YxC5eZjGgd8xguDr@shell.armlinux.org.uk (mailing list archive) |
---|---|
Headers | show |
Series | Add Apple Mac System Management Controller GPIOs | expand |
On 01/09/2022 16:54, Russell King (Oracle) wrote: > Hi, > > This series adds support for the Apple Mac GPIO driver. These GPIOs > are hadled via the System Management Controller. > Thank you for your patch. There is something to discuss/improve. > The first two patches add the DT binding documentation for the new > drivers. > > The second two patches add the core System Management Controller > support. > > The last two patches add the GPIO support. > > DT updates will follow once the bindings have been reviewed. ...and how can we validate that your DTS actually implements the bindings? Typical submission includes everything, either in one patchset or at least linked to each other so we can see the user of the bindings. Best regards, Krzysztof
On Thu, Sep 01, 2022 at 02:54:01PM +0100, Russell King (Oracle) wrote: > Hi, > > This series adds support for the Apple Mac GPIO driver. These GPIOs > are hadled via the System Management Controller. > > The first two patches add the DT binding documentation for the new > drivers. > > The second two patches add the core System Management Controller > support. > > The last two patches add the GPIO support. > > DT updates will follow once the bindings have been reviewed. > > Patches taken from the Asahi project. All, As the discussion on this series was _extremely_ long, and did not take account of my posting of v2, I will shortly be posting v3, but as a much smaller series. My plan is to get the two patches for GPIO driver sorted as an independent series from the rest of the patches (that being the platform or mfd bits). I believe I've addressed all the comments for the GPIO driver, so expect that part shortly. The other part will take longer due to further changes being required. Russell.