[PATCH] staging: gdm72xx: clean up endianness conversions

2014-06-30 Thread Ben Chan
This patch cleans up the endianness conversions in the gdm72xx driver: - Directly use the generic byte-reordering macros for endianness conversion instead of some custom-defined macros. - Convert values on the constant side instead of the variable side when appropriate. - Add endianness annotat

WiFi+BT AR5B22. When starting linux - BT disappears. Disappears at all.

2014-06-30 Thread Антон Мацюк
I have a problem with my laptop wireless card in linux (I tried xubuntu and kali). It is a wifi(abgn)+BT4.0 miniPCI-E half module from Atheros. FCC ID is PPD-AR5B22 (wikidevi have info about it: https://wikidevi.com/wiki/Atheros_AR5B22 ). The problem is that loading to linux (e.g. xubuntu 14.04 liv

[PATCH v2] staging: gdm72xx: use consistent style for header guards

2014-06-30 Thread Ben Chan
Signed-off-by: Ben Chan --- I forgot to add the Signed-off-by stanza in the original patch. drivers/staging/gdm72xx/gdm_qos.h | 6 +++--- drivers/staging/gdm72xx/gdm_sdio.h | 6 +++--- drivers/staging/gdm72xx/gdm_usb.h | 6 +++--- drivers/staging/gdm72xx/gdm_wimax.h | 6 +++--- drivers/stag

[PATCH] staging: gdm72xx: use consistent style for header guards

2014-06-30 Thread Ben Chan
--- drivers/staging/gdm72xx/gdm_qos.h | 6 +++--- drivers/staging/gdm72xx/gdm_sdio.h | 6 +++--- drivers/staging/gdm72xx/gdm_usb.h | 6 +++--- drivers/staging/gdm72xx/gdm_wimax.h | 6 +++--- drivers/staging/gdm72xx/hci.h | 6 +++--- drivers/staging/gdm72xx/netlink_k.h | 7 --- drive

[PATCH 1/1] staging: lustre: libcfs: nidstrings.c - use ARRAY_SIZE macro

2014-06-30 Thread Anil Belur
From: Anil Belur - this patch replaces sizeof(a)/sizeof(a[0]) with the ARRAY_SIZE macro to get the number of nidstrings Signed-off-by: Anil Belur --- drivers/staging/lustre/lustre/libcfs/nidstrings.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/lustre

Re: [PATCH] Staging: bcm: Change TODO to include maintainers.

2014-06-30 Thread Kevin McKinney
On Mon, Jun 30, 2014 at 05:01:49PM -0700, Greg KH wrote: > On Mon, Jun 30, 2014 at 04:30:26PM -0400, Kevin McKinney wrote: > > Add myself and Matthias Beyer > > to the TODO file as the list of maintainers. > > > > Signed-off-by: Kevin McKinney > > --- > > drivers/staging/bcm/TODO |4 > >

Re: [PATCH] Staging: bcm: Change TODO to include maintainers.

2014-06-30 Thread Greg KH
On Mon, Jun 30, 2014 at 04:30:26PM -0400, Kevin McKinney wrote: > Add myself and Matthias Beyer > to the TODO file as the list of maintainers. > > Signed-off-by: Kevin McKinney > --- > drivers/staging/bcm/TODO |4 > 1 file changed, 4 insertions(+) > > diff --git a/drivers/staging/bcm/T

Re: [PATCH 0/5] drivers/staging/bcm/LeakyBucket.c cleanup patches

2014-06-30 Thread Kevin McKinney
On Mon, Jun 30, 2014 at 10:25:16AM +0200, Matthias Beyer wrote: > Hi, > > these are my cleanup patches for the > > drivers/staging/bcm/LeakyBucket.c > > file. They contain: > > * Replacing member accessing by variables, for simplifying code > * Line lengths shortened > * Outsour

Re: [PATCH 0/3] drivers/staging/bcm/InterfaceTx.c cleanup patches

2014-06-30 Thread Kevin McKinney
On Mon, Jun 30, 2014 at 10:20:21AM +0200, Matthias Beyer wrote: > Hi, > > these are my patches for the > > drivers/staging/bcm/InterfaceTx.c > > file. They contain: > > * Line length and whitespace cleanup > * Outsourcing a chunk of code from a long function > > Please note: As I d

Re: [PATCH 0/4] drivers/staging/bcm/InterfaceRx.c cleanup patches

2014-06-30 Thread Kevin McKinney
On Mon, Jun 30, 2014 at 10:10:00AM +0200, Matthias Beyer wrote: > Hi, > > these are my cleanup patches for the > > drivers/staging/bcm/InterfaceRx.c > > file. They contain: > > * Line shortenings (as usual) > * Outsourcing code chunks from long functions > > Please note: As I do no

[PATCH] Staging: bcm: Change TODO to include maintainers.

2014-06-30 Thread Kevin McKinney
Add myself and Matthias Beyer to the TODO file as the list of maintainers. Signed-off-by: Kevin McKinney --- drivers/staging/bcm/TODO |4 1 file changed, 4 insertions(+) diff --git a/drivers/staging/bcm/TODO b/drivers/staging/bcm/TODO index cd3e9f2..8467f45 100644 --- a/drivers/staging

[PATCH] Edit TODO file

2014-06-30 Thread Kevin McKinney
Add maintainers to the TODO file. Kevin McKinney (1): Staging: bcm: Change TODO to include maintainers. drivers/staging/bcm/TODO |4 1 file changed, 4 insertions(+) -- 1.7.9.5 ___ devel mailing list [email protected] http://dri

Re: Anybody working on cxt1e1?

2014-06-30 Thread Kristina Martšenko
On 24/06/14 15:44, Bob Beers wrote: > No,I am not able to work on that. It probably should be removed. > Bob Okay then. No one else has shown interest in it either in the past week, so I'll go ahead and remove it. Thanks, Kristina ___ devel mailing list

Link not working on www.mail-archive.com

2014-06-30 Thread Lisa
Looks like there is a broken link on http://www.mail-archive.com/[email protected]/msg00023.html to http://www.pslgroup.com/DOCGUIDE.HTM. You might also want to add some of these resources I found useful... http://online.annamaria.edu/resource/business-and-leadership/health-informatics-qualified

[PATCH V2] staging/lustre/obdclass: use static const for seq_operations

2014-06-30 Thread Fabian Frederick
lprocfs_stats_seq_sops is only used in static int lprocfs_stats_seq_open with seq_open as const struct seq_operations * Cc: Greg Kroah-Hartman Cc: Peng Tao Cc: [email protected] Signed-off-by: Fabian Frederick --- V2: description fixed drivers/staging/lustre/lustre/obdclass/lprocfs_s

Re: [PATCH] Staging/comedi: Fixes static analysis warning raised by sparse

2014-06-30 Thread Christopher Li
On Mon, Jun 30, 2014 at 10:49 AM, Christopher Li wrote: > The warning should be trivial in instruction level. We are looking > for an instruction has larger than type size constant shift > value. Actually, just try it. Not as trivial as I thought. The problem is that, in the instruction level, s

[PATCH 1/1] staging/lustre/obdclass: use static const for seq_operations

2014-06-30 Thread Fabian Frederick
lprocfs_stats_seq_sops is only used in static int lprocfs_stats_seq_open with seq_open as const struct seq_operations * Cc: Greg Kroah-Hartman Cc: Peng Tao Cc: [email protected] Signed-off-by: Fabian Frederick --- drivers/staging/lustre/lustre/lmv/lproc_lmv.c | 2 +- 1 file changed, 1

Re: [PATCH] Staging/comedi: Fixes static analysis warning raised by sparse

2014-06-30 Thread Christopher Li
On Sat, Jun 28, 2014 at 8:09 PM, Christopher Li wrote: > So if there is a bug, It is sparse did not know exactly which part > of the code is dead on AST level. If you enable the "#if 0" inside I am thinking about how to fix the dead code issue. Try to do more than trivial dead code analyses is re

Re: randconfig build error with next-20140630, in drivers/staging/unisys/channels/chanstub.c

2014-06-30 Thread Ken Cox
On 06/30/2014 11:13 AM, Jim Davis wrote: Building with the attached random configuration file, drivers/built-in.o: In function `channel_mod_init': chanstub.c:(.init.text+0xcbcf): undefined reference to `unisys_spar_platform' make: *** [vmlinux] Error 1 Hi Jim, I have already submitted a patch

RE: [PATCH] hyperv: remove meaningless pr_err() in vmbus_recvpacket_raw()

2014-06-30 Thread KY Srinivasan
> -Original Message- > From: Jason Wang [mailto:[email protected]] > Sent: Sunday, June 29, 2014 11:15 PM > To: KY Srinivasan; Haiyang Zhang; [email protected]; linux- > [email protected] > Cc: Jason Wang > Subject: [PATCH] hyperv: remove meaningless pr_err() in > vmbus_

[PATCH 1/1] staging: speakup: speakup_dectlk.c - use time_before_eq()

2014-06-30 Thread Anil Belur
From: Anil Belur - this replaces jiffies comparision with safer function using time_after_eq() Signed-off-by: Anil Belur --- drivers/staging/speakup/speakup_dectlk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/speakup/speakup_dectlk.c b/drivers/stagin

[PATCH] Staging:unisys: Add Kconfig dependency on UNISYS_VISORUTIL to UNISYS_CHANNELSTUB

2014-06-30 Thread Ken Cox
The visorchannelstub module references the variable unisys_spar_platform which is declared in the visorutil module. Add the proper dependency to Kconfig to ensure that visorutil is enabled when building visorchannelstub. This address the build error: drivers/built-in.o: In function `channel_mo

Re: [PATCH v2 00/18] staging: comedi: ni_65xx: cleanup driver

2014-06-30 Thread Ian Abbott
On 2014-06-26 20:05, H Hartley Sweeten wrote: This series cleans up the comedi ni_65xx driver. v2: drop the patch that removed the 'invert_outputs' from the boardinfo reorder the series a bit to handle the 'invert_outputs' correctly H Hartley Sweeten (18): staging: comedi: ni_65xx: filt

Re: [PATCH 0/3] staging: comedi: addi_apci_1564: miscellaneous fixes and cleanups

2014-06-30 Thread Ian Abbott
On 2014-06-28 05:47, Chase Southwood wrote: This patchset moves a misplaced include to the proper file, swaps out an overly aggressive placement of apci1564_reset(), and cleans up apci1564_interrupt(). Chase Southwood (3): staging: comedi: addi_apci_1564: move addi_watchdog.h include to

Re: [PATCH] dmaengine: dw: add PCI IDs for Braswell DMAs

2014-06-30 Thread Andy Shevchenko
On Mon, 2014-06-30 at 13:02 +0300, Andy Shevchenko wrote: Please, ignore this one. -- Andy Shevchenko Intel Finland Oy ___ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH 110/115] staging: ced1401: fix ced_free_circ_block()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_free_circ_block() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 103 - drivers/staging/ced1401/usb1401.h |2 +- 2 files changed, 58 insertions(+), 47 deletions(-) diff --git a/dr

[PATCH 111/115] staging: ced1401: usb1401.c fix checkpatch errors

2014-06-30 Thread Luca Ellero
Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/ced1401/usb1401.c index 479c674..a3d1ed6 100644 --- a/drivers/staging/ced1401/usb1401.c +++ b/driv

[PATCH 114/115] staging: ced1401: ced_ioc.c fix checkpatch warnings

2014-06-30 Thread Luca Ellero
Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 217 +++-- 1 file changed, 134 insertions(+), 83 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c index c4df70d..40ab438 100644 --- a/drivers/stagin

[PATCH 112/115] staging: ced1401: ced_ioc.c fix checkpatch errors

2014-06-30 Thread Luca Ellero
Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c index c5c990b..c4df70d 100644 --- a/drivers/staging/ced1401/ced_ioc.c +++ b/drivers/st

[PATCH 113/115] staging: ced1401: usb1401.h fix checkpatch errors

2014-06-30 Thread Luca Ellero
Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ced1401/usb1401.h b/drivers/staging/ced1401/usb1401.h index 68e56dd..79b9efa 100644 --- a/drivers/staging/ced1401/usb1401.h +++ b/drivers/stagin

[PATCH 115/115] staging: ced1401: usb1401.c fix checkpatch warnings

2014-06-30 Thread Luca Ellero
Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 263 +++-- 1 file changed, 167 insertions(+), 96 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/ced1401/usb1401.c index a3d1ed6..f362859 100644 --- a/drivers/stagin

[PATCH 107/115] staging: ced1401: fix ced_dbg_stop_loop()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_dbg_stop_loop() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c index 39b1bb

[PATCH 086/115] staging: ced1401: fix ced_stat_1401()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_stat_1401() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c index 66d1c2f..d

[PATCH 104/115] staging: ced1401: fix ced_dbg_peek/poke()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_dbg_peek() and ced_dbg_poke() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 44 ++--- drivers/staging/ced1401/usb1401.h |4 ++-- 2 files changed, 24 insertions(+), 24 deletions(-) d

[PATCH 105/115] staging: ced1401: fix ced_dbg_ramp_data/addr()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_dbg_ramp_data() and ced_dbg_ramp_addr() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 56 ++--- drivers/staging/ced1401/usb1401.h |4 +-- 2 files changed, 30 insertions(+), 30 deleti

[PATCH 102/115] staging: ced1401: fix ced_transfer_flags()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_transfer_flags() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c index 4

[PATCH 108/115] staging: ced1401: fix ced_set_circular()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_set_circular() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 25 ++--- drivers/staging/ced1401/usb1401.h |3 ++- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/drivers/staging/

[PATCH 093/115] staging: ced1401: fix ced_set_event()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_set_event() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 33 - drivers/staging/ced1401/usb1401.h |3 ++- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/drivers/sta

[PATCH 100/115] staging: ced1401: fix ced_check_self_test()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_check_self_test() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 40 +++-- drivers/staging/ced1401/usb1401.h |3 ++- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/d

[PATCH 095/115] staging: ced1401: fix ced_wait_event()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_wait_event() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c index 8d6b9f1

[PATCH 096/115] staging: ced1401: fix ced_test_event()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_test_event() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 20 +++- drivers/staging/ced1401/usb1401.h |2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/drivers/staging/ced1401/

[PATCH 088/115] staging: ced1401: fix ced_get_out_buf_space()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_get_out_buf_space() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c

[PATCH 109/115] staging: ced1401: fix ced_get_circ_block()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_get_circ_block() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 34 +- drivers/staging/ced1401/usb1401.h |2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/driver

[PATCH 101/115] staging: ced1401: fix ced_type_of_1401()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_type_of_1401() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c in

[PATCH 103/115] staging: ced1401: fix ced_dbg_cmd()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_dbg_cmd() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c index 54f2e8a

[PATCH 089/115] staging: ced1401: fix ced_clear_area()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_clear_area() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 90 - drivers/staging/ced1401/usb1401.h |2 +- 2 files changed, 51 insertions(+), 41 deletions(-) diff --git a/drivers

[PATCH 090/115] staging: ced1401: fix ced_set_area()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_set_area() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 109 +++-- 1 file changed, 57 insertions(+), 52 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ce

[PATCH 106/115] staging: ced1401: fix ced_dbg_get_data()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_dbg_get_data() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 19 ++- drivers/staging/ced1401/usb1401.h |2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/drivers/staging/ced1401

[PATCH 076/115] staging: ced1401: fix comment

2014-06-30 Thread Luca Ellero
Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c index 03d760f..0e4e376 100644 --- a/drivers/staging/ced1401/ced_ioc.c +++ b/drivers/stagin

[PATCH 077/115] staging: ced1401: fix ced_put_chars()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_put_chars() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c

[PATCH 099/115] staging: ced1401: fix ced_start_self_test()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_start_self_test() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c ind

[PATCH 098/115] staging: ced1401: fix ced_state_of_1401()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_state_of_1401() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c index c0

[PATCH 080/115] staging: ced1401: fix ced_get_state()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_get_state() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ce

[PATCH 079/115] staging: ced1401: fix ced_send_char()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_send_char() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c index bb2c0f9..2

[PATCH 084/115] staging: ced1401: fix ced_get_char()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_get_char() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c index e4585bb..

[PATCH 075/115] staging: ced1401: fix ced_disconnect()

2014-06-30 Thread Luca Ellero
Rename camel case locals in function ced_disconnect() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/ced1401/usb1401.c index 169638e..479c674 100644 -

[PATCH 097/115] staging: ced1401: fix ced_get_transfer()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_get_transfer() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 18 ++ drivers/staging/ced1401/usb1401.h |2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/drivers/staging/ced1401/c

[PATCH 073/115] staging: ced1401: fix ced_allowi()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_allowi() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 47 - 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/ced1

[PATCH 082/115] staging: ced1401: fix ced_is_1401()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_is_1401() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 48 + 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced

[PATCH 081/115] staging: ced1401: fix ced_in_self_test()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_in_self_test() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c ind

[PATCH 092/115] staging: ced1401: fix ced_unset_transfer()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_unset_transfer() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 10 +- drivers/staging/ced1401/usb1401.h |2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.

[PATCH 083/115] staging: ced1401: fix ced_quick_check()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_quick_check() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 36 +++- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/

[PATCH 091/115] staging: ced1401: fix ced_set_transfer()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_set_transfer() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 19 +++ drivers/staging/ced1401/usb1401.h |3 ++- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/drivers/staging/ced1401

[PATCH 074/115] staging: ced1401: fix ced_ioctl()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_ioctl() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 66 + 1 file changed, 38 insertions(+), 28 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/ced14

[PATCH 087/115] staging: ced1401: fix ced_line_count()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_line_count() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc

[PATCH 085/115] staging: ced1401: fix ced_get_string()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_get_string() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 58 ++--- drivers/staging/ced1401/usb1401.h |2 +- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/drivers

[PATCH 094/115] staging: ced1401: fix ced_wait_event()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_wait_event() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 50 + drivers/staging/ced1401/usb1401.h |2 +- 2 files changed, 29 insertions(+), 23 deletions(-) diff --git a/drivers

[PATCH 078/115] staging: ced1401: fix ced_send_string()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_send_string() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 15 --- drivers/staging/ced1401/usb1401.h |2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/drivers/staging/ced1401/ced_io

[PATCH v2 1/3] staging: rtl8188eu: re-use mac_pton() helper

2014-06-30 Thread Andy Shevchenko
The helper mac_pton() validates and converts MAC address from string format to a number. Originally code uses simple code to do that. With mac_pton() the driver now validates input as well. Signed-off-by: Andy Shevchenko --- drivers/staging/rtl8188eu/core/rtw_ieee80211.c | 11 ++- drivers/stagi

[PATCH 065/115] staging: ced1401: fix ced_stage_chunk()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_stage_chunk() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 53 ++--- 1 file changed, 31 insertions(+), 22 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging

[PATCH 047/115] staging: ced1401: rename DbgRampAddr()

2014-06-30 Thread Luca Ellero
rename camel case function DbgRampAddr() to ced_dbg_ramp_addr() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |4 ++-- drivers/staging/ced1401/usb1401.c |2 +- drivers/staging/ced1401/usb1401.h |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/d

[PATCH 048/115] staging: ced1401: rename DbgGetData()

2014-06-30 Thread Luca Ellero
rename camel case function DbgGetData() to ced_dbg_get_data() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |4 ++-- drivers/staging/ced1401/usb1401.c |2 +- drivers/staging/ced1401/usb1401.h |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dri

[PATCH v2 3/3] staging: rtl8188eu: re-use hex_to_bin() instead of custom code

2014-06-30 Thread Andy Shevchenko
hex_to_bin could be used to convert hexdecimal digit to its binary representation. Signed-off-by: Andy Shevchenko --- drivers/staging/rtl8188eu/core/rtw_ieee80211.c | 17 - drivers/staging/rtl8188eu/include/wlan_bssdef.h | 3 --- drivers/staging/rtl8188eu/os_dep/ioctl_linux.c

[PATCH 071/115] staging: ced1401: fix ced_handle_esc()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_handle_esc() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 41 - 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/

[PATCH 055/115] staging: ced1401: remove typedef for DMADESC

2014-06-30 Thread Luca Ellero
Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c |5 +++-- drivers/staging/ced1401/usb1401.h |6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/ced1401/usb1401.c index ee16353..9cc79a8 100644 --- a

[PATCH v2 2/3] staging: rtl8188eu: substitute custom hex2bin()

2014-06-30 Thread Andy Shevchenko
Instead of using custom code to convert hexdecinal strings to their binary represantation let's use kernel's library function. Signed-off-by: Andy Shevchenko --- drivers/staging/rtl8188eu/core/rtw_ieee80211.c | 5 --- drivers/staging/rtl8188eu/include/wlan_bssdef.h | 1 - drivers/staging/rtl8

[PATCH 073/115] staging: ced1401: fix ced_allowi()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_allowi() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 47 - 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/ced1

[PATCH 070/115] staging: ced1401: fix ced_read_dma_info()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_read_dma_info() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 90 - 1 file changed, 48 insertions(+), 42 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/stagi

[PATCH 067/115] staging: ced1401: fix ced_read_char()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_read_char() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/ced1401/usb1401

[PATCH 064/115] staging: ced1401: fix staged_callback()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function staged_callback() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 254 + 1 file changed, 147 insertions(+), 107 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/stagi

[PATCH 040/115] staging: ced1401: rename CheckSelfTest()

2014-06-30 Thread Luca Ellero
rename camel case function CheckSelfTest() to ced_check_self_test() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |4 ++-- drivers/staging/ced1401/usb1401.c |2 +- drivers/staging/ced1401/usb1401.h |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 069/115] staging: ced1401: fix ced_read_huff()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_read_huff() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 45 - 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/c

[PATCH 058/115] staging: ced1401: rename members of struct transarea

2014-06-30 Thread Luca Ellero
Rename members with CamelCase and Hungarian notation Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 118 drivers/staging/ced1401/usb1401.c | 137 +++-- drivers/staging/ced1401/usb1401.h | 39 ++- 3 f

[PATCH 043/115] staging: ced1401: rename DbgCmd1401()

2014-06-30 Thread Luca Ellero
rename camel case function DbgCmd1401() to ced_dbg_cmd() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 42 ++--- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced

[PATCH 054/115] staging: ced1401: remove typedef for TRANSAREA

2014-06-30 Thread Luca Ellero
Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 21 - drivers/staging/ced1401/usb1401.c |9 ++--- drivers/staging/ced1401/usb1401.h |6 +++--- 3 files changed, 21 insertions(+), 15 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b

[PATCH] dmaengine: dw: add PCI IDs for Braswell DMAs

2014-06-30 Thread Andy Shevchenko
Braswell SoC has two DMA controllers for LPSS. This patch adds them to supported list in the PCI driver. Signed-off-by: Andy Shevchenko --- drivers/dma/dw/pci.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/dma/dw/pci.c b/drivers/dma/dw/pci.c index 2006ff8..e71bd2e 100644 --- a

[PATCH 044/115] staging: ced1401: rename DbgPeek()

2014-06-30 Thread Luca Ellero
rename camel case function DbgPeek() to ced_dbg_peek() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |4 ++-- drivers/staging/ced1401/usb1401.c |2 +- drivers/staging/ced1401/usb1401.h |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/st

[PATCH 066/115] staging: ced1401: fix ced_read_write_mem()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_read_write_mem() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 86 + drivers/staging/ced1401/usb1401.h |5 ++- 2 files changed, 52 insertions(+), 39 deletions(-) diff --git a/dr

[PATCH 042/115] staging: ced1401: rename TransferFlags()

2014-06-30 Thread Luca Ellero
rename camel case function TransferFlags() to ced_transfer_flags() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |4 ++-- drivers/staging/ced1401/usb1401.c |2 +- drivers/staging/ced1401/usb1401.h |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 038/115] staging: ced1401: rename StateOf1401()

2014-06-30 Thread Luca Ellero
rename camel case function StateOf1401() to ced_state_of_1401() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |4 ++-- drivers/staging/ced1401/usb1401.c |2 +- drivers/staging/ced1401/usb1401.h |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/d

[PATCH 039/115] staging: ced1401: rename StartSelfTest()

2014-06-30 Thread Luca Ellero
rename camel case function StartSelfTest() to ced_start_self_test() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |4 ++-- drivers/staging/ced1401/usb1401.c |2 +- drivers/staging/ced1401/usb1401.h |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 053/115] staging: ced1401: remove typedef for CIRCBLK

2014-06-30 Thread Luca Ellero
Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.h | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.h b/drivers/staging/ced1401/usb1401.h index b90b30a..59f90b1 100644 --- a/drivers/staging/ced1401/usb1401.h +++ b/d

[PATCH 072/115] staging: ced1401: fix ced_readchar_callback()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_readchar_callback() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 63 ++--- 1 file changed, 37 insertions(+), 26 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/s

[PATCH 062/115] staging: ced1401: fix ced_send_chars()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_send_chars() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 44 ++--- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/

[PATCH 068/115] staging: ced1401: fix ced_read_word()

2014-06-30 Thread Luca Ellero
Rename camel case arguments and locals in function ced_read_word() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/ced1401/usb1401.c index 17d

[PATCH 052/115] staging: ced1401: rename FreeCircBlock()

2014-06-30 Thread Luca Ellero
rename camel case function FreeCircBlock() to ced_free_circ_block() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |4 ++-- drivers/staging/ced1401/usb1401.c |2 +- drivers/staging/ced1401/usb1401.h |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 051/115] staging: ced1401: rename GetCircBlock()

2014-06-30 Thread Luca Ellero
rename camel case function GetCircBlock() to ced_get_circ_block() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c |4 ++-- drivers/staging/ced1401/usb1401.c |2 +- drivers/staging/ced1401/usb1401.h |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a

[PATCH 061/115] staging: ced1401: fix ced_writechar_callback()

2014-06-30 Thread Luca Ellero
Rename camel case locals in function ced_writechar_callback() Signed-off-by: Luca Ellero --- drivers/staging/ced1401/usb1401.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/ced1401

[PATCH 037/115] staging: ced1401: remove unused func BlkTransState

2014-06-30 Thread Luca Ellero
Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 12 drivers/staging/ced1401/usb1401.h |1 - 2 files changed, 13 deletions(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c index 30162a8..f05cef5 100644 --- a/drivers/stagi

[PATCH 057/115] staging: ced1401: rename members of struct circ_blk

2014-06-30 Thread Luca Ellero
Rename members with CamelCase and Hungarian notation Signed-off-by: Luca Ellero --- drivers/staging/ced1401/ced_ioc.c | 46 +++ drivers/staging/ced1401/usb1401.c | 74 ++--- drivers/staging/ced1401/usb1401.h |4 +- 3 files changed, 62 i

  1   2   >