From patchwork Thu Nov 3 15:59:10 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Bailon X-Patchwork-Id: 9411127 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 889B16022E for ; Thu, 3 Nov 2016 16:01:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 791C72ACFB for ; Thu, 3 Nov 2016 16:01:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6DF412ACFD; Thu, 3 Nov 2016 16:01:50 +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 F368E2ACFB for ; Thu, 3 Nov 2016 16:01:49 +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 1c2KR3-0004i4-K7; Thu, 03 Nov 2016 16:00:13 +0000 Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1c2KQV-00043J-QJ for linux-arm-kernel@lists.infradead.org; Thu, 03 Nov 2016 15:59:41 +0000 Received: by mail-wm0-x233.google.com with SMTP id t79so109893281wmt.0 for ; Thu, 03 Nov 2016 08:59:19 -0700 (PDT) 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=Broqzb8s6iVwaKIY4kKD7q9hr4ChCOUHhbDYmT5jRDs=; b=LNenOAmoOfl3AaCKIE6vWza4/kVhv0mOteb+TlfoWRrcj1pBEeZC4pwpQEpEn5Wtx+ 9O7c72pBbUE0oUp/Req0wlUKHd76VvRv/GQ61TvptGwK/IfV7EfFDElf8pLvNA0JKwfm 1/HHDU08iVjS7y48bG1GziR6UjftzlqiLjRBIAaGigy2AaY+s+fvZoNP28YcfUPx66N9 YyItaOyOYrp64RgjI7NHWdMBICmL/u6A11wG1pHk/PJUyBSrWdcyPzTPj6ICX7lXgn/a xJ1DdYQW2TgapcqKMkScesw3IaVSADf92SaQZjCtRdWOMhweP/N0FEdm2NahQM9Y+0a1 v0BQ== 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=Broqzb8s6iVwaKIY4kKD7q9hr4ChCOUHhbDYmT5jRDs=; b=gsHF4WbnIlAVrEyPiApm0JdH79h0VZoMEJyVsJVlUWpvi0GmAhCt0QdSxvQhbRzlty BSPW6BXyxURqgtUr41vyKbND/PUey4OHVJOUzoa7ocx3uTriFgKr3OrfERmnqDqUb1h5 hoVqWEhlWAeqNWq61OYraka1SUHqkuVlsaCQduHdTwyAyHGtYavta8iFMTAsO19fShQc LbTnfhrvu3vnD3wK8WA+HQgqbtdfkneWet6tnBH8Y2JAEKIFs/wFsjlRW0MbISGpPXP6 ibgq+aBqinhsyTnaY5B514sE/nD6TNB7NufLYWzGALtSfmBzJDbLb+bETpc7xoFnasmg EmUg== X-Gm-Message-State: ABUngvfeGIJNqs6leF3JQNbHqv+NWmZdCQw3cjHJMgyO7nqqs3LEGlWu88Cd/YAso+fa7Xhg X-Received: by 10.28.189.69 with SMTP id n66mr2645602wmf.35.1478188757898; Thu, 03 Nov 2016 08:59:17 -0700 (PDT) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id k17sm42957574wmd.8.2016.11.03.08.59.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 03 Nov 2016 08:59:17 -0700 (PDT) From: Alexandre Bailon To: khilman@baylibre.com, robh+dt@kernel.org, b-liu@ti.com Subject: [PATCH v4 2/4] usb: musb: core: added helper function for parsing DT Date: Thu, 3 Nov 2016 16:59:10 +0100 Message-Id: <1478188752-22447-3-git-send-email-abailon@baylibre.com> X-Mailer: git-send-email 2.7.3 In-Reply-To: <1478188752-22447-1-git-send-email-abailon@baylibre.com> References: <1478188752-22447-1-git-send-email-abailon@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161103_085940_057226_FA984793 X-CRM114-Status: GOOD ( 12.73 ) 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 27dadc0..bba07e7 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__ */