From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967082AbbLQPTS (ORCPT ); Thu, 17 Dec 2015 10:19:18 -0500 Received: from unicorn.mansr.com ([81.2.72.234]:45853 "EHLO unicorn.mansr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932318AbbLQPTP convert rfc822-to-8bit (ORCPT ); Thu, 17 Dec 2015 10:19:15 -0500 From: =?iso-8859-1?Q?M=E5ns_Rullg=E5rd?= To: Andy Shevchenko Cc: Tejun Heo , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] ata: sata_dwc_460ex: get rid of global data References: <1450221935-6034-1-git-send-email-mans@mansr.com> <1450221935-6034-3-git-send-email-mans@mansr.com> <1450364765.30729.139.camel@linux.intel.com> Date: Thu, 17 Dec 2015 15:19:13 +0000 In-Reply-To: <1450364765.30729.139.camel@linux.intel.com> (Andy Shevchenko's message of "Thu, 17 Dec 2015 17:06:05 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andy Shevchenko writes: > On Tue, 2015-12-15 at 23:25 +0000, Mans Rullgard wrote: >> This moves all global data into the driver private struct, thus >> permitting multiple devices of this type to be used. >> > > Nice! > > Btw, last time Linus complained about new warnings. Most of them I have > fixed when moved to external DMA driver. Leftovers IIRC are related to > address space. Are you going to fix them? Otherwise it might be a > headache for him again with strong wording to our address I suppose. There are some issues with __iomem annotations. Is that the warnings you refer to? I'm not getting any regular compiler warnings. -- Måns Rullgård