From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0120C433DF for ; Tue, 21 Jul 2020 18:10:58 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6C0D620720 for ; Tue, 21 Jul 2020 18:10:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="UQ7036TP"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="t6mTt2co" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6C0D620720 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.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=tGFSO1LTkE3A68yYD+63ZuqD1opWh75OmOsuAx2zGq8=; b=UQ7036TPZigjEGYv/zFBtMNx7v TWjH0n3U9eyl+J8IRzAnDcTHiCVpwvbs2088QqDNWXeQV5R54zYFIzuwRfCkGqthVexnz/KNynzp9 ULzWGy/FsGp65RKDrfnEo+McZdx/GobjXz9kusF1tAtqKxy/UAjdlgBujp8D/UEoMZzwwNBHAKPrF mzvxjtx4szuAJ/G3bw6S/VqKT07LQ6u7xTuD+yq9EyERzecpMdkmdxjgCzL+J51u7ygjamUgowZV2 RKELxA3i+lWgktMVqeNVKELlvMEXQ26U4+inM2mZF9eFjOvsOzFQ/oP/XlLCc6xlkWDK0Ye8KpqPA lVZ2JlSA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxwho-0007VD-1y; Tue, 21 Jul 2020 18:09:32 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxwhl-0007Ud-Pt for linux-arm-kernel@lists.infradead.org; Tue, 21 Jul 2020 18:09:30 +0000 Received: from kozik-lap.mshome.net (unknown [194.230.155.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8AED9206F5; Tue, 21 Jul 2020 18:09:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595354967; bh=IWGiEZKG8+3nBAMYVSu7Knkhj34K51ebfrdB054BGVU=; h=From:List-Id:To:Cc:Subject:Date:From; b=t6mTt2cocSOQkgc06Hr+y3TXudSsQmhf7pRWBFxJ3sR/ddweJk/+HviOkxBaZyfdt NJxsaShAC/6UXlbItZANeDbXrV5+HyR3Psw3ObvP+cgC1UFlB0RX+eIMIhcxXYlh6j 8IeMHSnMmUWUVxxcK9bT4zAC9EiEk6hZbMCTOzN8= From: Krzysztof Kozlowski List-Id: To: Olof Johansson , Arnd Bergmann , arm@kernel.org, soc@kernel.org Subject: [GIT PULL 0/4] samsung: Pull for v5.9 Date: Tue, 21 Jul 2020 20:08:56 +0200 Message-Id: <20200721180900.13844-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200721_140929_903219_15F6A658 X-CRM114-Status: UNSURE ( 7.19 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-samsung-soc@vger.kernel.org, Kukjin Kim , linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, I have for you three tags to pull and one drivers/soc patch to apply directly. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel