From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laxman Dewangan Subject: Re: [PATCH 3/4] pinctrl: tegra: reduce size of data table fields Date: Tue, 15 Apr 2014 18:01:49 +0530 Message-ID: <534D26B5.7010009@nvidia.com> References: <1397511222-28533-1-git-send-email-swarren@wwwdotorg.org> <1397511222-28533-3-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1397511222-28533-3-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren , Linus Walleij Cc: "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , Stephen Warren List-Id: linux-tegra@vger.kernel.org On Tuesday 15 April 2014 03:03 AM, Stephen Warren wrote: > From: Stephen Warren > > The range of npins and function ID values is small enough to fit into a > u8. Use this type rather than unsigned to shrink the pinmux data tables. > For 3 and 4, also Acked-by: Laxman Dewangan