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: 3693641 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 8C889BF13A for ; Fri, 21 Feb 2014 04:49:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C392B20179 for ; Fri, 21 Feb 2014 04:49:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F2CB320145 for ; Fri, 21 Feb 2014 04:49:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752843AbaBUEtk (ORCPT ); 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-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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. +