Re: [PATCH v4 1/3] mfd: Add realtek USB card reader driver

2014-02-17 Thread Lee Jones
From: Roger Tseng rogera...@realtek.com Realtek USB card reader provides a channel to transfer command or data to flash memory cards. This driver exports host instances for mmc and memstick subsystems and handles basic works. Signed-off-by: Roger Tseng rogera...@realtek.com ---

[PATCH v2 1/3] mmc: rtsx: fix card poweroff bug

2014-02-17 Thread micky_ching
From: Micky Ching micky_ch...@realsil.com.cn If the host driver removed while card in the slot, the host will not power off card power correctly. This bug is produced because host eject flag set before the last mmc_set_ios callback, we should set the eject flag after power off. Signed-off-by:

[PATCH v2 2/3] mmc: rtsx: modify phase searching method for tuning

2014-02-17 Thread micky_ching
From: Micky Ching micky_ch...@realsil.com.cn The new phase searching method is more concise and easier to understand. Signed-off-by: Micky Ching micky_ch...@realsil.com.cn --- drivers/mmc/host/rtsx_pci_sdmmc.c | 112 +++-- include/linux/mfd/rtsx_pci.h |

[PATCH v2 0/3] mmc: rtsx: fix bug and support nonblocking request

2014-02-17 Thread micky_ching
From: Micky Ching micky_ch...@realsil.com.cn First we fix the card poweroff bug: the card power is not shutdown when sd/mmc card removed, this will make UHS-card failed to running in high speed mode if we insert the card again. We offer a concise tuning searching method, it is much easier to

[PATCH v2 3/3] mmc: rtsx: add support for pre_req and post_req

2014-02-17 Thread micky_ching
From: Micky Ching micky_ch...@realsil.com.cn Add support for non-blocking request, pre_req() runs dma_map_sg() and post_req() runs dma_unmap_sg(). This patch can increase card read/write speed, especially for high speed card and slow CPU(for some embedded platform). Users can get a great benefit

Re: [PATCH v4 1/3] mfd: Add realtek USB card reader driver

2014-02-17 Thread Roger
On 02/17/2014 04:22 PM, Lee Jones wrote: From: Roger Tseng rogera...@realtek.com Realtek USB card reader provides a channel to transfer command or data to flash memory cards. This driver exports host instances for mmc and memstick subsystems and handles basic works. Signed-off-by: Roger Tseng

Re: [PATCH v4 1/3] mfd: Add realtek USB card reader driver

2014-02-17 Thread Lee Jones
From: Roger Tseng rogera...@realtek.com Realtek USB card reader provides a channel to transfer command or data to flash memory cards. This driver exports host instances for mmc and memstick subsystems and handles basic works. Signed-off-by: Roger Tseng rogera...@realtek.com ---

Re: [PATCH v4 1/3] mfd: Add realtek USB card reader driver

2014-02-17 Thread Roger
On 02/17/2014 06:02 PM, Lee Jones wrote: From: Roger Tseng rogera...@realtek.com Realtek USB card reader provides a channel to transfer command or data to flash memory cards. This driver exports host instances for mmc and memstick subsystems and handles basic works. Signed-off-by: Roger Tseng

[PATCH 06/16] Staging: rtl8821ae: Remove version specific code from efuse.c

2014-02-17 Thread Sachin Kamat
The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/staging/rtl8821ae/efuse.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/rtl8821ae/efuse.c

[PATCH 09/16] Staging: rtl8821ae: Remove version specific code from ps.c

2014-02-17 Thread Sachin Kamat
The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/staging/rtl8821ae/ps.c | 28 +--- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git

[PATCH 07/16] Staging: rtl8821ae: Remove version specific code from pci.c

2014-02-17 Thread Sachin Kamat
The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/staging/rtl8821ae/pci.c | 122 +-- 1 file changed, 1 insertion(+), 121 deletions(-) diff --git

[PATCH 03/16] Staging: rtl8821ae: Remove version specific code from compat.h

