Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757793AbaDHRuR (ORCPT ); Tue, 8 Apr 2014 13:50:17 -0400 Received: from asavdk3.altibox.net ([109.247.116.14]:35893 "EHLO asavdk3.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757751AbaDHRuK (ORCPT ); Tue, 8 Apr 2014 13:50:10 -0400 Date: Tue, 8 Apr 2014 19:50:05 +0200 From: Sam Ravnborg To: Michal Simek Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, git@xilinx.com, wsa@the-dreams.de, Arnd Bergmann , linux-arch@vger.kernel.org Subject: Re: [PATCH] asm-generic/io.h: Add default configuration for readX/writeX_relaxed Message-ID: <20140408175005.GA31890@ravnborg.org> References: <35729b5d2bf080d3029f69af4bc638a268bf1a8f.1396941358.git.michal.simek@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <35729b5d2bf080d3029f69af4bc638a268bf1a8f.1396941358.git.michal.simek@xilinx.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 On Tue, Apr 08, 2014 at 09:16:01AM +0200, Michal Simek wrote: > Define default readX/writeX_relaxed IO helper functions > for all archs which use asm-generic/io.h. > Using COMPILE_TEST, moving drivers out of arch/arm and > removing architecture dependencies in Kconfig is causing > that more and more drivers is using _relaxed IO helper > functions which is causing compilation failures on architectures > which don't define them. > > Signed-off-by: Michal Simek There is a potential cleanup patch for several architectures. Those that already have similar defines can have them deleted as they are now provided by the generic version. Can you try to look into this too? Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/