linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/4] ARM: exynos: Mach/soc for v4.11
@ 2017-01-13 15:20 Krzysztof Kozlowski
  2017-01-13 15:20 ` [GIT PULL 2/4] ARM: dts: exynos: DT " Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2017-01-13 15:20 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, Kevin Hilman, arm
  Cc: Sylwester Nawrocki, Krzysztof Kozlowski, Kukjin Kim,
	linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Javier Martinez Canillas

Hi,

Mostly cleanups for v4.11.

Best regards,
Krzysztof


The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.11

for you to fetch changes up to cda1a52dab50340728e46601e6c9da9fc4beaf1f:

  ARM: s3c64xx: Constify wake_irqs (2016-12-29 15:41:44 +0200)

----------------------------------------------------------------
Samsung mach/soc update for v4.11. Mostly cleanups:
1. Removal of unused platform data in S3C24XX and S3C64xx as follow up of
   conversion to new DMA channel request API.
2. Adding const and __ro_after_init to various data in Samsung platforms.

----------------------------------------------------------------
Krzysztof Kozlowski (7):
      ARM: EXYNOS: Constify list of retention registers
      ARM: EXYNOS: Annotate iomem and pm_data pointers __ro_after_init
      ARM: s3c24xx: Constify few integer tables
      ARM: s3c64xx: Annotate external clock frequencies __ro_after_init
      ARM: SAMSUNG: Constify array of wake irqs passed to samsung_sync_wakemask
      ARM: s3c24xx: Constify wake_irqs
      ARM: s3c64xx: Constify wake_irqs

Sylwester Nawrocki (2):
      ARM: s3c64xx: Drop initialization of unused struct s3c_audio_pdata fields
      ARM: s3c24xx: Drop unused struct s3c_audio_pdata entries

 arch/arm/mach-exynos/exynos.c                    |  4 ++--
 arch/arm/mach-exynos/mcpm-exynos.c               |  2 +-
 arch/arm/mach-exynos/suspend.c                   | 10 +++++-----
 arch/arm/mach-s3c24xx/bast-irq.c                 |  4 ++--
 arch/arm/mach-s3c24xx/iotiming-s3c2410.c         |  2 +-
 arch/arm/mach-s3c24xx/pm-s3c2412.c               |  2 +-
 arch/arm/mach-s3c64xx/common.c                   |  3 ++-
 arch/arm/mach-s3c64xx/dev-audio.c                | 19 -------------------
 arch/arm/mach-s3c64xx/pm.c                       |  2 +-
 arch/arm/plat-samsung/devs.c                     | 19 -------------------
 arch/arm/plat-samsung/include/plat/wakeup-mask.h |  2 +-
 arch/arm/plat-samsung/wakeup-mask.c              |  2 +-
 12 files changed, 17 insertions(+), 54 deletions(-)

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

* [GIT PULL 2/4] ARM: dts: exynos: DT for v4.11
  2017-01-13 15:20 [GIT PULL 1/4] ARM: exynos: Mach/soc for v4.11 Krzysztof Kozlowski
@ 2017-01-13 15:20 ` Krzysztof Kozlowski
  2017-01-17  6:30   ` Olof Johansson
  2017-01-13 15:20 ` [GIT PULL 3/4] arm64: " Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2017-01-13 15:20 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, Kevin Hilman, arm
  Cc: Sylwester Nawrocki, Krzysztof Kozlowski, Kukjin Kim,
	linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Javier Martinez Canillas

Hi,

Few improvements and Exynos4412 DTSI removal.

This pulls external dependecy from clock tree (one clock commit).

Best regards,
Krzysztof


The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.11

for you to fetch changes up to bca9085e0ae93253bc93ce218c85ac7d7e7f1831:

  ARM: dts: exynos: remove Exynos4212 support (dead code) (2017-01-11 18:28:43 +0200)

----------------------------------------------------------------
Samsung DeviceTree update for v4.11:
1. Fixes for initial audio clocks configuration.
2. Enable sound on Odroid-X board.
3. Enable DMA for UART modules on Exynos5 SoCs.
4. Add CPU OPPs for Exynos4412 Prime (newer version of Exynos4412). This pulls
   necessary change in the clocks.
