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

2014-02-17 Thread Lee Jones
> >>From: Roger Tseng > >> > >>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 > >>--- > >> drivers/mfd/

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

2014-02-17 Thread micky_ching
From: Micky Ching 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: Micky Ching --- drivers/mmc

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

2014-02-17 Thread micky_ching
From: Micky Ching The new phase searching method is more concise and easier to understand. Signed-off-by: Micky Ching --- drivers/mmc/host/rtsx_pci_sdmmc.c | 112 +++-- include/linux/mfd/rtsx_pci.h |2 +- 2 files changed, 33 insertions(+), 81 deletions

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

2014-02-17 Thread micky_ching
From: Micky Ching 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 read. At last we add support

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

2014-02-17 Thread micky_ching
From: Micky Ching 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 from this patch. if CPU fr

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 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 --- drivers/mfd/Kco

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

2014-02-17 Thread Lee Jones
> From: Roger Tseng > > 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 Roger
On 02/17/2014 06:02 PM, Lee Jones wrote: From: Roger Tseng 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 --- drivers/mfd/Kco

[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 --- drivers/staging/rtl8821ae/efuse.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/rtl8821ae/efuse.c b/drivers/staging/rtl8821ae/efu

[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 --- drivers/staging/rtl8821ae/ps.c | 28 +--- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/drivers/staging/rtl8821ae/ps.c b/drivers/sta

[PATCH 02/16] Staging: rtl8821ae: Remove version specific code from cam.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 --- drivers/staging/rtl8821ae/cam.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/rtl8821ae/cam.c b/drivers/staging/rtl8821ae/cam.c in

[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 --- drivers/staging/rtl8821ae/pci.c | 122 +-- 1 file changed, 1 insertion(+), 121 deletions(-) diff --git a/drivers/staging/rtl8821ae/pci.c

[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 --- drivers/staging/rtl8821ae/compat.h | 56 1 file changed, 56 deletions(-) diff --git a/drivers/staging/rtl8821ae/compat.h b/drivers/st

[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 --- drivers/staging/rtl8821ae/core.c | 158 +- 1 file changed, 3 insertions(+), 155 deletions(-) diff --git a/drivers/staging/rtl8821ae/core

[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 --- Series is compile tested against latest linux-next (20140217). --- drivers/staging/rtl8821ae/base.c | 45 -- 1 file changed, 45

[PATCH 11/16] Staging: rtl8821ae: Remove version specific code from regd.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 --- drivers/staging/rtl8821ae/regd.c | 51 -- 1 file changed, 51 deletions(-) diff --git a/drivers/staging/rtl8821ae/regd.c b/drivers/stagi

[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 --- drivers/staging/rtl8821ae/rc.c | 18 -- 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8821ae/rc.c b/drivers/staging/rtl8821ae/rc.c index

[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 --- drivers/staging/rtl8821ae/rtl8821ae/trx.c | 45 - 1 file changed, 45 deletions(-) diff --git a/drivers/staging/rtl8821ae/rtl8821ae/trx.c b/dri

[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 --- drivers/staging/rtl8821ae/debug.c |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/staging/rtl8821ae/debug.c b/drivers/staging/rtl8821ae/

[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 --- drivers/staging/rtl8821ae/rtl8821ae/sw.c | 21 - 1 file changed, 21 deletions(-) diff --git a/drivers/staging/rtl8821ae/rtl8821ae/sw.c b/drivers/stagi

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

2014-02-17 Thread Lee Jones
> >>From: Roger Tseng > >> > >>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: Rog

[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 --- drivers/staging/rtl8821ae/pci.h |5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/rtl8821ae/pci.h b/drivers/staging/rtl8821ae/pci.h index 9f206550a65

[PATCH 16/16] Staging: rtl8821ae: Remove version specific code from stats.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 --- drivers/staging/rtl8821ae/stats.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/rtl8821ae/stats.c b/drivers/staging/rtl8821ae/sta

[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 --- drivers/staging/rtl8821ae/regd.h |7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/staging/rtl8821ae/regd.h b/drivers/staging/rtl8821ae/regd.h index dceb3f

[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 --- drivers/staging/rtl8821ae/rtl8821ae/trx.h | 11 --- 1 file changed, 11 deletions(-) diff --git a/drivers/staging/rtl8821ae/rtl8821ae/trx.h b/drivers/staging/rtl88

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

2014-02-17 Thread Dan Carpenter
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 We're going to delete this whole driver in a couple weeks so I don't want to review this series. The driver

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 --- drivers/staging

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 ano

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 --- .../comedi/drivers/addi-data/hwdrv_apci035.c

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 --- drivers/staging/comedi/drivers/addi-data/hwdrv_apci035.c | 2 +- 1 file changed, 1 insertion(+), 1 deleti

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 --- I purposely made this patch the l

[PATCH] et131x: fix allocation failures

2014-02-17 Thread Alan
We should check the ring allocations don't fail. If we get a fail we need to clean up properly. The allocator assumes the deallocator will be used on failure, but it isn't. Make sure the right deallocator is always called and add a missing check against fbr allocation failure. [v2]: Correct check

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 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 > > We're going to delete this whole driver in a couple

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 driv

[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 diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index fdebc3bba0b5..6f1997dc44c8 100644 --- a/drivers/staging/bcm/Bcmchar.c +++ b/drivers/staging/bcm/Bcmc

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

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

2014-02-17 Thread Dave Jones
On Mon, Feb 17, 2014 at 11:13:16PM +0300, Dan Carpenter wrote: > 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. >

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 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 out if-st

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 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 >> --- >>  drivers/staging/comedi/driv

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl816.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/stagi

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

[PATCH 43/87] staging: comedi: pcl812: remove 'ai_is16b' from private data

2014-02-17 Thread H Hartley Sweeten
We can check the subdevice 'maxdata' to determine if the analog input data is 12 or 16-bit. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl812.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/stag

[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 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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl818.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/staging/

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl818.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/staging/comedi/drivers/pcl818.c b/drivers/staging/comedi/d

[PATCH 36/87] staging: comedi: pcl818: clarify irq request in pcl818_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 pcl818_attach(). Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl818.c | 11 ++---

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl818.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/pcl818.c b/drivers/staging/

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl816.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/drivers/staging/co

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

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl812.c | 23 +-- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/dr

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/dri

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl818.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/staging/comedi/drivers/pcl818.c b/driv

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl816.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/

[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 Cc: Ian Abbott Cc: Greg Kroah-Hart

[PATCH 01/87] staging: comedi: pcl812: 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 Cc: Ian Abbott Cc: Greg Kroah-Hart

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl816.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/staging/co

[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: comed

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/driver

[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 Cc: Ian Abbott Cc: Greg Kroah-Hart

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/s

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl812.c | 61 - 1 file changed, 61 deletions(-) diff --git a/drivers/staging/com

[PATCH 24/87] staging: comedi: pcl812: all board types have analog inputs

2014-02-17 Thread H Hartley Sweeten
All the boards supported by this driver have 16 or 32 analog input channels. Remove the unnecessary check in pcl812_attach() to reduce the indent level of the code. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl812.c | 104 +++

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl816.c | 35 +---

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl812.c | 16 +--- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/drive

[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 Cc: Ian Abbott

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl812.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/drivers/staging/comed

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/dri

[PATCH 09/87] staging: comedi: pcl812: 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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl812.c | 19 ++- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl816.c | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/driver

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl816.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/comedi/drivers/pcl816.c b/drivers/staging/c

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

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl818.c | 15 --- 1 file changed, 15 deletions(-) diff --git a/drivers/staging/com

[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 Cc: Ian Abbot

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl818.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/stag

[PATCH 54/87] staging: comedi: pcl812: 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 'hwdmasize'

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl812.c | 16 1 file changed, 8 insertions(+), 8 delet

[PATCH 17/87] staging: comedi: pcl812: rename 'haveMPC508' in boardinfo

2014-02-17 Thread H Hartley Sweeten
Rename this CamelCase member in the boardinfo and change it to a bit- field flag. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl812.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/co

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl816.c | 6 ++

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl818.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/comedi/drivers/pcl818.c b/drivers/staging/c

[PATCH 45/87] staging: comedi: pcl812: remove 'valid' 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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl812.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/staging/comedi/drivers/pcl812.c b/drivers/staging

[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 Cc: Ian Abbott Cc: Greg Kroah

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

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comed

[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 'hwdmasize'

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl816.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/drivers/staging/comedi/dri

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl818.c | 14 +- 1 file changed, 5 in

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl818.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/comedi/drivers/pcl818.c b/drivers/staging/comedi/driv

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl816.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/staging/com

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl812.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/comedi/drivers/pcl812.c b

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/sta

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl818.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/staging/c

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl812.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/drivers/staging/comedi/dr

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl816.c | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl818.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/stagi

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/

[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 Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl816.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/comedi/drivers/p

  1   2   >