From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggPB7-0000CH-Dv for qemu-devel@nongnu.org; Mon, 07 Jan 2019 02:18:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggPB6-0006rn-Om for qemu-devel@nongnu.org; Mon, 07 Jan 2019 02:18:29 -0500 References: <20190104175847.6290-1-philmd@redhat.com> <20190104175847.6290-9-philmd@redhat.com> From: Thomas Huth Message-ID: Date: Mon, 7 Jan 2019 08:18:12 +0100 MIME-Version: 1.0 In-Reply-To: <20190104175847.6290-9-philmd@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 08/16] MAINTAINERS: Add missing entries for the TI touchscreen devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org Cc: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , "Edgar E. Iglesias" , Magnus Damm , David Gibson , Andrew Jeffery , qemu-arm@nongnu.org, qemu-ppc@nongnu.org, Joel Stanley , Peter Maydell , Andrzej Zaborowski , Igor Mitsyanko , Beniamino Galvani , Michael Walle , Richard Henderson , Jan Kiszka , Jason Wang , Gerd Hoffmann , Peter Chubb , Aurelien Jarno , =?UTF-8?Q?C=c3=a9dric_Le_Goater?= , Bastian Koppelmann , Rob Herring On 2019-01-04 18:58, Philippe Mathieu-Daud=C3=A9 wrote: > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index f571b29077..03872552ee 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -640,6 +640,7 @@ M: Peter Maydell > L: qemu-arm@nongnu.org > S: Odd Fixes > F: hw/arm/nseries.c > +F: hw/input/tsc2*.c > F: include/hw/display/blizzard.h > F: include/hw/misc/cbus.h > =20 > @@ -649,6 +650,7 @@ M: Peter Maydell > L: qemu-arm@nongnu.org > S: Odd Fixes > F: hw/arm/palm.c > +F: hw/input/tsc2*.c The Palm machine does not seem to use tsc2005, does it? So I think this entry here is wrong. Thomas