From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752727AbcALP47 (ORCPT ); Tue, 12 Jan 2016 10:56:59 -0500 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:58059 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750778AbcALP46 (ORCPT ); Tue, 12 Jan 2016 10:56:58 -0500 Message-ID: <1452614214.4292.24.camel@pengutronix.de> Subject: Re: [PATCH 1/3] ARM: STi: Add DT defines for co-processor reset lines From: Philipp Zabel To: Lee Jones Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, maxime.coquelin@st.com, devicetree@vger.kernel.org Date: Tue, 12 Jan 2016 16:56:54 +0100 In-Reply-To: <20160112142658.GI27358@x1> References: <1445856969-19424-1-git-send-email-lee.jones@linaro.org> <20160112133437.GH27358@x1> <1452606099.4292.20.camel@pengutronix.de> <20160112142658.GI27358@x1> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2001:67c:670:100:96de:80ff:fec2:9969 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Dienstag, den 12.01.2016, 14:26 +0000 schrieb Lee Jones: > On Tue, 12 Jan 2016, Philipp Zabel wrote: > > > Hi Lee, > > > > Am Dienstag, den 12.01.2016, 13:34 +0000 schrieb Lee Jones: > > > On Mon, 26 Oct 2015, Lee Jones wrote: > > > > > > > Signed-off-by: Lee Jones > > > > --- > > > > include/dt-bindings/reset-controller/stih407-resets.h | 4 ++++ > > > > 1 file changed, 4 insertions(+) > > > > > > > > diff --git a/include/dt-bindings/reset-controller/stih407-resets.h b/include/dt-bindings/reset-controller/stih407-resets.h > > > > index 02d4328..4ab3a1c 100644 > > > > --- a/include/dt-bindings/reset-controller/stih407-resets.h > > > > +++ b/include/dt-bindings/reset-controller/stih407-resets.h > > > > @@ -52,6 +52,10 @@ > > > > #define STIH407_KEYSCAN_SOFTRESET 26 > > > > #define STIH407_USB2_PORT0_SOFTRESET 27 > > > > #define STIH407_USB2_PORT1_SOFTRESET 28 > > > > +#define STIH407_ST231_AUD_SOFTRESET 29 > > > > +#define STIH407_ST231_DMU_SOFTRESET 30 > > > > +#define STIH407_ST231_GP0_SOFTRESET 31 > > > > +#define STIH407_ST231_GP1_SOFTRESET 32 > > > > > > > > /* Picophy reset defines */ > > > > #define STIH407_PICOPHY0_RESET 0 > > > > > > Has anyone seen this patch? > > > > c9bfec0032fb, sorry I missed 4.4. > > What about v4.5? The merge window has only just opened. It's sitting in arm-soc/for-next, so it should hit mainline during this merge window. regards Philipp