All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] can: c_can: Add suspend/resume and pinctrl support
@ 2012-09-03 11:52 ` AnilKumar Ch
  0 siblings, 0 replies; 46+ messages in thread
From: AnilKumar Ch @ 2012-09-03 11:52 UTC (permalink / raw)
  To: wg, mkl; +Cc: tony, linux-can, linux-omap, linux-arm-kernel, AnilKumar Ch

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/

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          |   91 ++++++++++++++++++++++++++++++++
 drivers/net/can/c_can/c_can.h          |    7 +++
 drivers/net/can/c_can/c_can_platform.c |   87 ++++++++++++++++++++++++++++--
 include/linux/can/platform/c_can.h     |   36 +++++++++++++
 6 files changed, 261 insertions(+), 4 deletions(-)
 create mode 100644 include/linux/can/platform/c_can.h

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 46+ messages in thread

end of thread, other threads:[~2012-09-13  8:30 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-03 11:52 [PATCH 0/4] can: c_can: Add suspend/resume and pinctrl support AnilKumar Ch
2012-09-03 11:52 ` AnilKumar Ch
2012-09-03 11:52 ` [PATCH 1/4] can: c_can: Adopt " AnilKumar Ch
2012-09-03 11:52   ` AnilKumar Ch
2012-09-03 20:42   ` Marc Kleine-Budde
2012-09-03 20:42     ` Marc Kleine-Budde
2012-09-04  6:14     ` AnilKumar, Chimata
2012-09-04  6:14       ` AnilKumar, Chimata
2012-09-04  7:42       ` Marc Kleine-Budde
2012-09-04  7:42         ` Marc Kleine-Budde
2012-09-04  8:34         ` AnilKumar, Chimata
2012-09-04  8:34           ` AnilKumar, Chimata
2012-09-03 11:52 ` [PATCH 2/4] can: c_can: Add d_can raminit support AnilKumar Ch
2012-09-03 11:52   ` AnilKumar Ch
2012-09-03 20:39   ` Marc Kleine-Budde
2012-09-03 20:39     ` Marc Kleine-Budde
2012-09-04  6:14     ` AnilKumar, Chimata
2012-09-04  6:14       ` AnilKumar, Chimata
2012-09-04  7:36       ` Vaibhav Hiremath
2012-09-04  7:36         ` Vaibhav Hiremath
2012-09-04  7:39         ` Marc Kleine-Budde
2012-09-04  7:39           ` Marc Kleine-Budde
2012-09-03 11:52 ` [PATCH 3/4] ARM: AM33XX: board-generic: Add of_dev_auxdata to pass d_can raminit AnilKumar Ch
2012-09-03 11:52   ` AnilKumar Ch
2012-09-03 20:11   ` Marc Kleine-Budde
2012-09-03 20:11     ` Marc Kleine-Budde
2012-09-04  6:26     ` AnilKumar, Chimata
2012-09-04  6:26       ` AnilKumar, Chimata
2012-09-04  7:35       ` Marc Kleine-Budde
2012-09-04  7:35         ` Marc Kleine-Budde
2012-09-03 11:52 ` [PATCH 4/4] can: c_can: Add d_can suspend resume support AnilKumar Ch
2012-09-03 11:52   ` AnilKumar Ch
2012-09-03 20:01   ` Marc Kleine-Budde
2012-09-03 20:01     ` Marc Kleine-Budde
2012-09-04  6:14     ` AnilKumar, Chimata
2012-09-04  6:14       ` AnilKumar, Chimata
2012-09-04  7:27       ` Marc Kleine-Budde
2012-09-04  7:27         ` Marc Kleine-Budde
2012-09-12 12:48         ` AnilKumar, Chimata
2012-09-12 12:48           ` AnilKumar, Chimata
2012-09-12 13:02           ` Marc Kleine-Budde
2012-09-12 13:02             ` Marc Kleine-Budde
2012-09-13  7:24             ` AnilKumar, Chimata
2012-09-13  7:24               ` AnilKumar, Chimata
2012-09-13  8:30               ` Marc Kleine-Budde
2012-09-13  8:30                 ` Marc Kleine-Budde

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.