Re: [PATCH] staging: comedi: allow ISA and PC/104 drivers on non-ISA systems

2013-07-26 Thread Ian Abbott
On 2013-07-26 00:32, H Hartley Sweeten wrote: On Thursday, July 25, 2013 3:43 AM, Ian Abbott wrote: On 2013-07-24 19:24, H Hartley Sweeten wrote: Embedded systems with a PC/104 bus might have a configuration that does not have ISA enabled. This creates a problem in Comedi where the PC/104

[PATCH 1/2] staging: comedi: Kconfig: COMEDI_NI_ATMIO16D should not depend on ISAPNP

2013-07-26 Thread Ian Abbott
The COMEDI_NI_ATMIO16D configuration option causes the ni_atmio16d module to be built, which handles the National Instruments AT-MIO-16 and AT-MIO-16D cards. The configuration option currently depends on ISAPNP, but the module doesn't use any ISAPNP functions and the cards are legacy ISA cards

[PATCH 2/2] staging: comedi: Kconfig: COMEDI_NI_ATMIO doesn't need to depend on ISAPNP

2013-07-26 Thread Ian Abbott
The COMEDI_NI_ATMIO configuration option causes the ni_atmio module to be built, which handles various National Instruments ISA-PNP data acquisition cards. The configuration option currently depends on ISAPNP. The ni_atmio module is a legacy comedi driver with no auto-configuration support and

Re: [PATCH 06/13] staging: comedi: pcmuio: pcmuio_handle_asic_interrupt() does not need the subdevice

2013-07-26 Thread Ian Abbott
On 2013-07-25 17:37, H Hartley Sweeten wrote: On Thursday, July 25, 2013 5:50 AM, Ian Abbott wrote: On 2013-07-24 19:47, H Hartley Sweeten wrote: The comedi_subdevice pointer is not used in this function. Its simply passed on to pcmuio_handle_intr_subdev(). That function then needs to

Re: [PATCH 07/13] staging: comedi: pcmuio: make sure input channels stay inputs

2013-07-26 Thread Ian Abbott
On 2013-07-25 17:47, H Hartley Sweeten wrote: On Thursday, July 25, 2013 6:39 AM, Ian Abbott wrote: On 2013-07-24 19:48, H Hartley Sweeten wrote: When updating the output channels make sure the channels configured as inputs stay inputs. Signed-off-by: H Hartley Sweeten

RE: [patch] staging: comedi: dt9812: Resolves sparse endian warnings.

2013-07-26 Thread H Hartley Sweeten
On Friday, July 26, 2013 10:59 AM, Shaun Laing wrote: Please make sure to copy the mailing list... ;-) I'm sorry Hartley, I'm really new at this so there's probably something I'm doing wrong. Do you have time to help me figure this out? Here's how I'm building this module:

Re: [PATCH -next] staging: gdm724x: use GFP_ATOMIC under spin lock

2013-07-26 Thread Greg KH
On Fri, Jul 26, 2013 at 10:32:33AM +0300, Dan Carpenter wrote: On Fri, Jul 26, 2013 at 10:15:55AM +0800, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn A spin lock is taken here so we should use GFP_ATOMIC. Acked-by: Dan Carpenter dan.carpen...@oracle.com But

RE: [PATCH 23/30] staging: comedi: usbdux: cleanup the private data 'outBuffer'

2013-07-26 Thread H Hartley Sweeten
On Friday, July 26, 2013 3:08 PM, Greg Kroah-Hartman wrote: Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/usbdux.c | 49

[PATCH] staging: xillybus: Multiple definition of xillyname resolved (bug fix)

2013-07-26 Thread Eli Billauer
Signed-off-by: Eli Billauer eli.billa...@gmail.com --- drivers/staging/xillybus/xillybus.h |2 -- drivers/staging/xillybus/xillybus_core.c |2 ++ drivers/staging/xillybus/xillybus_of.c |2 ++ drivers/staging/xillybus/xillybus_pcie.c |2 ++ 4 files changed, 6 insertions(+),