All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] I2C/SMBus: add support for Host Notify (in i2c_i801)
@ 2015-07-09 17:30 ` Benjamin Tissoires
  0 siblings, 0 replies; 21+ messages in thread
From: Benjamin Tissoires @ 2015-07-09 17:30 UTC (permalink / raw)
  To: Wolfram Sang, Jean Delvare, Dmitry Torokhov
  Cc: benjamin.tissoires-Re5JQEeQqe8AvxtiuMwx3w,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Benjamin Tissoires

Hi,

this is a v2 of this patch series. Things are starting to shape better I think,
but I am still not sure about one or two things:
- do we want to #ifdef i2c_propagate_smbus_host_notify() so that we do not add
  a dependency in the KConfig for i2c_i801, or do actually want the dependency?
- do we want to have i2c_propagate_smbus_host_notify() to actually be able to
  sleep or do we prefer calling it directly a worker?

Note that I only compile-tested the ipmi_ssif changes, but this seems
straightforward enough.

Thanks for your inputs.

Cheers,
Benjamin

Benjamin Tissoires (3):
  i2c: add a protocol parameter to the alert callback
  i2c-smbus: add SMBus Host Notify support
  i2c: i801: add support of Host Notify

 Documentation/i2c/smbus-protocol |   3 +
 drivers/char/ipmi/ipmi_ssif.c    |   6 +-
 drivers/i2c/busses/i2c-i801.c    | 172 +++++++++++++++++++++++++++++----------
 drivers/i2c/i2c-smbus.c          |  35 +++++++-
 include/linux/i2c-smbus.h        |   8 ++
 include/linux/i2c.h              |  10 ++-
 include/uapi/linux/i2c.h         |   1 +
 7 files changed, 186 insertions(+), 49 deletions(-)

-- 
2.4.3

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

end of thread, other threads:[~2015-07-29 16:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-09 17:30 [PATCH v2 0/3] I2C/SMBus: add support for Host Notify (in i2c_i801) Benjamin Tissoires
2015-07-09 17:30 ` Benjamin Tissoires
     [not found] ` <1436463052-6944-1-git-send-email-benjamin.tissoires-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-07-09 17:30   ` [PATCH v2 1/3] i2c: add a protocol parameter to the alert callback Benjamin Tissoires
2015-07-09 17:30     ` Benjamin Tissoires
2015-07-09 17:59     ` [PATCH v3 " Benjamin Tissoires
2015-07-09 17:59       ` [lm-sensors] " Benjamin Tissoires
2015-07-09 17:30   ` [PATCH v2 3/3] i2c: i801: add support of Host Notify Benjamin Tissoires
2015-07-09 17:30     ` Benjamin Tissoires
     [not found]     ` <1436463052-6944-4-git-send-email-benjamin.tissoires-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-07-21 21:24       ` Benjamin Tissoires
2015-07-21 21:24         ` Benjamin Tissoires
     [not found]         ` <20150721212455.GA7565-/m+UfqrgI5QNLKR9yMNcA1aTQe2KTcn/@public.gmane.org>
2015-07-25 16:11           ` Jean Delvare
2015-07-25 16:11             ` Jean Delvare
     [not found]             ` <20150725181128.3da38c70-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2015-07-25 16:22               ` Benjamin Tissoires
2015-07-25 16:22                 ` Benjamin Tissoires
     [not found]                 ` <CAN+gG=H4ebn6=gLX1aGkQNXYF888CRSvaQnsnuTy9qi2LOeENA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-07-25 21:38                   ` Jean Delvare
2015-07-25 21:38                     ` Jean Delvare
     [not found]                     ` <20150725233807.2c209817-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2015-07-29 14:58                       ` Benjamin Tissoires
2015-07-29 14:58                         ` Benjamin Tissoires
     [not found]                         ` <CAN+gG=FYZGTaPxxVJh0QOSrY3xsBN42j0=ymONxTG=WW56q0Cg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-07-29 16:08                           ` Jean Delvare
2015-07-29 16:08                             ` Jean Delvare
2015-07-09 17:30 ` [PATCH v2 2/3] i2c-smbus: add SMBus Host Notify support Benjamin Tissoires

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.