All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Wolfram Sang <wsa+renesas@sang-engineering.com>,
	linux-i2c@vger.kernel.org
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 0/3] i2c: uniphier-f: fix concurrency issues and race conditions
Date: Tue, 16 Oct 2018 12:01:46 +0900	[thread overview]
Message-ID: <1539658909-26691-1-git-send-email-yamada.masahiro@socionext.com> (raw)


Currently, this driver has issues that rarely happen.

With this patch series, long-run tests passed.



Masahiro Yamada (3):
  i2c: uniphier-f: make driver robust against concurrency
  i2c: uniphier-f: fix occasional timeout error
  i2c: uniphier-f: fix race condition when IRQ is cleared

 drivers/i2c/busses/i2c-uniphier-f.c | 59 +++++++++++++++++++++++++++++--------
 1 file changed, 46 insertions(+), 13 deletions(-)

-- 
2.7.4


WARNING: multiple messages have this Message-ID (diff)
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Wolfram Sang <wsa+renesas@sang-engineering.com>,
	linux-i2c@vger.kernel.org
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] i2c: uniphier-f: fix concurrency issues and race conditions
Date: Tue, 16 Oct 2018 12:01:46 +0900	[thread overview]
Message-ID: <1539658909-26691-1-git-send-email-yamada.masahiro@socionext.com> (raw)


Currently, this driver has issues that rarely happen.

With this patch series, long-run tests passed.



Masahiro Yamada (3):
  i2c: uniphier-f: make driver robust against concurrency
  i2c: uniphier-f: fix occasional timeout error
  i2c: uniphier-f: fix race condition when IRQ is cleared

 drivers/i2c/busses/i2c-uniphier-f.c | 59 +++++++++++++++++++++++++++++--------
 1 file changed, 46 insertions(+), 13 deletions(-)

-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: yamada.masahiro@socionext.com (Masahiro Yamada)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] i2c: uniphier-f: fix concurrency issues and race conditions
Date: Tue, 16 Oct 2018 12:01:46 +0900	[thread overview]
Message-ID: <1539658909-26691-1-git-send-email-yamada.masahiro@socionext.com> (raw)


Currently, this driver has issues that rarely happen.

With this patch series, long-run tests passed.



Masahiro Yamada (3):
  i2c: uniphier-f: make driver robust against concurrency
  i2c: uniphier-f: fix occasional timeout error
  i2c: uniphier-f: fix race condition when IRQ is cleared

 drivers/i2c/busses/i2c-uniphier-f.c | 59 +++++++++++++++++++++++++++++--------
 1 file changed, 46 insertions(+), 13 deletions(-)

-- 
2.7.4

             reply	other threads:[~2018-10-16  3:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-16  3:01 Masahiro Yamada [this message]
2018-10-16  3:01 ` [PATCH 0/3] i2c: uniphier-f: fix concurrency issues and race conditions Masahiro Yamada
2018-10-16  3:01 ` Masahiro Yamada
2018-10-16  3:01 ` [PATCH 1/3] i2c: uniphier-f: make driver robust against concurrency Masahiro Yamada
2018-10-16  3:01   ` Masahiro Yamada
2018-10-28 22:07   ` Wolfram Sang
2018-10-28 22:07     ` Wolfram Sang
2018-10-16  3:01 ` [PATCH 2/3] i2c: uniphier-f: fix occasional timeout error Masahiro Yamada
2018-10-16  3:01   ` Masahiro Yamada
2018-10-28 22:08   ` Wolfram Sang
2018-10-28 22:08     ` Wolfram Sang
2018-10-16  3:01 ` [PATCH 3/3] i2c: uniphier-f: fix race condition when IRQ is cleared Masahiro Yamada
2018-10-16  3:01   ` Masahiro Yamada
2018-10-28 22:08   ` Wolfram Sang
2018-10-28 22:08     ` Wolfram Sang

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=1539658909-26691-1-git-send-email-yamada.masahiro@socionext.com \
    --to=yamada.masahiro@socionext.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=wsa+renesas@sang-engineering.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.