From patchwork Tue Mar 8 13:57:43 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Subhasish Ghosh X-Patchwork-Id: 618371 Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p28DmWP2012140 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 8 Mar 2011 13:48:53 GMT Received: from dlep34.itg.ti.com ([157.170.170.115]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id p28DhnDl011916 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Mar 2011 07:44:12 -0600 Received: from linux.omap.com (localhost [127.0.0.1]) by dlep34.itg.ti.com (8.13.7/8.13.7) with ESMTP id p28DhlUT016483; Tue, 8 Mar 2011 07:43:48 -0600 (CST) Received: from linux.omap.com (localhost [127.0.0.1]) by linux.omap.com (Postfix) with ESMTP id 43C7480696; Tue, 8 Mar 2011 07:43:31 -0600 (CST) X-Original-To: davinci-linux-open-source@linux.davincidsp.com Delivered-To: davinci-linux-open-source@linux.davincidsp.com Received: from dflp53.itg.ti.com (dflp53.itg.ti.com [128.247.5.6]) by linux.omap.com (Postfix) with ESMTP id 064AE80643 for ; Tue, 8 Mar 2011 07:43:20 -0600 (CST) Received: from white.ext.ti.com (localhost [127.0.0.1]) by dflp53.itg.ti.com (8.13.8/8.13.8) with ESMTP id p28DhJKo008627 for ; Tue, 8 Mar 2011 07:43:19 -0600 (CST) Received: from psmtp.com (na3sys009amx240.postini.com [74.125.149.124]) by white.ext.ti.com (8.13.7/8.13.7) with SMTP id p28DhITw020672 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 8 Mar 2011 07:43:19 -0600 Received: from source ([74.125.83.173]) (using TLSv1) by na3sys009amx240.postini.com ([74.125.148.10]) with SMTP; Tue, 08 Mar 2011 13:43:19 GMT Received: by mail-pv0-f173.google.com with SMTP id 3so1171796pvg.4 for ; Tue, 08 Mar 2011 05:43:18 -0800 (PST) Received: by 10.142.59.5 with SMTP id h5mr4477076wfa.0.1299591798632; Tue, 08 Mar 2011 05:43:18 -0800 (PST) Received: from localhost ([122.166.13.232]) by mx.google.com with ESMTPS id w27sm1016447wfd.4.2011.03.08.05.43.11 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Mar 2011 05:43:18 -0800 (PST) From: Subhasish Ghosh To: davinci-linux-open-source@linux.davincidsp.com Subject: [PATCH v3 4/7] mfd: pruss SUART private data. Date: Tue, 8 Mar 2011 19:27:43 +0530 Message-Id: <1299592667-21367-5-git-send-email-subhasish@mistralsolutions.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1299592667-21367-1-git-send-email-subhasish@mistralsolutions.com> References: <1299592667-21367-1-git-send-email-subhasish@mistralsolutions.com> X-pstn-neptune: 0/0/0.00/0 X-pstn-levels: (S:91.99729/99.90000 CV:99.9000 FC:95.5390 LC:95.5390 R:95.9108 P:95.9108 M:97.0282 C:98.6951 ) X-pstn-settings: 2 (0.5000:0.0750) s cv GT3 gt2 gt1 r p m c X-pstn-addresses: from [db-null] Cc: sachi@mistralsolutions.com, Subhasish Ghosh , open list , m-watkins@ti.com, linux-arm-kernel@lists.infradead.org X-BeenThere: davinci-linux-open-source@linux.davincidsp.com X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: davinci-linux-open-source-bounces@linux.davincidsp.com Errors-To: davinci-linux-open-source-bounces@linux.davincidsp.com X-Greylist: Sender succeeded STARTTLS authentication, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Tue, 08 Mar 2011 13:48:53 +0000 (UTC) diff --git a/include/linux/mfd/da8xx/da8xx_pru.h b/include/linux/mfd/da8xx/da8xx_pru.h index ba65ec0..2b9d426 100644 --- a/include/linux/mfd/da8xx/da8xx_pru.h +++ b/include/linux/mfd/da8xx/da8xx_pru.h @@ -94,6 +94,10 @@ struct da8xx_pruss_devices { struct resource *resources; }; +struct da850_evm_pruss_suart_data { + u32 version; +}; + u32 pruss_get_clk_freq(struct device *dev); s32 pruss_enable(struct device *dev, u8 pruss_num);