All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] exynos: add basic support for exynos5260 SoC
@ 2013-12-06 15:56 ` Rahul Sharma
  0 siblings, 0 replies; 57+ messages in thread
From: Rahul Sharma @ 2013-12-06 15:56 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree, linux-arm-kernel
  Cc: mturquette, kgene.kim, thomas.ab, tomasz.figa, joshi,
	pankaj.dubey, yg1004.jang, arun.kk, r.sh.open, Rahul Sharma

add basic support for exynos5260 SoC.

This series is based on linux-next, Kukjin's for-next and
Mike's clk-for-linus-3.13 branches.

This patch is dependent on the following series from
Tomasz Figa <t.figa@samsung.com>:
http://www.spinics.net/lists/arm-kernel/msg280223.html

Arun Kumar K (1):
  ARM: dts: add dts files for exynos5260 SoC

Pankaj Dubey (2):
  ARM: EXYNOS: initial board support for exynos5260 SoC
  clk/samsung: add support for pll2550xx

Rahul Sharma (3):
  clk/samsung: add support for multuple clock providers
  clk/samsung: add support for pll2650xx
  clk/exynos5260: add clock file for exynos5260

Young-Gun Jang (1):
  pinctrl: exynos: add exynos5260 SoC specific data

 .../devicetree/bindings/clock/exynos5260-clock.txt |  228 ++
 .../bindings/pinctrl/samsung-pinctrl.txt           |    1 +
 arch/arm/boot/dts/Makefile                         |    1 +
 arch/arm/boot/dts/exynos5260-pinctrl.dtsi          |  586 +++++
 arch/arm/boot/dts/exynos5260-xyref5260-evt0.dts    |   85 +
 arch/arm/boot/dts/exynos5260.dtsi                  |  315 +++
 arch/arm/mach-exynos/Kconfig                       |    9 +
 arch/arm/mach-exynos/common.c                      |   19 +-
 arch/arm/mach-exynos/cpuidle.c                     |    2 +-
 arch/arm/mach-exynos/include/mach/map.h            |    1 +
 arch/arm/mach-exynos/include/mach/regs-pmu.h       |    4 +
 arch/arm/mach-exynos/mach-exynos5-dt.c             |    1 +
 arch/arm/plat-samsung/include/plat/cpu.h           |    8 +
 arch/arm/plat-samsung/include/plat/map-s5p.h       |    1 +
 drivers/clk/samsung/Makefile                       |    1 +
 drivers/clk/samsung/clk-exynos4.c                  |   47 +-
 drivers/clk/samsung/clk-exynos5250.c               |   26 +-
 drivers/clk/samsung/clk-exynos5260.c               | 2661 ++++++++++++++++++++
 drivers/clk/samsung/clk-exynos5260.h               |  496 ++++
 drivers/clk/samsung/clk-exynos5420.c               |   24 +-
 drivers/clk/samsung/clk-exynos5440.c               |   18 +-
 drivers/clk/samsung/clk-pll.c                      |  222 +-
 drivers/clk/samsung/clk-pll.h                      |    3 +-
 drivers/clk/samsung/clk-s3c64xx.c                  |   44 +-
 drivers/clk/samsung/clk.c                          |  110 +-
 drivers/clk/samsung/clk.h                          |   46 +-
 drivers/pinctrl/pinctrl-exynos.c                   |   82 +
 drivers/pinctrl/pinctrl-samsung.c                  |    2 +
 drivers/pinctrl/pinctrl-samsung.h                  |    1 +
 include/dt-bindings/clk/exynos5260-clk.h           |  169 ++
 30 files changed, 5076 insertions(+), 137 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/exynos5260-clock.txt
 create mode 100644 arch/arm/boot/dts/exynos5260-pinctrl.dtsi
 create mode 100644 arch/arm/boot/dts/exynos5260-xyref5260-evt0.dts
 create mode 100644 arch/arm/boot/dts/exynos5260.dtsi
 create mode 100644 drivers/clk/samsung/clk-exynos5260.c
 create mode 100644 drivers/clk/samsung/clk-exynos5260.h
 create mode 100644 include/dt-bindings/clk/exynos5260-clk.h

-- 
1.7.9.5

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

end of thread, other threads:[~2014-01-08  0:37 UTC | newest]

Thread overview: 57+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-06 15:56 [PATCH 0/7] exynos: add basic support for exynos5260 SoC Rahul Sharma
2013-12-06 15:56 ` Rahul Sharma
2013-12-06 15:56 ` [PATCH 1/7] ARM: EXYNOS: initial board " Rahul Sharma
2013-12-06 15:56   ` Rahul Sharma
2013-12-09  6:23   ` Sachin Kamat
2013-12-09  6:23     ` Sachin Kamat
2013-12-09  6:33     ` Rahul Sharma
2013-12-09  6:33       ` Rahul Sharma
     [not found]     ` <CAK9yfHzX1+Rp3DCZiJSjE7VO6+TaDW7iqUZVpgRNkjVJofWauA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-12-23  4:39       ` Rahul Sharma
