From patchwork Tue Jan 14 08:43:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manivannan Sadhasivam X-Patchwork-Id: 11331599 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B0E6C13A0 for ; Tue, 14 Jan 2020 08:44:56 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 558AA207FF for ; Tue, 14 Jan 2020 08:44:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="hBiQQMsc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 558AA207FF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+1203+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id GuzVYY1556264xFPMqqDh228; Tue, 14 Jan 2020 00:44:55 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.8055.1578991495487481857 for ; Tue, 14 Jan 2020 00:44:55 -0800 X-Received: by mail.kernel.org (Postfix) id 001872084D; Tue, 14 Jan 2020 08:44:55 +0000 (UTC) X-Received: from mail-pj1-f66.google.com (mail-pj1-f66.google.com [209.85.216.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BF12C207FF for ; Tue, 14 Jan 2020 08:44:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BF12C207FF X-Received: by mail-pj1-f66.google.com with SMTP id n59so5562657pjb.1 for ; Tue, 14 Jan 2020 00:44:54 -0800 (PST) X-Gm-Message-State: Wcj4oyPcZcqBjZzCmTK5vrF0x1554929AA= X-Google-Smtp-Source: APXvYqz8wYR7NVzW9njcLMxqojuTM4MjGbkf/pQ/O+O/szHm0QLpcW0npHtJoXpCvnUbCEJpH8KGqQ== X-Received: by 2002:a17:902:788b:: with SMTP id q11mr18875309pll.21.1578991493937; Tue, 14 Jan 2020 00:44:53 -0800 (PST) X-Received: from localhost.localdomain ([2409:4072:30f:33bf:38fe:8c63:d2a2:7397]) by smtp.gmail.com with ESMTPSA id m14sm16487352pjf.3.2020.01.14.00.44.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Jan 2020 00:44:53 -0800 (PST) From: Manivannan Sadhasivam To: Linuxkernel+Patchwork-Soc via Email Integration Cc: afaerber@suse.de, linux-actions@lists.infradead.org, thomas.liau@actions-semi.com, Manivannan Sadhasivam Subject: [PATCH 0/2] Actions Semi changes for v5.6 Date: Tue, 14 Jan 2020 14:13:46 +0530 Message-Id: <20200114084348.25659-1-manivannan.sadhasivam@linaro.org> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1578991495; bh=y+GTNXf+b2b6NkG2kwKpH6jaJjMYsBOrPNtVFwouH5k=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=hBiQQMscwOkmh0nVqsAXGL4aEY8sMfW2GWZC5f1Cf7Y2CMvRRopMc5tGldurv4QJnd5 4y63SvIIAeFed4hPbbUK6P0Fqw7YGiHs2Npwpa9uPnpygN/egnitZp7m4bSTlC1iFMml8 xogv+Jl/QpATij/No6Ob4VG0xkLFtRYd1/w= Hi Arnd, Olof, There are only couple of small patches for the Actions Semi plaform for 5.6 cycle, hence sending them directly instead of a PR. Details are below: 1. Since I've been doing the PR for couple of cycles, me and Andreas decided to list me as a co-maintainer in MAINTAINERS file. The baton pass will be decided during each cycle between us. 2. In the last cycle, we've enabled the Actions Semi platform in defconfig, so now it is the time to enable the relevant drivers also. The semantic is based on the defconfig change obatined using `make savedefconfig`. Please consider applying. Thanks, Mani Manivannan Sadhasivam (2): MAINTAINERS: Add myself as the co-maintainer for Actions Semi platforms arm64: defconfig: Enable Actions Semi specific drivers MAINTAINERS | 2 +- arch/arm64/configs/defconfig | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-)