From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-182.mta0.migadu.com (out-182.mta0.migadu.com [91.218.175.182]) (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 B02B81F1302 for ; Thu, 14 Aug 2025 21:34:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755207278; cv=none; b=VjeHp3WtxdGTdSXUd1ZlU+W/R+KAiLLOr66YVha0490+3VcXhskR62tKZdprL8eYlm1UO4fBgp8ERMlOiNWAmiFR4H29cmvn/of9ehJcSoZ+xzWvzxQYbtA5mnZvgIujSCoobK/UWZpjcAbgr+T1VfJJZ5zUkSkfM1pfrgUUGWU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755207278; c=relaxed/simple; bh=tgBYTFxojyYhsq3L2znxGzpSLso4z44wOo0YEEteNIM=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=XValxyNf1M5wyUGJ8493IqCkmFyy1/hEiQjjlF6ceCvAOXYSQk49aocwTjUeZbR6PT8EJi3mrKHJEx/c2ax/PGokXua3YorBzsO8dRVVoVxXfxqOehjIsSlzwfE4TmZ1IYCjmLzR0jAt1zrFXUB50EJxiOCNrVPZs+Jz/Tw7oSA= 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=Fr6mFjpj; arc=none smtp.client-ip=91.218.175.182 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="Fr6mFjpj" Message-ID: <7f5982e9-6f62-4bc8-87d3-a2d18a6d6aba@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1755207264; 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=/KWT4TAq5U72A4q56Qgy9kGseEvaQixIPL2uXHQI/oM=; b=Fr6mFjpj0KV+uh3aiH9HAqKAlSPZOlwXishJpVVd1cTQXNyOQa67Twq0S2ulAar7E2O44V gQtzamKyEOoO8bqY0BedT+nEUvA9F5gRiSbvwZG7Dj09q2yXcBHa7I4SUG1qU6yJoCSd8Y AGOahdt81af1c/MSHglx468niDM+Uuc= Date: Thu, 14 Aug 2025 17:34:15 -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> <5b02293b-9c86-441b-9344-2d0263eb1659@linux.dev> <5bbdddaf-4ff1-4cff-a933-143160896717@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: <5bbdddaf-4ff1-4cff-a933-143160896717@baylibre.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 8/14/25 17:17, David Lechner wrote: > On 8/14/25 4:15 PM, Sean Anderson wrote: >> 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 > > No, this is a documented expectation for contributors. [1] says that SPI and > a few other subsystems want the subsystem first in the subject. > > [1]: https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html Hm, this is new to me... --Sean