5. Remove Exynos4212. We do not have any mainline boards with it. This will
   simplify few bits later.

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (2):
      clk: samsung: Add CPU clk configuration data for Exynos4412 Prime
      ARM: dts: exynos: Add CPU OPPs for Exynos4412 Prime

Krzysztof Kozlowski (1):
      Merge tag 'clk-v4.11-exynos4-pll' of git://linuxtv.org/snawrocki/samsung into next/dt

Marek Szyprowski (4):
      ARM: dts: exynos: Correct clocks for Exynos4 I2S module
      ARM: dts: exynos: Fix initial audio clocks configuration on Exynos4 boards
      ARM: dts: exynos: Enable DMA support for UART modules on Exynos5 SoCs
      ARM: dts: exynos: remove Exynos4212 support (dead code)

Markus Reichl (1):
      ARM: dts: exynos: Cleanup Odroid-X2 and enable sound on Odroid-X

 arch/arm/boot/dts/exynos4.dtsi                     |   6 +-
 arch/arm/boot/dts/exynos4212.dtsi                  | 133 -----
 arch/arm/boot/dts/exynos4412-itop-elite.dts        |  25 +-
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |  28 +-
 arch/arm/boot/dts/exynos4412-odroidu3.dts          |   5 +-
 arch/arm/boot/dts/exynos4412-odroidx.dts           |  13 +
 arch/arm/boot/dts/exynos4412-odroidx2.dts          |  25 +-
 ...os4x12-pinctrl.dtsi => exynos4412-pinctrl.dtsi} |   4 +-
 arch/arm/boot/dts/exynos4412-prime.dtsi            |  41 ++
 arch/arm/boot/dts/exynos4412.dtsi                  | 577 +++++++++++++++++++-
 arch/arm/boot/dts/exynos4x12.dtsi                  | 594 ---------------------
 arch/arm/boot/dts/exynos5250.dtsi                  |   8 +
 arch/arm/boot/dts/exynos5410.dtsi                  |   8 +
 arch/arm/boot/dts/exynos5420.dtsi                  |   8 +
 drivers/clk/samsung/clk-exynos4.c                  |   4 +
 15 files changed, 685 insertions(+), 794 deletions(-)
 delete mode 100644 arch/arm/boot/dts/exynos4212.dtsi
 rename arch/arm/boot/dts/{exynos4x12-pinctrl.dtsi => exynos4412-pinctrl.dtsi} (99%)
 create mode 100644 arch/arm/boot/dts/exynos4412-prime.dtsi
 delete mode 100644 arch/arm/boot/dts/exynos4x12.dtsi

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

