From patchwork Tue Mar 19 21:18:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Miller X-Patchwork-Id: 229223 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 0F4712C0086 for ; Wed, 20 Mar 2013 08:18:44 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934049Ab3CSVSn (ORCPT ); Tue, 19 Mar 2013 17:18:43 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:48640 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933981Ab3CSVSm (ORCPT ); Tue, 19 Mar 2013 17:18:42 -0400 Received: from localhost (cpe-66-108-118-205.nyc.res.rr.com [66.108.118.205]) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id EE7F7581056; Tue, 19 Mar 2013 14:18:45 -0700 (PDT) Date: Tue, 19 Mar 2013 17:18:40 -0400 (EDT) Message-Id: <20130319.171840.1173928147955486660.davem@davemloft.net> To: torvalds@linux-foundation.org CC: akpm@linux-foundation.org, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT] Sparc From: David Miller X-Mailer: Mew version 6.5 on Emacs 24.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (shards.monkeyblade.net [0.0.0.0]); Tue, 19 Mar 2013 14:18:46 -0700 (PDT) Sender: sparclinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org Just some minor fixups, a sunsu console setup panic cure, and recognition of a Fujitsu sun4v cpu. Please pull, thanks a lot! The following changes since commit b0af9cd9aab60ceb17d3ebabb9fdf4ff0a99cf50: Merge tag 'lzo-update-signature-20130226' of git://github.com/markus-oberhumer/linux (2013-02-28 20:45:52 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git master for you to fetch changes up to f58b20bd6bad48d6fc5633f003c3651115273fb2: sparc: remove unused "config BITS" (2013-03-19 16:23:51 -0400) ---------------------------------------------------------------- Allen Pais (1): sparc64: correctly recognize SPARC64-X chips Daniel Hellstrom (1): sparc,leon: fix GRPCI2 device0 PCI config space access Paul Bolle (2): sparc: delete "if !ULTRA_HAS_POPULATION_COUNT" sparc: remove unused "config BITS" Tkhai Kirill (1): sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline option arch/sparc/Kconfig | 8 +------- arch/sparc/include/asm/spitfire.h | 1 + arch/sparc/kernel/cpu.c | 6 ++++++ arch/sparc/kernel/head_64.S | 25 +++++++++++++++++++++++-- arch/sparc/kernel/leon_pci_grpci2.c | 41 ++++++++++++++++++++++++++--------------- drivers/tty/serial/sunsu.c | 21 +++++++++------------ 6 files changed, 66 insertions(+), 36 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html