Re: [PATCH 08/33] drivers/i2c/busses: don't check resource with devm_ioremap_resource

2013-05-16 Thread Barry Song
2013/5/16 Wolfram Sang : > devm_ioremap_resource does sanity checks on the given resource. No need to > duplicate this in the driver. > > Signed-off-by: Wolfram Sang Acked-by: Barry Song -barry -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc&

Re: [PATCH v3 4/6] ARM: EXYNOS: Add support for Exynos secure firmware

2012-12-26 Thread Barry Song
2012/11/12, Tomasz Figa : > Hi Russel, > > On Monday 12 of November 2012 09:51:14 Russell King - ARM Linux wrote: >> > + >> > +static int exynos_cpu_boot(int cpu) >> > +{ >> > + exynos_smc(SMC_CMD_CPU1BOOT, cpu, 0, 0); >> > + return 0; >> > +} >> >> Same for this (though, what _exactly_ is 'cpu',

Re: [PATCH v4 3/5] ARM: EXYNOS: Add support for Exynos secure firmware

2012-12-26 Thread Barry Song
2012/11/22, Tomasz Figa : > Some Exynos-based boards contain secure firmware and must use firmware > operations to set up some hardware. > > This patch adds firmware operations for Exynos secure firmware and a way > for board code and device tree to specify that they must be used. > > Example of us

Re: [PATCH v4 1/5] ARM: Add interface for registering and calling firmware-specific operations

2012-12-26 Thread Barry Song
2012/11/22, Tomasz Figa : > Some boards are running with secure firmware running in TrustZone secure > world, which changes the way some things have to be initialized. > > This patch adds an interface for platforms to specify available firmware > operations and call them. > > A wrapper macro, call_

Re: [PATCH 270/493] arm: remove use of __devinit

2012-11-21 Thread Barry Song
Haojian Zhuang > Cc: David Brown > Cc: Daniel Walker > Cc: Bryan Huntsman > Cc: Tony Lindgren > Cc: Kevin Hilman > Cc: Barry Song > Cc: Ben Dooks > Cc: Kukjin Kim > Cc: linux-arm-ker...@lists.infradead.org > Cc: linux-arm-...@vger.kernel.org > Cc: linux-o...@

Re: [PATCH 1/2] ARM: exynos: delete redundant HAVE_SCHED_CLOCK option in Kconfig

2012-09-05 Thread Barry Song
2012/9/5 Kukjin Kim : > Barry Song wrote: >> >> From: Barry Song >> >> Signed-off-by: Barry Song > > Acked-by: Kukjin Kim Kukjin, Thanks. i assume this will be taken by samsung tree. Who will take care the other one: http://www.spinics.net/lists/arm-kernel/msg

[PATCH 1/2] ARM: exynos: delete redundant HAVE_SCHED_CLOCK option in Kconfig

2012-08-31 Thread Barry Song
From: Barry Song Signed-off-by: Barry Song --- arch/arm/mach-exynos/Kconfig |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index b5b4c8c..3fd4ab3 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach

[PATCH 2/2] ARM: timer_sp804: delete redundant HAVE_SCHED_CLOCK option in Kconfig

2012-08-31 Thread Barry Song
From: Barry Song Signed-off-by: Barry Song --- arch/arm/Kconfig |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2c1ca9f..00ef0e0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1157,7 +1157,6 @@ config PLAT_VERSATILE

Re: [PATCH 1/2] ARM: exynos: delete redundant HAVE_SCHED_CLOCK option in Kconfig

2012-08-31 Thread Barry Song
u, > Kyungmin Park > > On 8/31/12, Barry Song wrote: >> From: Barry Song >> >> Signed-off-by: Barry Song >> --- >> arch/arm/mach-exynos/Kconfig |1 - >> 1 files changed, 0 insertions(+), 1 deletions(-) >> >> diff --git a/arch/arm/mach-exy

Re: [PATCH 1/2] i2c-s3c2410: Convert to devm_kzalloc()

2012-01-28 Thread Barry Song
2012/1/21 Mark Brown : > Saves remembering to call kfree(). There's some kfree()s used by the > resource still, these will be removed in 3.3 using the newly added > devm_request_and_ioremap(). > > Signed-off-by: Mark Brown Reviewed-by: Barry Song > --- >  driver

Re: S3C OTG udc driver isochronous support

2010-12-28 Thread Barry Song
Thomas, Thanks for your reply. On Wed, Dec 29, 2010 at 12:02 PM, Thomas Abraham wrote: > On Sun, Dec 26, 2010 at 10:06 PM, Barry Song <21cn...@gmail.com> wrote: >> Hi All, >> After checking the S3C OTG udc drivers in drivers/usb/gadget, i didn't >> find it

S3C OTG udc driver isochronous support

2010-12-26 Thread Barry Song
Hi All, After checking the S3C OTG udc drivers in drivers/usb/gadget, i didn't find it can support isochronous endpoint. According to datasheet of S3C6410, EPtype field of DIEPCTLn and DOEPCTLn is read-only. Current S3C OTG udc driver list ep0~ep9, which are control endpoint and bulk/int endpoint a

Re: s3c-hsotg driver problem

2010-01-20 Thread Barry Song
On Sun, Jan 17, 2010 at 8:57 PM, Maurus Cuelenaere wrote: > Op 17-01-10 03:00, Barry Song schreef: >> >> In fact, I once used 12Mhz  external crystal, after setting PHYCLK >> right,  both USB 1.1 as host and 2.0 as gadget can work. The kernel >> version I used is 2.6.28

Re: s3c-hsotg driver problem

2010-01-16 Thread Barry Song
In fact, I once used 12Mhz external crystal, after setting PHYCLK right, both USB 1.1 as host and 2.0 as gadget can work. The kernel version I used is 2.6.28. On Sat, Jan 16, 2010 at 8:39 PM, Maurus Cuelenaere wrote: > Hi, > > I'm trying to get the USB OTG port working on my device (S3C6410 boa

Re: 2.6.28 and newest linux kernel for samsung

2009-12-16 Thread Barry Song
re time to get the references. > If we get any changes or detail status, I will keep you posted. Thanks. I am glad to get any update about that :-) > > Best Regards, > -- > Jinsung Yang > SAMSUNG Electronics > >> -Original Message- >> From: Barry Song [mailto

Re: 2.6.28 and newest linux kernel for samsung

2009-12-15 Thread Barry Song
.6.28, and hope to get some reference codes for applications. Hope to hear from you soon. Thanks a lot again. Barry On Fri, Dec 11, 2009 at 3:16 PM, Jinsung Yang wrote: >> From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-samsung-soc- >> ow...@vger.kernel.org] On Behalf Of B

2.6.28 and newest linux kernel for samsung

2009-12-10 Thread Barry Song
Hi, I found there are many drivers which have existed in samsung 2.6.28 tree. For example, s3c6410 jpeg/multi functions codecs/2D/3D, audio board drivers, framebuffer and so on. But they are not in 2.6.31 or newest tree. Is there any plan about that? And is there any way to use those drivers in new