Received: by 2002:a05:6a10:9e8c:0:0:0:0 with SMTP id y12csp452502pxx; Thu, 29 Oct 2020 06:35:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwQGpIUUF6RYMeIorEyDQyBHfCi7jhzP3jYsGdcObmJhm5NRSTkz9NFrHQ7Dl59R2X3Dut5 X-Received: by 2002:a05:6402:104d:: with SMTP id e13mr3901653edu.322.1603978527449; Thu, 29 Oct 2020 06:35:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603978527; cv=none; d=google.com; s=arc-20160816; b=HKGTJsvBiYrNhlS7SHvjHw4o/e3KsdbfZIX6zkMslB5RrLIXOdhIY2jC1WoSsFC0Gm a4B36olY45BSit3b1YnzHwDR6uy7wz9NkDYloco4TMK+yvG+uG8zHAL/MtAADc48jrs8 DU5HoNUSPTgqoQ3cVBgL2WUEfl4QDPioG4CpJJ4z6EexYXe1xrblWay6EiMwNV8n95bV ro5+LXR4CthzjJtB5xoHH6V07EpZBBdmzrqRrZBsXutpAq2HnN3bx1WWPpltvhgy8jZb 0qONEAPeMOeTheqjuKSeQ+QsFhxm3VKoszSOe0npsKHqVbvI7yoYMNAlI2ZC3xLMC6AD w92A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=w2xKxAWG1VCZ/NYY6UmBvJgmXk6JjlWc80m6KZhQRko=; b=xnijAAQHSHIKvzOt0SZniYwlTmba+A/6x7woJzcasXHwM5OF8x7MDOc+XMQPGxgJEh eZG50AX3h24YZ3QNEUp1jpyaP1AkZ79Kr8k4tsBNYIAIwvXo2TF3fCI4XPCbsfICozaL duyGcMiCZS0G3YtEyIT+17UMPA95hO7Ql+O+ClfkeK0fqglS6FbpapDdKUt+xQmorW5W Comzpsspm28ywMTzU3jCs+Ms7PIndI1ZtjWs3pECp4Cxessg9wIRqoGQR5nUt5WgqQAf LoRltPWu/YPHicmMjiAa9P4elF1CI/QUgUdXz5qxqGncsJK+yUsrLmWGWuM7lyr5PVNa kGPA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id cb12si1872185edb.473.2020.10.29.06.35.03; Thu, 29 Oct 2020 06:35:27 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726912AbgJ2NdI (ORCPT + 99 others); Thu, 29 Oct 2020 09:33:08 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:41701 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725613AbgJ2NdH (ORCPT ); Thu, 29 Oct 2020 09:33:07 -0400 X-Originating-IP: 86.194.74.19 Received: from localhost (lfbn-lyo-1-997-19.w86-194.abo.wanadoo.fr [86.194.74.19]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 3B3DB20008; Thu, 29 Oct 2020 13:33:05 +0000 (UTC) From: Alexandre Belloni To: Eugen Hristev Cc: Alexandre Belloni , ludovic.desroches@microchip.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: configs: at91_dt: resync with media changes Date: Thu, 29 Oct 2020 14:33:05 +0100 Message-Id: <160397837814.704148.10188497580014584547.b4-ty@bootlin.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20201029121223.871531-1-eugen.hristev@microchip.com> References: <20201029121223.871531-1-eugen.hristev@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 29 Oct 2020 14:12:23 +0200, Eugen Hristev wrote: > The media tree Kconfig has changed recently, and a lot of modules were > built unintentionally, like the dvb frontends and encoders. > Resync the defconfig to build the ISI drivers and tested sensors. Applied, thanks! [1/1] ARM: configs: at91_dt: resync with media changes commit: 036f224ef8f447928bfd3085220c28e158a4e4d6 Best regards, -- Alexandre Belloni