linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Amit Virdi <amit.virdi@st.com>
To: linux-can@vger.kernel.org
Cc: wg@grandegger.com, mkl@pengutronix.de, bhupesh.sharma@st.com,
	anilkumar@ti.com, spear-devel@list.st.com,
	Amit Virdi <amit.virdi@st.com>
Subject: [PATCH 0/3] c_can: Update can support
Date: Thu, 20 Dec 2012 15:35:41 +0530	[thread overview]
Message-ID: <cover.1355996839.git.amit.virdi@st.com> (raw)

This patchset aims to improve the Bosch c_can driver support. The changes are
as a result of problems encountered using the c_can driver on SPEAr platform.

Although significant care has been taken to ensure that the changes don't break
the existing functionality, however there might be some hiccups on other platforms.

The patch to provide generic interface is provided to add more flexibility for
the end applications.

The patches have been tested on SPEAr1310 EVB and the patchset rebased on master
of http://git.gitorious.org/linux-can/linux-can-next.git

Amit Virdi (3):
  can: c_can: Correct register alignment info passing through DT
  can: c_can: Provide generic interface to configure c-can message
    objects
  can: c_can: Enable clock before first use

 .../devicetree/bindings/net/can/c_can.txt          |  59 ++++++++++--
 drivers/net/can/c_can/c_can.c                      | 100 ++++++++++++---------
 drivers/net/can/c_can/c_can.h                      |  16 +++-
 drivers/net/can/c_can/c_can_platform.c             |  66 +++++++++++++-
 4 files changed, 190 insertions(+), 51 deletions(-)

-- 
1.8.0


             reply	other threads:[~2012-12-20 10:06 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-20 10:05 Amit Virdi [this message]
2012-12-20 10:05 ` [PATCH 1/3] can: c_can: Correct register alignment info passing through DT Amit Virdi
2012-12-20 13:59   ` Marc Kleine-Budde
2013-01-16  7:40     ` Amit Virdi
2012-12-20 10:05 ` [PATCH 2/3] can: c_can: Provide generic interface to configure c-can message objects Amit Virdi
2012-12-20 10:26   ` Wolfgang Grandegger
2012-12-20 10:53     ` Amit Virdi
2012-12-20 11:06       ` Bhupesh SHARMA
2012-12-20 11:12         ` Wolfgang Grandegger
2012-12-20 11:18           ` Amit Virdi
2012-12-20 12:20             ` Wolfgang Grandegger
2012-12-20 14:04   ` Marc Kleine-Budde
2012-12-20 20:13     ` Wolfgang Grandegger
2013-01-16  7:45       ` Amit Virdi
2013-01-16  8:25         ` Bhupesh SHARMA
2013-01-16  9:01           ` Wolfgang Grandegger
2013-01-16  9:03         ` Wolfgang Grandegger
2013-01-16  9:11           ` Amit Virdi
2012-12-20 10:05 ` [PATCH 3/3] can: c_can: Enable clock before first use Amit Virdi
2012-12-20 14:07   ` Marc Kleine-Budde
2013-01-16  8:03     ` Amit Virdi
2013-01-16  9:54       ` AnilKumar, Chimata
2013-01-16 13:53         ` Rafael J. Wysocki
2012-12-20 13:57 ` [PATCH 0/3] c_can: Update can support 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=cover.1355996839.git.amit.virdi@st.com \
    --to=amit.virdi@st.com \
    --cc=anilkumar@ti.com \
    --cc=bhupesh.sharma@st.com \
    --cc=linux-can@vger.kernel.org \
    --cc=mkl@pengutronix.de \
    --cc=spear-devel@list.st.com \
    --cc=wg@grandegger.com \
    /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).