commit | 5effabbe9e6e0089f7afdde35cb51e8c8b4cf6bc | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | Tue May 26 18:24:34 2009 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 15 21:44:46 2009 -0700 |
tree | d70e441a981a850a2df1bef79a75b8bad27bccf7 | |
parent | 32ebbe7b6ad44ae9c276419710b56de6ba705303 [diff] |
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>