From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756557Ab3AUXmR (ORCPT ); Mon, 21 Jan 2013 18:42:17 -0500 Received: from mail-pb0-f45.google.com ([209.85.160.45]:39352 "EHLO mail-pb0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756224Ab3AUXmO (ORCPT ); Mon, 21 Jan 2013 18:42:14 -0500 Date: Mon, 21 Jan 2013 15:42:10 -0800 From: Greg Kroah-Hartman To: Linus Walleij Cc: Maxime Ripard , Arnd Bergmann , Olof Johansson , Stefan Roese , Alejandro Mery , linux-arm-kernel@lists.infradead.org, Alan Cox , Jiri Slaby , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/7] tty: of_serial: Add pinctrl support Message-ID: <20130121234210.GB9322@kroah.com> References: <1358544639-14761-1-git-send-email-maxime.ripard@free-electrons.com> <1358544639-14761-7-git-send-email-maxime.ripard@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 21, 2013 at 11:13:55PM +0100, Linus Walleij wrote: > On Fri, Jan 18, 2013 at 10:30 PM, Maxime Ripard > wrote: > > > Use pinctrl to configure the SoCs pins directly from the driver. > > > > Signed-off-by: Maxime Ripard > > You can poke Greg about this which is fun because it does become > superfluous with the patch titled > "[PATCH v4] drivers/pinctrl: grab default handles from device core" > http://marc.info/?l=linux-kernel&m=135879594515932&w=2 > > Which will auto-grab the default state on any device. > > Greg, can I have your ACK on that device core grab patch > so you don't have to merge this patch but can point out that > it solves the boilerplate problem? Yes you now do. greg k-h