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 9B0841B7E4 for ; Wed, 6 Mar 2024 22:46:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709765206; cv=none; b=KTDwmTHkK4jXoG9V9aDH2LpkfQwc47FQnlG/NyHjLokKsKFmp/JgBt9kCQNbf+hjbcmTlhZ422bFNhOJdevt9dsR0cw8Pi/OkexNoLY6tCgA4YP3eLZgqCzQ+4v+ygWMmqfQQgKXnlRyTxdvNlocmrN8mkrQ/L6T0/p0WsbEHNU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709765206; c=relaxed/simple; bh=IIyzKQaugyVEay7v/TS1NkBvw201LO7QQeSmsI0yQ8I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Sr0Mm/B1QH03RPH6znBIUbU0+64YepiIRdO8h1nRnX4O4Y894WrgKYyJYa2QWaedRTS/OXfh6bk/6Bt3UKDOZHIbJzRMd2+V7wFOd6n892iGH7z0yjVc0ZJ5r2KG4WgAgJ5dqTIhKpKFM36Ps/TilHIhSGi209EnZGayBeRFwAs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=c631OACJ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="c631OACJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA505C433C7; Wed, 6 Mar 2024 22:46:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1709765206; bh=IIyzKQaugyVEay7v/TS1NkBvw201LO7QQeSmsI0yQ8I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=c631OACJtyyGVZVywHRNQs9fxY3OBMDO1ibEtIKfvcD7tKf6EmKMQykSzqla8AI+9 Rzrx5eSiRTEuUwiT2X5ccxWy+h0JZVWpBxSzrQwYNdDxr222btu7i5gak/g3zlkx91 Ru2wtdDe7EHSHAOZkU1BndCxbnHyP+gQJrfUZlS8= Date: Wed, 6 Mar 2024 22:46:43 +0000 From: Greg Kroah-Hartman To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Stephen Rothwell , Thorsten Scherer , linux-kernel@vger.kernel.org, Pengutronix Kernel Team , "Ricardo B. Marliere" Subject: Re: siox patches for next development cycle [Re: [PATCH 0/4] siox: Move some complexity into the core] Message-ID: <2024030655-sketch-conical-b506@gregkh> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Wed, Mar 06, 2024 at 07:24:38PM +0100, Uwe Kleine-König wrote: > Hello, > > On Tue, Feb 27, 2024 at 11:21:24AM +0100, Thorsten Scherer wrote: > > On Mon, Feb 19, 2024 at 08:46:28AM +0100, Uwe Kleine-König wrote: > > The series looks sensible. > > > > Acked-by: Thorsten Scherer > > > > @gregkh: Would you please pick up Uwe's series as well? > > There are currently six patches for drivers/siox waiting to be applied. > (Two by Ricardo and four by me.) Thorsten asked Greg to do so. Greg > didn't pick these up yet though. So I collected them and put them to a > branch at: > > https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git siox/for-next > > I'd like to get them in during the next development cycle. > > Greg, what is easiest for you? Are they still on your list of open > patches and we (I) need just a bit more patience? Or should I send a PR > to Linus when the merge window opens? Yes, they are on my list, but I am way behind, sorry. But hey, a pull request is faster, I'll go take this now, thanks! Oops, nope, I get the following build error with this tree: ERROR: modpost: "devm_siox_master_alloc" [drivers/siox/siox-bus-gpio.ko] undefined! So are you sure you tested this? thanks, greg k-h