From mboxrd@z Thu Jan 1 00:00:00 1970 From: joro@8bytes.org (Joerg Roedel) Date: Tue, 30 May 2017 11:12:05 +0200 Subject: [PATCH v2 1/2] ACPICA: IORT: Update SMMU models for IORT rev. C In-Reply-To: <11ef7d28c535c01d42b7b3c8e632934f0e0f1048.1495459319.git.robin.murphy@arm.com> References: <11ef7d28c535c01d42b7b3c8e632934f0e0f1048.1495459319.git.robin.murphy@arm.com> Message-ID: <20170530091205.GB2764@8bytes.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, May 22, 2017 at 04:06:37PM +0100, Robin Murphy wrote: > IORT revision C has been published with a number of new SMMU > implementation identifiers. Since IORT doesn't have any way of falling > back to a more generic model code, we really need Linux to know about > these before vendors start updating their firmware tables to use them. > > CC: Rafael J. Wysocki > CC: Robert Moore > CC: Lv Zheng > Acked-by: Robert Richter > Tested-by: Robert Richter > Signed-off-by: Robin Murphy > --- > > v2: Update more comments, add Robert's tags. I generally prefer 'Fixes'-tags, can you please add them too?