mbox series

[v2,00/15] Initial Mediatek MT8365 SOC and MT8365-EVK board support

Message ID 20221115025421.59847-1-bero@baylibre.com (mailing list archive)
Headers show
Series Initial Mediatek MT8365 SOC and MT8365-EVK board support | expand

Message

Bernhard Rosenkränzer Nov. 15, 2022, 2:54 a.m. UTC
This adds minimal support for the MediaTek 8365 SOC and the EVK reference
board, allowing the board to boot to initramfs with serial port I/O.

GPIO keys are supported, MMC is partially supported (needs the clocks
driver for full support).

v2:
  - Add missing dt-bindings documentation
  - Small cleanups addressing issues in v1 pointed out by Krzysztof Kozlowski

Comments

Rob Herring (Arm) Nov. 15, 2022, 1:50 p.m. UTC | #1
On Tue, Nov 15, 2022 at 03:54:06AM +0100, Bernhard Rosenkränzer wrote:
> This adds minimal support for the MediaTek 8365 SOC and the EVK reference
> board, allowing the board to boot to initramfs with serial port I/O.
> 
> GPIO keys are supported, MMC is partially supported (needs the clocks
> driver for full support).
> 
> v2:
>   - Add missing dt-bindings documentation
>   - Small cleanups addressing issues in v1 pointed out by Krzysztof Kozlowski

Other than this email, your patches are missing Content-Type headers yet 
are UTF-8 encoded. Looks like they've been edited in mutt as there are 
some mutt headers.

Rob