Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1503836
| From | Tomas Winkler <tomas.winkler@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [char-misc-next 0/5] mei: mei client bus api changes |
| Date | 2016-10-19 17:10 +0200 |
| Message-ID | <su0Fc-2Wq-31@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
We are adding a helper module macro for removing boilerplate code in driver registration, and removing redundant context argument from the event callback. The changes go over misc, nfc, and watchdog subtrees. I believe it should be conflict free to merge it to the misc tree. Tomas Winkler (5): mei: bus: add module_mei_cl_driver helper macro watchdog: mei_wdt: use module_mei_cl_driver macro nfc: mei: use module_mei_cl_driver macro nfc: mei_phy: get phy from the driver data mei: bus: remove rx callback context drivers/misc/mei/bus.c | 6 ++---- drivers/nfc/mei_phy.c | 10 ++++++---- drivers/nfc/microread/mei.c | 23 +---------------------- drivers/nfc/pn544/mei.c | 23 +---------------------- drivers/watchdog/mei_wdt.c | 26 +++----------------------- include/linux/mei_cl_bus.h | 19 +++++++++++++++---- 6 files changed, 28 insertions(+), 79 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[char-misc-next 0/5] mei: mei client bus api changes Tomas Winkler <tomas.winkler@intel.com> - 2016-10-19 17:10 +0200
[char-misc-next 2/5] watchdog: mei_wdt: use module_mei_cl_driver macro Tomas Winkler <tomas.winkler@intel.com> - 2016-10-19 17:10 +0200
Re: [char-misc-next 2/5] watchdog: mei_wdt: use module_mei_cl_driver macro Guenter Roeck <linux@roeck-us.net> - 2016-10-20 03:50 +0200
[char-misc-next 3/5] nfc: mei: use module_mei_cl_driver macro Tomas Winkler <tomas.winkler@intel.com> - 2016-10-19 17:10 +0200
[char-misc-next 4/5] nfc: mei_phy: get phy from the driver data Tomas Winkler <tomas.winkler@intel.com> - 2016-10-19 17:50 +0200
csiph-web