linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/5] ARM: exynos: Stuff for v4.12
@ 2017-04-08 14:09 Krzysztof Kozlowski
  2017-04-08 14:10 ` [GIT PULL 5/5] ARM: defconfig: exynos " Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2017-04-08 14:09 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, Kevin Hilman, arm
  Cc: Krzysztof Kozlowski, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Javier Martinez Canillas

Hi,

No external dependencies, no specific order of pulling, nothing special.

Best regards,
Krzysztof

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

* [GIT PULL 5/5] ARM: defconfig: exynos for v4.12
  2017-04-08 14:09 [GIT PULL 0/5] ARM: exynos: Stuff for v4.12 Krzysztof Kozlowski
@ 2017-04-08 14:10 ` Krzysztof Kozlowski
  2017-04-19 13:34   ` Olof Johansson
  2017-04-08 14:10 ` [GIT PULL 2/5] ARM: soc: samsung: " Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2017-04-08 14:10 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, Kevin Hilman, arm
  Cc: Krzysztof Kozlowski, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Javier Martinez Canillas


The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to fd2694a112d6b53eba8d8e182fef0dccdab6c9e8:

  ARM: exynos_defconfig: Increase CONFIG_CMA_SIZE_MBYTES to 96 (2017-03-07 21:01:52 +0200)

----------------------------------------------------------------
Samsung defconfig ARM update for v4.12:
1. Enable DYNAMIC_DEBUG because it is useful for debugging.
2. Increase CMA memory region to allow handling H.264 1080p videos.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      ARM: exynos_defconfig: Enable DYNAMIC_DEBUG and get rid of old ext3

Shuah Khan (1):
      ARM: exynos_defconfig: Increase CONFIG_CMA_SIZE_MBYTES to 96

 arch/arm/configs/exynos_defconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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

* [GIT PULL 2/5] ARM: soc: samsung: exynos for v4.12
  2017-04-08 14:09 [GIT PULL 0/5] ARM: exynos: Stuff for v4.12 Krzysztof Kozlowski
  2017-04-08 14:10 ` [GIT PULL 5/5] ARM: defconfig: exynos " Krzysztof Kozlowski
@ 2017-04-08 14:10 ` Krzysztof Kozlowski
  2017-04-19 13:58   ` Olof Johansson
  2017-04-08 14:10 ` [GIT PULL 3/5] ARM: dts: exynos: DTS " Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2017-04-08 14:10 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, Kevin Hilman, arm
  Cc: Krzysztof Kozlowski, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Javier Martinez Canillas


The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-4.12

for you to fetch changes up to a0ebf66267ebab093cd7e230e70d29249768d249:

  soc: samsung: Do not build ARMv7 PMU drivers on ARMv8 (2017-03-21 19:03:39 +0200)

----------------------------------------------------------------
Samsung SoC drivers update for v4.12 - split building of the PMU driver between
ARMv7 and ARMv8.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      soc: samsung: Do not build ARMv7 PMU drivers on ARMv8

 drivers/soc/samsung/Kconfig      |  8 +++++++-
 drivers/soc/samsung/Makefile     |  4 +++-
 drivers/soc/samsung/exynos-pmu.c | 22 ++++++++++++++++------
 drivers/soc/samsung/exynos-pmu.h |  3 +++
 4 files changed, 29 insertions(+), 8 deletions(-)

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

* [GIT PULL 3/5] ARM: dts: exynos: DTS for v4.12
  2017-04-08 14:09 [GIT PULL 0/5] ARM: exynos: Stuff for v4.12 Krzysztof Kozlowski
  2017-04-08 14:10 ` [GIT PULL 5/5] ARM: defconfig: exynos " Krzysztof Kozlowski
  2017-04-08 14:10 ` [GIT PULL 2/5] ARM: soc: samsung: " Krzysztof Kozlowski
@ 2017-04-08 14:10 ` Krzysztof Kozlowski
  2017-04-19 13:44   ` Olof Johansson
  2017-04-08 14:10 ` [GIT PULL 4/5] arm64: " Krzysztof Kozlowski
  2017-04-08 14:10 ` [GIT PULL 1/5] arm64: soc: exynos " Krzysztof Kozlowski
  4 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2017-04-08 14:10 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, Kevin Hilman, arm
  Cc: Krzysztof Kozlowski, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Javier Martinez Canillas,
	Hans Verkuil

Hi,

I provided some of the patches as sub-tags to other maintainers who
needed it.


Best regards,
Krzysztof


