Message ID | 1489410273-10159-1-git-send-email-rogerq@ti.com |
---|---|
Headers | show
Delivered-To: patch@linaro.org Received: by 10.140.82.71 with SMTP id g65csp1165499qgd; Mon, 13 Mar 2017 06:12:21 -0700 (PDT) X-Received: by 10.223.160.101 with SMTP id l34mr26505048wrl.73.1489410741620; Mon, 13 Mar 2017 06:12:21 -0700 (PDT) Return-Path: <u-boot-bounces@lists.denx.de> Received: from lists.denx.de (dione.denx.de. [81.169.180.215]) by mx.google.com with ESMTP id r15si10825658wmf.95.2017.03.13.06.12.21; Mon, 13 Mar 2017 06:12:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) client-ip=81.169.180.215; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@ti.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=ti.com Received: by lists.denx.de (Postfix, from userid 105) id 2C4DDC21C7D; Mon, 13 Mar 2017 13:08:39 +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.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 6D278C21C72; Mon, 13 Mar 2017 13:08:23 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id A7FACC21C66; Mon, 13 Mar 2017 13:06:28 +0000 (UTC) Received: from fllnx209.ext.ti.com (fllnx209.ext.ti.com [198.47.19.16]) by lists.denx.de (Postfix) with ESMTPS id A038BC21C68 for <u-boot@lists.denx.de>; Mon, 13 Mar 2017 13:06:24 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v2DD4g6g006672; Mon, 13 Mar 2017 08:04:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1489410282; bh=QWD5cs2Mc+lICtCR3Dz3a6k2dZuv2PQS/mHZWJer17U=; h=From:To:CC:Subject:Date; b=U+KYR3rM4+fu3EeCKmix428QCtYj2xtctS1nKPWexLGD7vbUNe4mh/cAB6sou/DZ+ CIEVJlr6KqZOu11NVWWSHpcd97TaxM4DwdtYXBFZplM7tsZc6ujTe5Xx7LznosiU/9 U8Rdr5mJc5Ql/aeDZxFP2KTXoCXHzxGjvOkG5vRc= Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2DD4bh6002041; Mon, 13 Mar 2017 08:04:37 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Mon, 13 Mar 2017 08:04:36 -0500 Received: from lta0400828d.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2DD4YjJ003968; Mon, 13 Mar 2017 08:04:35 -0500 From: Roger Quadros <rogerq@ti.com> To: <trini@konsulko.com> Date: Mon, 13 Mar 2017 15:04:23 +0200 Message-ID: <1489410273-10159-1-git-send-email-rogerq@ti.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Cc: u-boot@lists.denx.de Subject: [U-Boot] [u-boot PATCH v4 00/10] am57xx-idk LCD and am571x-idk 6 port ethernet pinmux X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion <u-boot.lists.denx.de> List-Unsubscribe: <https://lists.denx.de/options/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> List-Archive: <http://lists.denx.de/pipermail/u-boot/> List-Post: <mailto:u-boot@lists.denx.de> List-Help: <mailto:u-boot-request@lists.denx.de?subject=help> List-Subscribe: <https://lists.denx.de/listinfo/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" <u-boot-bounces@lists.denx.de> |
Series |
am57xx-idk LCD and am571x-idk 6 port ethernet pinmux
|
expand
|
On Mon, Mar 13, 2017 at 03:04:23PM +0200, Roger Quadros wrote: > Hi, > > This series contains > > - Support am571x-idk LCD vs 6 port ethernet pinmux configuration. > - AM57xx-idk LCD detection support. > - K2G: pick up PRUSS ethernet MAC addresses from board EEPROM. > > Build tests: > https://travis-ci.org/rogerq/u-boot/builds/210547470 Woo, thanks for pushing this through travis-ci! -- Tom