From patchwork Sat Sep 15 22:22:29 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angelo Dureghello X-Patchwork-Id: 970285 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=sysam.it Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 42CRj874YGz9sBJ for ; Sun, 16 Sep 2018 08:22:49 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 1CD61C21DCA; Sat, 15 Sep 2018 22:22:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC autolearn=no autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id E12ACC21C50; Sat, 15 Sep 2018 22:22:37 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id C5F72C21C50; Sat, 15 Sep 2018 22:22:36 +0000 (UTC) Received: from sysam.it (ec2-18-194-220-216.eu-central-1.compute.amazonaws.com [18.194.220.216]) by lists.denx.de (Postfix) with ESMTP id 78E91C21BE5 for ; Sat, 15 Sep 2018 22:22:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sysam.it (Postfix) with ESMTP id 32D7421E16; Sat, 15 Sep 2018 22:22:33 +0000 (UTC) Received: from sysam.it ([127.0.0.1]) by localhost (sysam.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CDbXQzpFjGeq; Sat, 15 Sep 2018 22:22:29 +0000 (UTC) Received: from jerusalem (host238-237-dynamic.44-79-r.retail.telecomitalia.it [79.44.237.238]) by sysam.it (Postfix) with ESMTPSA id 9834721E10; Sat, 15 Sep 2018 22:22:29 +0000 (UTC) Date: Sun, 16 Sep 2018 00:22:29 +0200 From: Angelo Dureghello To: u-boot@lists.denx.de Message-ID: <20180915222228.GA5245@jerusalem> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Cc: trini@konsulko.com, alison.wang@freescale.com Subject: [U-Boot] [PULL] Please pull u-boot-coldfire/master X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" The following changes since commit 2976d3c1504960d3934a7404b0648edc28b52eb9: Merge branch 'master' of git://git.denx.de/u-boot-ubi (2018-09-14 13:54:37 -0400) are available in the Git repository at: git://git.denx.de/u-boot-coldfire.git master for you to fetch changes up to 2c92e4fbc69841170939a48e887c8fbbcb23d05c: m68k: ColdFire mcf5441x, add eSDHC support (2018-09-16 00:01:13 +0200) ---------------------------------------------------------------- Angelo Dureghello (3): m68k: fix mcf5441x total interrupt number m68k: fix multiple memory accesses on swap operations m68k: ColdFire mcf5441x, add eSDHC support arch/m68k/cpu/mcf5445x/cpu_init.c | 10 ++++++++++ arch/m68k/cpu/mcf5445x/speed.c | 2 ++ arch/m68k/include/asm/byteorder.h | 34 ++++++++++++++++++++-------------- arch/m68k/include/asm/global_data.h | 3 +++ arch/m68k/include/asm/immap.h | 2 +- 5 files changed, 36 insertions(+), 15 deletions(-)