2014-02-17 Thread Sachin Kamat
The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/staging/rtl8821ae/compat.h | 56 1 file changed, 56 deletions(-) diff --git

[PATCH 04/16] Staging: rtl8821ae: Remove version specific code from core.c

2014-02-17 Thread Sachin Kamat
The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/staging/rtl8821ae/core.c | 158 +- 1 file changed, 3 insertions(+), 155 deletions(-) diff --git

[PATCH 01/16] Staging: rtl8821ae: Remove version specific code from base.c

2014-02-17 Thread Sachin Kamat
The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Series is compile tested against latest linux-next (20140217). --- drivers/staging/rtl8821ae/base.c | 45 -- 1

[PATCH 10/16] Staging: rtl8821ae: Remove version specific code from rc.c

2014-02-17 Thread Sachin Kamat
The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/staging/rtl8821ae/rc.c | 18 -- 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8821ae/rc.c

[PATCH 14/16] Staging: rtl8821ae: Remove version specific code from trx.c

2014-02-17 Thread Sachin Kamat
The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/staging/rtl8821ae/rtl8821ae/trx.c | 45 - 1 file changed, 45 deletions(-) diff --git

[PATCH 05/16] Staging: rtl8821ae: Remove version specific code from debug.c

2014-02-17 Thread Sachin Kamat
The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/staging/rtl8821ae/debug.c |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/staging/rtl8821ae/debug.c

[PATCH 13/16] Staging: rtl8821ae: Remove version specific code from sw.c

2014-02-17 Thread Sachin Kamat
The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/staging/rtl8821ae/rtl8821ae/sw.c | 21 - 1 file changed, 21 deletions(-) diff --git

Re: [PATCH v4 1/3] mfd: Add realtek USB card reader driver

2014-02-17 Thread Lee Jones
From: Roger Tseng rogera...@realtek.com Realtek USB card reader provides a channel to transfer command or data to flash memory cards. This driver exports host instances for mmc and memstick subsystems and handles basic works. Signed-off-by: Roger Tseng rogera...@realtek.com ---

[PATCH 08/16] Staging: rtl8821ae: Remove version specific code from pci.h

2014-02-17 Thread Sachin Kamat
The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/staging/rtl8821ae/pci.h |5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/rtl8821ae/pci.h

[PATCH 12/16] Staging: rtl8821ae: Remove version specific code from regd.h

2014-02-17 Thread Sachin Kamat
The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/staging/rtl8821ae/regd.h |7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/staging/rtl8821ae/regd.h

[PATCH 15/16] Staging: rtl8821ae: Remove version specific code from trx.h

2014-02-17 Thread Sachin Kamat
The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/staging/rtl8821ae/rtl8821ae/trx.h | 11 --- 1 file changed, 11 deletions(-) diff --git a/drivers/staging/rtl8821ae/rtl8821ae/trx.h

Re: [PATCH] Staging: comedi: kcomedilib: replace deprecated simple_strtoul() with kstrtouint()

2014-02-17 Thread Ian Abbott
On 2014-02-15 03:59, Chase Southwood wrote: Since simple_strtoul() has been deprecated, replace it with kstrtouint(). Also, since return code checking for this new function is enforced, add a check to ensure that the conversion has succeeded. Signed-off-by: Chase Southwood

Re: [PATCH 1/4] Staging: comedi: addi-data: fix brace-related coding style issues in hwdrv_apci035.c

2014-02-17 Thread Ian Abbott
On 2014-02-16 08:40, Chase Southwood wrote: This patch for hwdrv_apci035 removes some unneeded braces, and moves some improperly placed braces to the correct position, as found by checkpatch. It also removes a commented out if-statement that I found whilst cleaning braces that is identical to

Re: [PATCH 2/4] Staging: comedi: addi-data: cleanup comments in hwdrv_apci035.c

2014-02-17 Thread Ian Abbott
On 2014-02-16 08:41, Chase Southwood wrote: This patch for hwdrv_apci035.c aligns comment blocks and makes indentation of comments consistent. Removed all spaces before tabs in comment indentation as well. Signed-off-by: Chase Southwood chase.southw...@yahoo.com ---

