From: Heikki Krogerus <heikki.krogerus@linux.intel.com>
To: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Baolu Lu <baolu.lu@linux.intel.com>,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/3] phy: ulpi bus
Date: Tue, 20 Jan 2015 11:18:19 +0200 [thread overview]
Message-ID: <1421745502-169447-1-git-send-email-heikki.krogerus@linux.intel.com> (raw)
Heikki Krogerus (3):
phy: add bus for USB ULPI PHYs
usb: dwc3: add ULPI interface support
phy: ulpi: add driver for TI TUSB1210
MAINTAINERS | 7 ++
drivers/phy/Kconfig | 2 +
drivers/phy/Makefile | 1 +
drivers/phy/ulpi/Kconfig | 20 +++
drivers/phy/ulpi/Makefile | 4 +
drivers/phy/ulpi/tusb1210.c | 131 ++++++++++++++++++++
drivers/phy/ulpi/ulpi.c | 246 +++++++++++++++++++++++++++++++++++++
drivers/phy/ulpi/ulpi_phy.h | 31 +++++
drivers/usb/dwc3/Kconfig | 7 ++
drivers/usb/dwc3/Makefile | 4 +
drivers/usb/dwc3/core.c | 9 +-
drivers/usb/dwc3/core.h | 22 ++++
drivers/usb/dwc3/ulpi.c | 102 +++++++++++++++
include/linux/phy/ulpi/driver.h | 58 +++++++++
include/linux/phy/ulpi/interface.h | 23 ++++
include/linux/phy/ulpi/regs.h | 130 ++++++++++++++++++++
include/linux/usb/ulpi.h | 135 +-------------------
17 files changed, 799 insertions(+), 133 deletions(-)
create mode 100644 drivers/phy/ulpi/Kconfig
create mode 100644 drivers/phy/ulpi/Makefile
create mode 100644 drivers/phy/ulpi/tusb1210.c
create mode 100644 drivers/phy/ulpi/ulpi.c
create mode 100644 drivers/phy/ulpi/ulpi_phy.h
create mode 100644 drivers/usb/dwc3/ulpi.c
create mode 100644 include/linux/phy/ulpi/driver.h
create mode 100644 include/linux/phy/ulpi/interface.h
create mode 100644 include/linux/phy/ulpi/regs.h
--
2.1.4
next reply other threads:[~2015-01-20 9:18 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-20 9:18 Heikki Krogerus [this message]
2015-01-20 9:18 ` [PATCH 1/3] phy: add bus for USB ULPI PHYs Heikki Krogerus
2015-01-20 9:18 ` [PATCH 2/3] usb: dwc3: add ULPI interface support Heikki Krogerus
2015-01-20 15:23 ` Felipe Balbi
2015-01-21 8:58 ` Heikki Krogerus
2015-01-20 9:18 ` [PATCH 3/3] phy: ulpi: add driver for TI TUSB1210 Heikki Krogerus
2015-01-20 15:45 ` Felipe Balbi
2015-01-21 9:17 ` Heikki Krogerus
2015-01-21 11:39 ` Heikki Krogerus
2015-01-22 20:51 ` Felipe Balbi
2015-01-23 8:23 ` Heikki Krogerus
2015-01-23 16:16 ` Felipe Balbi
2015-01-22 20:49 ` Felipe Balbi
2015-01-23 8:12 ` Heikki Krogerus
2015-01-23 16:18 ` Felipe Balbi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1421745502-169447-1-git-send-email-heikki.krogerus@linux.intel.com \
--to=heikki.krogerus@linux.intel.com \
--cc=baolu.lu@linux.intel.com \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®