From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756742AbaIQTEL (ORCPT ); Wed, 17 Sep 2014 15:04:11 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:36880 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755872AbaIQTEJ (ORCPT ); Wed, 17 Sep 2014 15:04:09 -0400 Date: Wed, 17 Sep 2014 20:04:01 +0100 From: Peter Griffin To: Kishon Vijay Abraham I Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kgene.kim@samsung.com, maxime.ripard@free-electrons.com, linux-samsung-soc@vger.kernel.org, patches@linaro.org, lee.jones@linaro.org Subject: Re: [PATCH 7/9] phy: remove .owner field for drivers using module_platform_driver Message-ID: <20140917190401.GA31237@griffinp-ThinkPad-X1-Carbon-2nd> References: <1408106416-19044-1-git-send-email-peter.griffin@linaro.org> <1408106416-19044-8-git-send-email-peter.griffin@linaro.org> <5419B485.8010002@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5419B485.8010002@ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kishon, On Wed, 17 Sep 2014, Kishon Vijay Abraham I wrote: > Hi, > > On Friday 15 August 2014 06:10 PM, Peter Griffin wrote: > > This patch removes the superflous .owner field for drivers which > > use the module_platform_driver or platform_driver_register api, > > as this is overriden in __platform_driver_register. > > > > Signed-off-by: Peter Griffin > > drivers/phy/phy-twl4030-usb.c | 1 - > > twl4030-usb doesn't use module_platform_driver. Care to resend this patch > along? I've merged all other patches in this series. That is true, but it does use platform_driver_register whih overrides .owner. So the patch is stil good I think (fyi see include/linux/platform_device.h). regards, Peter. From mboxrd@z Thu Jan 1 00:00:00 1970 From: peter.griffin@linaro.org (Peter Griffin) Date: Wed, 17 Sep 2014 20:04:01 +0100 Subject: [PATCH 7/9] phy: remove .owner field for drivers using module_platform_driver In-Reply-To: <5419B485.8010002@ti.com> References: <1408106416-19044-1-git-send-email-peter.griffin@linaro.org> <1408106416-19044-8-git-send-email-peter.griffin@linaro.org> <5419B485.8010002@ti.com> Message-ID: <20140917190401.GA31237@griffinp-ThinkPad-X1-Carbon-2nd> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Kishon, On Wed, 17 Sep 2014, Kishon Vijay Abraham I wrote: > Hi, > > On Friday 15 August 2014 06:10 PM, Peter Griffin wrote: > > This patch removes the superflous .owner field for drivers which > > use the module_platform_driver or platform_driver_register api, > > as this is overriden in __platform_driver_register. > > > > Signed-off-by: Peter Griffin > > drivers/phy/phy-twl4030-usb.c | 1 - > > twl4030-usb doesn't use module_platform_driver. Care to resend this patch > along? I've merged all other patches in this series. That is true, but it does use platform_driver_register whih overrides .owner. So the patch is stil good I think (fyi see include/linux/platform_device.h). regards, Peter.