From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B994E3D8B for ; Tue, 21 Jun 2022 17:09:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D7A5EC3411C; Tue, 21 Jun 2022 17:08:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655831345; bh=hoetdcZUDckCVz1LG7Suq/7P7r1pBVIFo0Mc9wsofSc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RuybSt0jNYMAYfRsWXHYhHsk+0ofBeXFoZvGmqCeMqMzipoVYqGmD/I7MRQtP6yZ/ f2OrqFGZDKu2+YU5eEKKAxb/XnhnOW1ZiYTxI8BfYBDGIeWxc5rnfznR3+zzyBBWPY l+OI573tJCSGgKT0iuPnOaDTDKa2XFj58pb5RNTm6I6QqKTZghMu9Xt8SmlG7hFaB6 T5JhW3h0TVGylxUTwooVthkO6xg+2d5FZexgNBSgeq+B7hKMbML8eZkTg23BR4PCys sd3hltj6VukI77Q0dhGBCVocjx6KSic5cZMNvVCk+TZokH4jRCz2nGKiRABmOsSiS/ iivCrzf0kFV6Q== Date: Tue, 21 Jun 2022 18:08:54 +0100 From: Mark Brown To: Aidan MacDonald Cc: agross@kernel.org, bjorn.andersson@linaro.org, srinivas.kandagatla@linaro.org, bgoswami@codeaurora.org, gregkh@linuxfoundation.org, rafael@kernel.org, cw00.choi@samsung.com, krzysztof.kozlowski@linaro.org, b.zolnierkie@samsung.com, myungjoo.ham@samsung.com, michael@walle.cc, linus.walleij@linaro.org, brgl@bgdev.pl, tglx@linutronix.de, maz@kernel.org, lee.jones@linaro.org, mani@kernel.org, cristian.ciocaltea@gmail.com, wens@csie.org, tharvey@gateworks.com, rjones@gateworks.com, mazziesaccount@gmail.com, orsonzhai@gmail.com, baolin.wang7@gmail.com, zhang.lyra@gmail.com, jernej.skrabec@gmail.com, samuel@sholland.org, lgirdwood@gmail.com, perex@perex.cz, tiwai@suse.com, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-actions@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, alsa-devel@alsa-project.org Subject: Re: [PATCH 00/49] regmap-irq cleanups and refactoring Message-ID: References: <20220620200644.1961936-1-aidanmacdonald.0x0@gmail.com> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rrIaw91LstEgu4tF" Content-Disposition: inline In-Reply-To: <20220620200644.1961936-1-aidanmacdonald.0x0@gmail.com> X-Cookie: Edited for television. --rrIaw91LstEgu4tF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jun 20, 2022 at 09:05:55PM +0100, Aidan MacDonald wrote: > Here's a bunch of cleanups for regmap-irq focused on simplifying the API > and generalizing it a bit. It's broken up into three refactors, focusing > on one area at a time. This series is very large and the way it is interleaving patches for several different subsystems adds to the difficulty managing it. As you've identified there's several different subserieses in here, if you need to resend any of this (I've not even started looking at the actual patches yet) it would be easier to digest with some combination of sending as separate serieses and reordering things so that all the things for each subsystem are grouped together. That'd help with both review and with merging, both large serieses and cross subsystem dependencies tend to slow things down. --rrIaw91LstEgu4tF Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmKx+yUACgkQJNaLcl1U h9ARhgf/d9WNHkTS7uOL1AjmOAryEB+Kl4XpvM2bPc6J1x3bJLQr0kY7ASfsP+sn EovP2WnmZcMN+6QP3IXqYa66Zs0TNpF9a+kE+ZRtrR+CA0IU2h1F+hxxXQqj0qnW mZN71F66k/6WM7N5ybsoQNBJpfE2nrPhFErbYaGlRX3XwNl3I2VKtR66QeX/wKUY 7ZQWLnzg5a3cQ+WrIffyuSsjXVDB91hdPSXy0OhvCImHKadkEIps/tppbRY63kNe 8jszRNa9Uwkkq2wLkt7L+8oxBdIoxui9RRaEPeUunjb63lzyzeCSv1ZYtUtU/dbR kf3eYLXPbjwDpknw9n3EJz21ZUZ12g== =maZ4 -----END PGP SIGNATURE----- --rrIaw91LstEgu4tF--