From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
To: linux-renesas-soc@vger.kernel.org
Cc: linux-can@vger.kernel.org, devicetree@vger.kernel.org,
wsa@the-dreams.de, horms@verge.net.au, geert@linux-m68k.org,
magnus.damm@gmail.com, chris.paterson2@renesas.com,
ramesh.shanmugasundaram@bp.renesas.com,
Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Subject: [PATCH 0/7] R-Car D3 (r8a77995) CAN support
Date: Fri, 17 Nov 2017 11:41:22 +0100 [thread overview]
Message-ID: <1510915289-15059-1-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)
Hi!
Here's CAN and CAN FD support for the R-Car D3. This is a by-the-datasheet
implementation, with the datasheet missing some bits, namely the pin map.
I filled in the gaps with frog DNA^W^W^Wby deducing the information from
pin numbers already in the PFC driver, so careful scrutiny is advised.
CU
Uli
Ulrich Hecht (7):
pinctrl: sh-pfc: r8a77995: Add CAN support
pinctrl: sh-pfc: r8a77995: Add CAN FD support
arm64: dts: r8a77995: Add CAN external clock support
arm64: dts: r8a77995: Add CAN support
arm64: dts: r8a77995: Add CAN FD support
can: rcar_can: document r8a77995 (R-Car D3) compatibility strings
can: rcar_canfd: document r8a77995 (R-Car D3) compatibility strings
.../devicetree/bindings/net/can/rcar_can.txt | 13 ++--
.../devicetree/bindings/net/can/rcar_canfd.txt | 13 ++--
arch/arm64/boot/dts/renesas/r8a77995.dtsi | 64 ++++++++++++++++
drivers/pinctrl/sh-pfc/pfc-r8a77995.c | 86 ++++++++++++++++++++++
4 files changed, 164 insertions(+), 12 deletions(-)
--
2.7.4
next reply other threads:[~2017-11-17 10:41 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-17 10:41 Ulrich Hecht [this message]
2017-11-17 10:41 ` [PATCH 1/7] pinctrl: sh-pfc: r8a77995: Add CAN support Ulrich Hecht
2017-11-17 13:30 ` Geert Uytterhoeven
2017-11-17 10:41 ` [PATCH 5/7] arm64: dts: r8a77995: Add CAN FD support Ulrich Hecht
2017-11-22 13:18 ` Geert Uytterhoeven
[not found] ` <1510915289-15059-1-git-send-email-ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-17 10:41 ` [PATCH 2/7] pinctrl: sh-pfc: " Ulrich Hecht
2017-11-17 13:31 ` Geert Uytterhoeven
2017-11-17 10:41 ` [PATCH 3/7] arm64: dts: r8a77995: Add CAN external clock support Ulrich Hecht
[not found] ` <1510915289-15059-4-git-send-email-ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-22 13:11 ` Geert Uytterhoeven
2017-11-17 10:41 ` [PATCH 4/7] arm64: dts: r8a77995: Add CAN support Ulrich Hecht
[not found] ` <1510915289-15059-5-git-send-email-ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-22 13:16 ` Geert Uytterhoeven
2017-11-17 10:41 ` [PATCH 6/7] can: rcar_can: document r8a77995 (R-Car D3) compatibility strings Ulrich Hecht
2017-11-17 15:39 ` Simon Horman
2017-11-20 20:42 ` Rob Herring
2017-11-22 13:18 ` Geert Uytterhoeven
2017-11-17 10:41 ` [PATCH 7/7] can: rcar_canfd: " Ulrich Hecht
2017-11-20 20:43 ` Rob Herring
2017-11-22 13:20 ` Geert Uytterhoeven
2017-11-17 16:17 ` [PATCH 0/7] R-Car D3 (r8a77995) CAN support Wolfram Sang
2017-11-22 18:10 ` Simon Horman
[not found] ` <20171122181045.5pstmikwp43idts5-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2017-11-23 7:43 ` Ulrich Hecht
2017-11-23 9:43 ` Simon Horman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1510915289-15059-1-git-send-email-ulrich.hecht+renesas@gmail.com \
--to=ulrich.hecht+renesas@gmail.com \
--cc=chris.paterson2@renesas.com \
--cc=devicetree@vger.kernel.org \
--cc=geert@linux-m68k.org \
--cc=horms@verge.net.au \
--cc=linux-can@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=ramesh.shanmugasundaram@bp.renesas.com \
--cc=wsa@the-dreams.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).