Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp4507439ybl; Sat, 21 Dec 2019 08:00:57 -0800 (PST) X-Google-Smtp-Source: APXvYqwQwOg6Ho9/cqmSb9vgA9sIGjOh6yhlRHN+vlbtOOCe6AutApGAZOuMf1yaevmhUHnLFpF9 X-Received: by 2002:a05:6830:605:: with SMTP id w5mr18403081oti.79.1576944057325; Sat, 21 Dec 2019 08:00:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576944057; cv=none; d=google.com; s=arc-20160816; b=eaDP7I1cSyPsYHYPDlVxftVrzrzrMRGAIxlLF11uGatqVy2vn63TkxssWV0goiPUj8 lz5LGmG1jnbOFvVLEqxhSu6Nn9Pk1hoqE23Fvd57Qb4WJCxAzgDaiAkXDTGmN9dO7DMV i/Nbycis9a9KdW1RJmfepAA9talHx4cDWW3u28AKOX/4YtleFkBxVJvs1UzizzbfCv1X 0BToT97j/ZwlWNXkS9wRNk4x2mxViP0tQU/CvjLgpFUPMDzHWQS6tsGQeDIL3o3F3D+W cU4Ayl+FkJanayJ8G6Ir6HUwbRAraQp+xqNWfvrjCjoLhxndj2KeZ9esRn5Lb7Ypabsd HK9A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date; bh=eV/PEbm5m1O5uH3FWWVJmWobi2BxqUutkq0KE6i0f0E=; b=gurRhbLoCPMl4Ay0aNPSuAewzALxS65EFL1AuoimehHQm0CMjGQPoGT6ihYAb2YLZW TaakxxFi0ub3av2LeX2B15cb8L0qTrFwEHRr46EFXFjEIZp0qz9CdiS88x4RwPg5pGij qBglINKhjCoOrN2hWHtGiIK9/OOT8qG1ftYgpRZEa0ZAZgv2YmA/HfYszcNb4aB2xWGe s1Ky8LO4j92WjPYPGMyNNTxdSiNqG9CDvemty8JwtrVOJxsPiC9xShyUQiM24GBA7XkK 9vzc6hwqvyfSoSSH/c4Bibc8JoYC5k4pKdQAARaOf4TIm6oMbIF78Hxfka8KgdiwawO7 FYBg== 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 s20si3451347otq.28.2019.12.21.08.00.45; Sat, 21 Dec 2019 08:00:57 -0800 (PST) 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 S1727188AbfLUP2A (ORCPT + 99 others); Sat, 21 Dec 2019 10:28:00 -0500 Received: from netrider.rowland.org ([192.131.102.5]:41583 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1726716AbfLUP2A (ORCPT ); Sat, 21 Dec 2019 10:28:00 -0500 Received: (qmail 30523 invoked by uid 500); 21 Dec 2019 10:27:59 -0500 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 21 Dec 2019 10:27:59 -0500 Date: Sat, 21 Dec 2019 10:27:58 -0500 (EST) From: Alan Stern X-X-Sender: stern@netrider.rowland.org To: Lubomir Rintel cc: Greg Kroah-Hartman , , Subject: Re: [PATCH v2 0/3] USB: EHCI: ehci-mv: make HSIC work In-Reply-To: <20191221065008.266445-1-lkundrak@v3.sk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 21 Dec 2019, Lubomir Rintel wrote: > please have a look at the three patches chained to this message. They > are independent of each other and can be applied iny any order. > > My main objective was to make HSIC work on MMP3. The PHY patch is > loosely related to that (there's no MMP3 HSIC PHY driver, but the NOP > is sufficient). The last one is a cosmetic thing. > > Compared to first submission, the patches are now submitted as series > and the wording of the third one's commit message has been changed. All three patches are okay with me. Acked-by: Alan Stern Alan Stern