Re: [PATCH 0/7] usb-phy: samsung: Cleanup the unused drivers

2014-08-20 Thread Vivek Gautam
Hi Felipe,


On Wed, Aug 20, 2014 at 11:44 PM, Felipe Balbi  wrote:
> Hi,
>
> On Thu, Aug 14, 2014 at 07:53:53PM +0530, Vivek Gautam wrote:
>> - This series is based on 'usb-next' branch.
>>
>> Now that we have support for USB PHY controllers for Exynos SoC series,
>> we are free to remove the older usb-phy support.
>> In the process, we are removing the entire phy-samsung-usb3 driver, and
>> besides that all support for Exynos4x and Exynos5 from phy-samsung-usb2
>> driver.
>>
>> We have also removed the older USB-PHY support from ehci-exynos and 
>> ohci-exynos
>> since those drivers now can use newer GENERIC-PHYs, and don't need the older
>> USB-PHYs and related code anymore. These patches for ohci-exynos and 
>> ehci-exynos
>> now replaces the older sent patch for phy sequence cleanup for them.[1]
>>
>> I have build-tested this series for exynos_defconfig and s3c64xx_defconfig,
>> and have tested the EHCI and OHCI operations on smdk5250 board, but
>> have not tested the actual working due to unavailability of S3C64XX
>> board. So can someone please help me testing this series.
>>
>> [1] https://lkml.org/lkml/2014/8/5/142
>>
>> Vivek Gautam (7):
>>   usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver
>>   usb-phy: samsung-usb2: Remove support for Exynos5250
>>   usb-phy: samsung-usb2: Remove support for Exynos4X12
>>   usb-phy: samsung-usb2: Remove support for Exynos4210
>>   usb-phy: samsung-usb2: Clean up to leave only S3C64XX support
>>   usb: host: ehci-exynos: Remove unnecessary usb-phy support
>>   usb: host: ohci-exynos: Remove unnecessary usb-phy support
>
> some of these patches are still RFC, can you resend without RFC and all
> proper Acks in place ? Also rebased on top of v3.17-rc1.

As per the discussion in thread [1], i am dropping the [Patch 1/7]
till [Patch 5/7] since
these are part of the cleanup series by Bart: [PATCH 0/5] usb: phy:
samsung: remove old USB PHY code;
and will send out the rebased remaining two patches with Alan's Ack.


[1] https://lkml.org/lkml/2014/8/21/11



-- 
Best Regards
Vivek Gautam
Samsung R Institute, Bangalore
India
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/7] usb-phy: samsung: Cleanup the unused drivers

2014-08-20 Thread Felipe Balbi
Hi,

On Thu, Aug 14, 2014 at 07:53:53PM +0530, Vivek Gautam wrote:
> - This series is based on 'usb-next' branch.
> 
> Now that we have support for USB PHY controllers for Exynos SoC series,
> we are free to remove the older usb-phy support.
> In the process, we are removing the entire phy-samsung-usb3 driver, and
> besides that all support for Exynos4x and Exynos5 from phy-samsung-usb2
> driver.
> 
> We have also removed the older USB-PHY support from ehci-exynos and 
> ohci-exynos
> since those drivers now can use newer GENERIC-PHYs, and don't need the older
> USB-PHYs and related code anymore. These patches for ohci-exynos and 
> ehci-exynos
> now replaces the older sent patch for phy sequence cleanup for them.[1]
> 
> I have build-tested this series for exynos_defconfig and s3c64xx_defconfig,
> and have tested the EHCI and OHCI operations on smdk5250 board, but
> have not tested the actual working due to unavailability of S3C64XX
> board. So can someone please help me testing this series.
> 
> [1] https://lkml.org/lkml/2014/8/5/142
> 
> Vivek Gautam (7):
>   usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver
>   usb-phy: samsung-usb2: Remove support for Exynos5250
>   usb-phy: samsung-usb2: Remove support for Exynos4X12
>   usb-phy: samsung-usb2: Remove support for Exynos4210
>   usb-phy: samsung-usb2: Clean up to leave only S3C64XX support
>   usb: host: ehci-exynos: Remove unnecessary usb-phy support
>   usb: host: ohci-exynos: Remove unnecessary usb-phy support

some of these patches are still RFC, can you resend without RFC and all
proper Acks in place ? Also rebased on top of v3.17-rc1.

thanks

-- 
balbi


signature.asc
Description: Digital signature


Re: [PATCH 0/7] usb-phy: samsung: Cleanup the unused drivers

2014-08-20 Thread Felipe Balbi
Hi,

