From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-il1-f173.google.com (mail-il1-f173.google.com [209.85.166.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D74D6168 for ; Fri, 23 Jul 2021 22:32:29 +0000 (UTC) Received: by mail-il1-f173.google.com with SMTP id r1so2919839iln.6 for ; Fri, 23 Jul 2021 15:32:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=3eesqMuQP1L6Akd1AuDIrurUTtoylXIU3N2SAjPaYTs=; b=WB5pavPSvrHW3H0htJInXEJjbKbzi3+bBxrZbkk+ol/NexfjLfDt+edqjuTN5KIp7a J8nqVgP0DT2CGQkJ9ln0RBbNCtgPUmhDmGGxABec1VvOeadET1KRRxhjEHwbKhxijbj0 Uvpc57jLqLilisBJRDxqyPCxtLvTpRVhmxnTADd/CgTN9uLzl55ngb2i4wOHsxu8zPWg cC+FNZOfIm6sKxP7Z8/X4BUXDNyPkrz8GEwXDR5Khh+EUN+dKzGGlyzSPJB1y05J55H+ zSAQyF++YMyjHn6sJlkl+CGINW4zGyTc14SZ50Cb7YEmmBk2EdrEuaIHyGRC2IUoIZ8z ZW1g== X-Gm-Message-State: AOAM530nqoCu5q7FLXdM0AwyXGEFT3bTfnrznCRwPzs93+97VedtkRrQ +zUdKZtMIo2UFiwnLVltVQ== X-Google-Smtp-Source: ABdhPJxbH0gKa0hBfInqNT8I/XTuZdWiNZcK99zGHm+qyKKwq68KvN4JfximQ/pcHT3d9FVayee2tA== X-Received: by 2002:a05:6e02:12ab:: with SMTP id f11mr4931696ilr.200.1627079549107; Fri, 23 Jul 2021 15:32:29 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id r8sm19059823iov.39.2021.07.23.15.32.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 15:32:28 -0700 (PDT) Received: (nullmailer pid 2721532 invoked by uid 1000); Fri, 23 Jul 2021 22:32:25 -0000 Date: Fri, 23 Jul 2021 16:32:25 -0600 From: Rob Herring To: Greg Kroah-Hartman Cc: Mauro Carvalho Chehab , linuxarm@huawei.com, mauro.chehab@huawei.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH v15 0/3] Move HiSilicon 6421v600 SPMI and USB drivers out of staging Message-ID: <20210723223225.GB2709437@robh.at.kernel.org> References: Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Jul 23, 2021 at 10:14:44AM +0200, Greg Kroah-Hartman wrote: > On Fri, Jul 23, 2021 at 09:40:05AM +0200, Mauro Carvalho Chehab wrote: > > Hi Greg, > > > > Those are the remaining patches needed for USB3 to start working on HiKey 970. > > > > I would prefer to have those merged during this cycle, as the PCIe patchset > > currently under review depends on patch 1 and 2 of this series. > > > > So, I dropped the cleanup patch from this series, due to a merge conflict with > > the regulator's tree. I'll re-submit it against the mfd tree after the merge window. > > > > Mauro Carvalho Chehab (3): > > mfd: hi6421-spmi-pmic: move driver from staging > > dts: hisilicon: add support for the PMIC found on Hikey 970 > > dts: hisilicon: add support for USB3 on Hikey 970 > > I've applied patch 1 here. > > The other two I need acks from the DT maintainers before I can do > anything with them. I only review the bindings (patch 1). I can only deal with 1 firehose. The dts files should go thru the HiSilicon maintainers. Rob