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 41hkL15XlBzF12N for ; Fri, 3 Aug 2018 20:48:41 +1000 (AEST) In-Reply-To: <20180802153951.3576-1-npiggin@gmail.com> To: Nicholas Piggin , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: "Gautham R . Shenoy" , Akshay Adiga , Nicholas Piggin Subject: Re: powernv/cpuidle: Fix idle states all being marked invalid Message-Id: <41hkL147hGz9s4V@ozlabs.org> Date: Fri, 3 Aug 2018 20:48:41 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2018-08-02 at 15:39:51 UTC, Nicholas Piggin wrote: > Commit 9c7b185ab2 ("powernv/cpuidle: Parse dt idle properties into > global structure") parses dt idle states into structs, but never > marks them valid. This results in all idle states being lost. > > Cc: Akshay Adiga > Cc: Gautham R. Shenoy > Signed-off-by: Nicholas Piggin > Acked-by: Akshay Adiga Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/3127692deba6eeb7ed6d416b25e91f cheers