All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Subhajit Ghosh <subhajit.ghosh@tweaklogic.com>,
	Jonathan Cameron <jic23@kernel.org>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Matti Vaittinen <mazziesaccount@gmail.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Marek Vasut <marex@denx.de>, Anshul Dalal <anshulusr@gmail.com>,
	Javier Carrasco <javier.carrasco.cruz@gmail.com>
Cc: Matt Ranostay <matt@ranostay.sg>,
	Stefan Windfeldt-Prytz <stefan.windfeldt-prytz@axis.com>,
	linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 4/5] dt-bindings: iio: light: Avago APDS9306
Date: Fri, 9 Feb 2024 08:34:11 +0100	[thread overview]
Message-ID: <5089c549-505f-4342-b3fe-bed8a29b6ce1@linaro.org> (raw)
In-Reply-To: <f7c18fca-2a85-46b2-a671-2409e662520f@tweaklogic.com>

On 08/02/2024 11:51, Subhajit Ghosh wrote:
> Hi Krzysztof,
> 
> On 8/2/24 18:48, Krzysztof Kozlowski wrote:
>> On 06/02/2024 14:00, Subhajit Ghosh wrote:
>>> Driver support for Avago (Broadcom) APDS9306 Ambient Light Sensor.
>>> Extend avago,apds9300.yaml schema file to support apds9306 device.
>>>
>>> this patch depends on patch:
>>> "dt-bindings: iio: light: adps9300: Update interrupt definitions"
>>
>> Drop the paragraph, not helping. There is no dependency here.
> In the submitting patches guide, I read that if one patch depends
> on another, it should be mentioned.

On another patchset! Not on other patch within patchset. Anyway,
submitting patches don't tell to store it in Git forever because it does
not make sense.

Third, there is no dependency.

> If I try to apply this patch with "git am", it fails without
> first applying the patch dependency mentioned above. Is that fine?

It's just context.




Best regards,
Krzysztof


  parent reply	other threads:[~2024-02-09  7:34 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-06 13:00 [PATCH v6 0/5] Support for Avago APDS9306 Ambient Light Sensor Subhajit Ghosh
2024-02-06 13:00 ` [PATCH v6 1/5] dt-bindings: iio: light: Merge APDS9300 and APDS9960 schemas Subhajit Ghosh
2024-02-06 13:00 ` [PATCH v6 2/5] dt-bindings: iio: light: adps9300: Add property vdd-supply Subhajit Ghosh
2024-02-08  8:17   ` Krzysztof Kozlowski
2024-02-08 10:40     ` Subhajit Ghosh
2024-02-09  7:33       ` Krzysztof Kozlowski
2024-02-10 17:01         ` Jonathan Cameron
2024-02-06 13:00 ` [PATCH v6 3/5] dt-bindings: iio: light: adps9300: Update interrupt definitions Subhajit Ghosh
2024-02-08  8:18   ` Krzysztof Kozlowski
2024-02-08 10:53     ` Subhajit Ghosh
2024-02-10 17:02       ` Jonathan Cameron
2024-02-06 13:00 ` [PATCH v6 4/5] dt-bindings: iio: light: Avago APDS9306 Subhajit Ghosh
2024-02-08  8:18   ` Krzysztof Kozlowski
2024-02-08 10:51     ` Subhajit Ghosh
2024-02-08 18:52       ` Conor Dooley
2024-02-09  7:34       ` Krzysztof Kozlowski [this message]
2024-02-06 13:00 ` [PATCH v6 5/5] iio: light: Add support for APDS9306 Light Sensor Subhajit Ghosh
2024-02-06 13:42   ` Andy Shevchenko
2024-02-07 11:07     ` Subhajit Ghosh
2024-02-07 14:53       ` Andy Shevchenko
2024-02-06 14:47 ` [PATCH v6 0/5] Support for Avago APDS9306 Ambient " Conor Dooley
2024-02-07 10:39   ` Subhajit Ghosh
2024-02-18  5:48 [PATCH v7 " Subhajit Ghosh
2024-02-18  5:48 ` [PATCH v6 4/5] dt-bindings: iio: light: Avago APDS9306 Subhajit Ghosh
2024-02-24  0:20   ` Subhajit Ghosh
2024-02-24 14:38   ` Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5089c549-505f-4342-b3fe-bed8a29b6ce1@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=anshulusr@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=javier.carrasco.cruz@gmail.com \
    --cc=jic23@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marex@denx.de \
    --cc=matt@ranostay.sg \
    --cc=mazziesaccount@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=stefan.windfeldt-prytz@axis.com \
    --cc=subhajit.ghosh@tweaklogic.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.