Re: [PATCH 3/4] Staging: comedi: addi-data: convert printk() to dev_err()

2014-02-17 Thread Ian Abbott
On 2014-02-16 08:41, Chase Southwood wrote: This patch for hwdrv_apci035.c changes a printk() call to a dev_err call since this is generally preferred. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- drivers/staging/comedi/drivers/addi-data/hwdrv_apci035.c | 2 +- 1 file

Re: [PATCH 4/4] Staging: comedi: addi-data: do not initialize statics to 0 in hwdrv_apci035.c

2014-02-17 Thread Ian Abbott
On 2014-02-16 08:41, Chase Southwood wrote: This patch for hwdrv_apci035.c removes a zero initialization from two static variables. Static variables are initialized to zero by default, so doing so explicitly is not necessary. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- I

Re: [PATCH 01/16] Staging: rtl8821ae: Remove version specific code from base.c

2014-02-17 Thread Sachin Kamat
On 17 February 2014 18:04, Dan Carpenter dan.carpen...@oracle.com wrote: On Mon, Feb 17, 2014 at 05:21:56PM +0530, Sachin Kamat wrote: The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org We're going to

Re: [PATCH V2] staging: ion: replace ion_phys_addr_t with phys_addr_t

2014-02-17 Thread John Stultz
On 02/16/2014 04:00 PM, Tomas Winkler wrote: Looks like phys_addr_t's are fully plumbed in the kernel. This needs a better commit description. Also you should include Colin and the rest of the Android kernel folks (cc'ed in this mail) so they can review and hopefully provide acks. thanks -john

Re: [PATCH RFC 01/17 v2] staging: dgap: Merge dgap_fep5.c into dgap_driver.c

2014-02-17 Thread Mark Hounschell
On 02/14/2014 01:18 PM, Greg Kroah-Hartman wrote: On Fri, Feb 14, 2014 at 12:45:30PM -0500, Mark Hounschell wrote: On 02/14/2014 12:38 PM, Greg Kroah-Hartman wrote: On Wed, Feb 12, 2014 at 03:32:10PM -0500, Mark Hounschell wrote: There is a lot of cleanup work to do on these digi drivers and

[patch 1/2] staging/bcm: two information leaks in ioctl

2014-02-17 Thread Dan Carpenter
There are a couple paths where we don't check how much data we copy back to the user. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index fdebc3bba0b5..6f1997dc44c8 100644 --- a/drivers/staging/bcm/Bcmchar.c +++

[patch 2/2] staging/bcm: integer underflow leads to Oom

2014-02-17 Thread Dan Carpenter
We do: if (NOB DEFAULT_BUFF_SIZE) BuffSize = DEFAULT_BUFF_SIZE; else BuffSize = NOB; Since NOB can be negative it results in a larger than intended BuffSize and makes kzalloc() fail. The code is still a bit crap because it lets the users read as

Re: [patch 1/2] staging/bcm: two information leaks in ioctl

2014-02-17 Thread Dave Jones
On Mon, Feb 17, 2014 at 10:56:06PM +0300, Dan Carpenter wrote: There are a couple paths where we don't check how much data we copy back to the user. I'm curious, is this something smatch is only picking up now that I chopped up that mega function into lots of little functions ? Dave

Re: [patch 1/2] staging/bcm: two information leaks in ioctl

2014-02-17 Thread Dan Carpenter
On Mon, Feb 17, 2014 at 02:59:19PM -0500, Dave Jones wrote: On Mon, Feb 17, 2014 at 10:56:06PM +0300, Dan Carpenter wrote: There are a couple paths where we don't check how much data we copy back to the user. I'm curious, is this something smatch is only picking up now that I chopped up

Re: [PATCH 1/4] Staging: comedi: addi-data: fix brace-related coding style issues in hwdrv_apci035.c

