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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E33B0C433FE for ; Sun, 7 Nov 2021 13:03:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CAF0E60F26 for ; Sun, 7 Nov 2021 13:03:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235387AbhKGNGG (ORCPT ); Sun, 7 Nov 2021 08:06:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235343AbhKGNGF (ORCPT ); Sun, 7 Nov 2021 08:06:05 -0500 Received: from mail-ua1-x934.google.com (mail-ua1-x934.google.com [IPv6:2607:f8b0:4864:20::934]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F6C6C061570; Sun, 7 Nov 2021 05:03:23 -0800 (PST) Received: by mail-ua1-x934.google.com with SMTP id l43so26296360uad.4; Sun, 07 Nov 2021 05:03:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VSjDGs9178HW7/He6MTHqePG+3ZLhttJu6XCzVLRUA8=; b=JMZVXMd6v9IVS8zFQTFeg1o5BVeEsewh3OnhGY7lBJlWXy2iBwjEyzHO0Iko+dVlsJ s06vSg3jxUdyrEn/1Q79PT18RyBXusrxnfDB8EvH7b0/hXj8d4sgCDF11gzKMHB5Wmmq xkkljAxMZFkq9xYaZiCCAdetEczjau3V9C/DtLa5TtA96wM2QQlAWLIohtMnHiVFFIIk RRXHHuJ2Xj7O84mro7HKJR8PxFRVH+5HNSIJYQbd426eEtUPXUChE4yomnSyxG8C2vWD oi5/wgspI/hpZ7xyohSYqiNoW1LJFHLIp2/0KIsZmZHsB4KiZ94p71Jynqvk9AjJFQoy B0xw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VSjDGs9178HW7/He6MTHqePG+3ZLhttJu6XCzVLRUA8=; b=qrbsD2djzG8yA9ZirAKnw3sZBVpq+6WpHakBUnBYTNgR22/Ap2Oe11TRsHYIxtNx4W oaRPKfgmGXXJalLtadcVPXoRiqw+peUI1JwLjCHuk1CDWuGSvFeXBeKwVzmASKpodnn8 FaYiynlonK3MJEJkOh6eFnEquZOdctiiwta6f1t+nETjg8XhMuUDDhBoCj3BQ5+AtzrT 4iBYIfQ0l+q/vCNbU+3E1sdRu+EWA3pTgbDwWCBQx19GznBDVPSmttBvGDJNSS+t6BBn tyYFMEOBJiTmFRHR1CQLZqL73mo5fn6ef7A+f4YE+EaMEJG4RFkzrVApdWva39WQjp1j ISWQ== X-Gm-Message-State: AOAM533/h/WTjE7K+D3Svlf0obkypc6x31timY8nZG70uWhYTePU8fn3 skwUoCmdGmL9rgU72klkHo/BQj2PplJV8QLILfQ= X-Google-Smtp-Source: ABdhPJwhDnkTVAGaINE5999hfgR7W987xT6LOzeED8k4xFjm5dmo6vvQuTK6rmUOJOEGl18ClVMrrAPrlXtE2nKRaUc= X-Received: by 2002:ab0:6f47:: with SMTP id r7mr78305487uat.85.1636290202269; Sun, 07 Nov 2021 05:03:22 -0800 (PST) MIME-Version: 1.0 References: <20211106155427.753197-1-aford173@gmail.com> <20211106155427.753197-5-aford173@gmail.com> In-Reply-To: <20211106155427.753197-5-aford173@gmail.com> From: Fabio Estevam Date: Sun, 7 Nov 2021 10:03:11 -0300 Message-ID: Subject: Re: [PATCH V2 5/5] arm64: defconfig: Enable OV5640 To: Adam Ford Cc: "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Tim Harvey , Schrempf Frieder , linux-media , Laurent Pinchart , Adam Ford-BE , cstevens@beaconembedded.com, Jagan Teki , Rob Herring , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , NXP Linux Team , Catalin Marinas , Will Deacon , Peng Fan , Lucas Stach , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-kernel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 6, 2021 at 12:54 PM Adam Ford wrote: > > The Beacon EmbeddedWorks imx8mm development kit has a TD Next 5640 > Camera. Enable the OV5640 driver to use the camera. > > Signed-off-by: Adam Ford Maybe this one could be squashed with the other defconfig patch. Either way: Reviewed-by: Fabio Estevam 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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 27647C433F5 for ; Sun, 7 Nov 2021 13:04:33 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DC050613AC for ; Sun, 7 Nov 2021 13:04:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org DC050613AC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=n43+o8wou3wkUg0/KJRNn6NrvzUPYMmDdstXrlLjXDY=; b=LudzVhPGxtqSwi 07lrwXzne3knB9bnbjIGezMIDDKh2sVH7cjvn8iVtRt2ErciUQiibWjnTLp4ZTEnrAPMhGtkoYKrH a69MGCxWQz1l92BztoX+y0CAiTkBgpj27lukUXKuRNbTgWtSIiSlHSEgWG7Sh8ow6hTkd4DGau+v/ aCN7vLRkMI7s5ntmivP+f7LZzw22uExCNjGr2g7ggM7cwx6di4KNFcNK8lM7UaQ03Lp9hLBJr1tX6 R3M/PtdKTIkg1tSsCgZhqRNDKXBoxjaZCOTg9DcwrG2yDuBEi44g0kj+nawx19KWIUyrDet44L/le qaBSE7Z8K1by+Zdg5m5A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mjhpW-00ELur-Bu; Sun, 07 Nov 2021 13:03:26 +0000 Received: from mail-ua1-x932.google.com ([2607:f8b0:4864:20::932]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mjhpT-00ELto-C0 for linux-arm-kernel@lists.infradead.org; Sun, 07 Nov 2021 13:03:24 +0000 Received: by mail-ua1-x932.google.com with SMTP id e10so26318054uab.3 for ; Sun, 07 Nov 2021 05:03:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VSjDGs9178HW7/He6MTHqePG+3ZLhttJu6XCzVLRUA8=; b=JMZVXMd6v9IVS8zFQTFeg1o5BVeEsewh3OnhGY7lBJlWXy2iBwjEyzHO0Iko+dVlsJ s06vSg3jxUdyrEn/1Q79PT18RyBXusrxnfDB8EvH7b0/hXj8d4sgCDF11gzKMHB5Wmmq xkkljAxMZFkq9xYaZiCCAdetEczjau3V9C/DtLa5TtA96wM2QQlAWLIohtMnHiVFFIIk RRXHHuJ2Xj7O84mro7HKJR8PxFRVH+5HNSIJYQbd426eEtUPXUChE4yomnSyxG8C2vWD oi5/wgspI/hpZ7xyohSYqiNoW1LJFHLIp2/0KIsZmZHsB4KiZ94p71Jynqvk9AjJFQoy B0xw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VSjDGs9178HW7/He6MTHqePG+3ZLhttJu6XCzVLRUA8=; b=nLBrLcav8bEUn7EzY3e8FuWS4NaQleDwWYnF24mhNgewzvaWofmCcdm4C79rMF8Xzu 4r0abJUn+ltAuQSbPoesiP2bU5cXsGtKydqMkM4M1weQYy8MRZYufRbTV71DKghLEefz /3NLdw4XUE6/4zfJv9boGCOZJGBlyXDu2XsP9sca3+btLfmOYN1amARCkuGed42cHfd5 d3yVVp5sKoSw23P7ZlHVZwv1T8K3cTuJEmw94Z29szj9V7cLLK+z7UE4ywqKpzlKkrnM RkuqEr0NR4OpBD8pJllTTiscKiH0qw8xuYzJ9l5rshYMleDDi1JAxwUrjUlpQ9gpbMUW 4hkA== X-Gm-Message-State: AOAM530Lwu6strLUSJgQAO1MGQ/KWEPonT8hdjn1HMVNE+BOMWCbJrRz 4NBwdeG2BcQo2PXrIY/wQFi76XoCPeNIJ0Kvzks= X-Google-Smtp-Source: ABdhPJwhDnkTVAGaINE5999hfgR7W987xT6LOzeED8k4xFjm5dmo6vvQuTK6rmUOJOEGl18ClVMrrAPrlXtE2nKRaUc= X-Received: by 2002:ab0:6f47:: with SMTP id r7mr78305487uat.85.1636290202269; Sun, 07 Nov 2021 05:03:22 -0800 (PST) MIME-Version: 1.0 References: <20211106155427.753197-1-aford173@gmail.com> <20211106155427.753197-5-aford173@gmail.com> In-Reply-To: <20211106155427.753197-5-aford173@gmail.com> From: Fabio Estevam Date: Sun, 7 Nov 2021 10:03:11 -0300 Message-ID: Subject: Re: [PATCH V2 5/5] arm64: defconfig: Enable OV5640 To: Adam Ford Cc: "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Tim Harvey , Schrempf Frieder , linux-media , Laurent Pinchart , Adam Ford-BE , cstevens@beaconembedded.com, Jagan Teki , Rob Herring , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , NXP Linux Team , Catalin Marinas , Will Deacon , Peng Fan , Lucas Stach , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-kernel X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211107_050323_447996_E3C04B1A X-CRM114-Status: UNSURE ( 8.43 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, Nov 6, 2021 at 12:54 PM Adam Ford wrote: > > The Beacon EmbeddedWorks imx8mm development kit has a TD Next 5640 > Camera. Enable the OV5640 driver to use the camera. > > Signed-off-by: Adam Ford Maybe this one could be squashed with the other defconfig patch. Either way: Reviewed-by: Fabio Estevam _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel