From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:43639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggPvG-0007TV-Dw for qemu-devel@nongnu.org; Mon, 07 Jan 2019 03:06:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggPvE-0000Aq-HB for qemu-devel@nongnu.org; Mon, 07 Jan 2019 03:06:10 -0500 References: <20190104175847.6290-1-philmd@redhat.com> <20190104175847.6290-9-philmd@redhat.com> <6443e9fa-6fb3-56d8-8568-93608cff0d69@redhat.com> From: Thomas Huth Message-ID: <2641db06-06c3-3c18-c00b-db7e17cffa55@redhat.com> Date: Mon, 7 Jan 2019 09:05:37 +0100 MIME-Version: 1.0 In-Reply-To: <6443e9fa-6fb3-56d8-8568-93608cff0d69@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-07 09:02, Philippe Mathieu-Daud=C3=A9 wrote: > Hi Thomas, >=20 > On 1/7/19 8:18 AM, Thomas Huth wrote: >> 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(+) >>> >>> 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 thi= s >> entry here is wrong. >=20 > It does use another touchscreen controller, the tsc2102, which in the > next patch are declared in the same header (you suggested "tsc2xxx.h): So using the tsc2*.c wildcard for the *C* file is still wrong here, isn't it? Thomas