From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E26ADC433EF for ; Sun, 3 Apr 2022 23:40:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376694AbiDCXmH (ORCPT ); Sun, 3 Apr 2022 19:42:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230117AbiDCXmE (ORCPT ); Sun, 3 Apr 2022 19:42:04 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 156E62C650; Sun, 3 Apr 2022 16:40:08 -0700 (PDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4KWr433rm5z4xQt; Mon, 4 Apr 2022 09:40:02 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1649029204; bh=/LriDKMelIcxILEmiYYeCqxlA2ksNDFTy/6Du99U0M0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=bNKCIoOS1dKV4A+yR8Lzn3bKxXn6Q4y+cSWZ+UySUcNOU2esHkogkuMnuQ8tUwGWG E4+xVzwdq+CI6uYIDqGcJOVdVTA39Xi6+iwxC2N60edew1qa6BqS3YSwRrFkMNbLzb UKWOB+rxa/o13GAqkB2bDrB9/UUg2bzgP0wgsXwb1fdIHMtDoM7V/6wvihGxsjaxl4 qqQnp9eRSiUARP3SBMHP/RZNBdqig4pvejApvunCHWNuGA4QcD9HYi7ztmQz2Z6xaD UXVMb1PWO+RXsFDLle+1ILDGTQea7lgKOFmVN2i7pP2P+10eAmnpvI6pjbcVJ+xTx5 zia8dmxq/Nz6Q== From: Michael Ellerman To: Borislav Petkov , Christophe Leroy Cc: Krzysztof Kozlowski , Rob Herring , Scott Wood , Johannes Thumshirn , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, devicetree@vger.kernel.org, linux-edac@vger.kernel.org, Mauro Carvalho Chehab , Tony Luck , James Morse , Robert Richter , Benjamin Herrenschmidt , Paul Mackerras Subject: Re: [PATCH] powerpc/85xx: Remove fsl,85... bindings In-Reply-To: References: <82a8bc4450a4daee50ee5fada75621fecb3703ff.1648721299.git.christophe.leroy@csgroup.eu> Date: Mon, 04 Apr 2022 09:40:00 +1000 Message-ID: <87bkxhg2i7.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Borislav Petkov writes: > On Thu, Mar 31, 2022 at 12:13:10PM +0200, Christophe Leroy wrote: >> Since commit 8a4ab218ef70 ("powerpc/85xx: Change deprecated binding >> for 85xx-based boards"), those bindings are not used anymore. >> >> A comment in drivers/edac/mpc85xx_edac.c say they are to be removed >> with kernel 2.6.30. >> >> Remove them now. >> >> Signed-off-by: Christophe Leroy >> --- >> .../bindings/memory-controllers/fsl/fsl,ddr.yaml | 6 ------ >> .../devicetree/bindings/powerpc/fsl/l2cache.txt | 6 ------ >> drivers/edac/mpc85xx_edac.c | 14 -------------- >> 3 files changed, 26 deletions(-) > > > I'll take it through the EDAC tree of there are no objections. Fine by me, thanks. cheers