Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757042Ab1FIKtT (ORCPT ); Thu, 9 Jun 2011 06:49:19 -0400 Received: from hera.kernel.org ([140.211.167.34]:41376 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753515Ab1FIKtP (ORCPT ); Thu, 9 Jun 2011 06:49:15 -0400 From: GuanXuetao To: Linus Torvalds Cc: GuanXuetao , arnd@arndb.de, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, greg@kroah.com Subject: [GIT PULL] unicore32 patches for linux-2.6 Date: Thu, 9 Jun 2011 10:48:13 +0000 Message-Id: X-Mailer: git-send-email 1.7.5.4 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (hera.kernel.org [127.0.0.1]); Thu, 09 Jun 2011 10:48:36 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1769 Lines: 42 Hi Linus, Please pull the patches of unicore32 subsystem for linux-2.6 from: git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git unicore32 Five patches are included after last review, and mac driver is excluded. Thanks Guan Xuetao --- Guan Xuetao (5): unicore32: move rtc-puv3.c to drivers/rtc directory unicore32: change zImage physical address, though it's PIC codes unicore32: add KBUILD_DEFCONFIG with unicore32_defconfig (old debug_defconfig) unicore32: change PERCPU to PERCPU_SECTION unicore32: using generic-y format for one line asm-generic files MAINTAINERS | 1 + arch/unicore32/Kconfig | 4 - arch/unicore32/Makefile | 38 +------------ arch/unicore32/boot/compressed/Makefile | 2 +- .../{debug_defconfig => unicore32_defconfig} | 8 +- arch/unicore32/include/asm/Kbuild | 59 ++++++++++++++++++++ arch/unicore32/kernel/Makefile | 1 - arch/unicore32/kernel/vmlinux.lds.S | 2 +- drivers/rtc/Kconfig | 9 +++ drivers/rtc/Makefile | 1 + .../kernel/rtc.c => drivers/rtc/rtc-puv3.c | 14 +---- 11 files changed, 79 insertions(+), 60 deletions(-) rename arch/unicore32/configs/{debug_defconfig => unicore32_defconfig} (97%) rename arch/unicore32/kernel/rtc.c => drivers/rtc/rtc-puv3.c (98%) -- 1.7.5.4 -- 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/