History log of /drivers/media/common/siano/smsendian.c
Revision Date Author Comments
28a59df4d7cb8f749ba92ad304df4063ccf108fd 21-Mar-2013 Mauro Carvalho Chehab <mchehab@redhat.com> [media] siano: remove the remaining CamelCase compliants

Remove the remaining CamelCase checkpatch.pl compliants.
There are still a few left, but those are due to USB and
DVB APIs.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
dfef84fc135832ad5c270758b6834fcb4bf448fc 21-Mar-2013 Mauro Carvalho Chehab <mchehab@redhat.com> [media] siano: get rid of CammelCase from smscoreapi.h

It is almost impossible to see a compliant with checkpatch.pl
on those Siano drivers, as there are simply too much violations
on it. So, now that a big change was done, the better is to
cleanup the checkpatch compliants.

Let's first replace all CammelCase symbols found at smscoreapi.h
using camel_case namespace. That removed 144 checkpatch.pl
compliants on this file. Of course, the other files need to be
fixed accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
0013ca8c52ba7bb1030ed75d6df7e58af0314018 14-Jun-2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] siano: break it into common, mmc and usb

siano is, in fact, 2 drivers: one for MMC and one for USB, plus
a common bus-independent code. Break it accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>