From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Sat, 15 Oct 2016 13:27:40 +0200 Subject: [PATCH 4/4] staging/vchi: Remove dependency on CONFIG_BROKEN. In-Reply-To: <886598225.386698.0cc5acd0-af27-4ef7-892f-3c2dd86176ba.open-xchange@email.1und1.de> References: <20161003185209.27733-1-eric@anholt.net> <20161003185209.27733-5-eric@anholt.net> <20161013070535.GA23147@kroah.com> <886598225.386698.0cc5acd0-af27-4ef7-892f-3c2dd86176ba.open-xchange@email.1und1.de> Message-ID: <20161015112740.GB11674@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, Oct 15, 2016 at 10:35:25AM +0200, Stefan Wahren wrote: > > > Greg Kroah-Hartman hat am 13. Oktober 2016 um > > 09:05 geschrieben: > > > > > > 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. > > I ask the author of this downstream pull request [1] to send the VHCIQ part as > indiviual patches. > He is interested to submit them upstream. > > [1] - https://github.com/raspberrypi/linux/pull/1611 Ok, but what does that mean for us here? The code should be all now merged into our "upstream" trees, it just needs to be cleaned up properly. confused, 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 S1753534AbcJOL1m (ORCPT ); Sat, 15 Oct 2016 07:27:42 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56523 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752840AbcJOL1e (ORCPT ); Sat, 15 Oct 2016 07:27:34 -0400 Date: Sat, 15 Oct 2016 13:27:40 +0200 From: Greg Kroah-Hartman To: Stefan Wahren Cc: Eric Anholt , linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 4/4] staging/vchi: Remove dependency on CONFIG_BROKEN. Message-ID: <20161015112740.GB11674@kroah.com> References: <20161003185209.27733-1-eric@anholt.net> <20161003185209.27733-5-eric@anholt.net> <20161013070535.GA23147@kroah.com> <886598225.386698.0cc5acd0-af27-4ef7-892f-3c2dd86176ba.open-xchange@email.1und1.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <886598225.386698.0cc5acd0-af27-4ef7-892f-3c2dd86176ba.open-xchange@email.1und1.de> 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 Sat, Oct 15, 2016 at 10:35:25AM +0200, Stefan Wahren wrote: > > > Greg Kroah-Hartman hat am 13. Oktober 2016 um > > 09:05 geschrieben: > > > > > > 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. > > I ask the author of this downstream pull request [1] to send the VHCIQ part as > indiviual patches. > He is interested to submit them upstream. > > [1] - https://github.com/raspberrypi/linux/pull/1611 Ok, but what does that mean for us here? The code should be all now merged into our "upstream" trees, it just needs to be cleaned up properly. confused, greg k-h