2014-02-17 Thread Chase Southwood
On Monday, February 17, 2014 7:16 AM, Ian Abbott abbo...@mev.co.uk wrote: On 2014-02-16 08:40, Chase Southwood wrote: This patch for hwdrv_apci035 removes some unneeded braces, and moves some improperly placed braces to the correct position, as found by checkpatch. It also removes a commented

Re: [PATCH 3/4] Staging: comedi: addi-data: convert printk() to dev_err()

2014-02-17 Thread Chase Southwood
On Monday, February 17, 2014 7:18 AM, Ian Abbott abbo...@mev.co.uk wrote: On 2014-02-16 08:41, Chase Southwood wrote: This patch for hwdrv_apci035.c changes a printk() call to a dev_err call since this is generally preferred. Signed-off-by: Chase Southwood chase.southw...@yahoo.com ---  

[PATCH 10/87] staging: comedi: pcl816: remove 'i8254_osc_base' from boardinfo

2014-02-17 Thread H Hartley Sweeten
The 'i8254_osc_base' is the same for all board types. Remove this data from the boardinfo. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 7 ++- 1

[PATCH 27/87] staging: comedi: pcl812: tidy up differential ai user option

2014-02-17 Thread H Hartley Sweeten
Some of the boards supported by this driver can do differential analog input when configureg with jumpers on the board. When diff. ai is used the number of input channels is half the single-ended number of channels. The user specifies the analog input mode for these boards when attaching to the

[PATCH 19/87] staging: comedi: pcl812: tidy up digital subdevice boardinfo

2014-02-17 Thread H Hartley Sweeten
For the board types that have digital inputs and outputs there are always 16 input channels and 16 output channels. Remove the 'n_dichan' and 'n_dochan' members in the boardinfo and replace them with a bit-field flag 'has_dio'. Refactor pcl812_attach() to use the new boardinfo. Signed-off-by: H

[PATCH 38/87] staging: comedi: pcl818: remove 'ao_maxdata' from boardinfo

2014-02-17 Thread H Hartley Sweeten
All the board types have 12-bit analog outputs. Remove this data from the boardinfo. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl818.c | 10 +- 1

[PATCH 29/87] staging: comedi: pcl818: remove 'n_ranges' from boardinfo

2014-02-17 Thread H Hartley Sweeten
This member in the boardinfo is not used. Remove it. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl818.c | 8 1 file changed, 8 deletions(-) diff

[PATCH 18/87] staging: comedi: pcl818: change 'is_818' in boardinfo to a bit-field

2014-02-17 Thread H Hartley Sweeten
Change this flag in the boardinfo into a bit-field. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl818.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 07/87] staging: comedi: pcl816: remove 'io_range' from boardinfo

2014-02-17 Thread H Hartley Sweeten
The 'io_range' is the same for all board types. Remove this data from the boardinfo. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 9 + 1 file

[PATCH 21/87] staging: comedi: pcl816: all board types have digital inputs and outputs

2014-02-17 Thread H Hartley Sweeten
All the board types have 16 digital inputs and 16 digital outputs. Remove the 'n_dichan' and 'n_dochan' members in the boardinfo. The subdevice support code is currently incomplete in this driver. For now just tidy up the incomplete subdevice code in pcl816_attach(). Signed-off-by: H Hartley

[PATCH 06/87] staging: comedi: pcl812: remove 'io_range' from boardinfo

2014-02-17 Thread H Hartley Sweeten
The 'io_range' is the same for all board types. Remove this data from the boardinfo. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl812.c | 23

[PATCH 23/87] staging: comedi: pcl818: factor analog input range selection out of (*attach)

2014-02-17 Thread H Hartley Sweeten
The analog input subdevice range is setup in this driver based on a config option passed by the user. Factor the code that sets the range_table out of pcl818_attach() to clarify the (*attach). Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg

[PATCH 05/87] staging: comedi: pcl818: remove 0/NULL initialzation in boardinfo

2014-02-17 Thread H Hartley Sweeten
The unlisted members in the boardinfo declaration will default to 0/NULL. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl818.c | 7 --- 1 file changed, 7

[PATCH 34/87] staging: comedi: pcl816: remove 'n_aochan' from boardinfo

2014-02-17 Thread H Hartley Sweeten
This member of the boardinfo is the same for all board types. Remove this data from the boardinfo. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 5

[PATCH 16/87] staging: comedi: pcl818: clarify dma channel request in pcl818_attach()

2014-02-17 Thread H Hartley Sweeten
All the board types that can do DMA can use DMA channels 3 or 1. Remove the 'DMAbits', which is a mask of the valid channels, from the boardinfo and replace it with a bit-field flag 'has_dma'. Refactor pcl818_attach() to use the new flag and remove the need for the goto. Signed-off-by: H Hartley

[PATCH 03/87] staging: comedi: pcl818: convert boardinfo declaration to C99 format

2014-02-17 Thread H Hartley Sweeten
To reduce editing errors and make the data more maintainable, convert the boardinfo declaration to C99 format. For aesthetics, move the declaration closer to the definition and remove the unnecessary comments in the definition. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc:

[PATCH 12/87] staging: comedi: pcl816: remove 'rangelist_ao' from boardinfo

2014-02-17 Thread H Hartley Sweeten
The 'rangelist_ao' is the same for all board types. Remove this data from the boardinfo. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 5 + 1 file

[PATCH 00/87] staging: comedi: cleanup pcl812/816/818 drivers

2014-02-17 Thread H Hartley Sweeten
These comedi drivers are all very similar so it made sense to clean them up together. This series removes a bunch of the cruft in the drivers and reduces the boardinfo and private data. H Hartley Sweeten (87): staging: comedi: pcl812: convert boardinfo declaration to C99 format staging:

[PATCH 20/87] staging: comedi: pcl818: all board types have digital inputs and outputs

2014-02-17 Thread H Hartley Sweeten
All the board types have 16 digital inputs and 16 digital outputs. Remove the 'n_dichan' and 'n_dochan' members in the boardinfo. Refactor pcl818_attach() to always setup these subdevices. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg

[PATCH 02/87] staging: comedi: pcl816: convert boardinfo declaration to C99 format

2014-02-17 Thread H Hartley Sweeten
To reduce editing errors and make the data more maintainable, convert the boardinfo declaration to C99 format. For aesthetics, move the declaration closer to the definition and remove the unnecessary comments in the definition. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc:

[PATCH 30/87] staging: comedi: pcl816: remove 'ao_chanlist' from boardinfo

2014-02-17 Thread H Hartley Sweeten
This member in the boardinfo is the same for all board types. Remove it. The comedi core will initalize the subdevice len_chanlist to 1 if it is not set by the driver so remove the unnecessary initialization. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott

[PATCH 04/87] staging: comedi: pcl812: remove 0/NULL initialzation in boardinfo

2014-02-17 Thread H Hartley Sweeten
The unlisted members in the boardinfo declaration will default to 0/NULL. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl812.c | 61

[PATCH 25/87] staging: comedi: pcl816: all board types have 16 analog inputs

2014-02-17 Thread H Hartley Sweeten
All the boards supported by this driver have 16 analog input channels. Remove the 'n_aichan' member from the boardinfo and refactor pcl816_attach(). Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org

[PATCH 11/87] staging: comedi: pcl812: remove 'rangelist_ao' from boardinfo

2014-02-17 Thread H Hartley Sweeten
The 'rangelist_ao' is the same for all board types. Remove this data from the boardinfo. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl812.c | 16

[PATCH 63/87] staging: comedi: pcl812: don't calc the timer divisors twice

2014-02-17 Thread H Hartley Sweeten
The timer divisors are calculated in the (*do_cmdtest) before the (*do_cmd) is called by the comedi core. Save the values in the private data so they don't need to be recalced. Refactor pcl812_start_pacer() to use the values from the private data. Signed-off-by: H Hartley Sweeten

[PATCH 49/87] staging: comedi: pcl812: remove 'ai_n_chan' from private data

2014-02-17 Thread H Hartley Sweeten
This member of the private data is just a copy of the cmd-chanlist_len. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl812.c | 16 +++- 1 file

