From patchwork Sun May 5 14:00:21 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 10930171 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0B1DF1398 for ; Sun, 5 May 2019 14:02:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EE0FE285E3 for ; Sun, 5 May 2019 14:02:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E0F89285E0; Sun, 5 May 2019 14:02:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8FDDF285E0 for ; Sun, 5 May 2019 14:02:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727634AbfEEOA6 (ORCPT ); Sun, 5 May 2019 10:00:58 -0400 Received: from shell.v3.sk ([90.176.6.54]:55673 "EHLO shell.v3.sk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726397AbfEEOA5 (ORCPT ); Sun, 5 May 2019 10:00:57 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id A6400103D35; Sun, 5 May 2019 16:00:52 +0200 (CEST) Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id iH3liF-fHYco; Sun, 5 May 2019 16:00:38 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 5B25E103D2B; Sun, 5 May 2019 16:00:37 +0200 (CEST) X-Virus-Scanned: amavisd-new at zimbra.v3.sk Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id hQjYDOwTATBy; Sun, 5 May 2019 16:00:35 +0200 (CEST) Received: from nedofet.lan (ip-89-102-31-34.net.upcbroadband.cz [89.102.31.34]) by zimbra.v3.sk (Postfix) with ESMTPSA id E05B0103D24; Sun, 5 May 2019 16:00:34 +0200 (CEST) From: Lubomir Rintel To: Mauro Carvalho Chehab , Jonathan Corbet , linux-media@vger.kernel.org Cc: Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, James Cameron , Pavel Machek , Libin Yang , Albert Wang , jacopo mondi , Sakari Ailus Subject: [PATCH v5 00/10] media: make Marvell camera work on DT-based OLPC XO-1.75 Date: Sun, 5 May 2019 16:00:21 +0200 Message-Id: <20190505140031.9636-1-lkundrak@v3.sk> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, this is the fifth spin of a patchset that modernizes the Marvell MMP2 CCIC driver, making it work on DT-based systems such as OLPC XO-1.75 laptop. At the core of the rework is the move to asynchronous sensor discovery and clock management with the standard clock framework. There are also some straightforward fixes for the bitrotten parts. Compared the the previous version it just fixes issues with the device bindings, pointed out by Sakari Ailus, in patch [01/10]. Tested on OLPC XO-1 and OLPC XO-1.75. Thanks, Lubo