From patchwork Tue Sep 25 10:23:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 974347 Return-Path: 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=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="pyIkaQqm"; 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 42KHJX24dMz9s9G for ; Tue, 25 Sep 2018 20:25: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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:To:From :Date: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=aOfMXz4Z1RpIrVq/IvDPA43GZZQdbPmbR7bU/kUaDkk=; b=pyIkaQqmZNzVFz ncrWs/Rj+MHBzi69pDYGUGFBGdm1T22AnhY1CrZfaeBTnp1ypjciwVCjteBZ814bVHDjaWJa8Ypxf s8dvMyyDEEWzLRjGB6juml/p8RAc8c4wWuaG/UYs1gPmACWgwlLM5h3Q4SQss0Q2l0yo9Fu3X6rgg doanvBJZ+tQ8EkVaOsHcQZBhi5JVo0TOh+q+67L2LKp111FvaFr2aUJLwoXKy85w3VrhEqwO0Menv O9aPfEDlCtHbH5MD0vbKFfChU3xX+XhLj7MIVs/zv7NKUq66KpXN2N+wiwNn1iO8SlU6Fgrd1Xv2V sa6CiAhnG9ZABhuWPF2A==; 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 1g4kWb-0008ER-1Y; Tue, 25 Sep 2018 10:25:01 +0000 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1g4kWJ-0007mT-BJ for linux-arm-kernel@lists.infradead.org; Tue, 25 Sep 2018 10:24:45 +0000 Received: by mail.bootlin.com (Postfix, from userid 110) id E4049207CA; Tue, 25 Sep 2018 12:24:07 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (242.171.71.37.rev.sfr.net [37.71.171.242]) by mail.bootlin.com (Postfix) with ESMTPSA id B6C6B20725; Tue, 25 Sep 2018 12:23:57 +0200 (CEST) Date: Tue, 25 Sep 2018 12:23:58 +0200 From: Alexandre Belloni To: Arnd Bergmann , Olof Johansson , arm@kernel.org Subject: [GIT PULL] ARM: at91: drivers for 4.20 Message-ID: <20180925102358.GA30243@piout.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180925_032443_549461_6E33F36A X-CRM114-Status: GOOD ( 12.96 ) X-Spam-Score: -0.0 (/) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [62.4.15.54 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi, A single trivial patch for at91 drivers. The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3: Linux 4.19-rc1 (2018-08-26 14:11:59 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-4.20-drivers for you to fetch changes up to f62df676d7f16580fa5085a8f51a1cbe27f7dd10: memory: atmel-ebi: Use struct_size() in devm_kzalloc() (2018-08-27 23:10:31 +0200) ---------------------------------------------------------------- AT91 drivers for 4.20 - use struct_size in atmel-ebi ---------------------------------------------------------------- Gustavo A. R. Silva (1): memory: atmel-ebi: Use struct_size() in devm_kzalloc() drivers/memory/atmel-ebi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)