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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
| 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
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
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
21 matches
Mail list logo