From patchwork Fri Feb 21 04:49:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Jeong X-Patchwork-Id: 22422 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1WGi3U-0001tm-4K; Fri, 21 Feb 2014 05:49:44 +0100 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.72/mailfrontend-7) with esmtp id 1WGi3S-0004LR-0r; Fri, 21 Feb 2014 05:49:44 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752843AbaBUEtk (ORCPT + 1 other); Thu, 20 Feb 2014 23:49:40 -0500 Received: from mail-pb0-f52.google.com ([209.85.160.52]:57207 "EHLO mail-pb0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752468AbaBUEtj (ORCPT ); Thu, 20 Feb 2014 23:49:39 -0500 Received: by mail-pb0-f52.google.com with SMTP id jt11so2894201pbb.25 for ; Thu, 20 Feb 2014 20:49:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=YurNiYxrHg8CszkO0B9jFPE3N8IASLbG0ne4rCucUMA=; b=vqttkpNn2jCrIqCIqscvXnQzqO9p1D+X5dKtq1jhIuVVVidVlzHmow+WgF87eyt90k DUJ2qb0lGYVDr8NoUB7zcKY3k6FZZuqBbNsOA7kWkxTluyOz4eBczMNCaebBG2t8/T+3 B4U0EWrD76sY/2TMukm05KRb6yWtZXxNemhrhXyNafNYnpcri1K12ODBy40rRIgU6UGN XF2aWWpmIm8ePPg5O4KDN4Hk5DGCdL5WzqHs3vVlQlz12qckzH4uPtVk0ihCKd8IHux9 zZ5b7CBINimHqdtx23jcJxGbB5ry08gQTq1SKk5fxW5aRHODVLcpgLYjOwZbRdu0xhWt 3XsQ== X-Received: by 10.68.130.169 with SMTP id of9mr6682614pbb.79.1392958178887; Thu, 20 Feb 2014 20:49:38 -0800 (PST) Received: from localhost.localdomain ([211.36.141.239]) by mx.google.com with ESMTPSA id cz3sm16876217pbc.9.2014.02.20.20.49.35 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 20 Feb 2014 20:49:38 -0800 (PST) From: Daniel Jeong To: Mauro Carvalho Chehab , Rob Landley , Sakari Ailus , Andy Shevchenko Cc: Hans Verkuil , Daniel Jeong , , Subject: [RFC v5,2/3] controls.xml : add addtional Flash fault bits Date: Fri, 21 Feb 2014 13:49:26 +0900 Message-Id: <1392958166-4614-1-git-send-email-gshark.jeong@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2014.2.21.43916 X-PMX-Spam: Gauge=IIIIIIIII, Probability=9%, Report=' FORGED_FROM_GMAIL 0.1, MULTIPLE_RCPTS 0.1, HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1800_1899 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, DKIM_SIGNATURE 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __CP_URI_IN_BODY 0, __FRAUD_BODY_WEBMAIL 0, __FRAUD_WEBMAIL 0, __FRAUD_WEBMAIL_FROM 0, __FROM_GMAIL 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HAS_X_MAILING_LIST 0, __MIME_TEXT_ONLY 0, __MULTIPLE_RCPTS_CC_X2 0, __PHISH_SPEAR_STRUCTURE_1 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __URI_NO_WWW 0, __URI_NS , __YOUTUBE_RCVD 0' Added more comment about Input voltage flash monitor and external temp function. Signed-off-by: Daniel Jeong --- Documentation/DocBook/media/v4l/controls.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml index a5a3188..145a127 100644 --- a/Documentation/DocBook/media/v4l/controls.xml +++ b/Documentation/DocBook/media/v4l/controls.xml @@ -4370,6 +4370,24 @@ interface and may change in the future. The flash controller has detected a short or open circuit condition on the indicator LED. + + V4L2_FLASH_FAULT_UNDER_VOLTAGE + Flash controller voltage to the flash LED + has been below the minimum limit specific to the flash + controller. + + + V4L2_FLASH_FAULT_INPUT_VOLTAGE + The flash controller has detected adjustment by IVFM + (Input Voltage Flash Monitor) block. + If during the flash current turn-on, the input voltage falls + below the threshold input voltage, IVFM adjust level + + + V4L2_FLASH_FAULT_LED_OVER_TEMPERATURE + The flash controller has detected that TEMP input has + crossed threshold by external temperature sensor. +