Assist

2016-05-19 Thread Sgt Anthony Victor
Dear Sir/Madam, I am Sgt Anthony Victor, I have a good business proposal for you. There are no risks involved and it is easy. Please reply for briefs and procedures. Best regards, Sgt Anthony Victor ___ devel mailing list de...@linuxdriverproject.org

Re: Asociación de Empresas

2016-05-19 Thread Sr. Raymond Khumalo
-- ¡Saludos! ¿Está bien para discutir posibles negocios en este correo electrónico? Hágamelo saber lo antes posible para que yo pueda proporcionarle los detalles. Ponte en contacto conmigo en mi correo electrónico (raymond_khum...@outlook.com) para más detalles de este negocio Un cordial s

[PATCH v3 06/14] staging: comedi: daqboard2000: rename register offset macros

2016-05-19 Thread Ian Abbott
Rename the macros defining register offsets to avoid CamelCase, and to use namespace associated with the driver. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten --- Other CamelCase issues in this patch will be dealt with by later patches in the series. v2: Shortened prefix from `DAQBOA

[PATCH v3 12/14] staging: comedi: daqboard2000: rename reference DACs register macros

2016-05-19 Thread Ian Abbott
Rename the macros that define values for the reference DACs register to avoid CamelCase, and to make it clearer which register they are associated with. Add a macro `DAQBOARD2000_REF_DACS_SET` for the value `0x0080` that triggers setting one of the references. Signed-off-by: Ian Abbott Reviewed-

Re: [PATCH v2 00/14] staging: comedi: daqboard2000: checkpatch clean-ups

2016-05-19 Thread Ian Abbott
On 18/05/16 13:36, Ian Abbott wrote: Patches 03 and 06 have checkpatch warnings themselves about CamelCase issues, but they are not "new" issues, and are resolved by the later patches in the series. 01) staging: comedi: daqboard2000: remove commented out code 02) staging: comedi: daqboard2000: u

Re: [PATCH v3 12/14] staging: comedi: daqboard2000: rename reference DACs register macros

2016-05-19 Thread Ian Abbott
On 19/05/16 10:58, Ian Abbott wrote: Rename the macros that define values for the reference DACs register to avoid CamelCase, and to make it clearer which register they are associated with. Add a macro `DAQBOARD2000_REF_DACS_SET` for the value `0x0080` that triggers setting one of the references

[PATCH v4 12/14] staging: comedi: daqboard2000: rename reference DACs register macros

2016-05-19 Thread Ian Abbott
Rename the macros that define values for the reference DACs register to avoid CamelCase, and to make it clearer which register they are associated with. Add a macro `DB2K_REG_DACS_SET` for the value `0x0080` that triggers setting one of the references. Signed-off-by: Ian Abbott Reviewed-by: H Ha

Re: [PATCH v2 00/14] staging: comedi: daqboard2000: checkpatch clean-ups

2016-05-19 Thread Ian Abbott
On 19/05/16 11:02, Ian Abbott wrote: On 18/05/16 13:36, Ian Abbott wrote: Patches 03 and 06 have checkpatch warnings themselves about CamelCase issues, but they are not "new" issues, and are resolved by the later patches in the series. 01) staging: comedi: daqboard2000: remove commented out cod

Re: Asociación de Empresas

2016-05-19 Thread Sr. Raymond Khumalo
-- ¡Saludos! ¿Está bien para discutir posibles negocios en este correo electrónico? Hágamelo saber lo antes posible para que yo pueda proporcionarle los detalles. Ponte en contacto conmigo en mi correo electrónico (raymond_khum...@outlook.com) para más detalles de este negocio Un cordial s

RE: new driver for drivers/virt/?

2016-05-19 Thread Sell, Timothy C
> -Original Message- > From: Sell, Timothy C > Sent: Wednesday, May 18, 2016 6:25 PM > To: 'Thomas Gleixner' > Cc: mi...@kernel.org; dave.han...@linux.intel.com; > ti...@freescale.com; ga...@kernel.crashing.org; Kershner, David A; > cor...@lwn.net; mi...@redhat.com; h...@zytor.com; Arfvidso

[PATCH net-next] tools: hv: Add a script for bonding synthetic and VF NICs

2016-05-19 Thread Haiyang Zhang
This example script creates bonding network devices based on synthetic NIC (the virtual network adapter usually provided by Hyper-V) and the matching VF NIC (SRIOV virtual function). So the synthetic NIC and VF NIC can function as one network device, and fail over to the synthetic NIC if VF is down

RE: [PATCH v3 06/14] staging: comedi: daqboard2000: rename register offset macros

2016-05-19 Thread Hartley Sweeten
On Thursday, May 19, 2016 2:56 AM, Ian Abbott wrote: > Rename the macros defining register offsets to avoid CamelCase, and to > use namespace associated with the driver. > > Signed-off-by: Ian Abbott > Reviewed-by: H Hartley Sweeten > --- > Other CamelCase issues in this patch will be dealt with

Re: [PATCH v3 06/14] staging: comedi: daqboard2000: rename register offset macros

2016-05-19 Thread Ian Abbott
On 19/05/16 17:49, Hartley Sweeten wrote: On Thursday, May 19, 2016 2:56 AM, Ian Abbott wrote: Rename the macros defining register offsets to avoid CamelCase, and to use namespace associated with the driver. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten --- Other CamelCase issues i

Re: [PATCH v2 00/14] staging: comedi: daqboard2000: checkpatch clean-ups

2016-05-19 Thread Ian Abbott
On 19/05/16 11:16, Ian Abbott wrote: On 19/05/16 11:02, Ian Abbott wrote: On 18/05/16 13:36, Ian Abbott wrote: Patches 03 and 06 have checkpatch warnings themselves about CamelCase issues, but they are not "new" issues, and are resolved by the later patches in the series. 01) staging: comedi:

[PATCH v4 02/14] staging: comedi: daqboard2000: use usual block comment style

2016-05-19 Thread Ian Abbott
Reformat one of the block comments to conform to the usual style (it's the only one that doesn't). Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten --- v2, v3, v4: No change. --- drivers/staging/comedi/drivers/daqboard2000.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) d

[PATCH v4 05/14] staging: comedi: daqboard2000: rename serial EEPROM register macros

2016-05-19 Thread Ian Abbott
Rename the macros defining values for the Serial EEPROM Control Register to avoid CamelCase. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten --- v2: Shortened prefix from `DAQBOARD2000_` to `DB2K_`. v3, v4: No change. --- drivers/staging/comedi/drivers/daqboard2000.c | 26 +

[PATCH v4 01/14] staging: comedi: daqboard2000: remove commented out code

2016-05-19 Thread Ian Abbott
Remove some commented out code. Some of it uses constructs that don't exist in the driver, and probably come from the source code for the MS Windows driver. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten --- v2: Added comments to offset and gain values that should be read from EEPROM,

[PATCH v4 07/14] staging: comedi: daqboard2000: rename acquisition control register macros

2016-05-19 Thread Ian Abbott
Rename the macros defining values for the acquisition control register to avoid CamelCase, and to make it clearer which register they are associated with. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten --- v2: Shortened prefix from `DAQBOARD2000_` to `DB2K_`. v3: Rebased due to v3 chan

[PATCH v4 00/14] staging: comedi: daqboard2000: checkpatch clean-ups

2016-05-19 Thread Ian Abbott
s series of patches to the daqboard2000 driver is mostly to fix the checkpatch.pl warnings. There is one warning remaining about one of the `udelay` calls with a parameter of 10 microseconds, but I decided to leave it alone, as converting it to `usleep_range` could increase firmware loading time.

[PATCH v4 09/14] staging: comedi: daqboard2000: redo DAC control register macros

2016-05-19 Thread Ian Abbott
Rename the macros used to define values for the DAC control register to avoid CamelCase and to make it clearer which register they are associated with. Refactor the macros used to define values to enable or disable DAC channels to use the channel number as a parameter. None of these macros are cu

[PATCH v4 04/14] staging: comedi: daqboard2000: add blank line after struct declaration

2016-05-19 Thread Ian Abbott
Fix checkpatch issue: "CHECK: Please use a blank line after function/struct/union/enum declarations". Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten --- v2: Fixed typo in patch description: `black line` --> `blank line`. v3, v4: No change. --- drivers/staging/comedi/drivers/daqboard20

[PATCH v4 03/14] staging: comedi: daqboard2000: CHECK: spaces preferred around that '*'

2016-05-19 Thread Ian Abbott
Fix checkpatch issues of the form "CHECK: spaces preferred around that '*' (ctx:VxV)". Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten --- CamelCase issues in this patch will be dealt with by later patches. v2, v3, v4: No change. --- drivers/staging/comedi/drivers/daqboard2000.c | 8 +

[PATCH v4 12/14] staging: comedi: daqboard2000: rename reference DACs register macros

2016-05-19 Thread Ian Abbott
Rename the macros that define values for the reference DACs register to avoid CamelCase, and to make it clearer which register they are associated with. Add a macro `DB2K_REG_DACS_SET` for the value `0x0080` that triggers setting one of the references. Signed-off-by: Ian Abbott Reviewed-by: H Ha

[PATCH v4 13/14] staging: comedi: daqboard2000: rename CamelCase functions

2016-05-19 Thread Ian Abbott
Rename functions to avoid CamelCase warnings from checkpatch, and to use namespace associated with the driver. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten --- v2: Rebased due to v2 changes in previous patches. v3, v4: No change. --- drivers/staging/comedi/drivers/daqboard2000.c | 8

[PATCH v4 10/14] staging: comedi: daqboard2000: redo DAC status macros and fix busy

2016-05-19 Thread Ian Abbott
Rename the macros defining values for the DAC status register to avoid CamelCase, and to make it clear which register they are associated with. Refactor the macros defining the regular DAC channel "busy" bits into a single macro that takes the DAC channel number as a parameter. Add a macro to defi

[PATCH v4 08/14] staging: comedi: daqboard2000: rename acq status register macros

2016-05-19 Thread Ian Abbott
Rename the macros associated with the acquisition status register to avoid CamelCase and to make it clear which register they are associated with. Add a macro to define the offset of the read-only acquisition status register. It's the same offset as the acquisition control register, which is writ

[PATCH v4 11/14] staging: comedi: daqboard2000: rename trigger control register macros

2016-05-19 Thread Ian Abbott
Rename the macros that define values for the trigger control register to avoid CamelCase, and to make it clearer which register they are associated with. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten --- v2: Shortened prefix from `DAQBOARD2000_` to `DB2K_`. v3, v4: No change. --- dri

[PATCH v4 14/14] staging: comedi: daqboard2000: prefer usleep_range()

2016-05-19 Thread Ian Abbott
The checkpatch.pl warns about two `udelay(x)` calls, one of 100 microseconds, and one of 10 microseconds. The 100 microseconds one is used when waiting for FPGA to become ready to accept firmware, and is not that critical, so replace it with a call to `usleep_range(100, 1000)`. The 10 microsecond

[PATCH v4 06/14] staging: comedi: daqboard2000: rename register offset macros

2016-05-19 Thread Ian Abbott
Rename the macros defining register offsets to avoid CamelCase, and to use namespace associated with the driver. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten --- Other CamelCase issues in this patch will be dealt with by later patches in the series. v2: Shortened prefix from `DAQBOA

