All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] i2c: stm32: add host-notify support via i2c slave
@ 2020-08-03  5:17 ` Alain Volmat
  0 siblings, 0 replies; 14+ messages in thread
From: Alain Volmat @ 2020-08-03  5:17 UTC (permalink / raw)
  To: wsa, pierre-yves.mordret
  Cc: alexandre.torgue, linux-i2c, linux-stm32, linux-arm-kernel,
	linux-kernel, fabrice.gasnier, alain.volmat

This serie replaces the previous 'stm32-f7: Addition of SMBus Alert /
Host-notify features' serie to only focus on the SMBus Host-Notify feature.
It should be applied with "[PATCH] i2c: add binding to mark a bus as SMBus"
from Wolfram which defines the newly introduced "smbus" binding.

Alain Volmat (2):
  i2c: smbus: add core function handling SMBus host-notify
  i2c: stm32f7: Add SMBus Host-Notify protocol support

 drivers/i2c/busses/Kconfig       |   1 +
 drivers/i2c/busses/i2c-stm32f7.c | 110 +++++++++++++++++++++++++++++++++------
 drivers/i2c/i2c-smbus.c          | 107 +++++++++++++++++++++++++++++++++++++
 include/linux/i2c-smbus.h        |  12 +++++
 4 files changed, 215 insertions(+), 15 deletions(-)

-- 
v3: move smbus host-notify slave code into i2c-smbus.c file
    rework slave callback index handling
    add sanity check in slave free function

v2: fix a bad test within the i2c-stm32f7 driver leading to decrease of
    available slave slot


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

end of thread, other threads:[~2020-09-09  8:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03  5:17 [PATCH v3 0/2] i2c: stm32: add host-notify support via i2c slave Alain Volmat
2020-08-03  5:17 ` Alain Volmat
2020-08-03  5:17 ` [PATCH v3 1/2] i2c: smbus: add core function handling SMBus host-notify Alain Volmat
2020-08-03  5:17   ` Alain Volmat
2020-08-04 14:03   ` Pierre Yves MORDRET
2020-08-04 14:03     ` Pierre Yves MORDRET
2020-09-09  8:39   ` Wolfram Sang
2020-09-09  8:39     ` Wolfram Sang
2020-08-03  5:17 ` [PATCH v3 2/2] i2c: stm32f7: Add SMBus Host-Notify protocol support Alain Volmat
2020-08-03  5:17   ` Alain Volmat
2020-08-04 14:04   ` Pierre Yves MORDRET
2020-08-04 14:04     ` Pierre Yves MORDRET
2020-09-09  8:39   ` Wolfram Sang
2020-09-09  8:39     ` Wolfram Sang

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.