* [GIT PULL 3/4] arm64: dts: exynos: DT for v4.11
  2017-01-13 15:20 [GIT PULL 1/4] ARM: exynos: Mach/soc for v4.11 Krzysztof Kozlowski
  2017-01-13 15:20 ` [GIT PULL 2/4] ARM: dts: exynos: DT " Krzysztof Kozlowski
@ 2017-01-13 15:20 ` Krzysztof Kozlowski
  2017-01-17  6:40   ` Olof Johansson
  2017-01-13 15:20 ` [GIT PULL 4/4] ARM: defconfig: exynos: Defconfig " Krzysztof Kozlowski
  2017-01-17  6:30 ` [GIT PULL 1/4] ARM: exynos: Mach/soc " Olof Johansson
  3 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2017-01-13 15:20 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, Kevin Hilman, arm
  Cc: Sylwester Nawrocki, Krzysztof Kozlowski, Kukjin Kim,
	linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Javier Martinez Canillas, Linus Walleij

Hi,

Important:
1. Unlike others, this is rebased on v4.10-rc2 because v4.10-rc1 was not
   building on arm64.
2. This contains pinctrl change (in header), acked by Linus Walleij.
   Although I kept it on separate branch and merged here, but I did not
   prepare a separate pull request for this one pinctrl change - it is
   just one patch. Anyway it sits on separate branch so this is still
   possible if you need it.

Best regards,
Krzysztof

Cc: Linus Walleij <linus.walleij@linaro.org>

The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

  Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-4.11

for you to fetch changes up to e4e381133241a27d732e78be09973b89a193eaf7:

  arm64: dts: exynos: Enable HDMI/TV path on Exynos5433-TM2 (2017-01-11 18:20:28 +0200)

----------------------------------------------------------------
Samsung DeviceTree ARM64 update for v4.11:
1. Add bus frequency and voltage scalling on Exynos5433 TM2 device (along with
   necessary bus nodes and Platform Performance Monitoring Unit on Exynos5433).
2. Use macros for pinctrl settings on Exynos5433.
   This contains necessary header with bindings.
3. Minor cleanups in Exynos5433 DTSI and boards using it.
4. Create common DTSI betweem Exynos5433 TM2E and TM2E.
5. Add HDMI/TV to Exynos5433 TM2.

----------------------------------------------------------------
Andi Shyti (4):
      pinctrl: dt-bindings: samsung: add drive strength macros for Exynos5433
      arm64: dts: exynos: Use macros for pinctrl configuration on Exynos5433
      arm64: dts: exynos: Comply to the samsung pinctrl naming convention in TM2
      arm64: dts: exynos: Make TM2 and TM2E independent from each other

Andrzej Hajda (4):
      arm64: dts: exynos: Fix addresses in node names on Exynos5433
      arm64: dts: exynos: Add DECON_TV node to Exynos5433
      arm64: dts: exynos: Add HDMI node to Exynos5433
      arm64: dts: exynos: Enable HDMI/TV path on Exynos5433-TM2

Chanwoo Choi (4):
      arm64: dts: exynos: Add PPMU node to Exynos5433
      arm64: dts: exynos: Add bus nodes using VDD_INT for Exynos5433
      arm64: dts: exynos: Add support of bus frequency using VDD_INT on Exynos5433 TM2
      arm64: dts: exynos: Fix wrong values for ldo23 and ldo25 on TM2/TM2E

Krzysztof Kozlowski (2):
      Merge branch 'for-v4.11/pinctrl-macros' into next/dt64
      arm64: dts: exynos: Remove unsupported regulator-always-off property from TM2E

 arch/arm64/boot/dts/exynos/exynos5433-bus.dtsi     |  197 ++++
 arch/arm64/boot/dts/exynos/exynos5433-pinctrl.dtsi |  373 +++---
 .../boot/dts/exynos/exynos5433-tm2-common.dtsi     | 1187 ++++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos5433-tm2.dts      | 1036 +----------------
 arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts     |   12 +-
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         |  115 +-
 include/dt-bindings/pinctrl/samsung.h              |   14 +
 7 files changed, 1695 insertions(+), 1239 deletions(-)
 create mode 100644 arch/arm64/boot/dts/exynos/exynos5433-bus.dtsi
 create mode 100644 arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi

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

* [GIT PULL 4/4] ARM: defconfig: exynos: Defconfig for v4.11
  2017-01-13 15:20 [GIT PULL 1/4] ARM: exynos: Mach/soc for v4.11 Krzysztof Kozlowski
  2017-01-13 15:20 ` [GIT PULL 2/4] ARM: dts: exynos: DT " Krzysztof Kozlowski
  2017-01-13 15:20 ` [GIT PULL 3/4] arm64: " Krzysztof Kozlowski
@ 2017-01-13 15:20 ` Krzysztof Kozlowski
  2017-01-17  6:41   ` Olof Johansson
  2017-01-17  6:30 ` [GIT PULL 1/4] ARM: exynos: Mach/soc " Olof Johansson
  3 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2017-01-13 15:20 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, Kevin Hilman, arm
  Cc: Sylwester Nawrocki, Krzysztof Kozlowski, Kukjin Kim,
	linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Javier Martinez Canillas


The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-4.11