On Thu, Aug 14, 2014 at 07:53:53PM +0530, Vivek Gautam wrote:
 - This series is based on 'usb-next' branch.
 
 Now that we have support for USB PHY controllers for Exynos SoC series,
 we are free to remove the older usb-phy support.
 In the process, we are removing the entire phy-samsung-usb3 driver, and
 besides that all support for Exynos4x and Exynos5 from phy-samsung-usb2
 driver.
 
 We have also removed the older USB-PHY support from ehci-exynos and 
 ohci-exynos
 since those drivers now can use newer GENERIC-PHYs, and don't need the older
 USB-PHYs and related code anymore. These patches for ohci-exynos and 
 ehci-exynos
 now replaces the older sent patch for phy sequence cleanup for them.[1]
 
 I have build-tested this series for exynos_defconfig and s3c64xx_defconfig,
 and have tested the EHCI and OHCI operations on smdk5250 board, but
 have not tested the actual working due to unavailability of S3C64XX
 board. So can someone please help me testing this series.
 
 [1] https://lkml.org/lkml/2014/8/5/142
 
 Vivek Gautam (7):
   usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver
   usb-phy: samsung-usb2: Remove support for Exynos5250
   usb-phy: samsung-usb2: Remove support for Exynos4X12
   usb-phy: samsung-usb2: Remove support for Exynos4210
   usb-phy: samsung-usb2: Clean up to leave only S3C64XX support
   usb: host: ehci-exynos: Remove unnecessary usb-phy support
   usb: host: ohci-exynos: Remove unnecessary usb-phy support

some of these patches are still RFC, can you resend without RFC and all
proper Acks in place ? Also rebased on top of v3.17-rc1.

thanks

-- 
balbi


signature.asc
Description: Digital signature


Re: [PATCH 0/7] usb-phy: samsung: Cleanup the unused drivers

2014-08-20 Thread Vivek Gautam
Hi Felipe,


On Wed, Aug 20, 2014 at 11:44 PM, Felipe Balbi ba...@ti.com wrote:
 Hi,

 On Thu, Aug 14, 2014 at 07:53:53PM +0530, Vivek Gautam wrote:
 - This series is based on 'usb-next' branch.

 Now that we have support for USB PHY controllers for Exynos SoC series,
 we are free to remove the older usb-phy support.
 In the process, we are removing the entire phy-samsung-usb3 driver, and
 besides that all support for Exynos4x and Exynos5 from phy-samsung-usb2
 driver.

 We have also removed the older USB-PHY support from ehci-exynos and 
 ohci-exynos
 since those drivers now can use newer GENERIC-PHYs, and don't need the older
 USB-PHYs and related code anymore. These patches for ohci-exynos and 
 ehci-exynos
 now replaces the older sent patch for phy sequence cleanup for them.[1]

 I have build-tested this series for exynos_defconfig and s3c64xx_defconfig,
 and have tested the EHCI and OHCI operations on smdk5250 board, but
 have not tested the actual working due to unavailability of S3C64XX
 board. So can someone please help me testing this series.

 [1] https://lkml.org/lkml/2014/8/5/142

 Vivek Gautam (7):
   usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver
   usb-phy: samsung-usb2: Remove support for Exynos5250
   usb-phy: samsung-usb2: Remove support for Exynos4X12
   usb-phy: samsung-usb2: Remove support for Exynos4210
   usb-phy: samsung-usb2: Clean up to leave only S3C64XX support
   usb: host: ehci-exynos: Remove unnecessary usb-phy support
   usb: host: ohci-exynos: Remove unnecessary usb-phy support

 some of these patches are still RFC, can you resend without RFC and all
 proper Acks in place ? Also rebased on top of v3.17-rc1.

As per the discussion in thread [1], i am dropping the [Patch 1/7]
till [Patch 5/7] since
these are part of the cleanup series by Bart: [PATCH 0/5] usb: phy:
samsung: remove old USB PHY code;
and will send out the rebased remaining two patches with Alan's Ack.


[1] https://lkml.org/lkml/2014/8/21/11



-- 
Best Regards
Vivek Gautam
Samsung RD Institute, Bangalore
India
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/7] usb-phy: samsung: Cleanup the unused drivers

2014-08-14 Thread Vivek Gautam
- This series is based on 'usb-next' branch.

Now that we have support for USB PHY controllers for Exynos SoC series,
we are free to remove the older usb-phy support.
In the process, we are removing the entire phy-samsung-usb3 driver, and
besides that all support for Exynos4x and Exynos5 from phy-samsung-usb2
driver.

