public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: James Chiang <cpchiang1@nuvoton.com>,
	Stanley Chu <yschu@nuvoton.com>,
	linux-i3c@lists.infradead.org, openbmc@lists.ozlabs.org,
	devicetree@vger.kernel.org,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Rob Herring <robh@kernel.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Joseph Liu <kwliu@nuvoton.com>,
	Tomer Maimon <tomer.maimon@nuvoton.com>
Subject: Re: [PATCH 2/2] i3c: master: Add Nuvoton npcm845 i3c master driver
Date: Thu, 1 Aug 2024 17:02:38 +0200	[thread overview]
Message-ID: <87ae62cf-172c-4058-b911-e327dfbd5af2@kernel.org> (raw)
In-Reply-To: <73180782-0f78-4e49-9528-172c5d8c43f6@web.de>

On 01/08/2024 10:42, Markus Elfring wrote:
> …
>> +++ b/drivers/i3c/master/npcm845-i3c-master.c
>> @@ -0,0 +1,2364 @@
> …
>> +static int npcm_i3c_master_do_daa(struct i3c_master_controller *m)
>> +{
> …
>> +	int ret, i;
>> +
>> +	mutex_lock(&master->lock);
>> +	spin_lock_irqsave(&master->req_lock, flags);
> …
>> +	npcm_i3c_master_set_sda_skew(master, 0);
>> +	spin_unlock_irqrestore(&master->req_lock, flags);
>> +	mutex_unlock(&master->lock);
> …
> 
> Under which circumstances would you become interested to apply statements
> like the following?

<form letter>
Feel free to ignore all comments from Markus, regardless whether the
suggestion is reasonable or not. This person is banned from LKML and
several maintainers ignore Markus' feedback, because it is just a waste
of time.
</form letter>

Best regards,
Krzysztof


  reply	other threads:[~2024-08-01 15:02 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-01  7:19 [PATCH v1 0/2] Add Nuvoton NPCM845 i3c master driver Stanley Chu
2024-08-01  7:19 ` [PATCH v1 1/2] dt-bindings: i3c: Add NPCM845 i3c controller Stanley Chu
2024-08-01 14:53   ` Krzysztof Kozlowski
2024-08-01 23:06     ` Alexandre Belloni
2024-08-05  5:37       ` Stanley Chu
2024-08-05  6:04     ` Stanley Chu
2024-08-01 14:57   ` Krzysztof Kozlowski
2024-08-01  7:19 ` [PATCH v1 2/2] i3c: master: Add Nuvoton npcm845 i3c master driver Stanley Chu
2024-08-01  8:42   ` [PATCH " Markus Elfring
2024-08-01 15:02     ` Krzysztof Kozlowski [this message]
2024-08-01  9:06   ` Markus Elfring
2024-08-01 15:02   ` [PATCH v1 " Krzysztof Kozlowski
2024-08-05  6:27     ` Stanley Chu
2024-08-02 16:16   ` Frank Li
2024-08-05  7:19     ` Stanley Chu
2024-08-05 15:17       ` Frank Li
2024-08-06  0:47         ` Stanley Chu
2024-08-06  3:08           ` Frank Li
2024-08-02 21:53   ` kernel test robot
2024-08-02 23:25   ` kernel test robot
2024-08-03  2:12   ` kernel test robot

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=87ae62cf-172c-4058-b911-e327dfbd5af2@kernel.org \
    --to=krzk@kernel.org \
    --cc=alexandre.belloni@bootlin.com \
    --cc=cpchiang1@nuvoton.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=kwliu@nuvoton.com \
    --cc=linux-i3c@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=openbmc@lists.ozlabs.org \
    --cc=robh@kernel.org \
    --cc=tomer.maimon@nuvoton.com \
    --cc=yschu@nuvoton.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox