From patchwork Wed Nov 16 10:52:24 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Bailon X-Patchwork-Id: 9431269 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 59A886047D for ; Wed, 16 Nov 2016 10:55:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 41FF928EFC for ; Wed, 16 Nov 2016 10:55:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 345FB28F01; Wed, 16 Nov 2016 10:55:28 +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=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id B9CA728EFC for ; Wed, 16 Nov 2016 10:55:27 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1c6xqy-00029J-GY; Wed, 16 Nov 2016 10:54:08 +0000 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1c6xpq-0001MC-Jy for linux-arm-kernel@lists.infradead.org; Wed, 16 Nov 2016 10:53:00 +0000 Received: by mail-wm0-x22d.google.com with SMTP id f82so64286241wmf.1 for ; Wed, 16 Nov 2016 02:52:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=vBE1brYGi+guj1TzD9s/lwoJAGFu7MUrKvezv69HxcE=; b=JC//rIH0OPziPMurkrgv53Clo8LCdcs1UYtTk62QUbaHi/YgSS45y8uUPMVDMHHhuA wZuyhDltJRYmy26gUw/oPqUvhqR/QqVC1ipbH/nw9xzpUu29RFR7eUpKcKmLkVfum7FA fsHmPtPak/cSLVBAHkjTTVrz3F4sMyqCzuLHT3WFhyzfXczRzlYixPkxsDKwWkBBT9KE T8nrwE4qGWwANzrjpga16cq6/AEs8mD5T4s0CVMJoZ7wgYp2wUvHN+JDdUCspFuN+CWv SU+gDuLP0q0gM4QelWsDAEQdGs4hG2IIgHfUBKADoJ9xg4jDxaItq4cN2ZeLnkUMsLXm auOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=vBE1brYGi+guj1TzD9s/lwoJAGFu7MUrKvezv69HxcE=; b=eTV+cg56BdYYKIgIeFLAUF/aNdb94R9L9HjZaGC2NOqyzxBVuuy26G4FtKN0L3sj3T jHtSiqvhSXOJOktgfqiHxgv9jci7MA+StlYytiVD2hMPOPnC+GO9X2DToFsA5W44jQEM X26bQqv3s31uvmYRtC9/IqzUXBJYJ+uQTFQa0pEiztwxd3Hd/pLbl8SGw85/atsNDcs+ 64iiZo+BAol1RKB65jKyju3fCm8m8vMVRxEO2mv2iKte4gTZ8G9utGw+GL8UOKzIH4NB NIxVfLxbiv62Qtvs+nW5NfiEVU00ZFb/phMiTa5RDJkjDgxrWJX37LVy6a/3uRjcWiBr Ctmg== X-Gm-Message-State: ABUngvdm+AhndHwSUDc+70/cLxOwiomYGyRBBxzaa0BLwL+UaBo9jCPlj3BkIwRWPVNerqTa X-Received: by 10.28.135.5 with SMTP id j5mr6650903wmd.3.1479293556536; Wed, 16 Nov 2016 02:52:36 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id m9sm9444479wma.0.2016.11.16.02.52.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 16 Nov 2016 02:52:36 -0800 (PST) From: Alexandre Bailon To: khilman@baylibre.com, robh+dt@kernel.org, b-liu@ti.com Subject: [PATCH v5 2/3] usb: musb: core: added helper function for parsing DT Date: Wed, 16 Nov 2016 11:52:24 +0100 Message-Id: <1479293545-7516-3-git-send-email-abailon@baylibre.com> X-Mailer: git-send-email 2.7.3 In-Reply-To: <1479293545-7516-1-git-send-email-abailon@baylibre.com> References: <1479293545-7516-1-git-send-email-abailon@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161116_025258_918328_DFCDDA97 X-CRM114-Status: GOOD ( 12.29 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-usb@vger.kernel.org, nsekhar@ti.com, linux-kernel@vger.kernel.org, Petr Kulhavy , Alexandre Bailon , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Petr Kulhavy This adds the function musb_get_mode() to get the DT property "dr_mode" Signed-off-by: Petr Kulhavy Acked-by: Sergei Shtylyov Signed-off-by: Alexandre Bailon Tested-by: David Lechner Reviewed-by: Kevin Hilman --- drivers/usb/musb/musb_core.c | 19 +++++++++++++++++++ drivers/usb/musb/musb_core.h | 6 ++++++ 2 files changed, 25 insertions(+) diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index e01116e..9b44566 100644 --- a/drivers/usb/musb/musb_core.c +++ b/drivers/usb/musb/musb_core.c @@ -100,6 +100,7 @@ #include #include #include +#include #include "musb_core.h" #include "musb_trace.h" @@ -130,6 +131,24 @@ static inline struct musb *dev_to_musb(struct device *dev) return dev_get_drvdata(dev); } +enum musb_mode musb_get_mode(struct device *dev) +{ + enum usb_dr_mode mode; + + mode = usb_get_dr_mode(dev); + switch (mode) { + case USB_DR_MODE_HOST: + return MUSB_HOST; + case USB_DR_MODE_PERIPHERAL: + return MUSB_PERIPHERAL; + case USB_DR_MODE_OTG: + case USB_DR_MODE_UNKNOWN: + default: + return MUSB_OTG; + } +} +EXPORT_SYMBOL_GPL(musb_get_mode); + /*-------------------------------------------------------------------------*/ #ifndef CONFIG_BLACKFIN diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h index 2cb88a49..76f00f6 100644 --- a/drivers/usb/musb/musb_core.h +++ b/drivers/usb/musb/musb_core.h @@ -617,4 +617,10 @@ static inline void musb_platform_post_root_reset_end(struct musb *musb) musb->ops->post_root_reset_end(musb); } +/* + * gets the "dr_mode" property from DT and converts it into musb_mode + * if the property is not found or not recognized returns MUSB_OTG + */ +extern enum musb_mode musb_get_mode(struct device *dev); + #endif /* __MUSB_CORE_H__ */