Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

phy: qcom-usb: Remove unused ulpi phy header

Ulpi phy header is not used for anything. Remove the same
from qcom-hs and qcom-hsic phy drivers.

Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org>
Suggested-by: Stephen Boyd <stephen.boyd@linaro.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-arm-msm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-usb@vger.kernel.org
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Vivek Gautam and committed by
Kishon Vijay Abraham I
706a3b69 9605bc46

+2 -4
+1 -2
drivers/phy/phy-qcom-usb-hs.c
··· 11 11 #include <linux/clk.h> 12 12 #include <linux/regulator/consumer.h> 13 13 #include <linux/of_device.h> 14 + #include <linux/phy/phy.h> 14 15 #include <linux/reset.h> 15 16 #include <linux/extcon.h> 16 17 #include <linux/notifier.h> 17 - 18 - #include "ulpi_phy.h" 19 18 20 19 #define ULPI_PWR_CLK_MNG_REG 0x88 21 20 # define ULPI_PWR_OTG_COMP_DISABLE BIT(0)
+1 -2
drivers/phy/phy-qcom-usb-hsic.c
··· 8 8 #include <linux/module.h> 9 9 #include <linux/ulpi/driver.h> 10 10 #include <linux/ulpi/regs.h> 11 + #include <linux/phy/phy.h> 11 12 #include <linux/pinctrl/consumer.h> 12 13 #include <linux/pinctrl/pinctrl-state.h> 13 14 #include <linux/delay.h> 14 15 #include <linux/clk.h> 15 - 16 - #include "ulpi_phy.h" 17 16 18 17 #define ULPI_HSIC_CFG 0x30 19 18 #define ULPI_HSIC_IO_CAL 0x33