From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB40DC43441 for ; Mon, 12 Nov 2018 03:21:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4B20520871 for ; Mon, 12 Nov 2018 03:21:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4B20520871 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=v3.sk Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730382AbeKLNMG (ORCPT ); Mon, 12 Nov 2018 08:12:06 -0500 Received: from shell.v3.sk ([90.176.6.54]:59569 "EHLO shell.v3.sk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726619AbeKLNMG (ORCPT ); Mon, 12 Nov 2018 08:12:06 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 10671C6A33; Mon, 12 Nov 2018 04:20:52 +0100 (CET) Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id lXsMYe4alTvg; Mon, 12 Nov 2018 04:20:37 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id C70CAC6A27; Mon, 12 Nov 2018 04:20:36 +0100 (CET) X-Virus-Scanned: amavisd-new at zimbra.v3.sk Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id sNuZwc415u4l; Mon, 12 Nov 2018 04:20:35 +0100 (CET) Received: from belphegor.lan (ip-89-102-31-34.net.upcbroadband.cz [89.102.31.34]) by zimbra.v3.sk (Postfix) with ESMTPSA id 535A1C6A20; Mon, 12 Nov 2018 04:20:35 +0100 (CET) From: Lubomir Rintel To: Eric Miao , Haojian Zhuang Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Russell King , Robert Jarzmik Subject: [PATCH v3 00/18] MMP platform fixes Date: Mon, 12 Nov 2018 04:20:09 +0100 Message-Id: <20181112032027.653931-1-lkundrak@v3.sk> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, this series contains contains a bunch of MMP2 platform fixes. I've sent these in before, some as part of other patch sets, but got just radio silence from MMP2 maintainers. Eric Miao and Haojian Zhuang -- if you're listening, please speak up. I'm now re-sending as a single patch set for covenience. The "v3" number was chosen to be higher than of any of the superseded sets. The change logs from previous submissions are in respective patches. The MMP2 support seems to in need for some love. Notably, in absence of the 12/18 patch, the DT/multiplatform kernels can't even boot. If the maintainers don't show up, would it be possible to pull this via the arm-= soc tree? Would it be appropriate if I followed up with a MAINTAINERS update= in that case? Thanks Lubo