Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp6560781yba; Tue, 14 May 2019 09:32:13 -0700 (PDT) X-Google-Smtp-Source: APXvYqx6Lcrfxe5fM/7V9LAEIQDwf9IYQGkXSCgbOOKPdYFju8dGc05eV8iA3F5yoeBgKFVsvNBc X-Received: by 2002:a17:902:c01:: with SMTP id 1mr1171701pls.142.1557851533345; Tue, 14 May 2019 09:32:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557851533; cv=none; d=google.com; s=arc-20160816; b=M9hpIm7qLoEKWoUNTAMrjZMsZ9tBBNlJepeTdEsNYJgebSjkJ8ES+YzOuIcQfSWWSA 2+Wgrex45/hjVKsBhmGeeKam+/wYDeXuaLIg5datVuIFiZ1I/yxwjrMLM9tVj0xwpfNw pwjFnMCwD+UCHWbb3h2Xxw4ZiLRD7TUfRjRIlwkS/grA1F8OLmKBDrPN1ulo+SAAaLau 1XDz3djcZP75IdhFJjSYOEpRaZOiPPMjbsGaKq5HgficATdh5j8VL8gb1aVVB356Q/GQ J0/RUDVZTNz6uYaEInLphX0LXWeZgBdkYX4Mw6ylxJqk2DaShdsKXxM/Z40jehfN2SCx TLrw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=PsTG4GWWbhVLDKT3/RStRsWOBzIcJccO1W1nV+JKflA=; b=CGW0Uba/M6DcgbDNJN0M/N5pLQwVhdzHCo8vhz7c9v2x+7JVqSbn+ZIq4CAfWQ37dv ALvUUpjH6sMjQ9n/cS5S6lmJKFFQAtJ2NsIh7MnqkoXebE1wdLr/2afEXhqs7pnD/6lv xpXWFlFrYVThCyBhbV09mjwY7KVxg139yx3Z2DqA0ipbJvx0/GRL8ccUhxlEyHiCG3gD vNR9YFByCcCP32L6wGp4ycvFjbVYnJM+ArC8fPcJSVtMJWUPBtqx09z+nSM2SclbqT/h M7iXTcTgMmJefFIxOvAHoouV13Yg+c4Itw5cJljVAcx6Qb5ZBdL5t0W2t7SGYECwx4dC ZZaw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g15si6637665pfk.75.2019.05.14.09.31.57; Tue, 14 May 2019 09:32:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726174AbfENQau (ORCPT + 99 others); Tue, 14 May 2019 12:30:50 -0400 Received: from bmailout2.hostsharing.net ([83.223.90.240]:37569 "EHLO bmailout2.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725916AbfENQau (ORCPT ); Tue, 14 May 2019 12:30:50 -0400 Received: from h08.hostsharing.net (h08.hostsharing.net [83.223.95.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.hostsharing.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by bmailout2.hostsharing.net (Postfix) with ESMTPS id 153672800B3E6; Tue, 14 May 2019 18:30:48 +0200 (CEST) Received: by h08.hostsharing.net (Postfix, from userid 100393) id B203A436D43; Tue, 14 May 2019 18:30:47 +0200 (CEST) Date: Tue, 14 May 2019 18:30:47 +0200 From: Lukas Wunner To: Dmitry Torokhov Cc: Linus Torvalds , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, Ronald =?iso-8859-1?Q?Tschal=E4r?= , Andy Shevchenko Subject: Re: [git pull] Input updates for v5.2-rc0 Message-ID: <20190514163047.xurqbqbnrme5r4hq@wunner.de> References: <20190513201235.GA87488@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190513201235.GA87488@dtor-ws> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 13, 2019 at 01:12:35PM -0700, Dmitry Torokhov wrote: > Please pull from: > > git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus > > to receive updates for the input subsystem. You will get a few new > drivers: > > - driver for Azoteq IQS550/572/525 touch controllers > - driver for Microchip AT42QT1050 keys > - driver for GPIO controllable vibrators > - support for GT5663 in Goodix driver This is missing the driver to support the keyboard and trackpad on 2015+ MacBooks and MacBook Pros / Airs. Those machines make up a large segment of the laptop market and are pretty much unusable on Linux without the driver: https://www.spinics.net/lists/dri-devel/msg207174.html The patches have gone through 7 iterations, have been reviewed extensively, all review comments were addressed properly and the code is now in excellent shape. The last iteration was posted to the list 1 month ago, well in time to make it into this merge window. So I don't understand why it's not part of this pull request. Please consider submitting a second pull request for the ongoing merge window with that driver. Thanks, Lukas