Message ID | 1526828281-14664-1-git-send-email-shawnguo@kernel.org |
---|---|
State | New |
Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=<UNKNOWN>) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="r4KuWBpL"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40plRm3Kgsz9s3X for <incoming-imx@patchwork.ozlabs.org>; Mon, 21 May 2018 00:59:16 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=Rzq6u3/OK5VE4K897eOfW9YQUJU7Zy2z51htfhBfE+A=; b=r4K uWBpL2z1T2BBY3wu6FGAco2xH6VaUCqqtVKKFSeAvd0Ig4cso6OH+MDNHAimRGoao1zW8rrleDmpQ 5rb3bi12/KKNLCVo7eqDzRt87CDjXYoR2W3Q7pV3ysSFwn93s21upJxpuCKud7ZhcpMoGEHMjccDl ESSY4wUlMvc5cRuIz4SU5/8SfVuCBe5xBbrc1TwGxYbSyoQMasD0NGWqcDJd4agGzzMxbolZsBOfO buOjBqUZE2zej3sj7XiQ3y+/5zD210Est22PYDXve484yGLFnGuFXjqcmdnlVVp0OuSK1ZaeJ4ri+ V3x+zQ80r9kGxRqmPYjs+DJhhqRwijw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fKPnl-0001wE-Pk; Sun, 20 May 2018 14:59:13 +0000 Received: from mail-pg0-f67.google.com ([74.125.83.67]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fKPnh-0001ua-S8 for linux-arm-kernel@lists.infradead.org; Sun, 20 May 2018 14:59:11 +0000 Received: by mail-pg0-f67.google.com with SMTP id w3-v6so5244950pgv.12 for <linux-arm-kernel@lists.infradead.org>; Sun, 20 May 2018 07:58:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:rom; bh=I6aCAkQHRv4GaN6qFMI50WNCivTXnE5P72M/2m0CkGw=; b=mNsnK6dSIGR1Bq2NxskhP7GassdK2Fyt6YrwfYP7+sY22lDDohKLZCFPyiVDwKr74f EfBTitvamndUrF94GrR3tuulWthEL/bEuV1n2fAre3Aek0YIJVsWbtQckKBrHWKgOV6K vsOWEoRp1zFwras5XhJ4BRaViWKxJWPBst5f8680LwPWlzfebMIQt1cQSB2WXmO60kJ7 nI4m1D2yVUs5rNCRgJ6fUkPDbLB9w5Yr2PCiO7U//V/8opR6UsD5+pQQHTlxyB1R46Yh freiSv8WpchKkl17YL7AIb3p5FBEiNtxChsQTT3CC3qYiCUiFnxdTNsnqxayPrrdTwYR T41g== X-Gm-Message-State: ALKqPwfdaXvc5FWjbRku2+9YfqwVWt6OH0sxdOqbicZidyv4jowcSdd8 r5qWxhxVMPCh9PCgLIP8uz6X8Q== X-Google-Smtp-Source: AB8JxZoAfkzwDRPFnPB4rtP4nMLdje7rzJXdivQKvU9uJ1PRyLZgfzdu2w6yhzKV5OqdnnYn1gGIXw== X-Received: by 2002:a63:7904:: with SMTP id u4-v6mr13220444pgc.143.1526828338526; Sun, 20 May 2018 07:58:58 -0700 (PDT) Received: from localhost.localdomain ([45.56.152.100]) by smtp.gmail.com with ESMTPSA id b26-v6sm22563356pfn.73.2018.05.20.07.58.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 20 May 2018 07:58:57 -0700 (PDT) From: Shawn Guo <shawnguo@kernel.org> To: arm@kernel.org Subject: [GIT PULL 1/5] i.MX drivers updates for 4.18 Date: Sun, 20 May 2018 22:57:57 +0800 Message-Id: <1526828281-14664-1-git-send-email-shawnguo@kernel.org> X-Mailer: git-send-email 1.9.1 rom: Shawn Guo <shawnguo@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180520_075909_909661_6EA16537 X-CRM114-Status: GOOD ( 11.08 ) X-Spam-Score: 0.2 (/) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (0.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [74.125.83.67 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [74.125.83.67 listed in wl.mailspike.net] -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: Fabio Estevam <fabio.estevam@nxp.com>, linux-imx@nxp.com, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <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 |
Series | [GIT,PULL,1/5] i.MX drivers updates for 4.18 | expand |
On Sun, May 20, 2018 at 10:57:57PM +0800, Shawn Guo wrote: > The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338: > > Linux 4.17-rc1 (2018-04-15 18:24:20 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-4.18 > > for you to fetch changes up to f54e714cfc53b9164d1206f9ee49042195532a51: > > soc: imx: gpc: Do not pass static memory as platform data (2018-04-23 17:03:15 +0800) Merged, thanks! -Olof