2013-12-23  4:39         ` Rahul Sharma
2013-12-10 15:57   ` Tomasz Figa
2013-12-10 15:57     ` Tomasz Figa
2014-01-03  9:24     ` Rahul Sharma
2014-01-03  9:24       ` Rahul Sharma
2013-12-06 15:56 ` [PATCH 2/7] pinctrl: exynos: add exynos5260 SoC specific data Rahul Sharma
2013-12-06 15:56   ` Rahul Sharma
2013-12-09  4:51   ` Sachin Kamat
2013-12-09  4:51     ` Sachin Kamat
2013-12-09  6:36     ` Rahul Sharma
2013-12-09  6:36       ` Rahul Sharma
2014-01-03  9:25     ` Rahul Sharma
2014-01-03  9:25       ` Rahul Sharma
2013-12-10 16:04   ` Tomasz Figa
2013-12-10 16:04     ` Tomasz Figa
2014-01-03  9:26     ` Rahul Sharma
2014-01-03  9:26       ` Rahul Sharma
     [not found] ` <1386345391-23482-1-git-send-email-rahul.sharma-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2013-12-06 15:56   ` [PATCH 3/7] ARM: dts: add dts files for exynos5260 SoC Rahul Sharma
2013-12-06 15:56     ` Rahul Sharma
2013-12-10 17:10     ` Tomasz Figa
2013-12-10 17:10       ` Tomasz Figa
2014-01-06  9:40       ` Rahul Sharma
2014-01-06  9:40         ` Rahul Sharma
2013-12-06 15:56   ` [PATCH 7/7] clk/exynos5260: add clock file for exynos5260 Rahul Sharma
2013-12-06 15:56 ` [PATCH 4/7] clk/samsung: add support for multuple clock providers Rahul Sharma
2013-12-06 15:56   ` Rahul Sharma
2013-12-11 11:15   ` Tomasz Figa
2013-12-11 11:15     ` Tomasz Figa
2014-01-06 11:35     ` Rahul Sharma
2014-01-06 11:35       ` Rahul Sharma
2013-12-06 15:56 ` [PATCH 5/7] clk/samsung: add support for pll2550xx Rahul Sharma
2013-12-06 15:56   ` Rahul Sharma
2013-12-09  8:06   ` Sachin Kamat
2013-12-09  8:06     ` Sachin Kamat
2013-12-19 12:01   ` Tomasz Figa
2013-12-19 12:01     ` Tomasz Figa
2014-01-06 11:36     ` Rahul Sharma
2014-01-06 11:36       ` Rahul Sharma
2013-12-06 15:56 ` [PATCH 6/7] clk/samsung: add support for pll2650xx Rahul Sharma
2013-12-06 15:56   ` Rahul Sharma
2013-12-09  8:09   ` Sachin Kamat
2013-12-09  8:09     ` Sachin Kamat
2013-12-19 11:45   ` Tomasz Figa
2013-12-19 11:45     ` Tomasz Figa
2014-01-06 11:44     ` Rahul Sharma
2014-01-06 11:44       ` Rahul Sharma
2014-01-08  0:37       ` Tomasz Figa
2014-01-08  0:37         ` Tomasz Figa

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.