On Sat, 2011-12-24 at 13:21 +1100, Angus Gratton wrote:
> Signed-off-by: Angus Gratton
>
> ---
> (This is my first kernel patch submission, so apologies in advance for
> any mistakes.)
>
> Support is adapted from in EHCI in an older kernel & from the current
> mach-exynos EHCI support. I've trie
Kamil Debski wrote:
>
> Signed-off-by: Kamil Debski
> Signed-off-by: Kyungmin Park
> ---
> arch/arm/mach-exynos/include/mach/map.h |3 +++
> arch/arm/plat-s5p/Kconfig |5 +
> arch/arm/plat-samsung/devs.c | 28
> arch/arm/
Kamil Debski wrote:
>
> Hi,
>
> This series of patches contains necessary platform modification required
> by the
> G2D driver. G2D is a 2D-graphics acceleration engine present in the
> S5PC110 and
> Exynos4 Samsung SoCs.
>
> The patches have been rebased to the newest kgene/for-next branch. The
Kyungmin Park wrote:
>
> On 12/20/11, Mark Brown wrote:
> > On Mon, Dec 12, 2011 at 11:32:28PM +0900, Kyungmin Park wrote:
> >> On Mon, Dec 12, 2011 at 7:03 PM, Mark Brown
> >
> >> > I'm not sure I understand why we would not be ready to do things like
> >> > this? I'd also expect that doing thi
Signed-off-by: Angus Gratton
---
(This is my first kernel patch submission, so apologies in advance for
any mistakes.)
Support is adapted from in EHCI in an older kernel & from the current
mach-exynos EHCI support. I've tried to duplicate the mach-exynos code
layout.
I don't actually have an SM
Kukjin Kim wrote:
>
> Dave Jones wrote:
> >
> > On Wed, Dec 07, 2011 at 11:44:21AM +0900, Kukjin Kim wrote:
> > > From: Jaecheol Lee
> > >
> > > To support various EXYNOS series SoCs commonly,
> > > added exynos common structure.
> > > exynos-cpufreq.c => EXYNOS series common cpufreq driver
MyungJoo Ham wrote:
>
> Hello,
>
Hi,
> Please pull the patches for Exynos4 SoCs that support devfreq device
> drivers for Exynos4210/4212/4412.
>
> The patches are:
> ARM: EXYNOS4: Add DMC1, allow PPMU access for DMC.
> ARM: EXYNOS4: Add clock register addresses for Exynos4x12 bus devfreq
> dri
Jingoo Han wrote:
>
> Hi, Tushar.
>
> Tushar Behera wrote:
> > -Original Message-
> > Subject: [PATCH] ARM: EXYNOS: Add USB OHCI support to ORIGEN board
> >
> > Signed-off-by: Tushar Behera
> > Signed-off-by: Angus Ainslie
>
> Acked-by: Jingoo Han
>
OK, will apply.
Thanks.
Best rega
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/board-trats.c | 340
> ++
Mark Brown wrote:
>
> dma-ops.h uses samsung_dma_is_dmadev so it needs to have mach/dma.h
> included.
>
> Signed-off-by: Mark Brown
> ---
> arch/arm/plat-samsung/include/plat/dma-ops.h |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/plat-samsung/include/p
Mark Brown wrote:
>
> Otherwise it'll generate errors if included twice.
>
Yes, right. Will apply.
Merry Christmas :)
Thanks.
Best regards,
Kgene.
--
Kukjin Kim , Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
> Signed-off-by: Mark Brown
> ---
> arch/arm/plat-sa
Russell King - ARM Linux wrote:
>
> On Tue, Dec 20, 2011 at 09:48:33PM +0900, Kukjin Kim wrote:
> > This patch introduces common.[ch] which are used only in the
> > arch/arm/mach-exynos/ directory. The common.c file merges
> > the cpu.c, init.c, irq-combiner.c and irq-eint.c files which
> > are us
Hi Arnd and Olof,
Please pull the samsung-cleanup-spi for v3.3.
It depends on samsung-devel-spi3 branch...
If any problems, please let me know.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim , Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
The following changes since
Hi Arnd and Olof,
Please pull the samsung-devel-spi for v3.3.
Same as cleanup-mmc pull requesting, it depends on next-samsung-cleanup-mmc2
branch.
As a note, the number at the end of branch name means the ordering :)
If any problems, please let me know.
Thanks.
Best regards,
Kgene.
--
Kukjin Ki
Hi Arnd and Olof,
Please pull the samsung-cleanup-mmc for v3.3
It depends on next-samsung-devel-dt1 branch which has been requested pull
before this.
If any problems, please let me know.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim , Senior Engineer,
SW Solution Development Team, Samsung Electron
Hi Arnd and Olof,
Please pull the samsung-devel-dt for v3.3.
It includes support DT for Samsung EXYNOS4.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim , Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
The following changes since commit 384703b8e6cd4c8ef08512e596024e02
On Tue, Dec 20, 2011 at 09:48:33PM +0900, Kukjin Kim wrote:
> This patch introduces common.[ch] which are used only in the
> arch/arm/mach-exynos/ directory. The common.c file merges
> the cpu.c, init.c, irq-combiner.c and irq-eint.c files which
> are used commonly on EXYNOS SoCs and the common.h f
On Tue, Dec 20, 2011 at 09:48:31PM +0900, Kukjin Kim wrote:
> This patch introduces common.[ch] which are used only in the
> arch/arm/mach-s5pv210/ directory. The common.c file merges
> the cpu.c and init.c which are used commonly on S5PCV210/S5PC100
> SoC and the common.h local header file replace
dma-ops.h uses samsung_dma_is_dmadev so it needs to have mach/dma.h
included.
Signed-off-by: Mark Brown
---
arch/arm/plat-samsung/include/plat/dma-ops.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/plat-samsung/include/plat/dma-ops.h
b/arch/arm/plat-samsung/
Otherwise it'll generate errors if included twice.
Signed-off-by: Mark Brown
---
arch/arm/plat-samsung/include/plat/dma.h |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/arm/plat-samsung/include/plat/dma.h
b/arch/arm/plat-samsung/include/plat/dma.h
index b90611
On Thu, 2011-12-08 at 10:10 +0900, Boojin Kim wrote:
> In-Reply-To:
>
> PL330 driver is divided into 2 parts.
> First is the PL330 API driver that located on driver/dma/.
> Second is the low-level PL330 driver that is located on arch/arm/common/.
> But, It's not needed anymore to divided PL330 dr
On Wed, Dec 21, 2011 at 09:22:11AM +0100, Heiko St?bner wrote:
> Am Mittwoch, 21. Dezember 2011, 08:25:53 schrieb Kukjin Kim:
> > There were small comments on 1st patch and others looks ok to me.
> > If you're ok on my comments, please re-send it so that I can request to
> > pull this series to Al
Looks good to me.
Acked-by: Subhash Jadavani
Regards,
Subhash
On 12/23/2011 12:42 PM, Girish K S wrote:
This patch adds the support of the HS200 bus speed for eMMC 4.5 devices.
The eMMC 4.5 devices have support for 200MHz bus speed. The function
prototype of the tuning function is modified to
23 matches
Mail list logo