From patchwork Mon Mar 3 09:52:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Jeong X-Patchwork-Id: 22679 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1WKPY5-00026V-Jt; Mon, 03 Mar 2014 10:52:37 +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 1WKPY3-0005Nq-2B; Mon, 03 Mar 2014 10:52:37 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754140AbaCCJwd (ORCPT + 1 other); Mon, 3 Mar 2014 04:52:33 -0500 Received: from mail-pb0-f47.google.com ([209.85.160.47]:64412 "EHLO mail-pb0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754114AbaCCJwc (ORCPT ); Mon, 3 Mar 2014 04:52:32 -0500 Received: by mail-pb0-f47.google.com with SMTP id up15so3572246pbc.34 for ; Mon, 03 Mar 2014 01:52:32 -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:in-reply-to:references; bh=VsnaAX3Rbtc9ncK5j6Y55bw07mn6Vlm6MAAGLtKN3U8=; b=M/8RxLRKrTfoj1BSRb93DrFACs41N1UkZzKBgljVvACfr/QunUoBN7em+qVaCEMR8N vYDX9UNpkjpOFj7wXvzSvBqtHighJJL1+jcvgO96zQ3LALz1rmNFjGbNd5NgCodxLr5T RAaaYmSMb8/CbvyLBoGmLD+4SUfXO0ASA1oGvKxVOZfOqokKhVXOGB1i2r4F+EO2LFWr TQ+LIcxbPihUu6nnhc7ND43eedMo7kk/H8ndAdb1/+DDiwyPTQMyfwUJNPVGbOk8HPWh bvUxK+m2SfVSPPhlkI4Du1smahRsg4ccmkDWi1P+Q9gZL3Jkkn6VM87f5CsAzF16XC8Q /pbA== X-Received: by 10.66.158.35 with SMTP id wr3mr5020077pab.126.1393840352149; Mon, 03 Mar 2014 01:52:32 -0800 (PST) Received: from localhost.localdomain ([117.111.1.107]) by mx.google.com with ESMTPSA id gj9sm34246459pbc.7.2014.03.03.01.52.28 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 03 Mar 2014 01:52:31 -0800 (PST) From: Daniel Jeong To: Mauro Carvalho Chehab , Rob Landley , Sakari Ailus , Andy Shevchenko Cc: Hans Verkuil , Daniel Jeong , , Subject: [RFC v7,2/3] controls.xml : add addtional Flash fault bits Date: Mon, 3 Mar 2014 18:52:09 +0900 Message-Id: <1393840330-11130-3-git-send-email-gshark.jeong@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1393840330-11130-1-git-send-email-gshark.jeong@gmail.com> References: <1393840330-11130-1-git-send-email-gshark.jeong@gmail.com> 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.3.3.94516 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, __IN_REP_TO 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' Descriptions for flash faluts. V4L2_FLASH_FAULT_UNDER_VOLTAGE, V4L2_FLASH_FAULT_INPUT_VOLTAGE, and V4L2_FLASH_FAULT_LED_OVER_TEMPERATURE v7 : Changed V4L2_FLASH_FAULT_UNDER_VOLTAGE description 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..569861f 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 input voltage of the flash controller is below + the limit under which strobing the flash at full current + will not be possible.The condition persists until this flag + is no longer set. + + + V4L2_FLASH_FAULT_LED_OVER_TEMPERATURE + The temperature of the LED has exceeded its + allowed upper limit. +