Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp4076768ybl; Fri, 20 Dec 2019 22:54:56 -0800 (PST) X-Google-Smtp-Source: APXvYqxK3ydh4SB0MOmoOkxwlWQUyVwBEz5h69qkal4GpfNhnWYRyIYCYtsOim79P+zip3NJOQ6+ X-Received: by 2002:a9d:754a:: with SMTP id b10mr19543651otl.273.1576911296256; Fri, 20 Dec 2019 22:54:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576911296; cv=none; d=google.com; s=arc-20160816; b=hgISqBJCkcYcwis/RVwSNpQZ6aqCoMHILI9xZ6dg066Cl16P2psDk6oWL07KKJpApA Xn4qFzK66uHqNbHdfzwe8OQIa08DnlWBJImavSrSxsEeceBZBkHJOu2aZiSzQduucpMg 9eyiPgzkuKdUhSSUTM1wah9tb6xE/ZFq6frCUwL15TpDcwy1e8MKRloqxpUldvGdZPQ0 03Ff8SDOhIr8xlUWZCf3Zew25+UDdErAHOUmvcSJR/5JR1BGxPgwe7WjSktuF3iKj3Lk bvTF4wRmphsv/4LCMmcy4fi4DYxSr6vZccO+ldiXQqr2YfgsMXCi+L5pmq4EimUvdYkU euKA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=HCeA6+O1pUS/smDGE7xWgzetFQ4GFnIGltMOmZvDTLE=; b=RoEV9aP1Mt/ktOcsGYwGwZHsF7QpLKQAUKjL/ZvyRZEhFU2T+bvyebPLcqSpQlonVq h5MJnD7+QsQ55RAX0eRu/aVLUxqsFWs6d9G1MyloWEyRovJT8786wcGJh/PkqX18JmN+ loQrkKml2f7kXzVYv5/rYUo+AC+I1KKPHuPAJJDaciJfbGhby67RUMg16n/UD1nZCtxP Ar1SEjdFdclTNNGJ6isUDdL7mnpW9SAJP9jmpdSLXjPeHWG/akB5AsUPdfRJW2lYYpy0 7FTfQI5MmVYnqv/vJ3V8wjztIffC2n5IwxXKMBI6u1UPJqhf97JDl4SBT/6uRmjaC4MU sAUw== 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 p3si6249178oih.186.2019.12.20.22.54.45; Fri, 20 Dec 2019 22:54:56 -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 S1726066AbfLUGuT (ORCPT + 99 others); Sat, 21 Dec 2019 01:50:19 -0500 Received: from [167.172.186.51] ([167.172.186.51]:39588 "EHLO shell.v3.sk" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1725838AbfLUGuT (ORCPT ); Sat, 21 Dec 2019 01:50:19 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id F3BBFDFCC8; Sat, 21 Dec 2019 06:50:20 +0000 (UTC) Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id puEEto27kgsw; Sat, 21 Dec 2019 06:50:20 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 50B6CDFCB0; Sat, 21 Dec 2019 06:50:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at zimbra.v3.sk Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id jLvPNWMTRI6U; Sat, 21 Dec 2019 06:50:20 +0000 (UTC) Received: from furthur.lan (unknown [109.183.109.54]) by zimbra.v3.sk (Postfix) with ESMTPSA id C70B1DFC8A; Sat, 21 Dec 2019 06:50:19 +0000 (UTC) From: Lubomir Rintel To: Alan Stern Cc: Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/3] USB: EHCI: ehci-mv: make HSIC work Date: Sat, 21 Dec 2019 07:50:05 +0100 Message-Id: <20191221065008.266445-1-lkundrak@v3.sk> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Thank you, Lubo