On 28/03/2019 20:22, Rob Herring wrote: > On Sat, Mar 23, 2019 at 4:17 PM Fabien Parent <fparent@xxxxxxxxxxxx> wrote: >> >> The MT8516 SoC provides the following peripherals: GPIO, UART, USB2, >> SPI, eMMC, SDIO, NAND, Flash, ADC, I2C, PWM, Timers, IR, Ethernet, and >> Audio (I2S, SPDIF, TDM). >> >> This commit is adding the basic dtsi file with the support of the >> following IOs: GPIO, UART, SPI, eMMC, I2C, Timers. >> >> Signed-off-by: Fabien Parent <fparent@xxxxxxxxxxxx> >> --- >> arch/arm64/boot/dts/mediatek/mt8516-pinfunc.h | 663 ++++++++++++++++++ >> arch/arm64/boot/dts/mediatek/mt8516.dtsi | 409 +++++++++++ >> 2 files changed, 1072 insertions(+) >> create mode 100644 arch/arm64/boot/dts/mediatek/mt8516-pinfunc.h >> create mode 100644 arch/arm64/boot/dts/mediatek/mt8516.dtsi > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > Fabien, before taking this through my tree, I'd like to see the drivers merged. Can you please resubmit taking into account the outcome of get_maintainers.pl script. From my experience it is easier to send one series per driver, as it makes the amount of emails every maintainer gets more manageable. Regards, Matthias