From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934916AbcIUO6Q (ORCPT ); Wed, 21 Sep 2016 10:58:16 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:35096 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934347AbcIUO6P (ORCPT ); Wed, 21 Sep 2016 10:58:15 -0400 Date: Wed, 21 Sep 2016 16:55:38 +0200 (CEST) From: Thomas Gleixner To: Andrew Banman cc: mingo@redhat.com, akpm@linux-foundation.org, hpa@zytor.com, travis@sgi.com, rja@sgi.com, sivanich@sgi.com, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/9] arch/x86/platform/uv: add UV4 support to BAU In-Reply-To: <1474410720-82890-1-git-send-email-abanman@sgi.com> Message-ID: References: <1474410720-82890-1-git-send-email-abanman@sgi.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 20 Sep 2016, Andrew Banman wrote: > The following patch set adds support for UV4 architecture to the Broadcast > Assist Unit (BAU). Major hardware changes to the BAU require these fixes to > ensure correct operation and to avoid illegal MMR writes. Nice work and aside of the nitpicks Ingo had: Acked-by: Thomas Gleixner