From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933157AbdJQA1u (ORCPT ); Mon, 16 Oct 2017 20:27:50 -0400 Received: from mail-pg0-f53.google.com ([74.125.83.53]:45204 "EHLO mail-pg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753672AbdJQA1s (ORCPT ); Mon, 16 Oct 2017 20:27:48 -0400 X-Google-Smtp-Source: AOwi7QD85yfqj397aVMCcE902f0xEItwJ3cg44QBr2uv34Gl08UtqOCWYEFgA/V1kG1RrUPZ8KlOLw== Date: Mon, 16 Oct 2017 17:27:44 -0700 From: Eduardo Valentin To: Stefan Wahren Cc: Zhang Rui , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Allen Wild Subject: Re: [PATCH] thermal: enable broadcom menu for arm64 bcm2835 Message-ID: <20171017002743.GA17189@localhost.localdomain> References: <1506447464-3234-1-git-send-email-stefan.wahren@i2se.com> <565515667.189984.1507829547871@email.1und1.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <565515667.189984.1507829547871@email.1und1.de> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 12, 2017 at 07:32:27PM +0200, Stefan Wahren wrote: > > Stefan Wahren hat am 26. September 2017 um 19:37 geschrieben: > > > > > > From: Allen Wild > > > > Moving the bcm2835 thermal driver to the broadcom directory prevented it > > from getting enabled for arm64 builds, since the broadcom directory is only > > available when 32-bit specific ARCH_BCM is set. > > > > Fix this by enabling the Broadcom menu for ARCH_BCM or ARCH_BCM2835. > > > > Fixes: 6892cf07e733 ("thermal: bcm2835: move to the broadcom subdirectory") > > Signed-off-by: Allen Wild > > Signed-off-by: Stefan Wahren > > --- > > gentle ping to Eduardo ... Collecting this