Message ID | 20211006055344.22662-1-a-govindraju@ti.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=GOBS=O2=lists.infradead.org=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E9D04C433F5 for <linux-arm-kernel@archiver.kernel.org>; Wed, 6 Oct 2021 05:56:26 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 B4B2760FA0 for <linux-arm-kernel@archiver.kernel.org>; Wed, 6 Oct 2021 05:56:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B4B2760FA0 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :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=RrhhbrLSt/8VRcbWLriKtFKlNyvmEKf5dfcfoW03kIw=; b=KVO5mHyLcVxM6B fWWjJoNvFIVfu8M7veXhiR5FjjINwaVQNEeCVOb39l4AU4Vy/Y/ZvrPT6yBLH3dk7+EcN3hGc1AVY h1DRn61fFA0loPOY0cEVfYE4qqB6Q0tBcGYEbHYpKs9zU+XUavs0DKYElRpHZdnUcknE1UTWGxz8P rQNbhC7eXOZN7zndDbuN7ycQRvQX4VJZJPNdnn6/yllL08TKPo9I/oU32jghhKtqOa1rNYZZbs84E 7trZD0NB70B3Pew0vYDqjp2vN4NR2wF0kVN25oa6os8HypLS0VCoFy597+6rr/8tsyDYg4N3/XGdZ d4xVDQhMzRNyNVqhBSeQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mXzse-00CuAl-9R; Wed, 06 Oct 2021 05:54:16 +0000 Received: from lelv0142.ext.ti.com ([198.47.23.249]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mXzsY-00Cu7k-TP for linux-arm-kernel@lists.infradead.org; Wed, 06 Oct 2021 05:54:14 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 1965rpiU033140; Wed, 6 Oct 2021 00:53:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1633499631; bh=tfVY0tCk13Gm9LvbM/Nt6WS2pYI/2NBjcAkyeRss47k=; h=From:To:CC:Subject:Date; b=lmofctU12ck3ysEsXzf8eOtoiwzGLzPdxvDwwTzLkXAj6BuprYf4Xr8F0RRQkW2t1 TMMnFe0pKk16glDuKW33J0JtDPecc2h5F6TJZJ3WW0vwN94uP2DG4HPjIK3mrrffpf QeVRh9TcShhDoqD+q1RUkiWhSP4SmCgSKpKGdWrQ= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 1965rpGN025917 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 6 Oct 2021 00:53:51 -0500 Received: from DFLE115.ent.ti.com (10.64.6.36) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Wed, 6 Oct 2021 00:53:51 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Wed, 6 Oct 2021 00:53:51 -0500 Received: from gsaswath-HP-ProBook-640-G5.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 1965rjkC070213; Wed, 6 Oct 2021 00:53:46 -0500 From: Aswath Govindraju <a-govindraju@ti.com> To: CC: Marc Kleine-Budde <mkl@pengutronix.de>, Aswath Govindraju <a-govindraju@ti.com>, Nishanth Menon <nm@ti.com>, Tero Kristo <kristo@kernel.org>, Rob Herring <robh+dt@kernel.org>, Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Andrii Nakryiko <andrii@kernel.org>, Martin KaFai Lau <kafai@fb.com>, Song Liu <songliubraving@fb.com>, Yonghong Song <yhs@fb.com>, John Fastabend <john.fastabend@gmail.com>, KP Singh <kpsingh@kernel.org>, <linux-arm-kernel@lists.infradead.org>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <netdev@vger.kernel.org>, <bpf@vger.kernel.org> Subject: [PATCH v4 0/6] CAN: Add support for CAN in AM65,J721e and AM64 Date: Wed, 6 Oct 2021 11:23:37 +0530 Message-ID: <20211006055344.22662-1-a-govindraju@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211005_225411_123013_29D720DC X-CRM114-Status: GOOD ( 12.40 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> 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> 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+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
CAN: Add support for CAN in AM65,J721e and AM64
|
expand
|
On 06.10.2021 11:23:37, Aswath Govindraju wrote: > The following series of patches add support for CAN in SoC's AM65, J721e > and AM64. > > The following series is dependent on, > https://patchwork.kernel.org/project/netdevbpf/patch/20210920123344.2320-1-a-govindraju@ti.com/ This patch just hit net/master: | 99d173fbe894 can: m_can: fix iomap_read_fifo() and iomap_write_fifo() | https://git.kernel.org/netdev/net/c/99d173fbe8944861a00ebd1c73817a1260d21e60 and should be part of v5.15. regards, Marc