From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Thu, 13 Oct 2016 09:05:35 +0200 Subject: [PATCH 4/4] staging/vchi: Remove dependency on CONFIG_BROKEN. In-Reply-To: <20161003185209.27733-5-eric@anholt.net> References: <20161003185209.27733-1-eric@anholt.net> <20161003185209.27733-5-eric@anholt.net> Message-ID: <20161013070535.GA23147@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Oct 03, 2016 at 11:52:09AM -0700, Eric Anholt wrote: > The driver builds now. > > Signed-off-by: Eric Anholt > --- > drivers/staging/vc04_services/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/vc04_services/Kconfig b/drivers/staging/vc04_services/Kconfig > index 9676fb29075a..db8e1beb89f9 100644 > --- a/drivers/staging/vc04_services/Kconfig > +++ b/drivers/staging/vc04_services/Kconfig > @@ -1,6 +1,6 @@ > config BCM2708_VCHIQ > tristate "Videocore VCHIQ" > - depends on RASPBERRYPI_FIRMWARE && BROKEN > + depends on RASPBERRYPI_FIRMWARE > default y > help > Kernel to VideoCore communication interface for the I've dropped this patch from my branch as there are build errors on arm64 systems still, and we don't want regressions like that. I've forwarded you the error messages, and I'll be glad to add this patch back once these issues are fixed. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751970AbcJMHFw (ORCPT ); Thu, 13 Oct 2016 03:05:52 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47078 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750764AbcJMHFc (ORCPT ); Thu, 13 Oct 2016 03:05:32 -0400 Date: Thu, 13 Oct 2016 09:05:35 +0200 From: Greg Kroah-Hartman To: Eric Anholt Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren , Lee Jones , bcm-kernel-feedback-list@broadcom.com, Dom Cobley Subject: Re: [PATCH 4/4] staging/vchi: Remove dependency on CONFIG_BROKEN. Message-ID: <20161013070535.GA23147@kroah.com> References: <20161003185209.27733-1-eric@anholt.net> <20161003185209.27733-5-eric@anholt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161003185209.27733-5-eric@anholt.net> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 03, 2016 at 11:52:09AM -0700, Eric Anholt wrote: > The driver builds now. > > Signed-off-by: Eric Anholt > --- > drivers/staging/vc04_services/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/vc04_services/Kconfig b/drivers/staging/vc04_services/Kconfig > index 9676fb29075a..db8e1beb89f9 100644 > --- a/drivers/staging/vc04_services/Kconfig > +++ b/drivers/staging/vc04_services/Kconfig > @@ -1,6 +1,6 @@ > config BCM2708_VCHIQ > tristate "Videocore VCHIQ" > - depends on RASPBERRYPI_FIRMWARE && BROKEN > + depends on RASPBERRYPI_FIRMWARE > default y > help > Kernel to VideoCore communication interface for the I've dropped this patch from my branch as there are build errors on arm64 systems still, and we don't want regressions like that. I've forwarded you the error messages, and I'll be glad to add this patch back once these issues are fixed. thanks, greg k-h