From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 6437F2568 for ; Mon, 21 Feb 2022 10:04:26 +0000 (UTC) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1645437450; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=CbvypUV4PljgvnNET61NtCqtxN9TG2dxR/pcJjN8TKk=; b=Z1PtO3+o0SylAySoCVISwmJoQ/VDToBIk/QWBbSsyPUPxvKz4lEmz/FtewIfJxUP1WFSgX CkPsHINPU/jaMa09H51sIvO35dc7q6pgc+CLG/k14SsmA9PDo0wDmvtM2ejAXjdfL4C/6c Q66kJqhzEMb0cY1wnZPkgBQ7+t4LcIZwAT7aMaSY8qYLeWGYlMrLPufSNep14AgxtCOmiR EIMwZ8zVAFh4lWS0wPv/IT7833I40UFZIJ6KPlh6GpS1sEKf+LGHXVOvkDI7Dww4Vk0tRy 6hPW2W5UPBPLteNTnx+gu78G6NU3TiQ7b2fAaD/Bjm1XtACv4i4WSg7JhQaIZg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1645437450; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=CbvypUV4PljgvnNET61NtCqtxN9TG2dxR/pcJjN8TKk=; b=y78lXjA5DpGSvbgDzZAMDOKwtFxAoVIuHQELT/smmXEPXBj9QptRh1I2zqMkiPUhfbxDSR ux63licBrEo4dvCQ== To: Lee Jones , Sebastian Andrzej Siewior Cc: greybus-dev@lists.linaro.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev, linux-usb@vger.kernel.org, netdev@vger.kernel.org, "David S. Miller" , Alex Elder , Arnd Bergmann , Greg Kroah-Hartman , Hans de Goede , Jakub Kicinski , Johan Hovold , Rui Miguel Silva , UNGLinuxDriver@microchip.com, Wolfram Sang , Woojung Huh Subject: Re: [PATCH v4 0/7] Provide and use generic_handle_irq_safe() where appropriate. In-Reply-To: References: <20220211181500.1856198-1-bigeasy@linutronix.de> Date: Mon, 21 Feb 2022 10:57:29 +0100 Message-ID: <87a6ekleye.ffs@tglx> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Lee, On Tue, Feb 15 2022 at 15:42, Lee Jones wrote: > On Tue, 15 Feb 2022, Sebastian Andrzej Siewior wrote: >> Either way it remains bisect-able since each driver is changed >> individually. There is no need to merge them in one go but since it is >> that small it probably makes sense. But I don't do the logistics here. > > Okay, this is what I was asking. > > So there aren't any hard dependencies between the driver changes? > > Only the drivers are dependent on the API. Correct. > So, if we choose to do so, we can merge the API and then subsequently > add the users one by one into their respective subsystem, in any > order. This would save on creating an immutable topic branch which we > all pull from. > > What is your preference Thomas? I suggest doing it the following way: 1) I apply 1/7 on top of -rc5 and tag it 2) Driver maintainers who want to merge via their trees pull that tag apply the relevant driver changes 3) I collect the leftovers and merge them via irq/core Does that make sense? Thanks, tglx