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 0E5F4C433EF for ; Thu, 17 Feb 2022 16:24:04 +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=MeoCqo6N8AhhLK2wGhoj0owfLFn6HLEXPc0NELIsw30=; b=AEZeTenGyYotKk 5prIQSqyXZxaOPcTHt8gIel9IOoRWMjm4NTP3C8NIGQCeI1lu5BmxdbHBH5Yzfi54KjJaysz/U9ih tQorVwApe4xIUApjEff9c6e/Jf9BdxQ3307deZAs5ABzaW6pOuQ3Qq3kiI5CvQwuLG1Ld3qGOludj 8fyDl1VgqNL8QJftVoFt4HJuNJHgCDxAZ2SdfTlcWKtVU8O8mluFW/x0Gp7WhcKV3NsA2pj9n8Ses slXc4OeDdkRlniM04ReOXTM5J6i9Zn4LI6F9CWBRyuRX9XJGJBYWfNaVsbXSpzK+f8egV7MYpHvjr pYgtNSQKGu39GuHw4lIQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nKjYV-00BQ7X-9Y; Thu, 17 Feb 2022 16:22:55 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nKjYQ-00BQ5e-IB; Thu, 17 Feb 2022 16:22:52 +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 ams.source.kernel.org (Postfix) with ESMTPS id 3EACBB82362; Thu, 17 Feb 2022 16:22:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9CD63C340E8; Thu, 17 Feb 2022 16:22:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645114967; bh=WdbxnQytOJyFGKv/5Vdo8JVuxQQcHwb/2yJR9P+3OUU=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=MQGFC60n2jBDWLwIZ3rq3bUFlfWZHDDeM04QnUnmEq3EZy4AT4bVB2yAK8tINWZRX 5yyZoymrJIp3YKQIsYEadHe5ug8dYbReYeKcU04c5fHo9pRqp1ul+pAyVO+T7DRdVH ocSIHsTV7PXwKPdkbG3FoLs+aTqhwNvaPXJz/pjypPjkQsLPvVWd98OH127aCNzx7F HoCuKqJnea7b39bJMd34xDSFb0UwwPPxtB+4HfiXf8AMYDHhuVL/dxnh7sGiGO3utF fBf+DZ4hQ2LHut0+L0iCChPA9EAWoUAj/OfjNC3nG6CoVX7DbO9jBNppE48w7WnGsO 4+FZY1qhknxKQ== From: Mark Brown To: Jon Lin Cc: heiko@sntech.de, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20220216014028.8123-1-jon.lin@rock-chips.com> References: <20220216014028.8123-1-jon.lin@rock-chips.com> Subject: Re: (subset) [PATCH v3 0/6] New support and problem adjustment of SPI rockchip Message-Id: <164511496635.1843820.10942141701559024729.b4-ty@kernel.org> Date: Thu, 17 Feb 2022 16:22:46 +0000 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220217_082250_761975_8F8AA8CD X-CRM114-Status: GOOD ( 13.81 ) 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, 16 Feb 2022 09:40:22 +0800, Jon Lin wrote: > Changes in v3: > - Support clear the bits of configure bits filed > > Changes in v2: > - Fix patches should be at the start of the series > - Fix patches should be at the start of the series > - Delete useless messages > - Limit cs-high presetting to the chip select n <= 1 > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-linus Thanks! [1/6] spi: rockchip: Fix error in getting num-cs property commit: 9382df0a98aad5bbcd4d634790305a1d786ad224 [2/6] spi: rockchip: terminate dma transmission when slave abort commit: 80808768e41324d2e23de89972b5406c1020e6e4 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