Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756848Ab1BKOiD (ORCPT ); Fri, 11 Feb 2011 09:38:03 -0500 Received: from mail-pz0-f46.google.com ([209.85.210.46]:48695 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755413Ab1BKOiA (ORCPT ); Fri, 11 Feb 2011 09:38:00 -0500 From: Subhasish Ghosh To: davinci-linux-open-source@linux.davincidsp.com Cc: linux-arm-kernel@lists.infradead.org, m-watkins@ti.com, nsekhar@ti.com, sachi@mistralsolutions.com, Subhasish Ghosh , linux-kernel@vger.kernel.org (open list) Subject: [PATCH v2 04/13] mfd: pruss CAN private data. Date: Fri, 11 Feb 2011 20:21:23 +0530 Message-Id: <1297435892-28278-5-git-send-email-subhasish@mistralsolutions.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1297435892-28278-1-git-send-email-subhasish@mistralsolutions.com> References: <1297435892-28278-1-git-send-email-subhasish@mistralsolutions.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 892 Lines: 30 This patch adds the PRUSS CAN data. Signed-off-by: Subhasish Ghosh --- include/linux/mfd/pruss/da8xx_pru.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/linux/mfd/pruss/da8xx_pru.h b/include/linux/mfd/pruss/da8xx_pru.h index 68d8421..50f2ede 100644 --- a/include/linux/mfd/pruss/da8xx_pru.h +++ b/include/linux/mfd/pruss/da8xx_pru.h @@ -89,6 +89,10 @@ struct da8xx_pruss_devices { int (*setup)(void); }; +struct da8xx_pruss_can_data { + u32 version; +}; + u32 pruss_get_clk_freq(struct device *dev); u32 pruss_enable(struct device *dev, u8 pruss_num); -- 1.7.2.3 -- 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/