[PATCH 22/87] staging: comedi: pcl812: factor analog input range selection out of (*attach)

2014-02-17 Thread H Hartley Sweeten
The analog input subdevice range is setup in this driver based on a config option passed by the user. Factor the code that sets the range_table out of pcl812_attach() to clarify the (*attach). Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg

[PATCH 41/87] staging: comedi: pcl816: introduce pcl816_ai_get_sample()

2014-02-17 Thread H Hartley Sweeten
Introduce a helper function to read the 14/16-bit analog input data sample. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 26 +++---

[PATCH 57/87] staging: comedi: pcl816: remove 'last_int_sub' from private data

2014-02-17 Thread H Hartley Sweeten
THis member of the private data is set but never used. Remove it. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 2 -- 1 file changed, 2 deletions(-)

[PATCH 44/87] staging: comedi: pcl812: remove acl8216_ai_insn_read()

2014-02-17 Thread H Hartley Sweeten
This (*insn_read) function was used to read 16-bit analog input data from the boardACL8216 boardtypes. The 12/16-bit differences are now handled by the pcl812_ai_eoc() and pcl812_ai_get_sample() helpers. Remove this function and use pcl812_ai_insn_read() for all boardtypes. Signed-off-by: H

[PATCH 69/87] staging: comedi: pcl818: remove analog output interrupt code

2014-02-17 Thread H Hartley Sweeten
The hardware does not have any analog output interrupt support. Remove the stubbed in code. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl818.c | 15

[PATCH 26/87] staging: comedi: pcl818: all board types have analog inputs

2014-02-17 Thread H Hartley Sweeten
All the boards supported by this driver have 16 single-ended analog input channels. The boards can also be configued to give 8 differential inputs. Remove the 'n_aichan_se' and 'n_aichan_diff' members from the boardinfo and refactor pcl818_attach(). Signed-off-by: H Hartley Sweeten

[PATCH 13/87] staging: comedi: pcl818: remove 'rangelist_ao' from boardinfo

2014-02-17 Thread H Hartley Sweeten
The 'rangelist_ao' is the same for all board types. Remove this data from the boardinfo. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl818.c | 10 +- 1

[PATCH 74/87] staging: comedi: pcl812: convert private data flags to bit-fields

2014-02-17 Thread H Hartley Sweeten
Convert the flags in the private data to bit-fields to save a bit of space. Rename the CamelCase 'use_MPC' member. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org ---

[PATCH 35/87] staging: comedi: pcl816: clarify irq request in pcl816_attach()

2014-02-17 Thread H Hartley Sweeten
All the board types can use IRQ 2-7 for async command support. Remove the 'IRQbits', which is a mask of the valid IRQs, from the boardinfo and refactor pcl816_attach(). Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman

[PATCH 58/87] staging: comedi: pcl818: remove 'last_int_sub' from private data

2014-02-17 Thread H Hartley Sweeten
THis member of the private data is set but never used. Remove it. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl818.c | 2 -- 1 file changed, 2 deletions(-)

[PATCH 75/87] staging: comedi: pcl816: convert private data flags to bit-fields

2014-02-17 Thread H Hartley Sweeten
Convert the flags in the private data to bit-fields to save a bit of space. The 'irq_was_now_closed' member is actually a flag, devpriv-int816_mode will always be 0 when it's used to set irq_was_now_closed in the cancel function. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc:

[PATCH 65/87] staging: comedi: pcl818: don't calc the timer divisors twice

2014-02-17 Thread H Hartley Sweeten
The timer divisors are calculated in the (*do_cmdtest) before the (*do_cmd) is called by the comedi core. The extra sanity checks in the (*do_cmd) are not necessary, the values returned from i8253_cascade_ns_to_timer() will be greater than 1. Save the values in the private data so they don't need

[PATCH 15/87] staging: comedi: pcl816: clarify dma channel request in pcl816_attach()

2014-02-17 Thread H Hartley Sweeten
All the board types can do DMA using DMA channels 3 or 1. Remove the 'DMAbits', which is a mask of the valid channels, from the boardinfo. Refactor pcl816_attach() to remove the need for the goto. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc:

