From mboxrd@z Thu Jan 1 00:00:00 1970 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,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 EA85BC433DF for ; Tue, 20 Oct 2020 10:15:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4648522282 for ; Tue, 20 Oct 2020 10:15:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=st.com header.i=@st.com header.b="FlQQ0HBe" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404805AbgJTKPF (ORCPT ); Tue, 20 Oct 2020 06:15:05 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:16122 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729436AbgJTKPF (ORCPT ); Tue, 20 Oct 2020 06:15:05 -0400 Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 09KAD3eZ016724; Tue, 20 Oct 2020 12:14:53 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=st.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=STMicroelectronics; bh=QH3MEFBpMSyEp1w1GatIGdJIwQdyJvG4fsxVWSDhhVg=; b=FlQQ0HBeTilfW8wgG5E6Ew3dIJhLICwQ74ZSvbTiMf9dmDCjvnVQ+U5XmtGsscvwl88d WitrT5EVRQja/lfyuZ6JfU7s6GjZwf24vGW6lxwI+jKlj53GLyjod1XzccfQRfJRqGjR 2IEVlG076ocjeX6enr36i61/wUjnUcJA9F6A00zcPOUbd1X3RLgNhhIGZVzJ1bPsy/K8 F0P9xIoqKv5lI5DDVqGNn+smCTiwwJCr0W68T+SMolHdCGgLidG/g3Kb+Czifjn7qS48 3KFSKRBVPr52jmm3/p8/m+WgYaa1xwPjl8WzlTvMErZRizk3i6rFIDxjW6nE9KRncBBr rA== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 347nr8axk5-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 20 Oct 2020 12:14:53 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 77CA0100034; Tue, 20 Oct 2020 12:14:52 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag1node1.st.com [10.75.127.1]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 5E13D2C4CC5; Tue, 20 Oct 2020 12:14:52 +0200 (CEST) Received: from localhost (10.75.127.46) by SFHDAG1NODE1.st.com (10.75.127.1) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Tue, 20 Oct 2020 12:14:51 +0200 From: Hugues Fruchet To: Alexandre Torgue , Mauro Carvalho Chehab , Hans Verkuil , Sakari Ailus , Rob Herring CC: , , , , , Hugues Fruchet , Alain Volmat , Yannick Fertre , Philippe CORNU Subject: [PATCH v4 0/2] DCMI BT656 parallel bus mode support Date: Tue, 20 Oct 2020 12:14:47 +0200 Message-ID: <1603188889-23664-1-git-send-email-hugues.fruchet@st.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.75.127.46] X-ClientProxiedBy: SFHDAG6NODE2.st.com (10.75.127.17) To SFHDAG1NODE1.st.com (10.75.127.1) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235,18.0.687 definitions=2020-10-20_04:2020-10-20,2020-10-20 signatures=0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add support of BT656 embedded synchronization bus. This mode allows to save hardware synchro lines hsync & vsync by replacing them with synchro codes embedded in data stream. This mode is enabled when hsync-active & vsync-active fields are not specified in devicetree. =========== = history = =========== version 4: - Fix typo in commit message version 3: - Fix bus_width print to %u as per Sakari comment version 2: - As per Sakari remark, revisit commit message and document BT656 parallel bus mode in bindings version 1: - Initial submission Hugues Fruchet (2): media: stm32-dcmi: add support of BT656 bus media: dt-bindings: media: st,stm32-dcmi: Add support of BT656 .../devicetree/bindings/media/st,stm32-dcmi.yaml | 30 ++++++++++++++++++ drivers/media/platform/stm32/stm32-dcmi.c | 37 ++++++++++++++++++++-- 2 files changed, 65 insertions(+), 2 deletions(-) -- 2.7.4