]> git.baikalelectronics.ru Git - kernel.git/commit
USB: r8a66597-hcd: use platform_data instead of module_param
authorYoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Tue, 26 May 2009 09:24:34 +0000 (18:24 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Jun 2009 04:44:46 +0000 (21:44 -0700)
commit9456f944032a1f284f80fb5c5f08479e91ce9fe9
treed70e441a981a850a2df1bef79a75b8bad27bccf7
parent5ff712d349347602d425c7d43935dd1832b80a3b
USB: r8a66597-hcd: use platform_data instead of module_param

CPU/board specific parameters (PLL clock, vif etc...) can be set
by platform_data instead of module_param.

v2: remove irq_sense member in platform_data because it can OR in
    IRQF_TRIGGER_LOW or IRQF_TRIGGER_FALLING against IORESOURCE_IRQ in
    the struct resource.

Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Reviewed-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/r8a66597-hcd.c
drivers/usb/host/r8a66597.h
include/linux/usb/r8a66597.h [new file with mode: 0644]