pinctrl: meson: add GPIO supportThis commit adds GPIO support to the Amlogic Meson pin controllerdriver, based on code from Linux kernel.Reviewed-by: Simon Glass <sjg@chromium.org>Signed-off-by
pinctrl: meson: add GPIO supportThis commit adds GPIO support to the Amlogic Meson pin controllerdriver, based on code from Linux kernel.Reviewed-by: Simon Glass <sjg@chromium.org>Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
show more ...
mmc: meson: add MMC driver for Meson GX (S905)This driver implements MMC support on Meson GX (S905) based systems.It's based on Carlo Caione's work, changes:- BLK support added- general refactor
mmc: meson: add MMC driver for Meson GX (S905)This driver implements MMC support on Meson GX (S905) based systems.It's based on Carlo Caione's work, changes:- BLK support added- general refactoringSigned-off-by: Carlo Caione <carlo@caione.org>Signed-off-by: Andreas Färber <afaerber@suse.de>Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>Tested-by: Vagrant Cascadian <vagrant@debian.org>
meson: odroid-c2: enable Ethernet support through the device treeRemove the device definition from board file, update the driver withthe new compatible property and update config with necessary op
meson: odroid-c2: enable Ethernet support through the device treeRemove the device definition from board file, update the driver withthe new compatible property and update config with necessary options.Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>Reviewed-by: Simon Glass <sjg@chromium.org>
arm: meson: implement calls to secure monitorImplement calls to secure monitor to read the MAC address from e-fuse.Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
arm: add initial support for Amlogic Meson and ODROID-C2This adds platform code for the Amlogic Meson GXBaby (S905) SoC and aboard definition for ODROID-C2. This initial submission only supportsU
arm: add initial support for Amlogic Meson and ODROID-C2This adds platform code for the Amlogic Meson GXBaby (S905) SoC and aboard definition for ODROID-C2. This initial submission only supportsUART and Ethernet (through the existing Designware driver). DTS filesare the ones submitted to Linux arm-soc for 4.7 [1].[1] https://patchwork.ozlabs.org/patch/603583/Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>Reviewed-by: Simon Glass <sjg@chromium.org>