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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10735CCA47C for ; Wed, 29 Jun 2022 14:44:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233551AbiF2OoS (ORCPT ); Wed, 29 Jun 2022 10:44:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51010 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233552AbiF2OoP (ORCPT ); Wed, 29 Jun 2022 10:44:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CDBC624BCA; Wed, 29 Jun 2022 07:44:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 65A3561F5F; Wed, 29 Jun 2022 14:44:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DDCBEC341C8; Wed, 29 Jun 2022 14:44:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656513853; bh=VKmQkXSSr0fp8xEEhrHuI4jJj9kI+Q29PnoOBCQnruI=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=vA081Ef0eFD0cI0hgJ6BpR90sEWAJutJfPskioZSCiyzd77Bif/1jnqHnZNZIgg9m VAobGxTWWQMyurZW7mLUkZpRd5ZpE9IwDUevCR00zm4nb6uPGZoMCR3pLU+fTxtLpk JgPSisiqIEqY8UfN9l8gNsSu0/uBXmuDKxN5ZV40ebwUKkPLauOuIAvwiar9/Y9WeG A8or0hfYud6Y6TkS5TrM2GQwpSvX1n5SAe/vph/Q5FiETupIEDlyhSrCXQzPgLkCet idpVeTgzkKWL7NNRr1i0pIO4smmMHuG8ETZVc3pG/Riyx5bo9s62nf4b2XeFA0rXO8 7Vj+Pe+dXD3rg== From: Mark Brown To: krzysztof.kozlowski@linaro.org, andi@etezian.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, chanho61.park@samsung.com Cc: linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, alim.akhtar@samsung.com In-Reply-To: <20220629102304.65712-1-chanho61.park@samsung.com> References: <20220629102304.65712-1-chanho61.park@samsung.com> Subject: Re: [PATCH v3 0/4] spi support for Exynos Auto v9 SoC Message-Id: <165651385163.1635474.11164615734135811182.b4-ty@kernel.org> Date: Wed, 29 Jun 2022 15:44:11 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 29 Jun 2022 19:23:00 +0900, Chanho Park wrote: > Add to support Exynos Auto v9 SoC's spi. By supporting USI(Universal > Serial Interface) mode, the SoC can support up to 12 spi ports. Thus, we > need to increase MAX_SPI_PORTS from 6 to 12. The spi of the SoC can > support loopback mode unlike previous exynos SoCs. To separate the > feature, we need to add .has_loopback to the s3c64xx_spi_port_config. > Furthermore, it uses 4 as the default internal clock divider. We also > need to clk_div field of the structure and assign "2" as the default > value to the existing SoC's port config. > Device tree definitions of exynosautov9-spi will be added in separated > patchset to include usi(i2c/uart/spi) nodes all together. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/4] spi: s3c64xx: support loopback mode commit: ffb7bcd3b27e86fa7bdbabf4488060064ec9d00d [2/4] spi: s3c64xx: support custom value of internal clock divider commit: bfcd27dcb7b93bd1f3b89d03d8b90207876d635f [3/4] dt-bindings: samsung,spi: define exynosautov9 compatible commit: 9dbeef8ad5f8e7d2cab7b888853b4abe9db87ffd [4/4] spi: s3c64xx: add spi port configuration for Exynos Auto v9 SoC commit: 11d50d853dceb2df8d28bf772d3e928c1c5b137a 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 758A3C433EF for ; Wed, 29 Jun 2022 14:45:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Date:Message-Id:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=quTjWdN+biomUGySnGff7jQ+/1fgWpfQdqOOThlELgI=; b=3othgnT+6bvOAT zxb62RSJ3APil/yLTEvmtYaT2HScu1M9nVysHcu8R1Oj4WF0Mtc3d6hUzNxdMDhPZOVrg7eMpYYlm aWPvQCoyW9SLmpUHbXG3tsY/9Bfn7B3Giimkn3Qr6W75hKQg0uRO/BY225gH3C26P+M+lPtGpB4ol Wg9YhePUN3nSTjRwluDJIj5V6IGYLXl5YiH6xA2D50GizM6q+xW6IvrpaAXN4GBPtc8F9fbHL+5R0 aMlw7s+sgQPzjFUYkLAnforNmrtEro44VEBSd7roNRkInK2Ekr55KQUKczr4zpseXzeBKlOcxlnz3 liOWcxmTZjIa8OCQv/vA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6Yvi-00CYUt-S6; Wed, 29 Jun 2022 14:44:34 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6YvQ-00CYQ6-2v for linux-arm-kernel@lists.infradead.org; Wed, 29 Jun 2022 14:44:17 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9F47361F88; Wed, 29 Jun 2022 14:44:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DDCBEC341C8; Wed, 29 Jun 2022 14:44:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656513853; bh=VKmQkXSSr0fp8xEEhrHuI4jJj9kI+Q29PnoOBCQnruI=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=vA081Ef0eFD0cI0hgJ6BpR90sEWAJutJfPskioZSCiyzd77Bif/1jnqHnZNZIgg9m VAobGxTWWQMyurZW7mLUkZpRd5ZpE9IwDUevCR00zm4nb6uPGZoMCR3pLU+fTxtLpk JgPSisiqIEqY8UfN9l8gNsSu0/uBXmuDKxN5ZV40ebwUKkPLauOuIAvwiar9/Y9WeG A8or0hfYud6Y6TkS5TrM2GQwpSvX1n5SAe/vph/Q5FiETupIEDlyhSrCXQzPgLkCet idpVeTgzkKWL7NNRr1i0pIO4smmMHuG8ETZVc3pG/Riyx5bo9s62nf4b2XeFA0rXO8 7Vj+Pe+dXD3rg== From: Mark Brown To: krzysztof.kozlowski@linaro.org, andi@etezian.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, chanho61.park@samsung.com Cc: linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, alim.akhtar@samsung.com In-Reply-To: <20220629102304.65712-1-chanho61.park@samsung.com> References: <20220629102304.65712-1-chanho61.park@samsung.com> Subject: Re: [PATCH v3 0/4] spi support for Exynos Auto v9 SoC Message-Id: <165651385163.1635474.11164615734135811182.b4-ty@kernel.org> Date: Wed, 29 Jun 2022 15:44:11 +0100 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220629_074416_215803_6B224F59 X-CRM114-Status: GOOD ( 14.74 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Wed, 29 Jun 2022 19:23:00 +0900, Chanho Park wrote: > Add to support Exynos Auto v9 SoC's spi. By supporting USI(Universal > Serial Interface) mode, the SoC can support up to 12 spi ports. Thus, we > need to increase MAX_SPI_PORTS from 6 to 12. The spi of the SoC can > support loopback mode unlike previous exynos SoCs. To separate the > feature, we need to add .has_loopback to the s3c64xx_spi_port_config. > Furthermore, it uses 4 as the default internal clock divider. We also > need to clk_div field of the structure and assign "2" as the default > value to the existing SoC's port config. > Device tree definitions of exynosautov9-spi will be added in separated > patchset to include usi(i2c/uart/spi) nodes all together. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/4] spi: s3c64xx: support loopback mode commit: ffb7bcd3b27e86fa7bdbabf4488060064ec9d00d [2/4] spi: s3c64xx: support custom value of internal clock divider commit: bfcd27dcb7b93bd1f3b89d03d8b90207876d635f [3/4] dt-bindings: samsung,spi: define exynosautov9 compatible commit: 9dbeef8ad5f8e7d2cab7b888853b4abe9db87ffd [4/4] spi: s3c64xx: add spi port configuration for Exynos Auto v9 SoC commit: 11d50d853dceb2df8d28bf772d3e928c1c5b137a 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