| Submitter | Marc Kleine-Budde |
|---|---|
| Date | June 7, 2012, 8:14 a.m. |
| Message ID | <4FD062D3.5010107@pengutronix.de> |
| Download | mbox |
| Permalink | /patch/163514/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Pull-request
git://gitorious.org/linux-can/linux-can-next.git masterComments
From: Marc Kleine-Budde <mkl@pengutronix.de> Date: Thu, 07 Jun 2012 10:14:11 +0200 > here two patches for net-next, by AnilKumar Ch, they add support for > Bosch's d_can hardware to the existing c_can driver. Pulled, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hello David, here two patches for net-next, by AnilKumar Ch, they add support for Bosch's d_can hardware to the existing c_can driver. regards, Marc --- The following changes since commit c1864cfb80a64933c221e33fed9611356c031944: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2012-06-06 15:06:41 -0700) are available in the git repository at: git://gitorious.org/linux-can/linux-can-next.git master AnilKumar Ch (2): can: c_can: Move overlay structure to array with offset as index can: c_can: Add support for Bosch D_CAN controller drivers/net/can/c_can/Kconfig | 13 ++- drivers/net/can/c_can/c_can.c | 120 ++++++++++++----------- drivers/net/can/c_can/c_can.h | 163 ++++++++++++++++++++++++-------- drivers/net/can/c_can/c_can_platform.c | 76 ++++++++++----- 4 files changed, 247 insertions(+), 125 deletions(-)