Cc: Hans Verkuil <hans.verkuil@cisco.com>

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to a1146328ec47141007a6ec076e1cbfc80f31887f:

  Merge tag 'samsung-dt-hdmi-cec-4.12' into next/dt (2017-03-31 00:27:18 +0300)

----------------------------------------------------------------
Samsung DeviceTree ARM update for v4.12:
1. Enhancements to PCIe nodes on Exynos5440.
2. Fix thermal values on some of Exynos5420 boards like Odroid XU3.
3. Add proper clock frequency properties to DSI nodes.
4. Fix watchdog reset on Exynos4412.
5. Fix watchdog infinite interrupt in soft mode on Exynos4210,
   Exynos5440, S3C64xx and S5Pv210.
6. Enable watchdog on Exynos4 and S3C SoCs.

----------------------------------------------------------------
Hans Verkuil (1):
      ARM: dts: exynos: add HDMI controller phandle to exynos4.dtsi

Hoegeun Kwon (1):
      ARM: dts: exynos: Add the burst and esc clock frequency properties to DSI node

Jaehoon Chung (1):
      ARM: dts: exynos: Add phy-pcie node for pcie to Exynos5440

Krzysztof Kozlowski (8):
      ARM: dts: exynos: Do not ignore real-world fuse values for thermal zone 0 on Exynos5420
      ARM: dts: exynos: Fix watchdog reset on Exynos4412
      ARM: dts: s3c64xx: Enable watchdog on all S3C64xx boards
      ARM: dts: exynos: Enable watchdog on all Exynos4 boards
      ARM: dts: exynos: Fix infinite interrupt in soft mode on Exynos4210 and Exynos5440
      ARM: dts: s3c64xx: Fix infinite interrupt in soft mode
      ARM: dts: s5pv210: Fix infinite interrupt in soft mode
      Merge tag 'samsung-dt-hdmi-cec-4.12' into next/dt

 arch/arm/boot/dts/exynos3250-rinato.dts           |  2 ++
 arch/arm/boot/dts/exynos4.dtsi                    | 10 +------
 arch/arm/boot/dts/exynos4210-origen.dts           |  4 ---
 arch/arm/boot/dts/exynos4210-trats.dts            |  2 ++
 arch/arm/boot/dts/exynos4210.dtsi                 |  8 ++++++
 arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi   |  4 ---
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi   |  4 ---
 arch/arm/boot/dts/exynos4412-origen.dts           |  4 ---
 arch/arm/boot/dts/exynos4412-trats2.dts           |  2 ++
 arch/arm/boot/dts/exynos4412.dtsi                 |  9 +++++++
 arch/arm/boot/dts/exynos5420-tmu-sensor-conf.dtsi | 25 ++++++++++++++++++
 arch/arm/boot/dts/exynos5420.dtsi                 | 10 +++----
 arch/arm/boot/dts/exynos5440.dtsi                 | 32 +++++++++++++++--------
 arch/arm/boot/dts/s3c64xx.dtsi                    |  3 +--
 arch/arm/boot/dts/s5pv210.dtsi                    |  2 +-
 15 files changed, 77 insertions(+), 44 deletions(-)
 create mode 100644 arch/arm/boot/dts/exynos5420-tmu-sensor-conf.dtsi

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

* [GIT PULL 4/5] arm64: dts: exynos: DTS for v4.12
  2017-04-08 14:09 [GIT PULL 0/5] ARM: exynos: Stuff for v4.12 Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2017-04-08 14:10 ` [GIT PULL 3/5] ARM: dts: exynos: DTS " Krzysztof Kozlowski
@ 2017-04-08 14:10 ` Krzysztof Kozlowski
  2017-04-19 13:21   ` Olof Johansson
  2017-04-08 14:10 ` [GIT PULL 1/5] arm64: soc: exynos " Krzysztof Kozlowski
  4 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2017-04-08 14:10 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, Kevin Hilman, arm
  Cc: Krzysztof Kozlowski, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Javier Martinez Canillas


The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to e3c07546747cdec07ff15c984bc6cebc9c9f788c:

  arm64: dts: exynos: Add the burst and esc clock frequency properties to DSI node (2017-03-08 08:55:39 +0200)

----------------------------------------------------------------
Samsung DeviceTree ARM64 update for v4.12:
1. Add IR, touchscreen and panel to TM2/TM2E boards.
2. Add proper clock frequency properties to DSI nodes.

----------------------------------------------------------------
Andi Shyti (2):
      arm64: dts: exynos: Enable ir-spi in the TM2 and TM2E boards
      arm64: dts: exynos: Add stmfts touchscreen node for TM2 and TM2E

Hoegeun Kwon (1):
      arm64: dts: exynos: Add the burst and esc clock frequency properties to DSI node

