Message ID | 20180822204307.13251-1-lkundrak@v3.sk (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-usb-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E48EF139B for <patchwork-linux-usb@patchwork.kernel.org>; Wed, 22 Aug 2018 20:45:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D51112BB0E for <patchwork-linux-usb@patchwork.kernel.org>; Wed, 22 Aug 2018 20:45:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C97352BC84; Wed, 22 Aug 2018 20:45:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8ACAF2BB0E for <patchwork-linux-usb@patchwork.kernel.org>; Wed, 22 Aug 2018 20:45:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727250AbeHWAJs (ORCPT <rfc822;patchwork-linux-usb@patchwork.kernel.org>); Wed, 22 Aug 2018 20:09:48 -0400 Received: from shell.v3.sk ([90.176.6.54]:53213 "EHLO shell.v3.sk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726760AbeHWAJs (ORCPT <rfc822;linux-usb@vger.kernel.org>); Wed, 22 Aug 2018 20:09:48 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 7B284B5B90; Wed, 22 Aug 2018 22:43:20 +0200 (CEST) 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 UBOis8eMnSGl; Wed, 22 Aug 2018 22:43:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 2FFE7B5B8E; Wed, 22 Aug 2018 22:43:11 +0200 (CEST) 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 90t1BuUVFnp6; Wed, 22 Aug 2018 22:43:10 +0200 (CEST) Received: from odvarok.lan (ip-89-102-31-34.net.upcbroadband.cz [89.102.31.34]) by zimbra.v3.sk (Postfix) with ESMTPSA id 04345B5B89; Wed, 22 Aug 2018 22:43:09 +0200 (CEST) From: Lubomir Rintel <lkundrak@v3.sk> To: linux-kernel@vger.kernel.org Cc: linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Eric Miao <eric.y.miao@gmail.com>, Haojian Zhuang <haojian.zhuang@gmail.com>, Kishon Vijay Abraham I <kishon@ti.com>, Alan Stern <stern@rowland.harvard.edu> Subject: [PATCH 00/14] Convert ehci-mv to DT Date: Wed, 22 Aug 2018 22:42:53 +0200 Message-Id: <20180822204307.13251-1-lkundrak@v3.sk> X-Mailer: git-send-email 2.17.1 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: <linux-usb.vger.kernel.org> X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
Convert ehci-mv to DT
|
expand
|
On Wed, 22 Aug 2018, Lubomir Rintel wrote: > Hi, > > This patch set makes it possible to use the Marvell EHCI driver with > DT-based machines. > > Tested on a marvell,mmp2-based OLPC XO 1.75 laptop. (With a custom > appended DT that will be submitted in a separate patch set. The > machine's OpenFirmware provides a device tree, but that one is too > buggy to boot a pure marvell,mmp2 FDT kernel.) For all the EHCI parts of this series: Acked-by: Alan Stern <stern@rowland.harvard.edu>