From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 1/2] serial: samsung: Move uart_register_driver call to device probe Date: Mon, 20 Jan 2014 15:52:09 -0800 Message-ID: <20140120235209.GB5012@kroah.com> References: <1390208555-27770-1-git-send-email-tushar.behera@linaro.org> <1390208555-27770-2-git-send-email-tushar.behera@linaro.org> <20140120100530.GY15937@n2100.arm.linux.org.uk> <20140120214305.54f65ffa@www.etchedpixels.co.uk> <20140120231457.GZ17314@sirena.org.uk> <20140120232141.GM15937@n2100.arm.linux.org.uk> <20140120233541.593d0918@www.etchedpixels.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:36537 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750822AbaATXvX (ORCPT ); Mon, 20 Jan 2014 18:51:23 -0500 Content-Disposition: inline In-Reply-To: <20140120233541.593d0918@www.etchedpixels.co.uk> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Alan Cox Cc: Russell King - ARM Linux , Mark Brown , Tushar Behera , lkml , linux-serial , linux-samsung-soc , jslaby , Ben Dooks On Mon, Jan 20, 2014 at 11:35:41PM +0000, Alan Cox wrote: > > The first bit is easy... but we need to add locks to every serial > > driver to prevent two probes operating concurrently... > > The bus probe should already be serializing surely ? Yes, it better be, otherwise that bus is badly broken. greg k-h