We have also removed the older USB-PHY support from ehci-exynos and ohci-exynos
since those drivers now can use newer GENERIC-PHYs, and don't need the older
USB-PHYs and related code anymore. These patches for ohci-exynos and ehci-exynos
now replaces the older sent patch for phy sequence cleanup for them.[1]

I have build-tested this series for exynos_defconfig and s3c64xx_defconfig,
and have tested the EHCI and OHCI operations on smdk5250 board, but
have not tested the actual working due to unavailability of S3C64XX
board. So can someone please help me testing this series.

[1] https://lkml.org/lkml/2014/8/5/142

Vivek Gautam (7):
  usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver
  usb-phy: samsung-usb2: Remove support for Exynos5250
  usb-phy: samsung-usb2: Remove support for Exynos4X12
  usb-phy: samsung-usb2: Remove support for Exynos4210
  usb-phy: samsung-usb2: Clean up to leave only S3C64XX support
  usb: host: ehci-exynos: Remove unnecessary usb-phy support
  usb: host: ohci-exynos: Remove unnecessary usb-phy support

 drivers/usb/host/ehci-exynos.c |   53 +-
 drivers/usb/host/ohci-exynos.c |   64 +--
 drivers/usb/phy/Kconfig|   16 --
 drivers/usb/phy/Makefile   |2 -
 drivers/usb/phy/phy-samsung-usb.c  |  241 ---
 drivers/usb/phy/phy-samsung-usb.h  |  349 -
 drivers/usb/phy/phy-samsung-usb2.c |  371 
 drivers/usb/phy/phy-samsung-usb2.h |  121 
 drivers/usb/phy/phy-samsung-usb3.c |  350 --
 9 files changed, 213 insertions(+), 1354 deletions(-)
 delete mode 100644 drivers/usb/phy/phy-samsung-usb.c
 delete mode 100644 drivers/usb/phy/phy-samsung-usb.h
 create mode 100644 drivers/usb/phy/phy-samsung-usb2.h
 delete mode 100644 drivers/usb/phy/phy-samsung-usb3.c

-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/7] usb-phy: samsung: Cleanup the unused drivers

2014-08-14 Thread Vivek Gautam
- This series is based on 'usb-next' branch.

Now that we have support for USB PHY controllers for Exynos SoC series,
we are free to remove the older usb-phy support.
In the process, we are removing the entire phy-samsung-usb3 driver, and
besides that all support for Exynos4x and Exynos5 from phy-samsung-usb2
driver.

We have also removed the older USB-PHY support from ehci-exynos and ohci-exynos
since those drivers now can use newer GENERIC-PHYs, and don't need the older
USB-PHYs and related code anymore. These patches for ohci-exynos and ehci-exynos
now replaces the older sent patch for phy sequence cleanup for them.[1]

I have build-tested this series for exynos_defconfig and s3c64xx_defconfig,
and have tested the EHCI and OHCI operations on smdk5250 board, but
have not tested the actual working due to unavailability of S3C64XX
board. So can someone please help me testing this series.

[1] https://lkml.org/lkml/2014/8/5/142

Vivek Gautam (7):
  usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver
  usb-phy: samsung-usb2: Remove support for Exynos5250
  usb-phy: samsung-usb2: Remove support for Exynos4X12
  usb-phy: samsung-usb2: Remove support for Exynos4210
  usb-phy: samsung-usb2: Clean up to leave only S3C64XX support
  usb: host: ehci-exynos: Remove unnecessary usb-phy support
  usb: host: ohci-exynos: Remove unnecessary usb-phy support

 drivers/usb/host/ehci-exynos.c |   53 +-
 drivers/usb/host/ohci-exynos.c |   64 +--
 drivers/usb/phy/Kconfig|   16 --
 drivers/usb/phy/Makefile   |2 -
 drivers/usb/phy/phy-samsung-usb.c  |  241 ---
 drivers/usb/phy/phy-samsung-usb.h  |  349 -
 drivers/usb/phy/phy-samsung-usb2.c |  371 
 drivers/usb/phy/phy-samsung-usb2.h |  121 
 drivers/usb/phy/phy-samsung-usb3.c |  350 --
 9 files changed, 213 insertions(+), 1354 deletions(-)
 delete mode 100644 drivers/usb/phy/phy-samsung-usb.c
 delete mode 100644 drivers/usb/phy/phy-samsung-usb.h
 create mode 100644 drivers/usb/phy/phy-samsung-usb2.h
 delete mode 100644 drivers/usb/phy/phy-samsung-usb3.c

-- 
1.7.10.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/