From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Ungerer Subject: Re: [PATCH] m68k/gpio: remove arch specific sysfs bus device Date: Thu, 7 Apr 2016 05:31:14 +1000 Message-ID: <57056402.8020308@uclinux.org> References: <1459909950-26077-1-git-send-email-gerg@uclinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Linus Walleij Cc: linux-m68k@vger.kernel.org, Guenter Roeck , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Alexandre Courbot List-Id: linux-m68k@vger.kernel.org On 06/04/16 16:57, Linus Walleij wrote: > On Wed, Apr 6, 2016 at 4:32 AM, Greg Ungerer wrote: > >> From: Greg Ungerer >> >> The ColdFire architecture specific gpio support code registers a sysfs >> bus device named "gpio". This clashes with the new generic API device >> added in commit 3c702e99 ("gpio: add a userspace chardev ABI for GPIOs"). >> >> The old ColdFire sysfs gpio device was never used for anything specific, >> and no links or other nodes were created under it. The new API sysfs gpio >> device has all the same default sysfs links (device, drivers, etc) and >> they are properly populated. >> >> Remove the old ColdFire sysfs gpio registration. >> >> Signed-off-by: Greg Ungerer > > Acked-by: Linus Walleij Thanks Linus. I will push via the m68knommu git tree. Regards Greg