[PATCH 55/87] staging: comedi: pcl816: tidy up dma buffer allocation

2014-02-17 Thread H Hartley Sweeten
This driver uses 2 buffers for DMA. Refactor the buffer allocation to use a for loop to remove code duplication. Remove the dev_err() messages when __get_dma_pages() fails and change the errno returned from -EBUSY to -ENOMEM. Both buffers are the same size so replace the 'dmapages' and

[PATCH 47/87] staging: comedi: pcl816: remove 'ai_scans' from private data

2014-02-17 Thread H Hartley Sweeten
This member of the private data is just a copy of the cmd-stop_arg. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 15 ++- 1 file changed, 6

[PATCH 48/87] staging: comedi: pcl818: remove 'ai_scans' from private data

2014-02-17 Thread H Hartley Sweeten
This member of the private data is just a copy of the cmd-stop_arg. Refactor the code to follow the style of pcl812 and pcl816 drivers. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org ---

[PATCH 53/87] staging: comedi: pcl818: remove 'ai_flags' from private data

2014-02-17 Thread H Hartley Sweeten
This member of the private data is not used. Remove it. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl818.c | 2 -- 1 file changed, 2 deletions(-) diff --git

[PATCH 67/87] staging: comedi: pcl816: use subdevice (*cancel)

2014-02-17 Thread H Hartley Sweeten
Use the subdevice (*cancel) operation to remove the need for a forward declaration. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 8 +++- 1 file

[PATCH 52/87] staging: comedi: pcl812: remove 'ai_flags' from private data

2014-02-17 Thread H Hartley Sweeten
This member of the private data is just a copy of the cmd-flags. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl812.c | 4 +--- 1 file changed, 1 insertion(+),

[PATCH 31/87] staging: comedi: pcl816: remove incorrect 'ai_chanlist' from boardinfo

2014-02-17 Thread H Hartley Sweeten
The maximum chanlist that this hardware can handle is 16 (the number of input channels). Remove this incorrect data from the boardinfo and just initialize the subdevice 'len_chanlist' to subdevice 'n_chan'. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott

[PATCH 37/87] staging: comedi: pcl818: remove 'ai_maxdata' from boardinfo

2014-02-17 Thread H Hartley Sweeten
All the board types have 12-bit analog inputs. Remove this data from the boardinfo. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl818.c | 10 +- 1 file

[PATCH 46/87] staging: comedi: pcl812: remove 'ai_scans' from private data

2014-02-17 Thread H Hartley Sweeten
This member of the private data is just a copy of the cmd-stop_arg. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl812.c | 16 +++- 1 file changed,

[PATCH 33/87] staging: comedi: pcl816: remove 'ai_ns_min' from boardinfo

2014-02-17 Thread H Hartley Sweeten
This member of the boardinfo is the same for all board types. Remove this data from the boardinfo. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 16

[PATCH 72/87] staging: comedi: pcl818: remove 'ai_chanlist' from private data

2014-02-17 Thread H Hartley Sweeten
This member of the private data is just a pointer to the cmd-chanlist. Use that instead. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl818.c | 8 ++-- 1

[PATCH 42/87] staging: comedi: pcl818: introduce pcl818_ai_get_sample()

2014-02-17 Thread H Hartley Sweeten
Introduce a helper function to read the 12-bit analog input data sample and optionally return the channel that the sample was for. The channel is only used in the interrupt routine to check for dropped samples. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott

[PATCH 50/87] staging: comedi: pcl816: remove 'ai_n_chan' from private data

2014-02-17 Thread H Hartley Sweeten
This member of the private data is just a copy of the cmd-chanlist_len. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 6 ++ 1 file changed, 2

[PATCH 32/87] staging: comedi: pcl816: remove 'ai_range_type' from boardinfo

2014-02-17 Thread H Hartley Sweeten
All the board types use the same analog input range_table. Remove this data from the boardinfo. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 5 +

[PATCH 40/87] staging: comedi: pcl812: introduce pcl812_ai_get_sample()