[PATCH v2 1/4] Staging: comedi: fix type issue in s626.c

2016-05-19 Thread Ravishankar Karkala Mallikarjunayya
This is a patch to the s626.c file that fixes up a type issues found by the checkpatch.pl tool. i.e Prefer kernel type 'u8' over 'uint8_t' Prefer kernel type 'u16' over 'uint16_t' Prefer kernel type 'u32' over 'uint32_t' Prefer kernel type 's16' over 'int16_t' Prefer kernel type 's

[PATCH v2 3/4] Staging: comedi:Fix unsigned int to bare use of unsigned issue in s626.c

2016-05-19 Thread Ravishankar Karkala Mallikarjunayya
This is a patch to the s626.c file that fixes up a WARNING: Prefer 'unsigned int' to bare use of 'unsigned' found by the checkpatch.pl tool Signed-off-by: Ravishankar Karkala Mallikarjunayya --- Changes since V1: - No change --- drivers/staging/comedi/drivers/s626.c | 8 1 file changed,

[PATCH v2 2/4] Staging: comedi: Fix WARNING issue in s626.c

2016-05-19 Thread Ravishankar Karkala Mallikarjunayya
This is a patch to the s626.c file that fixes up a Block comments issues found by the checkpatch.pl tool. i.e. Block comments use a trailing */ on a separate line Signed-off-by: Ravishankar Karkala Mallikarjunayya --- Changes since V1: - No change --- drivers/staging/comedi/drivers/s626.c | 60

[PATCH v2 4/4] Staging: comedi: fix line over 80 characters issue in s626.c

2016-05-19 Thread Ravishankar Karkala Mallikarjunayya
This is a patch to the s626.c file that fixes up a line over 80 characters issues found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- Changes since V1: - No change --- drivers/staging/comedi/drivers/s626.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(

Re: [PATCH 00/27] staging: add driver for KS7010 based SDIO cards

2016-05-19 Thread Wolfram Sang
Hi Greg, > An add-on patch is probably easiest for everyone involved here. Any chance for the new-driver-rule for this one? Thanks, Wolfram signature.asc Description: PGP signature ___ devel mailing list de...@linuxdriverproject.org http://drive