Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754620Ab2HEOqK (ORCPT ); Sun, 5 Aug 2012 10:46:10 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:43519 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754459Ab2HEOqG (ORCPT ); Sun, 5 Aug 2012 10:46:06 -0400 Date: Sun, 5 Aug 2012 16:48:14 +0200 From: Fabio Baltieri To: linux-can@vger.kernel.org Cc: Marc Kleine-Budde , Wolfgang Grandegger , linux-kernel@vger.kernel.org Subject: [PATCH can-next 0/5] can: add LED trigger support to common devices Message-ID: <20120805144814.GA2804@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: Linux balto-eee 3.5.0-balto-eee-08842-ge2bb6f7 GNU/Linux User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1437 Lines: 39 Hello, this patch series adds support for LED triggers to CAN devices commonly found on SoC architectures, using the support code recently merged in Marc's can-next tree. I actually modified only drivers who's devices may be commonly found in embedded platforms with associated cpu-controlled LEDs, let me know if I missed anything. As I lack the actual hardware, these patches are *compile tested* only, so I hope to get some test on real hardware from other developers, through the modifications should be quite straightforward. Also, I'll let you know that I may not have access to my email during the next week, so if you write me, I'll try to answer as soon as possible. Fabio Fabio Baltieri (5): can: at91_can: add LED trigger support can: ti_hecc: add LED trigger support can: c_can: add LED trigger support can: mcp251x: add LED trigger support can: sja1000: add LED trigger support at91_can.c | 10 ++++++++++ c_can/c_can.c | 17 ++++++++++++++++- mcp251x.c | 23 +++++++++++++++++++---- sja1000/sja1000.c | 17 ++++++++++++++++- ti_hecc.c | 10 ++++++++++ 5 files changed, 71 insertions(+), 6 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/