From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [GIT PULL] ARM: mvebu: drivers for v4.9 (#1) Date: Tue, 20 Sep 2016 00:16:41 +0200 Message-ID: <4134529.ol6KhRYAQp@wuerfel> References: <87a8fabikx.fsf@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from mout.kundenserver.de ([217.72.192.75]:54708 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750971AbcISWRX (ORCPT ); Mon, 19 Sep 2016 18:17:23 -0400 In-Reply-To: <87a8fabikx.fsf@free-electrons.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Gregory CLEMENT Cc: Olof Johansson , arm@kernel.org, Andrew Lunn , Jason Cooper , Sebastian Hesselbarth , linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, Linus Walleij , Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org On Wednesday, September 14, 2016 5:35:10 PM CEST Gregory CLEMENT wrote: > mvebu drivers for 4.9 (part 1) > > - Add pinctrl and clk support for the Orion5x SoC mv88f5181 variant > > ---------------------------------------------------------------- > Jamie Lentin (2): > clk: mvebu: Add clk support for the orion5x SoC mv88f5181 > pinctrl: mvebu: orion5x: Generalise mv88f5181l support for 88f5181 > > .../devicetree/bindings/clock/mvebu-core-clock.txt | 1 + > .../bindings/pinctrl/marvell,orion-pinctrl.txt | 4 +- > drivers/clk/mvebu/orion.c | 70 ++++++++++++++++++++++ > drivers/pinctrl/mvebu/pinctrl-orion.c | 23 +++---- > 4 files changed, 86 insertions(+), 12 deletions(-) I see this touches pinctrl and clk drivers, but none of the maintainers are on Cc for this pull request, nor have they provided an Ack for the patches according to your git log. Why did you not send the driver changes to them? Not pulled for now, until this is resolved, sorry. Arnd