From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8361FC433E3 for ; Wed, 19 Aug 2020 12:16:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 45570207BB for ; Wed, 19 Aug 2020 12:16:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597839376; bh=/MbaTQFZWMYuazygmw7csZlkRqCEGAQG/FDx2KXZmlo=; h=Date:From:To:Cc:In-Reply-To:References:Subject:List-ID:From; b=vrLgQkmwLPNmCLF8mMkLSXkxmNp44mn6A+6kul+7DNF51rDNenCqWjcaIF8PV5kUH 5EhQ77K0JDyZmoaI/HRZ2aXZ0Qa6Cgnr4YhY1r29eIohQE6HvYLGI7F57iSxhzV4GK 6HF4EY+LkDKrqJqrNL9sYZatcgFSRjxwLmDGtzGc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727990AbgHSMQI (ORCPT ); Wed, 19 Aug 2020 08:16:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:53040 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727079AbgHSMQC (ORCPT ); Wed, 19 Aug 2020 08:16:02 -0400 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 095C220738; Wed, 19 Aug 2020 12:16:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597839361; bh=/MbaTQFZWMYuazygmw7csZlkRqCEGAQG/FDx2KXZmlo=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=oSMIeWMXMrvFp4voxI5iMdujeB+Lp+HlOztmKzG8LZawk9CdEMwsC/ITDxW+mXFOU kgcTmuGa0aYqB4rCCXpff0OZMhuWxZa5k6jZPJ2q0PM3NbYn5yAIgVkUWs92YGkz8g N3+j40AOGRzS2R4pR4ks6AdvUV8kBedw64d/kxZ0= Date: Wed, 19 Aug 2020 13:15:29 +0100 From: Mark Brown To: Krzysztof Kozlowski , linux-kernel@vger.kernel.org Cc: Russell King , linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-samsung-soc@vger.kernel.org, Kukjin Kim , Maxime Coquelin , Alexandre Torgue , Arnd Bergmann In-Reply-To: <20200806182059.2431-1-krzk@kernel.org> References: <20200806181932.2253-1-krzk@kernel.org> <20200806182059.2431-1-krzk@kernel.org> Subject: Re: [PATCH v2 01/41] ARM: s3c: Remove unneeded machine header includes Message-Id: <159783932455.55025.7979458249415199743.b4-ty@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 6 Aug 2020 20:20:18 +0200, Krzysztof Kozlowski wrote: > Not all units use the contents of mach/hardware.h and > mach/dma.h. Remove these includes when not needed. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/5] ASoC: samsung: h1940: turn into platform driver commit: 2c5c4fdc710c5d3beff78ac5605c5732ebfa8ae5 [2/5] ASoC: samsung: neo1973: turn into platform driver commit: a65e8a320846b8c69f53a758dc3662e4b42e6a48 [3/5] ASoC: samsung: rx1950: turn into platform driver commit: a0f3315a2558e22e75873e1184d0c213c2f8315f [4/5] ASoC: samsung: s3c2412-i2s: avoid hardcoded S3C2410_PA_IIS commit: 2f1525848844c996990aafd3104bddf0f0cb3a28 [5/5] ARM: s3c24xx: move iis pinctrl config into boards (no commit info) All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A29DC433DF for ; Wed, 19 Aug 2020 12:17:26 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 44009206FA for ; Wed, 19 Aug 2020 12:17:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="NiAXOj8R"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="oSMIeWMX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 44009206FA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Subject:References:In-Reply-To:To:From: Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=X0Nn71fGeBPstNSHKwCBAv3Qj8V2UcJFWASALWEPVF4=; b=NiAXOj8RLKGSXq2UwoJL8iWs9T sO6ZLDQg3QcGMVs5UY/PtiTADd7UvJp1uZiJmeI0tbxVmOn5u/fj1JbDM2v8p46xSXYuKQ9mArZgl xcct587mPUMnZcSdJqnpBuwjURLEklSGoiFgIEBYkoks4bE8y1iVgxZZI9gCZ/rVf181M7AUUZJGb TiyasvqJDUmzlUBHSZg9T3PblhMRup//t5xjIauSAg+Ppgfm2cualeBC+o+GlgewbibSHhrXDPcrH JQER+Ee4zMreXjAU5ksUTcTEU7nL/rH8tq5SDLxCBnt3THjbNNZfZ1EZxwwy7p2Hbkh600ZwkJiCS x8VlRlCA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k8N0h-0004Zg-D3; Wed, 19 Aug 2020 12:16:07 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1k8N0c-0004Xx-7Q for linux-arm-kernel@lists.infradead.org; Wed, 19 Aug 2020 12:16:03 +0000 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 095C220738; Wed, 19 Aug 2020 12:16:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597839361; bh=/MbaTQFZWMYuazygmw7csZlkRqCEGAQG/FDx2KXZmlo=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=oSMIeWMXMrvFp4voxI5iMdujeB+Lp+HlOztmKzG8LZawk9CdEMwsC/ITDxW+mXFOU kgcTmuGa0aYqB4rCCXpff0OZMhuWxZa5k6jZPJ2q0PM3NbYn5yAIgVkUWs92YGkz8g N3+j40AOGRzS2R4pR4ks6AdvUV8kBedw64d/kxZ0= Date: Wed, 19 Aug 2020 13:15:29 +0100 From: Mark Brown To: Krzysztof Kozlowski , linux-kernel@vger.kernel.org In-Reply-To: <20200806182059.2431-1-krzk@kernel.org> References: <20200806181932.2253-1-krzk@kernel.org> <20200806182059.2431-1-krzk@kernel.org> Subject: Re: [PATCH v2 01/41] ARM: s3c: Remove unneeded machine header includes Message-Id: <159783932455.55025.7979458249415199743.b4-ty@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200819_081602_368051_73320911 X-CRM114-Status: GOOD ( 13.78 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-samsung-soc@vger.kernel.org, Alexandre Torgue , Arnd Bergmann , Russell King , Kukjin Kim , Maxime Coquelin , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 6 Aug 2020 20:20:18 +0200, Krzysztof Kozlowski wrote: > Not all units use the contents of mach/hardware.h and > mach/dma.h. Remove these includes when not needed. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/5] ASoC: samsung: h1940: turn into platform driver commit: 2c5c4fdc710c5d3beff78ac5605c5732ebfa8ae5 [2/5] ASoC: samsung: neo1973: turn into platform driver commit: a65e8a320846b8c69f53a758dc3662e4b42e6a48 [3/5] ASoC: samsung: rx1950: turn into platform driver commit: a0f3315a2558e22e75873e1184d0c213c2f8315f [4/5] ASoC: samsung: s3c2412-i2s: avoid hardcoded S3C2410_PA_IIS commit: 2f1525848844c996990aafd3104bddf0f0cb3a28 [5/5] ARM: s3c24xx: move iis pinctrl config into boards (no commit info) All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel