[linux-usb-devel] [PATCH] ohci-s3c2410.c: clock now usb-bus-host

2006-06-26 Thread Ben Dooks
driver has been updated already to provide a virtual clock which is a child of the UPLL to maintain compatibility. The S3C2412 clock driver correctly enables the PLL when either usb-bus clock is active. Signed-off-by: Ben Dooks <[EMAIL PROTECTED]> diff -urpN -X ../dontdiff linux-2.6.17-git

[linux-usb-devel] [S3C2410] PATCH - use clk_enable() to ensure 48MHz to OHCI core

2006-04-01 Thread Ben Dooks
tarted and stopped when being used. Signed-off-by: Ben Dooks <[EMAIL PROTECTED]> diff -urpN -X ../dontdiff linux-2.6.16-git20-bjd4/drivers/usb/host/ohci-s3c2410.c linux-2.6.16-git20-bjd5/drivers/usb/host/ohci-s3c2410.c --- linux-2.6.16-git20-bjd4/drivers/usb/host/ohci-s3c2410.c 2

[linux-usb-devel] PATCH - cleanups for ohci-s3c2410.c

2006-03-21 Thread Ben Dooks
Fix compile errors due to functions not being defined static Signed-off-by: Ben Dooks <[EMAIL PROTECTED]> --- linux-2.6.16-rc5/drivers/usb/host/ohci-s3c2410.c2006-02-28 09:04:58.0 + +++ linux-2.6.15-simtec1/drivers/usb/host/ohci-s3c2410.c2006-02-28 18:27:58.000

Re: [linux-usb-devel] [RFC,PATCH] ohci bits for the cirrus ep93xx

2006-03-01 Thread Ben Dooks
On Wed, Mar 01, 2006 at 02:13:25PM +0100, Lennert Buytenhek wrote: > (please CC, I'm not on the list.) > > Hi! > > The ep93xx is an arm920t based embedded CPU from Cirrus which has, > amongst other things, an AHB OHCI USB host interface. This CPU isn't > supported in linux yet, but I will be sub

[linux-usb-devel] [PATCH] gadget drivers - add .owner initialisation

2005-10-10 Thread Ben Dooks
Ensure the the device_driver and usb_gadget_driver have their .owner fields initialised to associate the module owner to the driver. Signed-off-by: Ben Dooks <[EMAIL PROTECTED]> diff -urN -X ../dontdiff linux-2.6.14-rc3-git8/drivers/usb/gadget/dummy_hcd.c linux-2.6.14-rc3-git8-usb/drive

[linux-usb-devel] [PATCH] - add owner initialisation to device drivers

2005-10-09 Thread Ben Dooks
Add .owner initialisation to the device drivers in drivers/usb/host so that when built as module the device_driver refers to the owning module Signed-off-by: Ben Dooks <[EMAIL PROTECTED]> diff -urN -X ../dontdiff linux-2.6.14-rc3-git8/drivers/usb/host/ehci-hcd.c linux-2.6.14-rc3-gi

[linux-usb-devel] [PATCH] S3C2410 OHCI - add driver owner field

2005-10-09 Thread Ben Dooks
Initialise the .owner field of the driver with the module that owns it, to aid in linking drivers to modules. Signed-off-by: Ben Dooks <[EMAIL PROTECTED]> --- linux-2.6.13-simtec3a/drivers/usb/host/ohci-s3c2410.c 2005-10-02 18:48:15.0 +0100 +++ linux-2.6.13-simtec3b/drive

[linux-usb-devel] S3C24XX port numbering fix

2005-08-09 Thread Ben Dooks
Fix the port numbering confusion for the S3C24XX platform device information as reported by Rudy ([EMAIL PROTECTED]) This patch ensurs that the the ports are numbered 0 and 1. Signed-off-by: Ben Dooks <[EMAIL PROTECTED]> diff -urN -X ../dontdiff linux-2.6.13-rc6/drivers/usb/host/ohci-s3c

Re: [linux-usb-devel] Port 2 of USB Root Hub of S3C2410 not Responding

2005-07-31 Thread Ben Dooks
On Fri, Jul 29, 2005 at 05:38:53PM +0800, [EMAIL PROTECTED] wrote: > Dear Ben, > > Thanks a lots! :) > You really pointed to my problem. > You saved my lots of time to figure it out. > > But about the s3c2410_usb_set_power() function, ... > > static void s3c2410_usb_set_power(struct s3c2410_hcd

Re: [linux-usb-devel] Port 2 of USB Root Hub of S3C2410 not Responding

2005-07-28 Thread Ben Dooks
On Thu, Jul 28, 2005 at 05:53:50PM +0800, [EMAIL PROTECTED] wrote: > Dear all, > > I'm using Ben's patch to S3C24XX USB host, > http://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/msg36593.html. > > The port 1 of root hub works perfectly, > but the port 2 is not responding to the de

[linux-usb-devel] S3C24XX USB Host driver

2005-07-18 Thread Ben Dooks
USB (OHCI) Host driver for S3C2410/S3C2440 based systems Signed-off-by: Ben Dooks <[EMAIL PROTECTED]> diff -urN -X ../dontdiff linux-2.6.13-rc3/drivers/usb/Kconfig linux-2.6.13-rc3-bjd1/drivers/usb/Kconfig --- linux-2.6.13-rc3/drivers/usb/Kconfig2005-06-17 20:48:29.0

Re: [linux-usb-devel] S3C24XX USB host

2005-07-12 Thread Ben Dooks
Should I produce a new version of this patch against 2.6.13-rc2? I would like to get this included soon, is there anything else that needs doing? -- Ben --- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14

[linux-usb-devel] S3C24XX USB host

2005-06-28 Thread Ben Dooks
Sorry this has taken a while to sort out a re-post of the patch from pre 2.6.12. Patch is against 2.6.12-git6. This patch adds support for the USB OHCI core in the S3C2410/S3C2440 SoC device family. Signed-off-by: Ben Dooks <[EMAIL PROTECTED]> diff -urN -X ../dontdiff linux-2.6.12-git6/d

Re: [linux-usb-devel] S3C24XX USB controller

2005-03-29 Thread Ben Dooks
On Sun, Mar 13, 2005 at 10:21:38PM -0500, Alan Stern wrote: > On Sun, 13 Mar 2005, Ben Dooks wrote: > > > This is an updated patch for the OHCI host controller > > on the Samsung S3C24xx series of CPUs. The patch is > > an re-work of the previous patch sent to the list, &g

Re: [linux-usb-devel] S3C24XX USB controller

2005-03-14 Thread Ben Dooks
On Sun, Mar 13, 2005 at 10:21:38PM -0500, Alan Stern wrote: > On Sun, 13 Mar 2005, Ben Dooks wrote: > > > This is an updated patch for the OHCI host controller > > on the Samsung S3C24xx series of CPUs. The patch is > > an re-work of the previous patch sent to the list, &g

[linux-usb-devel] S3C24XX USB controller

2005-03-13 Thread Ben Dooks
This is an updated patch for the OHCI host controller on the Samsung S3C24xx series of CPUs. The patch is an re-work of the previous patch sent to the list, with some tidying, and updated to the 2.6.11-bk9 kernel release. Signed-off-by: Ben Dooks <[EMAIL PROTECTED]> diff -urN -X ../do

Re: [linux-usb-devel] S3C2410 USB Host driver, and over-current issues

2004-10-27 Thread Ben Dooks
On Tue, Oct 19, 2004 at 03:33:52PM -0700, David Brownell wrote: > On Tuesday 19 October 2004 2:14 pm, Ben Dooks wrote: > > > If you're up for it, I'd rather see a generic hook for > > > turning port N power on/off ... just hang a method in > > > the &qu

Re: [linux-usb-devel] S3C2410 USB Host driver, and over-current issues

2004-10-19 Thread Ben Dooks
On Tue, Oct 19, 2004 at 11:54:48AM -0700, David Brownell wrote: > Hi Ben, > > Thanks for the preview/heads-up. > > On Tuesday 19 October 2004 7:48 am, Ben Dooks wrote: > > I've attacehd the latest version of the usb driver for the > > S3C2410/2440

[linux-usb-devel] S3C2410 USB Host driver, and over-current issues

2004-10-19 Thread Ben Dooks
| drivers/usb/Kconfig |2 1 + 1 - 0 ! | drivers/usb/host/ohci-hcd.c |5 5 + 0 - 0 ! | drivers/usb/host/ohci-s3c2410.c | 600 600 + 0 - 0 ! | 3 files changed, 606 insertions(+), 1 deletion(-) | | Ben Dooks, Tue, 19 Oct 2004 15:05:21 +010

Re: [linux-usb-devel] RFC: USB device initialization

2004-10-11 Thread Ben Dooks
On Mon, Oct 11, 2004 at 04:40:48PM -0400, Alan Stern wrote: > On Mon, 11 Oct 2004, Ben Dooks wrote: > > > I am reasonably sure that the _proper_ way to do this is close to the > > windows way with two resets, I have found a number of FTDI based > > devices do not like a

Re: [linux-usb-devel] RFC: USB device initialization

2004-10-11 Thread Ben Dooks
On Fri, Oct 08, 2004 at 12:08:55PM -0400, Alan Stern wrote: > I've got a patch that's almost ready for submission, to change the way USB > devices are initialized. The trickiest part is determining the maxpacket > value for endpoint 0. The number is fixed at 8 for low-speed and 64 for > high-s