All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: bongsu.jeon2@gmail.com
Cc: k.opasiak@samsung.com, linux-nfc@lists.01.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	Bongsu Jeon <bongsu.jeon@samsung.com>
Subject: Re: [PATCH net-next 2/3] nfc: s3fwrn5: reduce the EN_WAIT_TIME
Date: Thu, 26 Nov 2020 18:03:30 +0100	[thread overview]
Message-ID: <20201126170330.GB4978@kozik-lap> (raw)
In-Reply-To: <1606404819-30647-2-git-send-email-bongsu.jeon@samsung.com>

On Fri, Nov 27, 2020 at 12:33:38AM +0900, bongsu.jeon2@gmail.com wrote:
> From: Bongsu Jeon <bongsu.jeon@samsung.com>
> 
> The delay of 20ms is enough to enable and
> wake up the Samsung's nfc chip.
> 
> Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com>
> ---
>  drivers/nfc/s3fwrn5/i2c.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/nfc/s3fwrn5/i2c.c b/drivers/nfc/s3fwrn5/i2c.c
> index ae26594..9a64eea 100644
> --- a/drivers/nfc/s3fwrn5/i2c.c
> +++ b/drivers/nfc/s3fwrn5/i2c.c
> @@ -19,7 +19,7 @@
>  

Acked-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: linux-nfc@lists.01.org
Subject: [linux-nfc] Re: [PATCH net-next 2/3] nfc: s3fwrn5: reduce the EN_WAIT_TIME
Date: Thu, 26 Nov 2020 18:03:30 +0100	[thread overview]
Message-ID: <20201126170330.GB4978@kozik-lap> (raw)
In-Reply-To: 1606404819-30647-2-git-send-email-bongsu.jeon@samsung.com

[-- Attachment #1: Type: text/plain, Size: 641 bytes --]

On Fri, Nov 27, 2020@12:33:38AM +0900, bongsu.jeon2@gmail.com wrote:
> From: Bongsu Jeon <bongsu.jeon@samsung.com>
> 
> The delay of 20ms is enough to enable and
> wake up the Samsung's nfc chip.
> 
> Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com>
> ---
>  drivers/nfc/s3fwrn5/i2c.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/nfc/s3fwrn5/i2c.c b/drivers/nfc/s3fwrn5/i2c.c
> index ae26594..9a64eea 100644
> --- a/drivers/nfc/s3fwrn5/i2c.c
> +++ b/drivers/nfc/s3fwrn5/i2c.c
> @@ -19,7 +19,7 @@
>  

Acked-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: linux-nfc@lists.01.org
Subject: Re: [PATCH net-next 2/3] nfc: s3fwrn5: reduce the EN_WAIT_TIME
Date: Thu, 26 Nov 2020 18:03:30 +0100	[thread overview]
Message-ID: <20201126170330.GB4978@kozik-lap> (raw)
In-Reply-To: <1606404819-30647-2-git-send-email-bongsu.jeon@samsung.com>

[-- Attachment #1: Type: text/plain, Size: 646 bytes --]

On Fri, Nov 27, 2020 at 12:33:38AM +0900, bongsu.jeon2(a)gmail.com wrote:
> From: Bongsu Jeon <bongsu.jeon@samsung.com>
> 
> The delay of 20ms is enough to enable and
> wake up the Samsung's nfc chip.
> 
> Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com>
> ---
>  drivers/nfc/s3fwrn5/i2c.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/nfc/s3fwrn5/i2c.c b/drivers/nfc/s3fwrn5/i2c.c
> index ae26594..9a64eea 100644
> --- a/drivers/nfc/s3fwrn5/i2c.c
> +++ b/drivers/nfc/s3fwrn5/i2c.c
> @@ -19,7 +19,7 @@
>  

Acked-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof

  reply	other threads:[~2020-11-26 17:04 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-26 15:33 [PATCH net-next 1/3] nfc: s3fwrn5: use signed integer for parsing GPIO numbers bongsu.jeon2
2020-11-26 15:33 ` bongsu.jeon2
2020-11-26 15:33 ` [linux-nfc] " bongsu.jeon2
2020-11-26 15:33 ` [PATCH net-next 2/3] nfc: s3fwrn5: reduce the EN_WAIT_TIME bongsu.jeon2
2020-11-26 15:33   ` bongsu.jeon2
2020-11-26 15:33   ` [linux-nfc] " bongsu.jeon2
2020-11-26 17:03   ` Krzysztof Kozlowski [this message]
2020-11-26 17:03     ` Krzysztof Kozlowski
2020-11-26 17:03     ` [linux-nfc] " Krzysztof Kozlowski
2020-11-26 15:33 ` [PATCH net-next 3/3] nfc: s3fwrn5: extract the common phy blocks bongsu.jeon2
2020-11-26 15:33   ` bongsu.jeon2
2020-11-26 15:33   ` [linux-nfc] " bongsu.jeon2
2020-11-26 17:12   ` Krzysztof Kozlowski
2020-11-26 17:12     ` Krzysztof Kozlowski
2020-11-26 17:12     ` [linux-nfc] " Krzysztof Kozlowski
2020-11-26 23:09     ` Bongsu Jeon
2020-11-26 23:09       ` Bongsu Jeon
2020-11-26 23:09       ` [linux-nfc] " Bongsu Jeon
2020-11-28 11:45       ` Krzysztof Kozlowski
2020-11-28 11:45         ` Krzysztof Kozlowski
2020-11-28 11:45         ` [linux-nfc] " Krzysztof Kozlowski
2020-11-26 17:01 ` [PATCH net-next 1/3] nfc: s3fwrn5: use signed integer for parsing GPIO numbers Krzysztof Kozlowski
2020-11-26 17:01   ` Krzysztof Kozlowski
2020-11-26 17:01   ` [linux-nfc] " Krzysztof Kozlowski
2020-11-26 22:53   ` Bongsu Jeon
2020-11-27  5:41     ` Bongsu Jeon
2020-11-27  5:41       ` Bongsu Jeon
2020-11-27  5:41       ` [linux-nfc] " Bongsu Jeon

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=20201126170330.GB4978@kozik-lap \
    --to=krzk@kernel.org \
    --cc=bongsu.jeon2@gmail.com \
    --cc=bongsu.jeon@samsung.com \
    --cc=k.opasiak@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nfc@lists.01.org \
    --cc=netdev@vger.kernel.org \
    /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.