All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Samsung devel-2 for v3.5
@ 2012-05-16  6:20 ` Kukjin Kim
  0 siblings, 0 replies; 14+ messages in thread
From: Kukjin Kim @ 2012-05-16  6:20 UTC (permalink / raw)
  To: 'Arnd Bergmann', 'Olof Johansson'
  Cc: linux-arm-kernel, linux-samsung-soc

Hi Arnd and Olof,

Here is Samsung devel-2 for v3.5 and it is including update support for
EXYNOS5250 SoC.

Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
next/devel-exynos5250-1

Note, this branch has a dependency on next/cleanup-plat-s5p which is already
in next/cleanup2 of arm-soc.

If any problems, please kindly 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 0f58487b1e313e6abf500431e05f4d54f61736f2:

  Merge branch 'next/cleanup-plat-s5p' into next/devel-exynos5250-1
(2012-05-15 15:55:25 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
next/devel-exynos5250-1

Changhwan Youn (2):
      ARM: EXYNOS: Modify the GIC physical address for static io-mapping
      ARM: EXYNOS: Redefine IRQ_MCT_L0,1 definition

Kisoo Yu (1):
      ARM: EXYNOS: Add pre-divider and fout mux clocks for bpll and mpll

Kukjin Kim (1):
      ARM: EXYNOS: update irqs for EXYNOS5250 SoC

Sangsu Park (1):
      ARM: EXYNOS: add GPC4 bank instance

Thomas Abraham (6):
      ARM: EXYNOS: Add watchdog timer clock instance
      ARM: EXYNOS: Remove a new bus_type instance for EXYNOS5
      ARM: EXYNOS: Add irq_domain support for interrupt combiner
      ARM: EXYNOS: Add device tree support for interrupt combiner
      ARM: dts: Update device tree source files for EXYNOS5250
      ARM: EXYNOS: Add AUXDATA for i2c controllers

 .../bindings/arm/samsung/interrupt-combiner.txt    |   52 ++++++
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |   48 ++++++
 arch/arm/boot/dts/exynos5250.dtsi                  |   60 ++++----
 arch/arm/mach-exynos/clock-exynos5.c               |   51 ++++++-
 arch/arm/mach-exynos/common.c                      |  178
+++++++++++++-------
 arch/arm/mach-exynos/include/mach/gpio.h           |    9 +-
 arch/arm/mach-exynos/include/mach/irqs.h           |   40 +++--
 arch/arm/mach-exynos/include/mach/map.h            |    4 +-
 arch/arm/mach-exynos/include/mach/regs-clock.h     |    2 +
 arch/arm/mach-exynos/mach-exynos5-dt.c             |    4 +
 arch/arm/mach-exynos/mct.c                         |   17 ++-
 arch/arm/mach-exynos/pm.c                          |    2 +-
 arch/arm/plat-samsung/include/plat/cpu.h           |    2 +-
 arch/arm/plat-samsung/include/plat/s5p-clock.h     |    4 +
 arch/arm/plat-samsung/s5p-clock.c                  |   30 ++++
 drivers/gpio/gpio-samsung.c                        |   11 +-
 16 files changed, 389 insertions(+), 125 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/arm/samsung/interrupt-combiner.txt

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [GIT PULL] Samsung devel-2 for v3.5
@ 2012-05-19 22:39 ` Kukjin Kim
  0 siblings, 0 replies; 14+ messages in thread
From: Kukjin Kim @ 2012-05-19 22:39 UTC (permalink / raw)
  To: Arnd Bergmann, 'Olof Johansson'
  Cc: linux-arm-kernel, linux-samsung-soc

Hi Arnd, Olof

Here is second development of Samsung stuff for v3.5:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
next/devel-samsung-2

It is adding support second irq set for s3c2416, suspend/resume for 
exynos5250 and none of interrupt combiner controller for exynos5250.

Since above patches have dependencies with pm of exynos4412 is in 
next/devel-samsung and regarding dt update is in next/exynos5250-1 
branch, so I made this on top of them.

If any problems, please kindly 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 2de05a57467c43f58802cdeaa547aee73396b6f3:

   Merge branch 'next/devel-exynos5250-1' into next/devel-samsung-2 
(2012-05-20 03:04:59 +0900)

are available in the git repository at:

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

Heiko Stuebner (1):
       ARM: S3C24XX: add support for second irq set of S3C2416

Jongpill Lee (5):
       ARM: EXYNOS: Remove GIC save & restore function
       ARM: EXYNOS: Rename of function for pm.c
       ARM: EXYNOS: Add PMU table for EXYNOS5250
       ARM: EXYNOS: Add Clock register list for save and restore
       ARM: EXYNOS: Support suspend and resume for EXYNOS5250

Thomas Abraham (1):
       ARM: dts: Add node for interrupt combiner controller on EXYNOS5250

  arch/arm/boot/dts/exynos5250.dtsi              |   16 ++
  arch/arm/mach-exynos/Kconfig                   |    2 +
  arch/arm/mach-exynos/Makefile                  |    2 +-
  arch/arm/mach-exynos/clock-exynos5.c           |   51 ++++++-
  arch/arm/mach-exynos/cpuidle.c                 |    2 +-
  arch/arm/mach-exynos/include/mach/pm-core.h    |    2 +-
  arch/arm/mach-exynos/include/mach/pmu.h        |    4 +-
  arch/arm/mach-exynos/include/mach/regs-clock.h |   18 ++-
  arch/arm/mach-exynos/include/mach/regs-pmu.h   |  141 +++++++++++++++-
  arch/arm/mach-exynos/pm.c                      |  223 
++++++++----------------
  arch/arm/mach-exynos/pmu.c                     |  200 
+++++++++++++++++++--
  arch/arm/mach-s3c24xx/include/mach/irqs.h      |   15 ++-
  arch/arm/mach-s3c24xx/irq-s3c2416.c            |   98 +++++++++++
  arch/arm/mach-s3c24xx/s3c2416.c                |    1 +
  arch/arm/plat-samsung/include/plat/s3c2416.h   |    3 +
  15 files changed, 602 insertions(+), 176 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-05-19 23:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-16  6:20 [GIT PULL] Samsung devel-2 for v3.5 Kukjin Kim
2012-05-16  6:20 ` Kukjin Kim
2012-05-16 14:31 ` Arnd Bergmann
2012-05-16 14:31   ` Arnd Bergmann
2012-05-16 20:13 ` Arnd Bergmann
2012-05-16 20:13   ` Arnd Bergmann
2012-05-17  2:51   ` Sachin Kamat
2012-05-17  2:51     ` Sachin Kamat
2012-05-17  6:52     ` Kukjin Kim
2012-05-17  6:52       ` Kukjin Kim
2012-05-19 22:39 Kukjin Kim
2012-05-19 22:39 ` Kukjin Kim
2012-05-19 23:12 ` Olof Johansson
2012-05-19 23:12   ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.