2014-02-17 Thread H Hartley Sweeten
Introduce a helper function to read the 12/16-bit analog input data sample. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl812.c | 27

[PATCH 64/87] staging: comedi: pcl816: don't calc the timer divisors twice

2014-02-17 Thread H Hartley Sweeten
The timer divisors are calculated in the (*do_cmdtest) before the (*do_cmd) is called by the comedi core. The extra sanity checks in the (*do_cmd) are not necessary, the values returned from i8253_cascade_ns_to_timer() will be greater than 1. Save the values in the private data so they don't need

[PATCH 77/87] staging: comedi: pcl816: rename 'irq_blocked' in private data

2014-02-17 Thread H Hartley Sweeten
This member in the private data is a flag that indicates that an analog input async command is currently running. Rename it to make this clear. The private data is kzalloc'ed in the attach so remove the unnecessary clearing of this flag. Signed-off-by: H Hartley Sweeten

[PATCH 28/87] staging: comedi: pcl816: remove 'n_ranges' from boardinfo

2014-02-17 Thread H Hartley Sweeten
This member in the boardinfo is not used. Remove it. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 3 --- 1 file changed, 3 deletions(-) diff --git

[PATCH 86/87] staging: comedi: pcl816: kzalloc'ed memory does not need to be cleared

2014-02-17 Thread H Hartley Sweeten
The private data is kzalloc'ed in the (*attach). There is no need to initialize and the members to 0. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 2

[PATCH 56/87] staging: comedi: pcl818: tidy up dma buffer allocation

2014-02-17 Thread H Hartley Sweeten
This driver uses 2 buffers for DMA. Refactor the buffer allocation to use a for loop to remove code duplication. Remove the dev_err() messages when __get_dma_pages() fails and change the errno returned from -EBUSY to -ENOMEM. Both buffers are the same size so replace the 'dmapages' and

[PATCH 62/87] staging: comedi: pcl816: remove unneeded forward declarations

2014-02-17 Thread H Hartley Sweeten
These forward declarations are not needed. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 5 - 1 file changed, 5 deletions(-) diff --git

[PATCH 61/87] staging: comedi: pcl818: use 8253.h helpers

2014-02-17 Thread H Hartley Sweeten
Use the helper functions in 8253.h to clarify the timer programming. Move start_pacer() to remove the need for the forward declarations. Rename the function so it has namespace associated with the driver. Change the 'mode' parameter. This parameter is really a flag to the function indicating if

[PATCH 68/87] staging: comedi: pcl818: use subdevice (*cancel)

2014-02-17 Thread H Hartley Sweeten
Use the subdevice (*cancel) operation to remove the need for a forward declaration. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl818.c | 24

[PATCH 14/87] staging: comedi: pcl812: clarify dma channel request in pcl812_attach()

2014-02-17 Thread H Hartley Sweeten
All the board types that can do DMA can use DMA channels 3 or 1. Remove the 'DMAbits', which is a mask of the valid channels, from the boardinfo and replace it with a bit-field flag 'has_dma'. Refactor pcl812_attach() to use the new flag and remove the need for the goto. Signed-off-by: H Hartley

[PATCH 73/87] staging: comedi: pcl816: remove 'ai_act_chanlist_{len, pos}' from private data

2014-02-17 Thread H Hartley Sweeten
These members of the private data don't do anything usefull. Just remove them. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 13 - 1 file

[PATCH 81/87] staging: comedi: pcl816: remove unnecessary function separation comments

2014-02-17 Thread H Hartley Sweeten
These comments are just added cruft. Remove them. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/pcl816.c | 40 - 1 file changed,

[PATCH 60/87] staging: comedi: pcl816: use 8253.h helpers

2014-02-17 Thread H Hartley Sweeten
Use the helper functions in 8253.h to clarify the timer programming. Move start_pacer() to remove the need for the forward declarations. Rename the function so it has namespace associated with the driver. Change the 'mode' parameter. This parameter is really a flag to the function indicating if

  1   2   >