From patchwork Thu Oct 18 18:39:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 192401 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0545D2C008E for ; Fri, 19 Oct 2012 05:42:33 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TOv13-0005J5-43; Thu, 18 Oct 2012 18:40:21 +0000 Received: from mail-we0-f177.google.com ([74.125.82.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TOv0h-0005Ad-0g for linux-arm-kernel@lists.infradead.org; Thu, 18 Oct 2012 18:39:59 +0000 Received: by mail-we0-f177.google.com with SMTP id u50so5407463wey.36 for ; Thu, 18 Oct 2012 11:39:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=E0KZJMnOKXEr8eTEqMtEecNAk1TOsLPAQmPrNNeieaA=; b=KOEK/1uK1dFa0hCDORqWOwiXC8USEmZ7XK79bcS9655+LdTg+ZpkTaosKdiz6/v+iM EE1XgLignXvwo3qik3xO6W6dl3G7bw3VA4f/gxIhBeQuavC4LJCrdosU/SlGuv+eE1+4 nQdcZQPevaMkrrdWlrLK+cEznr9D1hl1hk5sHqaQ8JJHHXqRMOrj+8m9qkD/HXzbJjAA dk4gQFWo5cCa/vwWCaRfjrrE1ALizHOPvGQuFMk7wRoGPDUahBhA3ZKz9EmE8zfe8eS9 86ycBvfkvyQDOy+JeGhcT3Ev8ExGpVFB77b3tRm9Twb1y6t/A3OtNFAuUGKebFfyZSkM E/vA== MIME-Version: 1.0 Received: by 10.216.142.25 with SMTP id h25mr14197733wej.157.1350585597390; Thu, 18 Oct 2012 11:39:57 -0700 (PDT) Received: by 10.223.36.4 with HTTP; Thu, 18 Oct 2012 11:39:57 -0700 (PDT) Date: Thu, 18 Oct 2012 20:39:57 +0200 Message-ID: Subject: [GIT PULL] first set of ux500 for ARM SoC for v3.8 From: Linus Walleij To: arm@kernel.org, linux-arm-kernel@lists.infradead.org X-Gm-Message-State: ALoCoQllBRVwhhTWKwXVYbqCICHFcbbiAWm9/TQf09rNRz7OmATT+lEOA2C2yJ22xqB9pI8dsM6n X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.82.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi ARM SoC folks, here are two small commits for v3.8 that I'd like to make sure land in ARM SoC before I begin with all the other stuff. Please pull them in! Yours, Linus Walleij The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37: Linux 3.7-rc1 (2012-10-14 14:41:04 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git ux500-core for you to fetch changes up to 4040d10a3d44023703f81083bb90a3eb45a39eee: ARM: ux500: add DB serial number to entropy pool (2012-10-15 13:53:55 +0200) ---------------------------------------------------------------- A first set of Ux500 core patches for v3.8: - Support the HREF520 board - Add the device serial number to the entropy pool ---------------------------------------------------------------- Linus Walleij (2): ARM: ux500: support the HREFP520 board variant ARM: ux500: add DB serial number to entropy pool arch/arm/mach-ux500/board-mop500.c | 13 +++++++++++-- arch/arm/mach-ux500/cpu-db8500.c | 5 ++++- 2 files changed, 15 insertions(+), 3 deletions(-)