[PATCH] staging: ste_rmi4: use module_i2c_driver to simplify the code

2012-10-08 Thread Wei Yongjun
From: Wei Yongjun Use the module_i2c_driver() macro to make the code smaller and a bit simpler. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun --- drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c | 24 +--- 1 fi

Re: [PATCH v1] i2c-hid: introduce HID over i2c specification implementation

2012-10-08 Thread Jiri Kosina
On Sun, 7 Oct 2012, Benjamin Tissoires wrote: > It seems that hid transport layers should go in drivers/hid. > However, I don't like mixing the transport layer and the final > drivers. Maybe this is the time to rework a little bit the tree. > To minimize the moves, we could introduce: > drivers/hi