[PATCH v2 0/4] can: c_can: Add suspend/resume and pinctrl support

Marc Kleine-Budde mkl at pengutronix.de
Wed Sep 5 07:54:58 EDT 2012


On 09/05/2012 01:12 PM, AnilKumar Ch wrote:
> 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/

Looks good, I'll apply the series after Tony acks the patch 3
([PATCH RESEND 3/4] ARM: AM33XX: board-generic: Add of_dev_auxdata to
pass d_can raminit).

Marc
> 
> 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
> 


-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 259 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120905/17236821/attachment.sig>


More information about the linux-arm-kernel mailing list