Re: [PATCH] spi: Add the flag indicate to registe new device as children of master or not.

2012-12-18 Thread Jun Chen
On Tue, 2012-12-18 at 15:26 +, Mark Brown wrote: > On Tue, Dec 18, 2012 at 11:29:34AM -0500, Jun Chen wrote: > > > * @master: Controller to which device is connected > > + * device_was_children_of_master is flag which the device is registed > > + * as the children of the bus > > This isn't

[SPAM] (北京)2013年科技项目专项资金申报暨 科技重点规划分析研讨班的通知

2012-12-18 Thread adxumh
13:16:45-- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add service

moins 20 pourcents sur votre première commande

2012-12-18 Thread Allposters.fr
AllPosters.fr   Pour visualiser la version en images, rendez-vous sur cette page : http://p5trc.emv2.com/HM?a=ENX7CqmVXCyi8SA9MKJV2UHnGHxKLXFK6PcStGb5lw8W0bBhOG5mpqVsje_HhdA5HlKT AllPosters.fr http://p5trc.emv2.com/HP?a=ENX7CqmVXCyi8SA9MKJV2UHnGHxKLXFK7vcStGb5lw8W0bBhOG5mpqVsje_HhdA5HlKR Offr

Re: [PATCH] spi: Add the flag indicate to registe new device as children of master or not.

2012-12-18 Thread Mark Brown
On Tue, Dec 18, 2012 at 11:29:34AM -0500, Jun Chen wrote: > * @master: Controller to which device is connected > + * device_was_children_of_master is flag which the device is registed > + * as the children of the bus This isn't a kerneldoc style comment (it needs the @XXX: format). The name is

[PATCH V2] spi: remove check for bits_per_word on transfer from low level driver

2012-12-18 Thread Laxman Dewangan
The spi core make sure that each transfer structure have the proper setting for bits_per_word before calling low level transfer APIs. Hence it is no more require to check again in low level driver for this field whether this is set correct or not. Removing such code from low level driver. Signed-

[PATCH] spi: Add the flag indicate to registe new device as children of master or not.

2012-12-18 Thread Jun Chen
Because there are two aim when allocating the new device, one is for children of master, other is for master. So this patch add one flag to indicate different purpose. Signed-off-by: Bi Chao Signed-off-by: Chen Jun --- drivers/spi/spi.c | 16 +++- include/linux/spi/spi.h |