for you to fetch changes up to 74b0ee7579f279dae053053008d29f10f3890c07:

  ARM: exynos_defconfig: Enable IP multicast (2016-12-29 16:04:57 +0200)

----------------------------------------------------------------
Samsung defconfig update for v4.11:
1. Cleanup from old MACHs in s5pv210.
2. Enable IP_MULTICAST for libnss-mdns.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      ARM: s5pv210_defconfig: Remove old MACHs

Robie Basak (1):
      ARM: exynos_defconfig: Enable IP multicast

 arch/arm/configs/exynos_defconfig  | 1 +
 arch/arm/configs/s5pv210_defconfig | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

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

* Re: [GIT PULL 1/4] ARM: exynos: Mach/soc for v4.11
  2017-01-13 15:20 [GIT PULL 1/4] ARM: exynos: Mach/soc for v4.11 Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2017-01-13 15:20 ` [GIT PULL 4/4] ARM: defconfig: exynos: Defconfig " Krzysztof Kozlowski
@ 2017-01-17  6:30 ` Olof Johansson
  3 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2017-01-17  6:30 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, Kevin Hilman, arm, Sylwester Nawrocki, Kukjin Kim,
	linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Javier Martinez Canillas

On Fri, Jan 13, 2017 at 05:20:27PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> Mostly cleanups for v4.11.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.11
> 
> for you to fetch changes up to cda1a52dab50340728e46601e6c9da9fc4beaf1f:
> 
>   ARM: s3c64xx: Constify wake_irqs (2016-12-29 15:41:44 +0200)
> 
> ----------------------------------------------------------------
> Samsung mach/soc update for v4.11. Mostly cleanups:
> 1. Removal of unused platform data in S3C24XX and S3C64xx as follow up of
>    conversion to new DMA channel request API.
> 2. Adding const and __ro_after_init to various data in Samsung platforms.
> 
> ----------------------------------------------------------------
> Krzysztof Kozlowski (7):
>       ARM: EXYNOS: Constify list of retention registers
>       ARM: EXYNOS: Annotate iomem and pm_data pointers __ro_after_init
>       ARM: s3c24xx: Constify few integer tables
>       ARM: s3c64xx: Annotate external clock frequencies __ro_after_init
>       ARM: SAMSUNG: Constify array of wake irqs passed to samsung_sync_wakemask
>       ARM: s3c24xx: Constify wake_irqs
>       ARM: s3c64xx: Constify wake_irqs
> 
> Sylwester Nawrocki (2):
>       ARM: s3c64xx: Drop initialization of unused struct s3c_audio_pdata fields
>       ARM: s3c24xx: Drop unused struct s3c_audio_pdata entries

Merged, thanks.


-Olof

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

* Re: [GIT PULL 2/4] ARM: dts: exynos: DT for v4.11
  2017-01-13 15:20 ` [GIT PULL 2/4] ARM: dts: exynos: DT " Krzysztof Kozlowski
@ 2017-01-17  6:30   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2017-01-17  6:30 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, Kevin Hilman, arm, Sylwester Nawrocki, Kukjin Kim,
	linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Javier Martinez Canillas

On Fri, Jan 13, 2017 at 05:20:28PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> Few improvements and Exynos4412 DTSI removal.
> 
> This pulls external dependecy from clock tree (one clock commit).
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.11
> 
> for you to fetch changes up to bca9085e0ae93253bc93ce218c85ac7d7e7f1831:
> 
>   ARM: dts: exynos: remove Exynos4212 support (dead code) (2017-01-11 18:28:43 +0200)
> 
> ----------------------------------------------------------------
> Samsung DeviceTree update for v4.11:
> 1. Fixes for initial audio clocks configuration.
> 2. Enable sound on Odroid-X board.
> 3. Enable DMA for UART modules on Exynos5 SoCs.
> 4. Add CPU OPPs for Exynos4412 Prime (newer version of Exynos4412). This pulls
>    necessary change in the clocks.
> 5. Remove Exynos4212. We do not have any mainline boards with it. This will
>    simplify few bits later.

Merged, thanks.


-Olof

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

* Re: [GIT PULL 3/4] arm64: dts: exynos: DT for v4.11
  2017-01-13 15:20 ` [GIT PULL 3/4] arm64: " Krzysztof Kozlowski
