Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761535AbZLPE1r (ORCPT ); Tue, 15 Dec 2009 23:27:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761058AbZLPE1p (ORCPT ); Tue, 15 Dec 2009 23:27:45 -0500 Received: from hera.kernel.org ([140.211.167.34]:47280 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760999AbZLPE1n (ORCPT ); Tue, 15 Dec 2009 23:27:43 -0500 Date: Wed, 16 Dec 2009 04:27:38 +0000 From: Kyle McMartin To: torvalds@linux-foundation.org Cc: linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [git patches] parisc pull request for 2.6.33 Message-ID: <20091216042738.GA9104@hera.kernel.org> Reply-To: kyle@mcmartin.ca MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1867 Lines: 53 Hi Linus, Mostly just compile and bug fixes this release, with a clean up from Alexey to use seq_file, plus some ftrace stuff from Helge. Thanks! Kyle The following changes since commit 8bea8672edfca7ec5f661cafb218f1205863b343: Stephen Rothwell (1): mfd: compile fix for twl4030 renaming are available in the git repository at: /pub/scm/linux/kernel/git/kyle/parisc-2.6.git next Alexey Dobriyan (1): parisc: convert /proc/pdc/{lcd,led} to seq_file David Daney (1): parisc: Convert BUG() to use unreachable() Helge Deller (3): parisc: remove unused IRQSTAT_SIRQ_PEND and IRQSTAT_SZ defines parisc: add CALLER_ADDR{0-6} macros parisc: use sort() instead of home-made implementation (v2) Huang Weiyi (1): parisc: remove duplicated #include Thomas Gleixner (2): parisc: Replace old style lock init in smp.c parisc: Fixup last users of irq_chip->typename arch/parisc/include/asm/bug.h | 4 +- arch/parisc/include/asm/ftrace.h | 14 +++++++++ arch/parisc/kernel/asm-offsets.c | 3 -- arch/parisc/kernel/irq.c | 4 +- arch/parisc/kernel/signal.c | 1 - arch/parisc/kernel/smp.c | 9 ++++-- arch/parisc/kernel/unwind.c | 50 +++++++++++++++++++++++--------- drivers/parisc/dino.c | 2 +- drivers/parisc/eisa.c | 2 +- drivers/parisc/gsc.c | 2 +- drivers/parisc/iosapic.c | 2 +- drivers/parisc/led.c | 59 ++++++++++++++++++------------------- drivers/parisc/superio.c | 2 +- 13 files changed, 94 insertions(+), 60 deletions(-) -- 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/