mbox

[GIT,PULL] cleanup samsung plat-s3c24xx and s5p for v3.5

Message ID 064c01cd31a4$9ddd5c60$d9981520$%kim@samsung.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

Message

Kukjin Kim May 14, 2012, 7:38 a.m. UTC
Olof Johansson wrote:
> Hi,
> 
Hi,

> On Sat, May 12, 2012 at 4:18 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> > Hi Arnd, Olof
> >
> > Please pull cleanup plat-s3c24xx-s5p for v3.5 Samsung stuff.
> >
> >  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> > next/cleanup-plat-s3c24xx-s5p
> >
> > We can remove plat-s5p directory with this series and I think, the
> > plat-s3c24xx can be removed next time for one plat-samsung of Samsung
> stuff.
> 
> Nice!
> 
> > Note, this is including cleanup-samsung-iommu which is removing s5p
> iommu
> > stuff in plat-s5p.
> 
> What branch is that? I've not seen a pull request for it.
> 
It is next/cleanup-samsung-iommu branch and already included in
next/cleanup-plat-s3c24xx branch as a base because as I said, that is needed
to remove plat-s5p directory.
So in this case, would be better if you could pull following branch before
pulling next/cleanup-plat-s3c24xx-s5p and sorry for missing pull request it.

git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
next/cleanup-samsung-iommu

If any problems, please let me know.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

The following changes since commit d48b97b403d23f6df0b990cee652bdf9a52337a3:

  Linux 3.4-rc6 (2012-05-06 15:07:32 -0700)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
next/cleanup-samsung-iommu

KyongHo Cho (2):
      S5P: SYSMMU: Remove System MMU device driver
      ARM: EXYNOS: Change System MMU platform device definitions

 arch/arm/mach-exynos/Kconfig                    |   10 +-
 arch/arm/mach-exynos/Makefile                   |    2 +-
 arch/arm/mach-exynos/clock-exynos4.c            |   79 ++--
 arch/arm/mach-exynos/clock-exynos4.h            |    2 +
 arch/arm/mach-exynos/clock-exynos4210.c         |   11 +
 arch/arm/mach-exynos/clock-exynos4212.c         |   28 ++-
 arch/arm/mach-exynos/clock-exynos5.c            |   90 +++++
 arch/arm/mach-exynos/dev-sysmmu.c               |  457
++++++++++++----------
 arch/arm/mach-exynos/include/mach/irqs.h        |   25 +-
 arch/arm/mach-exynos/include/mach/map.h         |   38 ++
 arch/arm/mach-exynos/include/mach/regs-clock.h  |    5 +
 arch/arm/mach-exynos/include/mach/regs-sysmmu.h |   28 --
 arch/arm/mach-exynos/include/mach/sysmmu.h      |   88 +++--
 arch/arm/mach-exynos/mach-armlex4210.c          |    1 -
 arch/arm/mach-exynos/mach-smdkv310.c            |    1 -
 arch/arm/plat-s5p/Kconfig                       |    8 -
 arch/arm/plat-s5p/Makefile                      |    1 -
 arch/arm/plat-s5p/sysmmu.c                      |  313 ----------------
 arch/arm/plat-samsung/include/plat/devs.h       |    1 -
 arch/arm/plat-samsung/include/plat/sysmmu.h     |   95 -----
 20 files changed, 529 insertions(+), 754 deletions(-)
 delete mode 100644 arch/arm/mach-exynos/include/mach/regs-sysmmu.h
 delete mode 100644 arch/arm/plat-s5p/sysmmu.c
 delete mode 100644 arch/arm/plat-samsung/include/plat/sysmmu.h

Comments

Arnd Bergmann May 14, 2012, 7:17 p.m. UTC | #1
On Monday 14 May 2012, Kukjin Kim wrote:
> It is next/cleanup-samsung-iommu branch and already included in
> next/cleanup-plat-s3c24xx branch as a base because as I said, that is needed
> to remove plat-s5p directory.
> So in this case, would be better if you could pull following branch before
> pulling next/cleanup-plat-s3c24xx-s5p and sorry for missing pull request it.
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> next/cleanup-samsung-iommu
> 
> If any problems, please let me know.

I've pulled the next/cleanup-samsung-iommu into next/drivers and the 
next/cleanup-plat-s3c24xx-s5p branch into next/cleanup2, which creates
a new dependency between our two branches in arm-soc.

	Arnd
Kukjin Kim May 15, 2012, 8:11 a.m. UTC | #2
Arnd Bergmann wrote:
> 
> On Monday 14 May 2012, Kukjin Kim wrote:
> > It is next/cleanup-samsung-iommu branch and already included in
> > next/cleanup-plat-s3c24xx branch as a base because as I said, that is needed
> > to remove plat-s5p directory.
> > So in this case, would be better if you could pull following branch before
> > pulling next/cleanup-plat-s3c24xx-s5p and sorry for missing pull request it.
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> > next/cleanup-samsung-iommu
> >
> > If any problems, please let me know.
> 
First of all, thanks for your pulling.

> I've pulled the next/cleanup-samsung-iommu into next/drivers and the

But I think would be better if you could pull the next/devel-samsung-iommu into next/drivers instead of next/cleanup-samsung-iommu.
Because actual iommu driver is included in next/devel-samsung-iommu branch and the next/cleanup-samsung-iommu branch includes just
cleanup current Samsung iommu driver.

> next/cleanup-plat-s3c24xx-s5p branch into next/cleanup2, which creates
> a new dependency between our two branches in arm-soc.
> 
Sorry for creating a new dependency :( But now, it is needed and looks ok to me.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
Arnd Bergmann May 15, 2012, 2:45 p.m. UTC | #3
On Tuesday 15 May 2012, Kukjin Kim wrote:
> > I've pulled the next/cleanup-samsung-iommu into next/drivers and the
> 
> But I think would be better if you could pull the next/devel-samsung-iommu into next/drivers instead of next/cleanup-samsung-iommu.
> Because actual iommu driver is included in next/devel-samsung-iommu branch and the next/cleanup-samsung-iommu branch includes just
> cleanup current Samsung iommu driver.

Ah, right. I though this was going through Jörg's IOMMU tree, but I saw now
that he agreed to having the new driver merged through arm-soc.

I've pulled both branches into next/drivers now.

	Arnd