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 5622AEB64DA for ; Fri, 14 Jul 2023 07:56:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232382AbjGNH4R (ORCPT ); Fri, 14 Jul 2023 03:56:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235555AbjGNHzj (ORCPT ); Fri, 14 Jul 2023 03:55:39 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B4BE23C2A; Fri, 14 Jul 2023 00:54:01 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 0D3D280A8; Fri, 14 Jul 2023 07:52:47 +0000 (UTC) Date: Fri, 14 Jul 2023 10:52:45 +0300 From: Tony Lindgren To: Ulf Hansson Cc: Arnd Bergmann , Olof Johansson , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Nishanth Menon , Santosh Shilimkar , Tero Kristo Subject: Re: [PATCH v2 15/18] soc: ti: Mover power-domain drivers to the genpd dir Message-ID: <20230714075245.GE5194@atomide.com> References: <20230711142220.751795-1-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230711142220.751795-1-ulf.hansson@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ulf Hansson [230711 14:22]: > To simplify with maintenance let's move the ti power-domain drivers to the > new genpd directory. Going forward, patches are intended to be managed > through a separate git tree, according to MAINTAINERS. Reviewed-by: Tony Lindgren