Re: [PATCH 2/2] Remove static sizing of usb_device_id arrays

2013-07-25 Thread Anders Hammarquist
In a message of Wed, 24 Jul 2013 15:52:08 -0700, Greg KH writes: >On Sat, Jun 22, 2013 at 08:55:59PM +0200, Anders Hammarquist wrote: >> >> Signed-off-by: Anders Hammarquist >> --- >> drivers/usb/serial/ti_usb_3410_5052.c | 29 - >&g

Re: [PATCH 0/2] *** SUBJECT HERE ***

2013-07-01 Thread Anders Hammarquist
In a message of Fri, 28 Jun 2013 12:23:33 +0200, Johan Hovold writes: >> I did a quick check of adding the device id though sysfs, and although >> it partly works, it doesn't find the correct firmware (it ends up trying >> to load 5052 firmware for a 3410 device. Looking at the code it seems >> (st

Re: [PATCH 0/2] *** SUBJECT HERE ***

2013-06-27 Thread Anders Hammarquist
In a message of Wed, 26 Jun 2013 12:39:24 +0200, Johan Hovold writes: >On Wed, Jun 26, 2013 at 10:29:59AM +0200, Anders Hammarquist wrote: >> In a message of Tue, 25 Jun 2013 16:39:11 -0700, Greg KH writes: >> >> Indeed. I'd already had some (failed) thoughts about how

Re: [ 17/17] USB: serial: ti_usb_3410_5052: new device id for Abbot strip port cable

2013-06-26 Thread Anders Hammarquist
In a message of Wed, 26 Jun 2013 10:21:22 -0700, Greg Kroah-Hartman writes: >On Tue, Jun 25, 2013 at 11:39:26PM +0200, Anders Hammarquist wrote: >> In a message of Tue, 25 Jun 2013 11:39:32 -0700, Greg Kroah-Hartman writes: >> >3.0-stable review patch. If anyone has any objecti

Re: [PATCH 0/2] *** SUBJECT HERE ***

2013-06-26 Thread Anders Hammarquist
In a message of Tue, 25 Jun 2013 16:39:11 -0700, Greg KH writes: >> Indeed. I'd already had some (failed) thoughts about how to handle it >> nicely. Now I've had another think through, and I have something which >> deals with it and at least complains if TI_EXTRA_VID_PID_COUNT is changed >> without

Re: [07/26] USB: serial: ti_usb_3410_5052: new device id for Abbot strip port cable

2013-06-26 Thread Anders Hammarquist
In a message of Wed, 26 Jun 2013 03:35:58 +0100, Ben Hutchings writes: >3.2.48-rc1 review patch. If anyone has any objections, please let me know. > >-- > >From: Anders Hammarquist > >commit 35a2fbc941accd0e9f1bfadd669311786118d874 upstream. > >Add

Re: [ 17/17] USB: serial: ti_usb_3410_5052: new device id for Abbot strip port cable

2013-06-25 Thread Anders Hammarquist
In a message of Tue, 25 Jun 2013 11:39:32 -0700, Greg Kroah-Hartman writes: >3.0-stable review patch. If anyone has any objections, please let me know. > >From: Anders Hammarquist > >commit 35a2fbc941accd0e9f1bfadd669311786118d874 upstream. > >Add product id for Abbott

[PATCH 1/2] * Remove unused and overly generic ABBOTT_PRODUCT_ID * Fix sizes of statically sized usb_debvice_id tables

2013-06-22 Thread Anders Hammarquist
Signed-off-by: Anders Hammarquist --- drivers/usb/serial/ti_usb_3410_5052.c | 11 ++- drivers/usb/serial/ti_usb_3410_5052.h |5 ++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/usb/serial/ti_usb_3410_5052.c b/drivers/usb/serial/ti_usb_3410_5052.c index

[PATCH 2/2] Remove static sizing of usb_device_id arrays

2013-06-22 Thread Anders Hammarquist
Signed-off-by: Anders Hammarquist --- drivers/usb/serial/ti_usb_3410_5052.c | 29 - 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/drivers/usb/serial/ti_usb_3410_5052.c b/drivers/usb/serial/ti_usb_3410_5052.c index 26c1161..441c788 100644 --- a

Re: [PATCH 0/2] *** SUBJECT HERE ***

2013-06-22 Thread Anders Hammarquist
In a message of Fri, 21 Jun 2013 16:56:03 -0700, Greg KH writes: >Please resend this in a format that I can apply it in (i.e. one that >does not require me to edit it by hand...) After more fighting with git, I belive I now made it spit out what I wanted. Patch 1/2 ahead. >> -static struct usb_de

Re: [PATCH 0/2] *** SUBJECT HERE ***

2013-06-21 Thread Anders Hammarquist
In a message of Wed, 19 Jun 2013 15:53:15 -0700, Greg KH writes: >I think you forgot a Subject :) Indeed. I blame it on my first fight with git format-patch ;-) >On Wed, Jun 19, 2013 at 02:05:07AM +0200, Anders Hammarquist wrote: >> This patch set adds the product id to the driver, a

[PATCH 1/2] Add product id for Abbott strip port cable for Precision meter which uses the TI 3410 chip.

2013-06-18 Thread Anders Hammarquist
Signed-off-by: Anders Hammarquist --- drivers/usb/serial/ti_usb_3410_5052.c |3 ++- drivers/usb/serial/ti_usb_3410_5052.h |4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/usb/serial/ti_usb_3410_5052.c b/drivers/usb/serial/ti_usb_3410_5052.c index c92c5ed

[PATCH 2/2] Be explicit about the Abbott product ids being product ids.

2013-06-18 Thread Anders Hammarquist
Signed-off-by: Anders Hammarquist --- drivers/usb/serial/ti_usb_3410_5052.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/serial/ti_usb_3410_5052.h b/drivers/usb/serial/ti_usb_3410_5052.h index 4a2423e..ea8b273 100644 --- a/drivers/usb/serial

[PATCH 0/2] *** SUBJECT HERE ***

2013-06-18 Thread Anders Hammarquist
the driver, and makes the product type more explicit. Arguably, the ABBOTT_PRODUCT_ID define could be removed, but I left it on the off chance that someone other that the TI 3410 driver uses it. /Anders Anders Hammarquist (2): Add product id for Abbott strip port cable for Precision meter

[PATCH] include/asm-alpha/core_cia.h, kernel 2.6.23.12

2007-12-29 Thread Anders Hammarquist
32 b, void __iomem *xaddr) +__EXTERN_INLINE void cia_iowrite32(u32 b, volatile void __iomem *xaddr) { unsigned long addr = (unsigned long) xaddr; if (addr < CIA_DENSE_MEM) Signed-off-by: Anders Hammarquist <[EMAIL PROTECTED]> -- -- Of course I'm c