linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: Remove old Samsung USB PHY configs
@ 2015-07-08 22:40 Javier Martinez Canillas
  2015-07-08 23:58 ` Krzysztof Kozlowski
  2015-07-14 10:10 ` Kukjin Kim
  0 siblings, 2 replies; 5+ messages in thread
From: Javier Martinez Canillas @ 2015-07-08 22:40 UTC (permalink / raw)
  To: linux-arm-kernel

The old drivers/usb/phy/phy-samsung-usb{2,3} are now deleted since
were replaced by newers drivers that use the Generic PHY framework
but their Kconfig options were left over in multi_v7_defconfig.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>

---

 arch/arm/configs/multi_v7_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 77f4b76d16e9..e3fdc3dd02f6 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -493,8 +493,6 @@ CONFIG_USB_CHIPIDEA_HOST=y
 CONFIG_AB8500_USB=y
 CONFIG_KEYSTONE_USB_PHY=y
 CONFIG_OMAP_USB3=y
-CONFIG_SAMSUNG_USB2PHY=y
-CONFIG_SAMSUNG_USB3PHY=y
 CONFIG_USB_GPIO_VBUS=y
 CONFIG_USB_ISP1301=y
 CONFIG_USB_MXS_PHY=y
-- 
2.4.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Remove old Samsung USB PHY configs
  2015-07-08 22:40 [PATCH] ARM: multi_v7_defconfig: Remove old Samsung USB PHY configs Javier Martinez Canillas
@ 2015-07-08 23:58 ` Krzysztof Kozlowski
  2015-07-14 10:10 ` Kukjin Kim
  1 sibling, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2015-07-08 23:58 UTC (permalink / raw)
  To: linux-arm-kernel

On 09.07.2015 07:40, Javier Martinez Canillas wrote:
> The old drivers/usb/phy/phy-samsung-usb{2,3} are now deleted since
> were replaced by newers drivers that use the Generic PHY framework
s/newers/newer/
(this can be fixed when applying)

> but their Kconfig options were left over in multi_v7_defconfig.
> 
> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
> 
> ---
> 
>  arch/arm/configs/multi_v7_defconfig | 2 --
>  1 file changed, 2 deletions(-)

Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Remove old Samsung USB PHY configs
  2015-07-08 22:40 [PATCH] ARM: multi_v7_defconfig: Remove old Samsung USB PHY configs Javier Martinez Canillas
  2015-07-08 23:58 ` Krzysztof Kozlowski
@ 2015-07-14 10:10 ` Kukjin Kim
  2015-07-15 16:43   ` Javier Martinez Canillas
  1 sibling, 1 reply; 5+ messages in thread
From: Kukjin Kim @ 2015-07-14 10:10 UTC (permalink / raw)
  To: linux-arm-kernel

Javier Martinez Canillas wrote:
> 
> The old drivers/usb/phy/phy-samsung-usb{2,3} are now deleted since
> were replaced by newers drivers that use the Generic PHY framework
> but their Kconfig options were left over in multi_v7_defconfig.
> 
> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
> 
Acked-by: Kukjin Kim <kgene@kernel.org>

I think, this can be handled by arm-soc guy directly.

Thanks,
Kukjin

> ---
> 
>  arch/arm/configs/multi_v7_defconfig | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 77f4b76d16e9..e3fdc3dd02f6 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -493,8 +493,6 @@ CONFIG_USB_CHIPIDEA_HOST=y
>  CONFIG_AB8500_USB=y
>  CONFIG_KEYSTONE_USB_PHY=y
>  CONFIG_OMAP_USB3=y
> -CONFIG_SAMSUNG_USB2PHY=y
> -CONFIG_SAMSUNG_USB3PHY=y
>  CONFIG_USB_GPIO_VBUS=y
>  CONFIG_USB_ISP1301=y
>  CONFIG_USB_MXS_PHY=y
> --
> 2.4.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Remove old Samsung USB PHY configs
  2015-07-14 10:10 ` Kukjin Kim
@ 2015-07-15 16:43   ` Javier Martinez Canillas
  2015-07-16  0:51     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 5+ messages in thread
From: Javier Martinez Canillas @ 2015-07-15 16:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hello Kukjin,

On 07/14/2015 12:10 PM, Kukjin Kim wrote:
> Javier Martinez Canillas wrote:
>>
>> The old drivers/usb/phy/phy-samsung-usb{2,3} are now deleted since
>> were replaced by newers drivers that use the Generic PHY framework
>> but their Kconfig options were left over in multi_v7_defconfig.
>>
>> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
>>
> Acked-by: Kukjin Kim <kgene@kernel.org>
> 
> I think, this can be handled by arm-soc guy directly.
>

As far as I know, arm-soc maintainers now wanted sub-arch maintainers
to pick the multi_v7_defconfig patches for them and send it as a part
of the SoC specific pull requests.

I just posted another series that includes 2 more multi_v7_defconfig
patches for Exynos [0]. Please let me know if you prefer post to the
arm-soc maintainers instead so I can split the exynos_defconfig part
and the multi_v7_defconfig patches send to arm at kernel.org.

> Thanks,
> Kukjin
>

[0]: http://www.spinics.net/lists/arm-kernel/msg431822.html

Best regards,
-- 
Javier Martinez Canillas
Open Source Group
Samsung Research America

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Remove old Samsung USB PHY configs
  2015-07-15 16:43   ` Javier Martinez Canillas
@ 2015-07-16  0:51     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2015-07-16  0:51 UTC (permalink / raw)
  To: linux-arm-kernel

On 16.07.2015 01:43, Javier Martinez Canillas wrote:
> Hello Kukjin,
> 
> On 07/14/2015 12:10 PM, Kukjin Kim wrote:
>> Javier Martinez Canillas wrote:
>>>
>>> The old drivers/usb/phy/phy-samsung-usb{2,3} are now deleted since
>>> were replaced by newers drivers that use the Generic PHY framework
>>> but their Kconfig options were left over in multi_v7_defconfig.
>>>
>>> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
>>>
>> Acked-by: Kukjin Kim <kgene@kernel.org>
>>
>> I think, this can be handled by arm-soc guy directly.
>>
> 
> As far as I know, arm-soc maintainers now wanted sub-arch maintainers
> to pick the multi_v7_defconfig patches for them and send it as a part
> of the SoC specific pull requests.
> 
> I just posted another series that includes 2 more multi_v7_defconfig
> patches for Exynos [0]. Please let me know if you prefer post to the
> arm-soc maintainers instead so I can split the exynos_defconfig part
> and the multi_v7_defconfig patches send to arm at kernel.org.

Especially that there is already a defconfig patch from Anand Moon.
Let's handle all of them in samsung-soc.

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-16  0:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-08 22:40 [PATCH] ARM: multi_v7_defconfig: Remove old Samsung USB PHY configs Javier Martinez Canillas
2015-07-08 23:58 ` Krzysztof Kozlowski
2015-07-14 10:10 ` Kukjin Kim
2015-07-15 16:43   ` Javier Martinez Canillas
2015-07-16  0:51     ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).