@ 2017-01-17  6:40   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2017-01-17  6:40 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, Kevin Hilman, arm, Sylwester Nawrocki, Kukjin Kim,
	linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Javier Martinez Canillas, Linus Walleij

On Fri, Jan 13, 2017 at 05:20:29PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> Important:
> 1. Unlike others, this is rebased on v4.10-rc2 because v4.10-rc1 was not
>    building on arm64.
> 2. This contains pinctrl change (in header), acked by Linus Walleij.
>    Although I kept it on separate branch and merged here, but I did not
>    prepare a separate pull request for this one pinctrl change - it is
>    just one patch. Anyway it sits on separate branch so this is still
>    possible if you need it.
> 
> Best regards,
> Krzysztof
> 
> Cc: Linus Walleij <linus.walleij@linaro.org>
> 
> The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:
> 
>   Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-4.11
> 
> for you to fetch changes up to e4e381133241a27d732e78be09973b89a193eaf7:
> 
>   arm64: dts: exynos: Enable HDMI/TV path on Exynos5433-TM2 (2017-01-11 18:20:28 +0200)
> 
> ----------------------------------------------------------------
> Samsung DeviceTree ARM64 update for v4.11:
> 1. Add bus frequency and voltage scalling on Exynos5433 TM2 device (along with
>    necessary bus nodes and Platform Performance Monitoring Unit on Exynos5433).
> 2. Use macros for pinctrl settings on Exynos5433.
>    This contains necessary header with bindings.
> 3. Minor cleanups in Exynos5433 DTSI and boards using it.
> 4. Create common DTSI betweem Exynos5433 TM2E and TM2E.
> 5. Add HDMI/TV to Exynos5433 TM2.

Merged, thanks.


-Olof

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

* Re: [GIT PULL 4/4] ARM: defconfig: exynos: Defconfig for v4.11
  2017-01-13 15:20 ` [GIT PULL 4/4] ARM: defconfig: exynos: Defconfig " Krzysztof Kozlowski
@ 2017-01-17  6:41   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2017-01-17  6:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, Kevin Hilman, arm, Sylwester Nawrocki, Kukjin Kim,
	linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Javier Martinez Canillas

On Fri, Jan 13, 2017 at 05:20:30PM +0200, Krzysztof Kozlowski wrote:
> 
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-4.11
> 
> for you to fetch changes up to 74b0ee7579f279dae053053008d29f10f3890c07:
> 
>   ARM: exynos_defconfig: Enable IP multicast (2016-12-29 16:04:57 +0200)
> 
> ----------------------------------------------------------------
> Samsung defconfig update for v4.11:
> 1. Cleanup from old MACHs in s5pv210.
> 2. Enable IP_MULTICAST for libnss-mdns.
> 
> ----------------------------------------------------------------
> Krzysztof Kozlowski (1):
>       ARM: s5pv210_defconfig: Remove old MACHs
> 
> Robie Basak (1):
>       ARM: exynos_defconfig: Enable IP multicast

Merged, thanks.


-Olof

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

end of thread, other threads:[~2017-01-17  7:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-13 15:20 [GIT PULL 1/4] ARM: exynos: Mach/soc for v4.11 Krzysztof Kozlowski
2017-01-13 15:20 ` [GIT PULL 2/4] ARM: dts: exynos: DT " Krzysztof Kozlowski
2017-01-17  6:30   ` Olof Johansson
2017-01-13 15:20 ` [GIT PULL 3/4] arm64: " Krzysztof Kozlowski
2017-01-17  6:40   ` Olof Johansson
2017-01-13 15:20 ` [GIT PULL 4/4] ARM: defconfig: exynos: Defconfig " Krzysztof Kozlowski
2017-01-17  6:41   ` Olof Johansson
2017-01-17  6:30 ` [GIT PULL 1/4] ARM: exynos: Mach/soc " Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).