From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tushar Behera Subject: Re: [PATCH RESEND 0/4] ARM: EXYNOS: Add s3c-hsotg support for Exynos4210 and S5PV210 boards Date: Thu, 17 May 2012 08:57:32 +0530 Message-ID: <4FB47024.9000203@linaro.org> References: <1336655818-15136-1-git-send-email-l.majewski@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pz0-f46.google.com ([209.85.210.46]:64567 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756254Ab2EQD1i (ORCPT ); Wed, 16 May 2012 23:27:38 -0400 Received: by dady13 with SMTP id y13so1834855dad.19 for ; Wed, 16 May 2012 20:27:37 -0700 (PDT) In-Reply-To: <1336655818-15136-1-git-send-email-l.majewski@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Kukjin Kim Cc: Lukasz Majewski , Marek Szyprowski , linux-samsung-soc@vger.kernel.org, Kyungmin Park On 05/10/2012 06:46 PM, Lukasz Majewski wrote: > This patch series adds S3C-HSOTG UDC support for Exynos4210 and S5PV210 based targets; namely > Universal_C210, Nuri and GONI. > > Tested HW: > - Exynos4210 NURI target rev.1 > - Exynos4210 Universal_C210 target rev.0 > - S5PV210 GONI target > > Dependencies: > - usb:hsotg:samsung USB S3C-HSOTG driver fixes and code cleanup > patches, which have been already pulled to usb for-next branch. > > http://permalink.gmane.org/gmane.linux.usb.general/62101 > > Those patches are enabling this UDC driver on GONI, NURI and Universal_C210 targets > > Joonyoung Shim (1): > ARM: EXYNOS: Add s3c-hsotg device support for NURI board > > Lukasz Majewski (3): > ARM: EXYNOS: Add usb otg phy control for EXYNOS4210 > ARM: EXYNOS: Add s3c-hsotg device support for GONI board > ARM: EXYNOS: Add s3c-hsotg device support for Universal C210 board > > arch/arm/mach-exynos/Kconfig | 3 + > arch/arm/mach-exynos/include/mach/irqs.h | 1 + > arch/arm/mach-exynos/include/mach/map.h | 4 + > arch/arm/mach-exynos/include/mach/regs-pmu.h | 3 + > arch/arm/mach-exynos/mach-nuri.c | 9 ++- > arch/arm/mach-exynos/mach-universal_c210.c | 10 +++ > arch/arm/mach-exynos/setup-usb-phy.c | 95 +++++++++++++++++++------- > arch/arm/mach-s5pv210/Kconfig | 1 + > arch/arm/mach-s5pv210/mach-goni.c | 5 ++ > 9 files changed, 105 insertions(+), 26 deletions(-) > Kukjin, Are you planning to queue this patchset for 3.5? If so, I have one patch for enabling support on Origen board, which I would like to add on top of these patches. Please let me know about your plan. -- Tushar Behera