From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756628AbdGXTLl (ORCPT ); Mon, 24 Jul 2017 15:11:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:58148 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756364AbdGXTJb (ORCPT ); Mon, 24 Jul 2017 15:09:31 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3E06A22CA0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=krzk@kernel.org From: Krzysztof Kozlowski To: Olof Johansson , Arnd Bergmann , arm@kernel.org Cc: Krzysztof Kozlowski , Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL 1/5] ARM: s3c24xx: Early stuff for v4.14 Date: Mon, 24 Jul 2017 21:08:52 +0200 Message-Id: <20170724190856.19055-1-krzk@kernel.org> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877: Linux v4.13-rc1 (2017-07-15 15:22:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.14 for you to fetch changes up to f991ce429a420dbb42b3e4b5a47490c84390d7e1: ARM: s3c24xx: make H1940BT depend on RFKILL (2017-07-20 20:26:24 +0200) ---------------------------------------------------------------- Samsung mach/soc changes for v4.14 Only for S3C24xx platform: 1. Cleanup from non-existent CONFIG entries. 2. Fix unmet NET dependency when H1940 bluetooth chip is selected.. ---------------------------------------------------------------- Arnd Bergmann (1): ARM: s3c24xx: make H1940BT depend on RFKILL Krzysztof Kozlowski (3): ARM: s3c24xx: Remove non-existing CONFIG_CPU_S3C2413 ARM: s3c24xx: Remove non-existing SND_SOC_SMDK2443_WM9710 ARM: s3c24xx: Do not confuse local define with Kconfig arch/arm/mach-s3c24xx/Kconfig | 2 +- arch/arm/mach-s3c24xx/common.c | 2 +- arch/arm/mach-s3c24xx/include/mach/regs-clock.h | 4 ++-- arch/arm/mach-s3c24xx/mach-smdk2443.c | 8 -------- arch/arm/mach-s3c24xx/sleep.S | 11 ++++++----- arch/arm/plat-samsung/include/plat/map-s3c.h | 2 +- 6 files changed, 11 insertions(+), 18 deletions(-)