From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Date: Fri, 29 Jan 2016 17:53:05 +0000 Subject: Re: [lm-sensors] [PATCH] hwmon: (vexpress) rename vexpress hwmon implementation Message-Id: <56ABA701.6060101@roeck-us.net> List-Id: References: <1454088952-24722-1-git-send-email-sudeep.holla@arm.com> In-Reply-To: <1454088952-24722-1-git-send-email-sudeep.holla@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Sudeep Holla , linux-kernel@vger.kernel.org Cc: Rusty Russell , Liviu Dudau , Lorenzo Pieralisi , Jean Delvare , lm-sensors@lm-sensors.org On 01/29/2016 09:35 AM, Sudeep Holla wrote: > The vexpress hwmon implementation is currently just called vexpress. > This is a problem because it clashes with another module with the same > name in regulators. > > This patch renames the vexpress hwmon implementation to vexpress-hwmon > so that there will be no clash in the module namespace. > > Cc: Liviu Dudau > Cc: Lorenzo Pieralisi > Cc: Jean Delvare > Cc: Guenter Roeck > Cc: lm-sensors@lm-sensors.org > Reported-by: Rusty Russell > Signed-off-by: Sudeep Holla > --- Applied. Thanks, Guenter _______________________________________________ lm-sensors mailing list lm-sensors@lm-sensors.org http://lists.lm-sensors.org/mailman/listinfo/lm-sensors From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756677AbcA2RxJ (ORCPT ); Fri, 29 Jan 2016 12:53:09 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:60274 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752748AbcA2RxH (ORCPT ); Fri, 29 Jan 2016 12:53:07 -0500 Subject: Re: [PATCH] hwmon: (vexpress) rename vexpress hwmon implementation To: Sudeep Holla , linux-kernel@vger.kernel.org References: <1454088952-24722-1-git-send-email-sudeep.holla@arm.com> Cc: Rusty Russell , Liviu Dudau , Lorenzo Pieralisi , Jean Delvare , lm-sensors@lm-sensors.org From: Guenter Roeck Message-ID: <56ABA701.6060101@roeck-us.net> Date: Fri, 29 Jan 2016 09:53:05 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1454088952-24722-1-git-send-email-sudeep.holla@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/29/2016 09:35 AM, Sudeep Holla wrote: > The vexpress hwmon implementation is currently just called vexpress. > This is a problem because it clashes with another module with the same > name in regulators. > > This patch renames the vexpress hwmon implementation to vexpress-hwmon > so that there will be no clash in the module namespace. > > Cc: Liviu Dudau > Cc: Lorenzo Pieralisi > Cc: Jean Delvare > Cc: Guenter Roeck > Cc: lm-sensors@lm-sensors.org > Reported-by: Rusty Russell > Signed-off-by: Sudeep Holla > --- Applied. Thanks, Guenter