Hyungwon Hwang (1):
      arm64: dts: exynos: Add support for S6E3HA2 panel device on TM2 board

 .../boot/dts/exynos/exynos5433-tm2-common.dtsi     | 43 +++++++++++++++++++++-
 arch/arm64/boot/dts/exynos/exynos5433-tm2.dts      | 17 +++++++++
 arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts     |  7 ++++
 3 files changed, 65 insertions(+), 2 deletions(-)

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

* [GIT PULL 1/5] arm64: soc: exynos for v4.12
  2017-04-08 14:09 [GIT PULL 0/5] ARM: exynos: Stuff for v4.12 Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2017-04-08 14:10 ` [GIT PULL 4/5] arm64: " Krzysztof Kozlowski
@ 2017-04-08 14:10 ` Krzysztof Kozlowski
  2017-04-19 14:00   ` Olof Johansson
  4 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2017-04-08 14:10 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, Kevin Hilman, arm
  Cc: Krzysztof Kozlowski, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Javier Martinez Canillas


The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc64-4.12

for you to fetch changes up to 0edf17984f251e633465e028a0115d57b1b7eb88:

  arm64: defconfig: Enable video, DRM and LPASS drivers for Exynos5433 and Exynos7 (2017-03-21 19:18:53 +0200)

----------------------------------------------------------------
Samsung ARM64 update for v4.12:
1. Exynos power management drivers support now ARMv8 SoC - Exynos5433 - so
   select them in ARCH_EXYNOS.
2. Enable few Exynos drivers for supported ARMv8 SoCs.

----------------------------------------------------------------
Krzysztof Kozlowski (2):
      arm64: exynos: Enable Exynos PMU and PM domains drivers
      arm64: defconfig: Enable video, DRM and LPASS drivers for Exynos5433 and Exynos7

 arch/arm64/Kconfig.platforms |  2 ++
 arch/arm64/configs/defconfig | 11 +++++++++++
 2 files changed, 13 insertions(+)

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

* Re: [GIT PULL 4/5] arm64: dts: exynos: DTS for v4.12
  2017-04-08 14:10 ` [GIT PULL 4/5] arm64: " Krzysztof Kozlowski
@ 2017-04-19 13:21   ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2017-04-19 13:21 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, Kevin Hilman, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Javier Martinez Canillas

On Sat, Apr 08, 2017 at 04:10:03PM +0200, Krzysztof Kozlowski wrote:
> 
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-4.12
> 
> for you to fetch changes up to e3c07546747cdec07ff15c984bc6cebc9c9f788c:
> 
>   arm64: dts: exynos: Add the burst and esc clock frequency properties to DSI node (2017-03-08 08:55:39 +0200)
> 
> ----------------------------------------------------------------
> Samsung DeviceTree ARM64 update for v4.12:
> 1. Add IR, touchscreen and panel to TM2/TM2E boards.
> 2. Add proper clock frequency properties to DSI nodes.

Merged, thanks!


-Olof

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

* Re: [GIT PULL 5/5] ARM: defconfig: exynos for v4.12
  2017-04-08 14:10 ` [GIT PULL 5/5] ARM: defconfig: exynos " Krzysztof Kozlowski
@ 2017-04-19 13:34   ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2017-04-19 13:34 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, Kevin Hilman, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Javier Martinez Canillas

On Sat, Apr 08, 2017 at 04:10:00PM +0200, Krzysztof Kozlowski wrote:
> 
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-4.12
> 
> for you to fetch changes up to fd2694a112d6b53eba8d8e182fef0dccdab6c9e8:
> 
>   ARM: exynos_defconfig: Increase CONFIG_CMA_SIZE_MBYTES to 96 (2017-03-07 21:01:52 +0200)
> 
> ----------------------------------------------------------------
> Samsung defconfig ARM update for v4.12:
> 1. Enable DYNAMIC_DEBUG because it is useful for debugging.
> 2. Increase CMA memory region to allow handling H.264 1080p videos.
> 
> ----------------------------------------------------------------
> Krzysztof Kozlowski (1):
>       ARM: exynos_defconfig: Enable DYNAMIC_DEBUG and get rid of old ext3
> 
> Shuah Khan (1):
>       ARM: exynos_defconfig: Increase CONFIG_CMA_SIZE_MBYTES to 96

Merged, thanks!


-Olof

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

* Re: [GIT PULL 3/5] ARM: dts: exynos: DTS for v4.12
  2017-04-08 14:10 ` [GIT PULL 3/5] ARM: dts: exynos: DTS " Krzysztof Kozlowski
