From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dima Zavin Subject: Re: [PATCH 0/7] Nexus One Support Date: Thu, 20 Jan 2011 16:42:00 -0800 Message-ID: References: <1295555565-21563-1-git-send-email-dwalker@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp-out.google.com ([216.239.44.51]:19039 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753958Ab1AUAmC convert rfc822-to-8bit (ORCPT ); Thu, 20 Jan 2011 19:42:02 -0500 Received: from wpaz5.hot.corp.google.com (wpaz5.hot.corp.google.com [172.24.198.69]) by smtp-out.google.com with ESMTP id p0L0g1x0032702 for ; Thu, 20 Jan 2011 16:42:01 -0800 Received: from qwi2 (qwi2.prod.google.com [10.241.195.2]) by wpaz5.hot.corp.google.com with ESMTP id p0L0feJM018962 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Thu, 20 Jan 2011 16:42:00 -0800 Received: by qwi2 with SMTP id 2so1190701qwi.3 for ; Thu, 20 Jan 2011 16:42:00 -0800 (PST) In-Reply-To: <1295555565-21563-1-git-send-email-dwalker@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Daniel Walker Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, davidb@codeaurora.org You are not the author of any of these patches. Where are the author attributions for the team that actually wrote this code? --Dima On Thu, Jan 20, 2011 at 12:32 PM, Daniel Walker wrote: > This series adds basic Nexus One support which includes a booting > kernel, and functional MMC . > > Most people won't be able to use this yet unfortunately because > you need a serial cable to get any output. However, it's a start. > > Brian Swetland (1): > =A0[ARM] msm: qsd8k memory base is at 0x20000000 > > Daniel Walker (6): > =A0msm: qsd8x50: add uart platform data > =A0msm: qsd8x50: add acpuclock code > =A0msm: mahimahi: add mahimahi board file > =A0msm: mahimahi: add in mmc support code > =A0msm: mahimahi: add gpio pin muxing code > =A0msm: mahimahi: initialize mmc at start up > > =A0arch/arm/mach-msm/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 =A08 +- > =A0arch/arm/mach-msm/Makefile =A0 =A0 =A0 =A0 =A0 =A0 | =A0 =A05 +- > =A0arch/arm/mach-msm/Makefile.boot =A0 =A0 =A0 =A0| =A0 =A05 + > =A0arch/arm/mach-msm/acpuclock-qsd8x50.c =A0| =A0457 ++++++++++++++++= ++++++++++++++++ > =A0arch/arm/mach-msm/board-mahimahi-mmc.c | =A0238 +++++++++++++++++ > =A0arch/arm/mach-msm/board-mahimahi.c =A0 =A0 | =A0 52 +++- > =A0arch/arm/mach-msm/board-mahimahi.h =A0 =A0 | =A0147 ++++++++++ > =A0arch/arm/mach-msm/devices-qsd8x50.c =A0 =A0| =A0 42 +++ > =A0arch/arm/mach-msm/include/mach/board.h | =A0 =A01 + > =A09 files changed, 942 insertions(+), 13 deletions(-) > =A0create mode 100644 arch/arm/mach-msm/acpuclock-qsd8x50.c > =A0create mode 100644 arch/arm/mach-msm/board-mahimahi-mmc.c > =A0create mode 100644 arch/arm/mach-msm/board-mahimahi.h > > -- > Sent by a consultant of the Qualcomm Innovation Center, Inc. > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora F= orum. > -- > To unsubscribe from this list: send the line "unsubscribe linux-kerne= l" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at =A0http://vger.kernel.org/majordomo-info.html > Please read the FAQ at =A0http://www.tux.org/lkml/ > -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm= " in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754414Ab1AUAmF (ORCPT ); Thu, 20 Jan 2011 19:42:05 -0500 Received: from smtp-out.google.com ([216.239.44.51]:19043 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754043Ab1AUAmD convert rfc822-to-8bit (ORCPT ); Thu, 20 Jan 2011 19:42:03 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=google.com; s=beta; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=LO54W0DZv6MzyrwgrfM0w11tb2h88V/rvadE5N/8En9M0pJXBuiSgw2EfMk+e0qB5+ T/Mh/5pQj4lvRlFM0m1Q== MIME-Version: 1.0 In-Reply-To: <1295555565-21563-1-git-send-email-dwalker@codeaurora.org> References: <1295555565-21563-1-git-send-email-dwalker@codeaurora.org> Date: Thu, 20 Jan 2011 16:42:00 -0800 Message-ID: Subject: Re: [PATCH 0/7] Nexus One Support From: Dima Zavin To: Daniel Walker Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, davidb@codeaurora.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org You are not the author of any of these patches. Where are the author attributions for the team that actually wrote this code? --Dima On Thu, Jan 20, 2011 at 12:32 PM, Daniel Walker wrote: > This series adds basic Nexus One support which includes a booting > kernel, and functional MMC . > > Most people won't be able to use this yet unfortunately because > you need a serial cable to get any output. However, it's a start. > > Brian Swetland (1): >  [ARM] msm: qsd8k memory base is at 0x20000000 > > Daniel Walker (6): >  msm: qsd8x50: add uart platform data >  msm: qsd8x50: add acpuclock code >  msm: mahimahi: add mahimahi board file >  msm: mahimahi: add in mmc support code >  msm: mahimahi: add gpio pin muxing code >  msm: mahimahi: initialize mmc at start up > >  arch/arm/mach-msm/Kconfig              |    8 +- >  arch/arm/mach-msm/Makefile             |    5 +- >  arch/arm/mach-msm/Makefile.boot        |    5 + >  arch/arm/mach-msm/acpuclock-qsd8x50.c  |  457 ++++++++++++++++++++++++++++++++ >  arch/arm/mach-msm/board-mahimahi-mmc.c |  238 +++++++++++++++++ >  arch/arm/mach-msm/board-mahimahi.c     |   52 +++- >  arch/arm/mach-msm/board-mahimahi.h     |  147 ++++++++++ >  arch/arm/mach-msm/devices-qsd8x50.c    |   42 +++ >  arch/arm/mach-msm/include/mach/board.h |    1 + >  9 files changed, 942 insertions(+), 13 deletions(-) >  create mode 100644 arch/arm/mach-msm/acpuclock-qsd8x50.c >  create mode 100644 arch/arm/mach-msm/board-mahimahi-mmc.c >  create mode 100644 arch/arm/mach-msm/board-mahimahi.h > > -- > Sent by a consultant of the Qualcomm Innovation Center, Inc. > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. > -- > 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/ > From mboxrd@z Thu Jan 1 00:00:00 1970 From: dmitriyz@google.com (Dima Zavin) Date: Thu, 20 Jan 2011 16:42:00 -0800 Subject: [PATCH 0/7] Nexus One Support In-Reply-To: <1295555565-21563-1-git-send-email-dwalker@codeaurora.org> References: <1295555565-21563-1-git-send-email-dwalker@codeaurora.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org You are not the author of any of these patches. Where are the author attributions for the team that actually wrote this code? --Dima On Thu, Jan 20, 2011 at 12:32 PM, Daniel Walker wrote: > This series adds basic Nexus One support which includes a booting > kernel, and functional MMC . > > Most people won't be able to use this yet unfortunately because > you need a serial cable to get any output. However, it's a start. > > Brian Swetland (1): > ?[ARM] msm: qsd8k memory base is at 0x20000000 > > Daniel Walker (6): > ?msm: qsd8x50: add uart platform data > ?msm: qsd8x50: add acpuclock code > ?msm: mahimahi: add mahimahi board file > ?msm: mahimahi: add in mmc support code > ?msm: mahimahi: add gpio pin muxing code > ?msm: mahimahi: initialize mmc at start up > > ?arch/arm/mach-msm/Kconfig ? ? ? ? ? ? ?| ? ?8 +- > ?arch/arm/mach-msm/Makefile ? ? ? ? ? ? | ? ?5 +- > ?arch/arm/mach-msm/Makefile.boot ? ? ? ?| ? ?5 + > ?arch/arm/mach-msm/acpuclock-qsd8x50.c ?| ?457 ++++++++++++++++++++++++++++++++ > ?arch/arm/mach-msm/board-mahimahi-mmc.c | ?238 +++++++++++++++++ > ?arch/arm/mach-msm/board-mahimahi.c ? ? | ? 52 +++- > ?arch/arm/mach-msm/board-mahimahi.h ? ? | ?147 ++++++++++ > ?arch/arm/mach-msm/devices-qsd8x50.c ? ?| ? 42 +++ > ?arch/arm/mach-msm/include/mach/board.h | ? ?1 + > ?9 files changed, 942 insertions(+), 13 deletions(-) > ?create mode 100644 arch/arm/mach-msm/acpuclock-qsd8x50.c > ?create mode 100644 arch/arm/mach-msm/board-mahimahi-mmc.c > ?create mode 100644 arch/arm/mach-msm/board-mahimahi.h > > -- > Sent by a consultant of the Qualcomm Innovation Center, Inc. > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at ?http://vger.kernel.org/majordomo-info.html > Please read the FAQ at ?http://www.tux.org/lkml/ >