From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755875AbbJ1Rv2 (ORCPT ); Wed, 28 Oct 2015 13:51:28 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:48648 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751690AbbJ1Rv0 (ORCPT ); Wed, 28 Oct 2015 13:51:26 -0400 Subject: Re: [PATCH 0/2] Remove .owner from spi_drivers To: Sebastian Reichel References: <1445608751-8432-1-git-send-email-afd@ti.com> <20151023182911.GA14674@earth> CC: Mark Brown , , , , From: "Andrew F. Davis" Message-ID: <56310B15.3000103@ti.com> Date: Wed, 28 Oct 2015 12:51:17 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151023182911.GA14674@earth> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/23/2015 01:29 PM, Sebastian Reichel wrote: > Hi, > > On Fri, Oct 23, 2015 at 08:59:09AM -0500, Andrew F. Davis wrote: >> This series adds a helper macro to the SPI core that assigns the owner >> in spi_drivers so individual drivers do not have to do this, this is >> similar to other subsystems like platform_driver and i2c_driver that >> have made this change. > > Probably it makes sense to also update the related coccinelle > script: scripts/coccinelle/api/platform_no_drv_owner.cocci > > -- Sebastian > Makes sense, patch submitted. Thanks, Andrew