From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-177.mta1.migadu.com (out-177.mta1.migadu.com [95.215.58.177]) (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 32A7B319876 for ; Thu, 14 Aug 2025 21:15:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.177 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755206135; cv=none; b=QgeCCDd5THfYmIU0p5qZ/ttJrb4o754AbPQFlhpGWcgYzy1GpLj/pOSiDkpMoekNtnEax7wIQXlRMMRaUgrFives2J+/N11mVVh2CJKsY+QjP29CkOdYsCfGbsh0Kc+KYiNp8dnvJaZfYvK3GY+ztsgxB5mxnMGCmsdzsYiXihY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755206135; c=relaxed/simple; bh=dOfn4PQIaJRFRCXF9UTMtNKIU6HnBh9xbJrfP9kII6Y=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=LpHxUiJbqYVbVGHMxO6qzJTyAAnroSlsfdFHnmqEoOwwq9CtD/XrlKOdcUV/7HcTuVSV0T9KjMo92GxLAjEHeaeEyou5M/XxRmAtyFDPyGLmllJR5XIsCylnqfULdUQA0w84bFrWGe1jsp2lV1XujcqIteAtbxfOM8MXTO4aIGo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=bMAF2nsj; arc=none smtp.client-ip=95.215.58.177 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="bMAF2nsj" Message-ID: <5b02293b-9c86-441b-9344-2d0263eb1659@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1755206120; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rKQKCKdoQNfp6rtU1TUv2GGPhoix0PV4K5iXj8bqWVM=; b=bMAF2nsjqddUD0FSYINQ4+GBoC9IZeWo495h5DH87tu6YK7wtPoGD8Wb/rPZluT9MZy6b1 xn/uaQvYYVjtIi+72cpFNweM+3Lczt/G9OtQsx3HvzytEBPbXUZjbpxmGGfz+CAa0GSVR9 BvlDAAiqioSHtDAYeNhhpiDQ0/Y45Qk= Date: Thu, 14 Aug 2025 17:15:14 -0400 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v2 1/9] dt-bindings: spi: Add spi-buses property To: David Lechner , Mark Brown , Michal Simek , linux-spi@vger.kernel.org Cc: Jinjie Ruan , Miquel Raynal , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Amit Kumar Mahapatra References: <20250616220054.3968946-1-sean.anderson@linux.dev> <20250616220054.3968946-2-sean.anderson@linux.dev> <1a87f436-317b-40e0-a655-cd82f969f22e@baylibre.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sean Anderson In-Reply-To: <1a87f436-317b-40e0-a655-cd82f969f22e@baylibre.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 8/14/25 16:55, David Lechner wrote: > On 6/16/25 5:00 PM, Sean Anderson wrote: >> From: David Lechner >> >> Add a spi-buses property to the spi-peripheral-props binding to allow >> specifying the SPI bus or buses that a peripheral is connected to in >> cases where the SPI controller has more than one physical SPI bus. >> >> Signed-off-by: David Lechner >> Signed-off-by: Sean Anderson >> --- >> > FYI, Mark's filters won't pick up `dt-bindings: spi:`, we need to change > the subject line to `spi: dt-bindings:` on the next revision. > Sounds like he should fix his filter then. --Sean