@ 2017-04-19 13:44   ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2017-04-19 13:44 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, Kevin Hilman, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Javier Martinez Canillas,
	Hans Verkuil

On Sat, Apr 08, 2017 at 04:10:02PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> I provided some of the patches as sub-tags to other maintainers who
> needed it.
> 
> 
> Best regards,
> Krzysztof
> 
> 
> Cc: Hans Verkuil <hans.verkuil@cisco.com>
> 
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.12
> 
> for you to fetch changes up to a1146328ec47141007a6ec076e1cbfc80f31887f:
> 
>   Merge tag 'samsung-dt-hdmi-cec-4.12' into next/dt (2017-03-31 00:27:18 +0300)
> 
> ----------------------------------------------------------------
> Samsung DeviceTree ARM update for v4.12:
> 1. Enhancements to PCIe nodes on Exynos5440.
> 2. Fix thermal values on some of Exynos5420 boards like Odroid XU3.
> 3. Add proper clock frequency properties to DSI nodes.
> 4. Fix watchdog reset on Exynos4412.
> 5. Fix watchdog infinite interrupt in soft mode on Exynos4210,
>    Exynos5440, S3C64xx and S5Pv210.
> 6. Enable watchdog on Exynos4 and S3C SoCs.

Merged, thanks!


-Olof

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

* Re: [GIT PULL 2/5] ARM: soc: samsung: exynos for v4.12
  2017-04-08 14:10 ` [GIT PULL 2/5] ARM: soc: samsung: " Krzysztof Kozlowski
@ 2017-04-19 13:58   ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2017-04-19 13:58 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, Kevin Hilman, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Javier Martinez Canillas

On Sat, Apr 08, 2017 at 04:10:01PM +0200, Krzysztof Kozlowski wrote:
> 
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-4.12
> 
> for you to fetch changes up to a0ebf66267ebab093cd7e230e70d29249768d249:
> 
>   soc: samsung: Do not build ARMv7 PMU drivers on ARMv8 (2017-03-21 19:03:39 +0200)
> 
> ----------------------------------------------------------------
> Samsung SoC drivers update for v4.12 - split building of the PMU driver between
> ARMv7 and ARMv8.

Merged, thanks!


-Olof

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

* Re: [GIT PULL 1/5] arm64: soc: exynos for v4.12
  2017-04-08 14:10 ` [GIT PULL 1/5] arm64: soc: exynos " Krzysztof Kozlowski
@ 2017-04-19 14:00   ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2017-04-19 14:00 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, Kevin Hilman, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Javier Martinez Canillas

On Sat, Apr 08, 2017 at 04:10:04PM +0200, Krzysztof Kozlowski wrote:
> 
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc64-4.12
> 
> for you to fetch changes up to 0edf17984f251e633465e028a0115d57b1b7eb88:
> 
>   arm64: defconfig: Enable video, DRM and LPASS drivers for Exynos5433 and Exynos7 (2017-03-21 19:18:53 +0200)
> 
> ----------------------------------------------------------------
> Samsung ARM64 update for v4.12:
> 1. Exynos power management drivers support now ARMv8 SoC - Exynos5433 - so
>    select them in ARCH_EXYNOS.
> 2. Enable few Exynos drivers for supported ARMv8 SoCs.
> 
> ----------------------------------------------------------------
> Krzysztof Kozlowski (2):
>       arm64: exynos: Enable Exynos PMU and PM domains drivers
>       arm64: defconfig: Enable video, DRM and LPASS drivers for Exynos5433 and Exynos7

Merged, thanks!


-Olof

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

end of thread, other threads:[~2017-04-19 14:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-08 14:09 [GIT PULL 0/5] ARM: exynos: Stuff for v4.12 Krzysztof Kozlowski
2017-04-08 14:10 ` [GIT PULL 5/5] ARM: defconfig: exynos " Krzysztof Kozlowski
2017-04-19 13:34   ` Olof Johansson
2017-04-08 14:10 ` [GIT PULL 2/5] ARM: soc: samsung: " Krzysztof Kozlowski
2017-04-19 13:58   ` Olof Johansson
2017-04-08 14:10 ` [GIT PULL 3/5] ARM: dts: exynos: DTS " Krzysztof Kozlowski
2017-04-19 13:44   ` Olof Johansson
2017-04-08 14:10 ` [GIT PULL 4/5] arm64: " Krzysztof Kozlowski
2017-04-19 13:21   ` Olof Johansson
2017-04-08 14:10 ` [GIT PULL 1/5] arm64: soc: exynos " Krzysztof Kozlowski
2017-04-19 14:00   ` 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).