From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753541Ab2BVHBx (ORCPT ); Wed, 22 Feb 2012 02:01:53 -0500 Received: from hqemgate04.nvidia.com ([216.228.121.35]:13604 "EHLO hqemgate04.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751731Ab2BVHBw (ORCPT ); Wed, 22 Feb 2012 02:01:52 -0500 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Tue, 21 Feb 2012 23:01:35 -0800 Message-ID: <4F449237.6030005@nvidia.com> Date: Wed, 22 Feb 2012 12:29:03 +0530 From: Laxman Dewangan User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: Axel Lin CC: "linux-kernel@vger.kernel.org" , Mike Rapoport , Cyril Chemparathy , Graeme Gregory , Liam Girdwood , Mark Brown Subject: Re: [PATCH] regulator: Sort Kconfig and Makefile entries References: <1329874156.3210.2.camel@phoenix> In-Reply-To: <1329874156.3210.2.camel@phoenix> 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 Wednesday 22 February 2012 06:59 AM, Axel Lin wrote: > Sort Kconfig entries by company name/driver in alphabetical order. > Sort Makefile entries by alphabetical order. > > In order to group all the Kconfig entries by company name, > this patch also adds company name to some Kconfig entries. > > Signed-off-by: Axel Lin > --- Acked-by: Laxman Dewangan