Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1372552

[PATCH 1/2] phy: Move ULPI phy header out of driver to includes path

From Vivek Gautam <gautam.vivek@samsung.com>
Newsgroups linux.kernel
Subject [PATCH 1/2] phy: Move ULPI phy header out of driver to includes path
Date 2016-04-06 16:10 +0200
Message-ID <rkWjD-52m-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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 linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[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

csiph-web