Hi, Evgeny Voevodin.
> -Original Message-
> From: linux-samsung-soc-ow...@vger.kernel.org
> [mailto:linux-samsung-soc-ow...@vger.kernel.org] On Behalf
> Of Evgeny Voevodin
> Sent: Friday, February 10, 2012 3:34 PM
> To: Kyungmin Park
> Cc: Jingoo Han; Kukjin Kim; linux-samsung-soc@vger.ke
On 01/20/2012 04:53 AM, Kyungmin Park wrote:
On 1/19/12, Jingoo Han wrote:
This patch adds alias name of 'fimd' clock for 'lcd' clock. While 'lcd'
clock is used for s3c-fb driver, 'fimd' clock is defined for Exynos fimd
ip. Therefore, 'fimd' clock can be called by using clk_add_alias().
Hi,
D
On Wednesday 01 February 2012, Kyungmin Park wrote:
> >
> > diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c
> > index 3b07fb9..c55e5fb 100644
> > --- a/drivers/tty/serial/samsung.c
> > +++ b/drivers/tty/serial/samsung.c
> > @@ -1594,7 +1594,7 @@ static struct s3c24xx_serial
On Thursday 09 February 2012, Kukjin Kim wrote:
> Will Deacon wrote:
> >
> > On Wed, Feb 01, 2012 at 08:50:23AM +, Olof Johansson wrote:
> > > On Tue, Jan 31, 2012 at 8:20 PM, Kyungmin Park
> > wrote:
> > > > As I remember only DT based board file is acceptable for mainline?
> > >
> > > For a
Dear Mr. HeungJun Kim,
On 27 January 2012 00:21, HeungJun, Kim wrote:
> This patch adds Samsung Mobile TRATS board support.
>
> Signed-off-by: HeungJun, Kim
> Signed-off-by: Kyungmin Park
> ---
> arch/arm/mach-exynos/Kconfig | 11 ++
> arch/arm/mach-exynos/Makefile | 1 +
> arch/
Hello,
On Thursday, February 09, 2012 1:28 PM Kukjin Kim wrote:
> > ARM: Exynos: JPEG board definition
> >
>
> [...]
>
> >
> > +#define EXYNOS4_PA_JPEG0x1184
> > +
> > #define EXYNOS4_PA_G2D 0x1280
> >
> > #define EXYNOS4_PA_I2S0
Thomas Abraham wrote:
>
> This patchset removes all uses of 'clk_type' member from the platform data
> of sdhci-s3c driver and adds device tree support for sdhci-s3c driver.
>
> In this patchset, all uses of 'clk_type' member from the platform data are
> removed from the sdhci-s3c driver and plat
Sachin Kamat wrote:
>
> Hi Kukjin,
>
Hi,
>
> On 31 January 2012 09:47, Kukjin Kim wrote:
> > On 01/30/12 14:15, Sachin Kamat wrote:
> >>
> >> Hi Kukjin,
> >>
> >> Ping.
> >>
> > Hi Sachin,
> >
> > I looked at your reply on Sylwester's comments, PATCH 3/4.
> > I'd like to apply all of this serie
HeungJun, Kim wrote:
>
> This patch adds Samsung Mobile TRATS board support.
>
> Signed-off-by: HeungJun, Kim
> Signed-off-by: Kyungmin Park
> ---
> arch/arm/mach-exynos/Kconfig | 11 ++
> arch/arm/mach-exynos/Makefile |1 +
> arch/arm/mach-exynos/mach-trats.c | 344
> +
Andrzej Pietrasiewicz wrote:
>
> ARM: Exynos: Register JPEG on universal_c210
>
[...]
>
> + s5p_device_jpeg.dev.parent = &exynos4_device_pd[PD_CAM].dev;
> s5p_device_fimc0.dev.parent = &exynos4_device_pd[PD_CAM].dev;
> s5p_device_fimc1.dev.parent = &exynos4_device_pd[PD_CAM].d
Andrzej Pietrasiewicz wrote:
>
> ARM: Exynos: JPEG board definition
>
[...]
>
> +#define EXYNOS4_PA_JPEG 0x1184
> +
> #define EXYNOS4_PA_G2D 0x1280
>
> #define EXYNOS4_PA_I2S0 0x0383
> @@ -164,6 +166,7 @@
> #define
Kyungmin Park wrote:
>
> On 2/1/12, Russell King - ARM Linux wrote:
> > On Wed, Feb 01, 2012 at 12:50:39AM +0900, Kukjin Kim wrote:
> >> From: Sangsu Park
> >>
> >> This patch adds follwing.
> >> - IO-map for EXYNOS5250 GPIO support
> >> - EXYNOS5250 GPIO bank size/number definitions
> >> - memo
Grant Likely wrote:
>
> On Tue, Jan 31, 2012 at 10:40:43PM +, Russell King - ARM Linux wrote:
> > On Wed, Feb 01, 2012 at 12:50:39AM +0900, Kukjin Kim wrote:
> > > From: Sangsu Park
> > >
> > > This patch adds follwing.
> > > - IO-map for EXYNOS5250 GPIO support
> > > - EXYNOS5250 GPIO bank s
Tushar Behera wrote:
>
> On 01/31/2012 09:27 PM, Kukjin Kim wrote:
> > From: Boojin Kim
> >
> > This patch adds MDMA platform data and enables
> > MDMA for DMA memcpy operation for EXYNOS SoCs.
[...]
> > +static struct clk exynos4_clk_mdma1 = {
>
> exynos4_clk_mdma ?
>
Boojin, could you pleas
Olof Johansson wrote:
>
> Hi,
>
Hi :)
> On Tue, Jan 31, 2012 at 7:39 AM, Kukjin Kim wrote:
> > Signed-off-by: Kukjin Kim
>
> A brief patch description, please.
>
OK. Will add, I thought we don't need same description with subject. But
what this patch is and why this patch is needed will be a
Kyungmin Park wrote:
>
> On 2/1/12, Kukjin Kim wrote:
> > Cc: Thomas Abraham
> > Cc: Greg Kroah-Hartman
> > Signed-off-by: Kukjin Kim
> > ---
> > drivers/tty/serial/samsung.c |2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/drivers/tty/serial/samsung.c b/dr
Will Deacon wrote:
>
> On Wed, Feb 01, 2012 at 08:50:23AM +, Olof Johansson wrote:
> > On Tue, Jan 31, 2012 at 8:20 PM, Kyungmin Park
> wrote:
> > > As I remember only DT based board file is acceptable for mainline?
> >
> > For a new SoC family like 5250 it would be much preferred to only add
Kyungmin Park wrote:
>
> On 2/1/12, Kukjin Kim wrote:
[snip]
> > machine-$(CONFIG_ARCH_EXYNOS4) := exynos
> > +machine-$(CONFIG_ARCH_EXYNOS5) := exynos
> It already has CONFIG_ARCH_EXYNOS so it's enough
> machine-$(CONFIG_ARCH_EXYNOS) := exynos
Basically I'd like to ke
Kyungmin Park wrote:
>
> On 2/1/12, Kukjin Kim wrote:
[snip]
> > + if (soc_is_exynos5250())
> > + ;
> > + /* will be implemented with gpio function */
> Do you want to include both exynos4-gpio and exynos5-gpio?
Now, yes. But I think, I need to sort out the regarding gpio
Kyungmin Park wrote:
>
> On 2/1/12, Kukjin Kim wrote:
[snip]
> > +static int exynos5_clk_gate_block(struct clk *clk, int enable)
> exynos5_clk_block_ctrl?
OK, looks better, will change.
[snip]
> > + .name = "mfc",
> > + .devname= "s3c-mfc",
> what's this
Kyungmin Park wrote:
>
> On 2/1/12, Kukjin Kim wrote:
> > Since exynos4_init_uarts() can be used for EXYNOS5 SoCs,
> > this patch changes the name of function to exynos_init_uarts().
> >
[snip]
> >
> > #ifdef CONFIG_ARCH_EXYNOS
> > extern int exynos_init(void);
> > +extern void exynos_init_u
Boojin Kim wrote:
>
> This patch increases the number of banks for EXYNOS4 and EXYNOS5 to
> support bigger than 2GB memory on it.
>
> Signed-off-by: Boojin Kim
Acked-by: Kukjin Kim
Thanks.
Best regards,
Kgene.
--
Kukjin Kim , Senior Engineer,
SW Solution Development Team, Samsung Electronics
Karol Lewandowski wrote:
>
> On 31.01.2012 17:47, Karol Lewandowski wrote:
>
> > This commit brings exynos4-dt in line with recent changes to
> > mach-exynos tree, specifically:
> >
> > - Fixes build break related to replacing plat/exynos4.h with common.h
> >in commit cc511b8d84d8 ("ARM: 725
Karol Lewandowski wrote:
>
> This commit brings exynos4-dt in line with recent changes to
> mach-exynos tree, specifically:
>
> - Fixes build break related to replacing plat/exynos4.h with common.h
>in commit cc511b8d84d8 ("ARM: 7257/1: EXYNOS: introduce
>arch/arm/mach-exynos/common.[ch]
Karol Lewandowski wrote:
>
> On 31.01.2012 16:29, Thomas Abraham wrote:
> > Commit db0d4db22a78 ('ARM: gic: allow GIC to support non-banked setups)
> > requires a cpu-offset property to be specified for non-banked gic
> > controllers, which is the case for Exynos4.
> >
> > Reported-by: Karol Lewan
Chris Ball wrote:
>
> Hi,
>
Hi,
> On Mon, Feb 06 2012, Jaehoon Chung wrote:
> > This patch is added host_caps2 in sdhci-s3c.c
> > It's necessary that use the second capabilities.
> > And removed the duplicated host_caps.
> >
> > Signed-off-by: Jaehoon Chung
> > Signed-off-by: Kyungmin Park
> >
On 31.01.2012 17:47, Karol Lewandowski wrote:
> This commit brings exynos4-dt in line with recent changes to
> mach-exynos tree, specifically:
>
> - Fixes build break related to replacing plat/exynos4.h with common.h
>in commit cc511b8d84d8 ("ARM: 7257/1: EXYNOS: introduce
>arch/arm/mach
27 matches
Mail list logo