From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40D0Zm4RXVzF1xW for ; Sun, 1 Apr 2018 01:03:44 +1100 (AEDT) In-Reply-To: <20180206123707.13715-1-j.neuschaefer@gmx.net> To: =?utf-8?q?Jonathan_Neusch=C3=A4fer?= , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: linux-kernel@vger.kernel.org, =?utf-8?q?Jonathan_Neusch=C3=A4fer?= , Paul Mackerras , Joel Stanley Subject: Re: powerpc: wii: Probe the whole devicetree Message-Id: <40D0Zm3JrXz9s2R@ozlabs.org> Date: Sun, 1 Apr 2018 01:03:44 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2018-02-06 at 12:37:04 UTC, =?utf-8?q?Jonathan_Neusch=C3=A4fer?= wrote: > Previously, wii_device_probe would only initialize devices under the > /hollywood node. After this patch, platform devices placed outside of > /hollywood will also be initialized. > > The intended usecase for this are devices located outside of the > Hollywood chip, such as GPIO LEDs and GPIO buttons. > > Signed-off-by: Jonathan Neuschäfer Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/7ab96c0a083f3a298ae595ea142058 cheers