From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933923AbbBJAjs (ORCPT ); Mon, 9 Feb 2015 19:39:48 -0500 Received: from mail-pd0-f175.google.com ([209.85.192.175]:33337 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933908AbbBJAiY (ORCPT ); Mon, 9 Feb 2015 19:38:24 -0500 From: Eduardo Valentin To: Rui Zhang , ezequiel.garcia@free-electrons.com, amit.kachhap@linaro.org, viresh.kumar@linaro.org, amit.daniel@samsung.com, hongbo.zhang@linaro.com, andrew@lunn.ch, durgadoss.r@intel.com, peter@piie.net, shawn.guo@linaro.org, aaron.lu@intel.com, caesar.wang@rock-chips.com, b.zolnierkie@samsung.com, l.majewski@samsung.com, vincenzo.frascino@st.com, mperttunen@nvidia.com, mikko.perttunen@kapsi.fi, srinivas.pandruvada@linux.intel.com, jacob.jun.pan@linux.intel.com, bcousson@baylibre.com Cc: LKML , Linux PM , Eduardo Valentin Subject: [PATCH RFC 07/12] Documentation: thermal docbook: introduce API reference chapter Date: Mon, 9 Feb 2015 17:34:08 -0400 Message-Id: <1423517653-11359-8-git-send-email-edubezval@gmail.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1423517653-11359-1-git-send-email-edubezval@gmail.com> References: <1423517653-11359-1-git-send-email-edubezval@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In this patch we add a chapter to contain the API reference for the thermal framework. For now, we list the documented functions from thermal core, cpu cooling, and of thermal. Signed-off-by: Eduardo Valentin --- Documentation/DocBook/thermal.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/DocBook/thermal.tmpl b/Documentation/DocBook/thermal.tmpl index 66efed3..d6ebbea 100644 --- a/Documentation/DocBook/thermal.tmpl +++ b/Documentation/DocBook/thermal.tmpl @@ -212,4 +212,13 @@ + + Thermal Device Driver Writer API reference + This Chapter contains an API reference for Thermal driver writers. + +!Iinclude/linux/thermal.h +!Edrivers/thermal/thermal_core.c +!Edrivers/thermal/cpu_cooling.c +!Edrivers/thermal/of-thermal.c + -- 2.1.3