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 2D36EC433EF for ; Tue, 5 Apr 2022 09:33:31 +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=BAPjuDhZ7QHTdbANiHJndsE+2CMYLq4xS5qOAyLxSlw=; b=x09OD2ZqvO6c8J 5z+Ln3YLP9PuxKTUXjQfL0qug5fSEWOW2t0ZGmdMKgO0wFTNkKYp43Z9jAkI8XWcOb38iu0lHSWHo t6HUlBRBSTz6X1S5ZbwvKMl2PcYqOsHlr5Q9TB5DOayfbD56rg7V7UBQ7um4HpDOKilHUN+usz4Qc ZcEemlNljOTMmcZV6TIPMu7BFlDDkia+aDnrkc5OcG5vGYcul3tDcjkCWkXRjDzgiTUTw/+o55Udm Z3CRBtqLznGBnZ+HEKCEiMR+SbLMH9MEnnccp7DLDNq4I6QdxXPq5KwERa9Hu5M67EmiNZ0J+N6Sl k3WdLikl95tOPRE7G9VA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nbfZ0-000R5l-6L; Tue, 05 Apr 2022 09:33:26 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nbfY0-000QNg-RW; Tue, 05 Apr 2022 09:32:26 +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 4EB3B616C1; Tue, 5 Apr 2022 09:32:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 289B6C385A4; Tue, 5 Apr 2022 09:32:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649151143; bh=4sUt83BgTOE5J9hysaJUhknfGWeSQ6S+Ynto5f4x3DY=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=Pm8J9hUCvcDjpvYrEvJzkvHiV/px742+iYYyeBW9xSpfsX1ALiIM519J15mSPWlvd QCphgPP/Cep4YhtKPiicISTkYl+4QeLqWrMM9BtEeOGkKUQkz13Bqwe1mH2B7FLUuh qdOflx/MdupPABcek0e9lKPBzJ0W2C3RH+pcBZs6o1ZtQfJxUteMyq0/6bUmBDvle8 J3eKkdjVEtCmA9yR34C/Vzf62Dzc3IHY5h4d1KGO68Cg+3ph+5E00f8Th72kH75ZMx wLmCgunuohj4lt1ii5+WDdT3GR19VA1SICgtIwC7PlVH1Yt52e35Esoawppjwfqkb5 /POA2/BXHzpCw== From: Mark Brown To: leilk.liu@mediatek.com Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, linux-mediatek@lists.infradead.org, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, matthias.bgg@gmail.com In-Reply-To: <20220321013922.24067-1-leilk.liu@mediatek.com> References: <20220321013922.24067-1-leilk.liu@mediatek.com> Subject: Re: [PATCH V6 0/3] spi: mediatek: add single/quad mode support Message-Id: <164915114188.276894.4149061684421416704.b4-ty@kernel.org> Date: Tue, 05 Apr 2022 10:32:21 +0100 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220405_023224_976526_A3183A0B X-CRM114-Status: GOOD ( 13.79 ) X-BeenThere: linux-mediatek@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-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Mon, 21 Mar 2022 09:39:19 +0800, Leilk Liu wrote: > This series of patches are based on spi for-next, and provide 3 patches to support MT7986. > > V6: > 1. remove SPI_CFG3_IPM_PIN_MODE_OFFSET. > 2. add Reviewed-by: AngeloGioacchino Del Regno > > V5: > 1. remove 3 patches that already applied. > 2. use devm_clk_get_optional. > 3. remove of_mtk_spi_parse_dt() > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/3] spi: mediatek: add spi memory support for ipm design commit: 9f763fd20da7d892ffaedac0c58d821922f8a674 [2/3] dt-bindings: spi: support hclk commit: a4765dfb80a7333aaac394a5ba20056d11b55636 [3/3] spi: mediatek: support hclk commit: a740f4e684c020ea57a8a198a9322d739f7ab6d5 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-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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 921A2C433EF for ; Tue, 5 Apr 2022 09:34:23 +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=XuV0Bz7/uUU0sgAgrYTxGLrx88W5+L4NmUqGcwBj5G8=; b=b7k1iT1snhneIr IjjOpS/Nj6qZOD1Q9986eTANGGbsETIr0KJ/7KH8HB+k/bQ91BW/icoxfjdpF+xc/tbttRJf3AuEe N/LVsa5uCp1z1xWr5+Q7oF/a7Dy/9aPtktRUYNCuplRTIBRCYb+b5meTHflWcOu4Y2DtdcfOz5Cro cwlgKzyRA4Su32l5ZKNf6tZJEA/JoRr/1VIslmdTbCEkZxqGEo3X01CRwlB6jvXFR52dFGiKbE0ij zlZ2QtnnIEWcYYo7XM2G5AA4h8lIfY+NQCxFhFk2s4ADsbyNmZsmIXp9ja5NFLEbRqgH/oqkx1xz6 FVWLnxG649bWpzCTGw1w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nbfYk-000Qvd-3m; Tue, 05 Apr 2022 09:33:10 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nbfY0-000QNg-RW; Tue, 05 Apr 2022 09:32:26 +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 4EB3B616C1; Tue, 5 Apr 2022 09:32:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 289B6C385A4; Tue, 5 Apr 2022 09:32:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649151143; bh=4sUt83BgTOE5J9hysaJUhknfGWeSQ6S+Ynto5f4x3DY=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=Pm8J9hUCvcDjpvYrEvJzkvHiV/px742+iYYyeBW9xSpfsX1ALiIM519J15mSPWlvd QCphgPP/Cep4YhtKPiicISTkYl+4QeLqWrMM9BtEeOGkKUQkz13Bqwe1mH2B7FLUuh qdOflx/MdupPABcek0e9lKPBzJ0W2C3RH+pcBZs6o1ZtQfJxUteMyq0/6bUmBDvle8 J3eKkdjVEtCmA9yR34C/Vzf62Dzc3IHY5h4d1KGO68Cg+3ph+5E00f8Th72kH75ZMx wLmCgunuohj4lt1ii5+WDdT3GR19VA1SICgtIwC7PlVH1Yt52e35Esoawppjwfqkb5 /POA2/BXHzpCw== From: Mark Brown To: leilk.liu@mediatek.com Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, linux-mediatek@lists.infradead.org, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, matthias.bgg@gmail.com In-Reply-To: <20220321013922.24067-1-leilk.liu@mediatek.com> References: <20220321013922.24067-1-leilk.liu@mediatek.com> Subject: Re: [PATCH V6 0/3] spi: mediatek: add single/quad mode support Message-Id: <164915114188.276894.4149061684421416704.b4-ty@kernel.org> Date: Tue, 05 Apr 2022 10:32:21 +0100 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220405_023224_976526_A3183A0B X-CRM114-Status: GOOD ( 13.79 ) 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 Mon, 21 Mar 2022 09:39:19 +0800, Leilk Liu wrote: > This series of patches are based on spi for-next, and provide 3 patches to support MT7986. > > V6: > 1. remove SPI_CFG3_IPM_PIN_MODE_OFFSET. > 2. add Reviewed-by: AngeloGioacchino Del Regno > > V5: > 1. remove 3 patches that already applied. > 2. use devm_clk_get_optional. > 3. remove of_mtk_spi_parse_dt() > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/3] spi: mediatek: add spi memory support for ipm design commit: 9f763fd20da7d892ffaedac0c58d821922f8a674 [2/3] dt-bindings: spi: support hclk commit: a4765dfb80a7333aaac394a5ba20056d11b55636 [3/3] spi: mediatek: support hclk commit: a740f4e684c020ea57a8a198a9322d739f7ab6d5 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 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 4AE87C433EF for ; Tue, 5 Apr 2022 15:21:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1389550AbiDEPVb (ORCPT ); Tue, 5 Apr 2022 11:21:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347104AbiDEJqB (ORCPT ); Tue, 5 Apr 2022 05:46:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B34436D4E3; Tue, 5 Apr 2022 02:32:24 -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 4E4A8616AE; Tue, 5 Apr 2022 09:32:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 289B6C385A4; Tue, 5 Apr 2022 09:32:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649151143; bh=4sUt83BgTOE5J9hysaJUhknfGWeSQ6S+Ynto5f4x3DY=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=Pm8J9hUCvcDjpvYrEvJzkvHiV/px742+iYYyeBW9xSpfsX1ALiIM519J15mSPWlvd QCphgPP/Cep4YhtKPiicISTkYl+4QeLqWrMM9BtEeOGkKUQkz13Bqwe1mH2B7FLUuh qdOflx/MdupPABcek0e9lKPBzJ0W2C3RH+pcBZs6o1ZtQfJxUteMyq0/6bUmBDvle8 J3eKkdjVEtCmA9yR34C/Vzf62Dzc3IHY5h4d1KGO68Cg+3ph+5E00f8Th72kH75ZMx wLmCgunuohj4lt1ii5+WDdT3GR19VA1SICgtIwC7PlVH1Yt52e35Esoawppjwfqkb5 /POA2/BXHzpCw== From: Mark Brown To: leilk.liu@mediatek.com Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, linux-mediatek@lists.infradead.org, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, matthias.bgg@gmail.com In-Reply-To: <20220321013922.24067-1-leilk.liu@mediatek.com> References: <20220321013922.24067-1-leilk.liu@mediatek.com> Subject: Re: [PATCH V6 0/3] spi: mediatek: add single/quad mode support Message-Id: <164915114188.276894.4149061684421416704.b4-ty@kernel.org> Date: Tue, 05 Apr 2022 10:32:21 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 21 Mar 2022 09:39:19 +0800, Leilk Liu wrote: > This series of patches are based on spi for-next, and provide 3 patches to support MT7986. > > V6: > 1. remove SPI_CFG3_IPM_PIN_MODE_OFFSET. > 2. add Reviewed-by: AngeloGioacchino Del Regno > > V5: > 1. remove 3 patches that already applied. > 2. use devm_clk_get_optional. > 3. remove of_mtk_spi_parse_dt() > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/3] spi: mediatek: add spi memory support for ipm design commit: 9f763fd20da7d892ffaedac0c58d821922f8a674 [2/3] dt-bindings: spi: support hclk commit: a4765dfb80a7333aaac394a5ba20056d11b55636 [3/3] spi: mediatek: support hclk commit: a740f4e684c020ea57a8a198a9322d739f7ab6d5 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