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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 8F949C433E7 for ; Mon, 29 Jun 2020 19:05:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7D1282064B for ; Mon, 29 Jun 2020 19:05:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729324AbgF2TFN (ORCPT ); Mon, 29 Jun 2020 15:05:13 -0400 Received: from muru.com ([72.249.23.125]:59962 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730521AbgF2TFL (ORCPT ); Mon, 29 Jun 2020 15:05:11 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 3161D818E; Mon, 29 Jun 2020 15:30:22 +0000 (UTC) Date: Mon, 29 Jun 2020 08:29:26 -0700 From: Tony Lindgren To: Arnd Bergmann Cc: Hans Verkuil , Linux Media Mailing List , linux-omap , Linux ARM Subject: Re: [PATCH 4/7] mach-omap1: board-ams-delta.c: remove soc_camera dependencies Message-ID: <20200629152926.GQ37466@atomide.com> References: <20200626115321.1898798-1-hverkuil-cisco@xs4all.nl> <20200626115321.1898798-5-hverkuil-cisco@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org * Arnd Bergmann [200626 12:59]: > 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.6 when the omap1_camera.c was removed from soc_camera). > > > > Signed-off-by: Hans Verkuil > > Cc: Arnd Bergmann > > Cc: Tony Lindgren > > --- > > arch/arm/mach-omap1/board-ams-delta.c | 32 -------------- > > arch/arm/mach-omap1/camera.h | 14 ------ > > arch/arm/mach-omap1/devices.c | 43 ------------------- > > .../linux/platform_data/media/omap1_camera.h | 32 -------------- > > Acked-by: Arnd Bergmann > > Please merge this through the media tree if there are no objections. Yes agreed, this is unlikely to conflict with anything: Acked-by: Tony Lindgren