Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163338
b: refs/heads/master
c: 719a72b
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Jul 19, 2009
1 parent 2440d47 commit 84f78cc
Show file tree
Hide file tree
Showing 8 changed files with 148 additions and 132 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae1cef6ea155328905cb359ec7c2a47776d2d4d4
refs/heads/master: 719a72b7c75bb239ca6184190ab994b71a31c6dc
1 change: 1 addition & 0 deletions trunk/arch/sh/boards/mach-se/7724/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ static struct platform_device sh_eth_device = {
};

static struct r8a66597_platdata sh7724_usb0_host_data = {
.on_chip = 1,
};

static struct resource sh7724_usb0_host_resources[] = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/cpu/sh4a/setup-sh7366.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static struct platform_device iic_device = {
};

static struct r8a66597_platdata r8a66597_data = {
/* This set zero to all members */
.on_chip = 1,
};

static struct resource usb_host_resources[] = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ static struct platform_device rtc_device = {
};

static struct r8a66597_platdata r8a66597_data = {
/* This set zero to all members */
.on_chip = 1,
};

static struct resource sh7723_usb_host_resources[] = {
Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -336,13 +336,6 @@ config USB_R8A66597_HCD
To compile this driver as a module, choose M here: the
module will be called r8a66597-hcd.

config SUPERH_ON_CHIP_R8A66597
boolean "Enable SuperH on-chip R8A66597 USB"
depends on USB_R8A66597_HCD && (CPU_SUBTYPE_SH7366 || CPU_SUBTYPE_SH7723 || CPU_SUBTYPE_SH7724)
help
This driver enables support for the on-chip R8A66597 in the
SH7366, SH7723 and SH7724 processors.

config USB_WHCI_HCD
tristate "Wireless USB Host Controller Interface (WHCI) driver (EXPERIMENTAL)"
depends on EXPERIMENTAL
Expand Down
Loading

0 comments on commit 84f78cc

Please sign in to comment.