Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1372552 > unrolled thread
| Started by | Vivek Gautam <gautam.vivek@samsung.com> |
|---|---|
| First post | 2016-04-06 16:10 +0200 |
| Last post | 2016-04-06 16:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 1/2] phy: Move ULPI phy header out of driver to includes path Vivek Gautam <gautam.vivek@samsung.com> - 2016-04-06 16:10 +0200
| From | Vivek Gautam <gautam.vivek@samsung.com> |
|---|---|
| Date | 2016-04-06 16:10 +0200 |
| Subject | [PATCH 1/2] phy: Move ULPI phy header out of driver to includes path |
| Message-ID | <rkWjD-52m-7@gated-at.bofh.it> |
Although ULPI phy is currently being used by tusb1210,
there can be other consumers too in future. So move this
to the includes path for phy.
Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
---
{drivers => include/linux}/phy/ulpi_phy.h | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename {drivers => include/linux}/phy/ulpi_phy.h (100%)
diff --git a/drivers/phy/ulpi_phy.h b/include/linux/phy/ulpi_phy.h
similarity index 100%
rename from drivers/phy/ulpi_phy.h
rename to include/linux/phy/ulpi_phy.h
--
1.9.1
Back to top | Article view | linux.kernel
csiph-web