From: anilkumar@ti.com (AnilKumar Ch)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] can: c_can: Add suspend/resume and pinctrl support
Date: Wed, 5 Sep 2012 16:42:40 +0530 [thread overview]
Message-ID: <1346843564-25343-1-git-send-email-anilkumar@ti.com> (raw)
Adds suspend/resume functionality of d_can driver along with d_can
raminit support which is required to initialize RAM while data
transmission.
This patch series also adds pinctrl support to c_can driver. These
patches were tested on AM335x-EVM.
This patch-series is based ontop of runtimePM patch submitted
earlier - https://patchwork.kernel.org/patch/1348081/
Changes from v1:
- Incorporated Marc's comments on v1
* Changed marco name with units in it
* Used ndev->flags for link status instead of new member
* Added BUG_ON inside *_power_down and *_power_up APIs
* Added new member "type" in c_can_priv struct for keeping
dev id details/name.
AnilKumar Ch (4):
can: c_can: Adopt pinctrl support
can: c_can: Add d_can raminit support
ARM: AM33XX: board-generic: Add of_dev_auxdata to pass d_can raminit
can: c_can: Add d_can suspend resume support
arch/arm/mach-omap2/board-generic.c | 40 +++++++++++++-
arch/arm/mach-omap2/control.h | 4 ++
drivers/net/can/c_can/c_can.c | 95 ++++++++++++++++++++++++++++++++
drivers/net/can/c_can/c_can.h | 10 ++++
drivers/net/can/c_can/c_can_platform.c | 79 ++++++++++++++++++++++++++
include/linux/can/platform/c_can.h | 36 ++++++++++++
6 files changed, 263 insertions(+), 1 deletion(-)
create mode 100644 include/linux/can/platform/c_can.h
--
1.7.9.5
next reply other threads:[~2012-09-05 11:12 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-05 11:12 AnilKumar Ch [this message]
2012-09-05 11:12 ` [PATCH RESEND 1/4] can: c_can: Adopt pinctrl support AnilKumar Ch
2012-09-05 23:19 ` Tony Lindgren
2012-09-05 11:12 ` [PATCH RESEND 2/4] can: c_can: Add d_can raminit support AnilKumar Ch
2012-09-05 23:23 ` Tony Lindgren
2012-09-05 11:12 ` [PATCH RESEND 3/4] ARM: AM33XX: board-generic: Add of_dev_auxdata to pass d_can raminit AnilKumar Ch
2012-09-05 23:18 ` Tony Lindgren
2012-09-06 3:56 ` Vaibhav Hiremath
2012-09-06 5:03 ` Bedia, Vaibhav
2012-09-06 5:07 ` Hiremath, Vaibhav
2012-09-05 11:12 ` [PATCH v2 4/4] can: c_can: Add d_can suspend resume support AnilKumar Ch
2012-09-07 8:26 ` AnilKumar, Chimata
2012-09-05 11:54 ` [PATCH v2 0/4] can: c_can: Add suspend/resume and pinctrl support Marc Kleine-Budde
2012-09-05 13:55 ` Marc Kleine-Budde
2012-09-05 23:26 ` Tony Lindgren
2012-09-06 6:09 ` AnilKumar, Chimata
2012-09-06 8:27 ` Marc Kleine-Budde
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=1346843564-25343-1-git-send-email-anilkumar@ti.com \
--to=anilkumar@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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).