Received: by 2002:ac0:98c7:0:0:0:0:0 with SMTP id g7-v6csp4501792imd; Tue, 30 Oct 2018 03:04:32 -0700 (PDT) X-Google-Smtp-Source: AJdET5cgqN1z6H9EeBsd/FxZrPhA4TAqnOsrWzw2O55+HfmKwTfPh1icFJOl/8WCzMY+AzwZTlF7 X-Received: by 2002:a63:3842:: with SMTP id h2-v6mr17158766pgn.300.1540893872393; Tue, 30 Oct 2018 03:04:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540893872; cv=none; d=google.com; s=arc-20160816; b=WB6cl1UTzg5sl/roHGJQQyCaaaZWcOrPybQHm27vFB84LwMWD+cLjQ28VwupP9tu0x 5pXkIkrrmr5RtMapgbjD8rJBdTo3wPeGW3RKdlyiwYnFo9JzkF+biYX7bKud69+ZHBa/ jH3QdlIZuF9uGqB+ZHXQrMjyd3A3SsRkrAijgESVeYduezI/bQR/jxj3tqqwo96ruxlM Nu+1o9aE9GDZodyFeohAqNgCAu9EG74GuLjyZZkXyeCuAi1GUw3IF5zqC5d+9pGdzoxZ LE3Ni4Y4bt5cfYNcQ9oKEUOAGcQFhj/7MqiG+6SfrMF1dm2+O2gIw8QdsXBHY/dZjQXT M4og== 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=VWozNawoJffs28fg5Hk2Rr/6vpAGsKenGUlC1QWHFqQ=; b=bxdO0xqyVsOy7ngO1Ffcz1j/m9yFo5JaBrZel90p2dHdgyRSqXgIIoATC0pgebeaLp rdA81MWAqjvtJlhSHYUa/w6+nHpNlw3Kf6WFXvN60eZOm6l1cbeBsKtFXE2XV5AMoi9W 8GM1AJB3GhZkgmVpyV14Fzw6+JVc61vgy/qCr+0b8dlOFMRg++AHjl4/l3asKCh5ANoa KqYFUCoH8i5gmJiR6oLlcdNCL/28DcY2NjSpXxUR5XOxYCrv+aafBLTALNvqdSVO/uBt oHUTuLSVh11Dv6Ux3bJxOamyc+8iWJy9tQCywaulRxPaMxY7251W9SUlh9yzmHjcVDpi qZkw== 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 b14-v6si3222489pfj.207.2018.10.30.03.04.15; Tue, 30 Oct 2018 03:04:32 -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 S1727346AbeJ3Sy3 (ORCPT + 99 others); Tue, 30 Oct 2018 14:54:29 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:59218 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726225AbeJ3Sy3 (ORCPT ); Tue, 30 Oct 2018 14:54:29 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id C2CE58078C; Tue, 30 Oct 2018 11:01:37 +0100 (CET) Date: Tue, 30 Oct 2018 11:01:39 +0100 From: Pavel Machek To: Lubomir Rintel Cc: Dmitry Torokhov , Michael Turquette , Rob Herring , Mark Rutland , Stephen Boyd , James Cameron , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH v2 0/8] OLPC 1.75 Keyboard/Touchpad fixes Message-ID: <20181030100139.GB21529@amd> References: <20181010142504.233467-1-lkundrak@v3.sk> <20181015195612.GB29649@amd> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7iMSBzlTiPOCCT2k" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --7iMSBzlTiPOCCT2k Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > > > This makes keyboard/touchpad work on a DT MMP2 platform. > > >=20 > > > I believe that it would be a good idea if this, once reviewed, went > > > in > > > via the input tree. The DT and CLK parts got reviews/acks. > > >=20 > > > Changes from v1: > > > - Basically none, just re-send, including Ack and Review tags in > > > patches > > > that received them. Plus an extra Cc. > > > I'd be very thankful for reviews. > >=20 > > Ok, I believe I have OLPC 1.75, and it is actually a nice > > machine. Can I get recent kernel working there in useful fashion? (Is > > there docs somewhere)? >=20 > A lovely machine indeed. I've written this now: >=20 > https://github.com/hackerspace/olpc-xo175-linux/wiki/How-to-run-an-up-to-= date-Linux-on-a-XO-1.75 >=20 > I didn't test it yet -- will do when I get home in the evening. But > chances are it's good enough and I guess you'd be able to get it > working even if I messed up some details. Ok, let me check. I went to this branch: commit f99b274084d320814f4b035a7e3455af424229ea Author: Lubomir Rintel Date: Sun Aug 5 23:11:27 2018 +0200 First comment: the zImage size adjusting hack should really be somewhere in tools/ and preferably in python. This is way beyond reasonable use of shell. > Please let me know if it works for you -- I'm having trouble getting > reviews/acks/tested-bys for the XO-1.75 patch sets [1] and will be > super thankful if I get some feedback from you. >=20 > [1] https://lore.kernel.org/patchwork/bundle/lkundrak/OLPC%20XO%201.75/ You want to just continue without them :-). As long as you don't change the core code, you should be ok. Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --7iMSBzlTiPOCCT2k Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlvYLAIACgkQMOfwapXb+vIJdwCfbPsc+dDKc8pF4G+DixcMANs4 IhkAn05f8C5B7DFCPkU2Xhc4eAp1Jr9/ =I0OY -----END PGP SIGNATURE----- --7iMSBzlTiPOCCT2k--