Re: [PATCH v2 1/2] spi: apple: Add driver for Apple SPI controller

2022-02-10 Thread Tom Rini
On Sun, Jan 23, 2022 at 04:48:12PM +0100, Mark Kettenis wrote: > Add a driver for the SPI controller integrated on Apple SoCs. > This is necessary to support the keyboard on Apple Silicon laopts > since their keyboard uses an Apple-specific HID over SPI protocol. > > Signed-off-by: Mark Kettenis

[PATCH v2 1/2] spi: apple: Add driver for Apple SPI controller

2022-01-23 Thread Mark Kettenis
Add a driver for the SPI controller integrated on Apple SoCs. This is necessary to support the keyboard on Apple Silicon laopts since their keyboard uses an Apple-specific HID over SPI protocol. Signed-off-by: Mark Kettenis Reviewed-by: Simon Glass Tested on: Macbook Air M1 Tested-by: Simon Glas