From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 22 Sep 2015 18:29:48 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:38666 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27008755AbbIVQ3mQ-bnr (ORCPT ); Tue, 22 Sep 2015 18:29:42 +0200 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.15.2/8.14.8) with ESMTP id t8MGTdQl017309; Tue, 22 Sep 2015 18:29:39 +0200 Received: (from ralf@localhost) by scotty.linux-mips.net (8.15.2/8.15.2/Submit) id t8MGTXVL017308; Tue, 22 Sep 2015 18:29:33 +0200 Date: Tue, 22 Sep 2015 18:29:33 +0200 From: Ralf Baechle To: Stephen Boyd Cc: Andy Gross , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Andrew Morton , Bjorn Andersson , Hauke Mehrtens , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Paul Walmsley , linux-mips@linux-mips.org Subject: Re: [PATCH v2 3/3] FIRMWARE: bcm47xx_nvram: Use __ioread32_copy() instead of open-coding Message-ID: <20150922162932.GB16339@linux-mips.org> References: <1442516531-16071-1-git-send-email-sboyd@codeaurora.org> <1442516531-16071-4-git-send-email-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1442516531-16071-4-git-send-email-sboyd@codeaurora.org> User-Agent: Mutt/1.5.23 (2014-03-12) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 49273 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Thu, Sep 17, 2015 at 12:02:11PM -0700, Stephen Boyd wrote: > Now that we have a generic library function for this, replace the > open-coded instance. > > Cc: Hauke Mehrtens > Cc: Rafał Miłecki > Cc: Paul Walmsley > Cc: linux-mips@linux-mips.org > Signed-off-by: Stephen Boyd Looking good. Acked-by: Ralf Baechle Ralf