From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756636AbbJATaJ (ORCPT ); Thu, 1 Oct 2015 15:30:09 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:37618 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752844AbbJATaH (ORCPT ); Thu, 1 Oct 2015 15:30:07 -0400 Message-ID: <560D89BA.1000203@gmail.com> Date: Thu, 01 Oct 2015 21:30:02 +0200 From: Sebastian Hesselbarth User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 To: Thomas Hebb , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org CC: Linus Walleij , Antoine Tenart , Wolfram Sang Subject: Re: [PATCH] pinctrl: berlin: fix BG2CD field widths References: <56074059.10806@gmail.com> In-Reply-To: <56074059.10806@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27.09.2015 03:03, Thomas Hebb wrote: > The previous register layout was incorrect, many of the fields having > fewer bits than were needed to represent all their modes. The new layout > is taken from the bootloader source of a BG2CD device. > > Signed-off-by: Thomas Hebb > --- > drivers/pinctrl/berlin/berlin-bg2cd.c | 62 > ++++++++++++++++++----------------- > 1 file changed, 32 insertions(+), 30 deletions(-) Applied to berlin/fixes. There seems to be something wrong with the patch. Please base your patches on the recent -rc1 kernel and use git send-email. I fixed this patch manually. Sebastian