From patchwork Tue Oct 13 14:27:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sakari Ailus X-Patchwork-Id: 269690 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8FE1C433E7 for ; Tue, 13 Oct 2020 14:27:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4994B24827 for ; Tue, 13 Oct 2020 14:27:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388570AbgJMO1z (ORCPT ); Tue, 13 Oct 2020 10:27:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387516AbgJMO1z (ORCPT ); Tue, 13 Oct 2020 10:27:55 -0400 Received: from hillosipuli.retiisi.eu (hillosipuli.retiisi.eu [IPv6:2a01:4f9:c010:4572::81:2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B50CC0613D0 for ; Tue, 13 Oct 2020 07:27:55 -0700 (PDT) Received: from lanttu.localdomain (unknown [IPv6:2a01:4f9:c010:4572::e1:1002]) by hillosipuli.retiisi.eu (Postfix) with ESMTP id 67F9D634C87; Tue, 13 Oct 2020 17:26:44 +0300 (EEST) From: Sakari Ailus To: linux-media@vger.kernel.org Cc: laurent.pinchart@ideasonboard.com Subject: [PATCH 0/2] Small link frequency and pixel rate documentation improvements Date: Tue, 13 Oct 2020 17:27:49 +0300 Message-Id: <20201013142751.26228-1-sakari.ailus@linux.intel.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi all, This small set improve documentation on required controls for parallel and CSI-2 camera sensor drivers. Sakari Ailus (2): Documentation: v4l: Fix language Documentation: v4l: Document required controls on camera sensors Documentation/driver-api/media/camera-sensor.rst | 13 +++++++++++++ Documentation/driver-api/media/csi2.rst | 7 +++---- 2 files changed, 16 insertions(+), 4 deletions(-) Reviewed-by: Laurent Pinchart