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=-3.7 required=3.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 64B36C433E2 for ; Sat, 11 Jul 2020 19:44:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 425E320786 for ; Sat, 11 Jul 2020 19:44:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726991AbgGKTox (ORCPT ); Sat, 11 Jul 2020 15:44:53 -0400 Received: from smtp04.smtpout.orange.fr ([80.12.242.126]:30242 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726496AbgGKTox (ORCPT ); Sat, 11 Jul 2020 15:44:53 -0400 Received: from belgarion ([86.210.166.159]) by mwinf5d59 with ME id 1vkp230093SgWc603vkqzc; Sat, 11 Jul 2020 21:44:51 +0200 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Sat, 11 Jul 2020 21:44:51 +0200 X-ME-IP: 86.210.166.159 From: Robert Jarzmik To: Arnd Bergmann Cc: Hans Verkuil , Linux Media Mailing List , linux-omap , Linux ARM Subject: Re: [PATCH 5/7] mach-pxa: palmz72/pcm990: remove soc_camera dependencies References: <20200626115321.1898798-1-hverkuil-cisco@xs4all.nl> <20200626115321.1898798-6-hverkuil-cisco@xs4all.nl> X-URL: http://belgarath.falguerolles.org/ Date: Sat, 11 Jul 2020 21:44:49 +0200 In-Reply-To: (Arnd Bergmann's message of "Fri, 26 Jun 2020 14:58:00 +0200") Message-ID: <87wo39x2dq.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/26 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Arnd Bergmann writes: > On Fri, Jun 26, 2020 at 1:53 PM Hans Verkuil wrote: >> >> The soc_camera driver is about to be removed, so drop camera >> support from this board. Note that the soc_camera driver itself has >> long since been deprecated and can't be compiled anymore (it depends >> on BROKEN), so camera support on this board has been broken for a long >> time (at least since 4.9 when the pxa_camera.c was removed from soc_camera). >> >> Note that there is a new pxa_camera.c driver that replaced the old >> soc_camera based driver, but using that would require these boards to >> be converted to use the device tree. This statement is not accurate, pxa_camera should be working in platform_data based boards, it's just that the solution to make it work was not found yet if I remember correctly, since the evolutions to the clocking in v4l2 hit it. > Acked-by: Arnd Bergmann > > Please merge this through the media tree if there are no objections. So be it. -- Robert