From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 73C8B1E49B for ; Fri, 9 Aug 2024 13:53:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723211637; cv=none; b=hQMqjInCYe8+BtPGMyrRv90OtA6O2WHwMaoKYTCBEbc9LtXUTrODA46sOxZmCDS1cwQO13Etqqn32qhQQiGnS1TGEL49jlVt/+1BZpDbdi0lfeR+BjW/6x29+JCvk1C62Uf981VWXYjR17ZsR+hUKe8Clcho85vZhr6HR/Xte5o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723211637; c=relaxed/simple; bh=Mvu11gfbK130YzAznijiBo58nForu8wKijjpyX/U2nc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=u5t4uvoGWSBImh30eWQ4Q4b/0xZ+ay/Ncydnuw6gAiIa4JRtEjn3pVCaToAEw7XE178nW2y6QvoXYpeSTZPQ++msEvuX9zJZnu0f94tal1bhl9qMqIz0Xk4zbx3D1Aoti8yuwidkDHFpXIm80NreNhAaOjflJwJ4MlyB3vxuGDs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6FE3413D5; Fri, 9 Aug 2024 06:54:20 -0700 (PDT) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8F3C33F71E; Fri, 9 Aug 2024 06:53:53 -0700 (PDT) Date: Fri, 9 Aug 2024 14:53:51 +0100 From: Sudeep Holla To: Hanjun Guo Cc: Lorenzo Pieralisi , Sudeep Holla , "Rafael J . Wysocki" , Will Deacon , Catalin Marinas , , Subject: Re: [PATCH] ACPI: ARM64: add acpi_iort.h to MAINTAINERS Message-ID: References: <20240808130946.1028376-1-guohanjun@huawei.com> Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240808130946.1028376-1-guohanjun@huawei.com> On Thu, Aug 08, 2024 at 09:09:46PM +0800, Hanjun Guo wrote: > IORT(Input Output Remapping Table) represents the I/O topology of an > Arm-based system for use with the ACPI, so acpi_iort.h is for arm64 > only. > > This helps git-send-email to figure out the proper maintainers when > touching the file. > Acked-by: Sudeep Holla -- Regards, Sudeep