All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] i2c: core: improve reporting of a suspended adapter
@ 2019-04-25 14:19 Wolfram Sang
  2019-04-25 14:19 ` [PATCH v2 1/2] i2c: core: ratelimit 'transfer when suspended' errors Wolfram Sang
  2019-04-25 14:19 ` [PATCH v2 2/2] i2c: core: apply 'is_suspended' check for SMBus, too Wolfram Sang
  0 siblings, 2 replies; 6+ messages in thread
From: Wolfram Sang @ 2019-04-25 14:19 UTC (permalink / raw)
  To: linux-i2c; +Cc: Peter Rosin, linux-renesas-soc, Hans de Goede, Wolfram Sang

Two drawbacks have been discovered for the newly added suspended check. Those
two patches fix them.

Changes since V1:
	* patch 2 added
	* Fixes: tag added

Wolfram Sang (2):
  i2c: core: ratelimit 'transfer when suspended' errors
  i2c: core: apply 'is_suspended' check for SMBus, too

 drivers/i2c/i2c-core-base.c  |  6 ++++--
 drivers/i2c/i2c-core-smbus.c |  4 ++++
 drivers/i2c/i2c-core.h       | 11 +++++++++++
 include/linux/i2c.h          |  3 ++-
 4 files changed, 21 insertions(+), 3 deletions(-)

-- 
2.11.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-05-03 14:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-25 14:19 [PATCH v2 0/2] i2c: core: improve reporting of a suspended adapter Wolfram Sang
2019-04-25 14:19 ` [PATCH v2 1/2] i2c: core: ratelimit 'transfer when suspended' errors Wolfram Sang
2019-04-26  9:44   ` Simon Horman
2019-05-03 14:45   ` Wolfram Sang
2019-04-25 14:19 ` [PATCH v2 2/2] i2c: core: apply 'is_suspended' check for SMBus, too Wolfram Sang
2019-04-26  9:44   ` Simon Horman

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.