From patchwork Fri Feb 14 09:45:51 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Jeong X-Patchwork-Id: 3651561 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 3E2A6BF13A for ; Fri, 14 Feb 2014 09:46:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A0C9B2021C for ; Fri, 14 Feb 2014 09:46:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CF94E2021B for ; Fri, 14 Feb 2014 09:46:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751108AbaBNJqE (ORCPT ); Fri, 14 Feb 2014 04:46:04 -0500 Received: from mail-pa0-f46.google.com ([209.85.220.46]:37165 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750862AbaBNJqB (ORCPT ); Fri, 14 Feb 2014 04:46:01 -0500 Received: by mail-pa0-f46.google.com with SMTP id rd3so12121656pab.33 for ; Fri, 14 Feb 2014 01:46:01 -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=79CSniAfmoTNN5m84RLG+cTIsyaUqjqlwHtpKO+VWNU=; b=GszGEbekpC7qilqU45rgJW1E+pWAxM3tRQ474D6kGoVGCQ86ymqQHBkkkishIUBsc9 DciVKNk725lQgqeuB0YSbNMYGY/6gI/t6ekg6JZfM+1eHCpep0351v5EvxQzHCd5BvMZ luR3yrRJ0oh0Fz4qsnFahiywlRK6mGYsN5X790FLLtnX3cvVwuy6CLsia5OmHdQ2eG0n UlfPJhNIRyP7sGIUHtAR1SQcnEfF8KuIGzMvXU47inCknx/faYg48G4Kw9etBztJgoOI M5uxEe8ODSYJYA3Z66REoS4jgu9pR0+vjW+NY7jPnzLWV5fm3VQ58Ivza+6axJyXaOvt 716g== X-Received: by 10.66.139.169 with SMTP id qz9mr8111239pab.16.1392371161253; Fri, 14 Feb 2014 01:46:01 -0800 (PST) Received: from localhost.localdomain ([117.111.3.229]) by mx.google.com with ESMTPSA id iu7sm15259863pbc.45.2014.02.14.01.45.58 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 14 Feb 2014 01:46:00 -0800 (PST) From: Daniel Jeong To: Mauro Carvalho Chehab , Rob Landley , Sakari Ailus , Andy Shevchenko Cc: Hans Verkuil , Daniel Jeong , , Subject: [RFC v3,2/3] controls.xml : add addtional Flash fault bits Date: Fri, 14 Feb 2014 18:45:51 +0900 Message-Id: <1392371151-32644-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 Add addtional falult bits for FLASH V4L2_FLASH_FAULT_UNDER_VOLTAGE : UVLO V4L2_FLASH_FAULT_INPUT_VOLTAGE : input voltage is adjusted by IVFM V4L2_FLASH_FAULT_LED_OVER_TEMPERATURE : NTC Trip point is crossed. Signed-off-by: Daniel Jeong --- Documentation/DocBook/media/v4l/controls.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml index a5a3188..8121f7e 100644 --- a/Documentation/DocBook/media/v4l/controls.xml +++ b/Documentation/DocBook/media/v4l/controls.xml @@ -4370,6 +4370,22 @@ 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 of input + voltage by Input Volage Flash Monitor(IVFM). + + + V4L2_FLASH_FAULT_LED_OVER_TEMPERATURE + The flash controller has detected that TEMP input has + crossed NTC Trip Voltage. +