Re: [PATCH 3/4] ARM: EXYNOS4: Add usb ehci device to the NURI board

2011-04-13 Thread Joonyoung Shim

On 2011-04-14 오전 8:54, Greg KH wrote:

On Fri, Apr 08, 2011 at 01:22:11PM +0900, Joonyoung Shim wrote:

This patch is to support usb ehci device to the NURI board.

Signed-off-by: Joonyoung Shim
Signed-off-by: Kyungmin Park


Note, I had to apply this one by hand, I don't know what tree you made
it against.  Hopefully the merge issues will be simple to handle, as
they were pretty obvious to me.



This patch is based from for-next branch of linux-samsung tree
(git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git),
so will occur merge conflict at the your usb tree.

Sorry for missing about tree.
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH] ARM: EXYNOS4: Register HSMMC2 before HSMMC0 on SMDKV310 board

2011-04-13 Thread Kukjin Kim
Tushar Behera wrote:
> 
> On Exynos4210 SOC, of all the HSMMC controllers only HSMMC2 can
> be used as a boot media. Hence the default SD/MMC card should be
> connected to HSMMC2. The secondary card is connected to HSMMC0.
> 
> If HSMMC0 is registered before HSMMC2, the device node for default
> MMC card changes depending on whether secondary card is connected
> or not. It creates problem in mounting the file-system present in
> default SD/MMC card. Hence HSMMC2 should be registered before HSMMC0.
> 
> Signed-off-by: Tushar Behera 
> ---
>  arch/arm/mach-exynos4/mach-smdkv310.c |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-exynos4/mach-smdkv310.c b/arch/arm/mach-
> exynos4/mach-smdkv310.c
> index f6b1c7e..4f34d43 100644
> --- a/arch/arm/mach-exynos4/mach-smdkv310.c
> +++ b/arch/arm/mach-exynos4/mach-smdkv310.c
> @@ -168,9 +168,9 @@ static struct i2c_board_info i2c_devs1[] __initdata =
{
>  };
> 
>  static struct platform_device *smdkv310_devices[] __initdata = {
> + &s3c_device_hsmmc2,
>   &s3c_device_hsmmc0,
>   &s3c_device_hsmmc1,
> - &s3c_device_hsmmc2,
>   &s3c_device_hsmmc3,
>   &s3c_device_i2c1,
>   &s3c_device_rtc,
> --
> 1.7.1

Hmm...I can understand your pointing out and situation.

But as you know, channel 4 also can be used for boot media when eMMC booting
and SMDKV310 can support it by jumper setting.

I mean it can be modified according to each board's situation for mass
production and we don't need this for SMDK in mainline now.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim , Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 3/4] ARM: EXYNOS4: Add usb ehci device to the NURI board

2011-04-13 Thread Greg KH
On Fri, Apr 08, 2011 at 01:22:11PM +0900, Joonyoung Shim wrote:
> This patch is to support usb ehci device to the NURI board.
> 
> Signed-off-by: Joonyoung Shim 
> Signed-off-by: Kyungmin Park 

Note, I had to apply this one by hand, I don't know what tree you made
it against.  Hopefully the merge issues will be simple to handle, as
they were pretty obvious to me.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH RESEND v3 3/4] USB: Gadget: Add Samsung S3C24XX USB High-Speed controller driver

2011-04-13 Thread Greg KH
On Wed, Mar 23, 2011 at 10:39:28PM +0100, Heiko Stübner wrote:
> From: Thomas Abraham 
> 
> The Samsung's S3C2416, S3C2443 and S3C2450 includes a USB High-Speed
> device controller module. This driver enables support for USB high-speed
> gadget functionality for the Samsung S3C24xx SoC's that include this
> controller.
> 
> Signed-off-by: Thomas Abraham 
> Signed-off-by: Sangbeom Kim 
> Signed-off-by: Kukjin Kim 
> ---
> Changes since v1:
> - Addressed comments from Ben Dooks
> 
> Changes since v2:
> - Update the driver to match the data structure changes introduced by
>   commit b0fca50f5a94a268ed02cfddf8051ed9343f.
>   Alexander Neumann 
> - Move s3c_hsudc to 0x29 in usb_gadget_controller_number in gadget_chips.h
>   Heiko Stuebner 

The Renesas driver got number 0x29, so this patch no longer applies :(

Care to respin this whole series against the next linux-next tree and
resend it to me so I can apply it?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html