From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Figa Subject: Re: [PATCH 0/5] pinctrl: samsung: Data structure clean-up Date: Thu, 25 Sep 2014 09:49:24 +0200 Message-ID: <5423C904.60708@gmail.com> References: <1411499141-26551-1-git-send-email-tomasz.figa@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wi0-f178.google.com ([209.85.212.178]:54070 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750940AbaIYHt2 (ORCPT ); Thu, 25 Sep 2014 03:49:28 -0400 In-Reply-To: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Linus Walleij Cc: linux-samsung-soc , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Kukjin Kim , Marek Szyprowski , Bartlomiej Zolnierkiewicz On 25.09.2014 09:47, Linus Walleij wrote: > On Tue, Sep 23, 2014 at 9:05 PM, Tomasz Figa wrote: > >> This series intends to clean up data structures used by pinctrl-samsung driver. >> More specifically, it separates initial compile time constants from data used >> at runtime, allowing unused variant data to be dropped and selected structures >> constified to improve safety. > > I like the patch set, tried to apply it but patch 3/5 failed to apply to the > devel branch for pinctrl. > > Can you rebase this on my "devel" branch, include Marek's Tested-by > tag and resend, and I'll take it for v3.18. Sure. Will do that today evening. Probably clashed with some other changes queued in the meantime. Best regards, Tomasz From mboxrd@z Thu Jan 1 00:00:00 1970 From: tomasz.figa@gmail.com (Tomasz Figa) Date: Thu, 25 Sep 2014 09:49:24 +0200 Subject: [PATCH 0/5] pinctrl: samsung: Data structure clean-up In-Reply-To: References: <1411499141-26551-1-git-send-email-tomasz.figa@gmail.com> Message-ID: <5423C904.60708@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 25.09.2014 09:47, Linus Walleij wrote: > On Tue, Sep 23, 2014 at 9:05 PM, Tomasz Figa wrote: > >> This series intends to clean up data structures used by pinctrl-samsung driver. >> More specifically, it separates initial compile time constants from data used >> at runtime, allowing unused variant data to be dropped and selected structures >> constified to improve safety. > > I like the patch set, tried to apply it but patch 3/5 failed to apply to the > devel branch for pinctrl. > > Can you rebase this on my "devel" branch, include Marek's Tested-by > tag and resend, and I'll take it for v3.18. Sure. Will do that today evening. Probably clashed with some other changes queued in the meantime. Best regards, Tomasz