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
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
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
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
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-
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 |