This patch series cleans up and simplifies some of the Samsung USB PHY driver code. It changes the PMU register handling to carry the register address directly in the device tree and avoid a lot of special-cased address arithmatic in the code. Then it removes the USB_PHY_TYPE HOST/DEVICE distinction which was only needed for those removed parts. Julius Werner (3): usb: phy-samsung-usb: Simplify PMU register handling usb: phy-samsung-usb: trivial: rename pmuregs variable usb: phy-samsung-usb: Remove USB_PHY_TYPE from Samsung PHY driver arch/arm/boot/dts/exynos5250.dtsi | 4 +-- drivers/usb/phy/phy-samsung-usb.c | 51 +++++++++----------------------------- drivers/usb/phy/phy-samsung-usb.h | 34 ++++++------------------- drivers/usb/phy/phy-samsung-usb2.c | 34 +++++++------------------ drivers/usb/phy/phy-samsung-usb3.c | 13 +++------- 5 files changed, 34 insertions(+), 102 deletions(-) -- 1.7.12.4 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html