08 Jan, 2009
3 commits
-
Some config registers are not avaiable in Blackfin, we have to comment them out.
v1-v2:
- remove Blackfin specific header file
- add Blackfin register version to musb_regs.h header fileSigned-off-by: Bryan Wu
Signed-off-by: Felipe Balbi
Signed-off-by: Greg Kroah-Hartman -
Without it, in platforms that don't provide irq_chip.set_wake(),
like omap, musb will WARN() on driver removal.Signed-off-by: Felipe Balbi
Signed-off-by: Greg Kroah-Hartman -
Fix three omissions in the "mode" sysfs attribute support:
(a) inability to report errors;
(b) no DaVinci support ... just report an error;
(c) for omap2430, accepting unsupportable valuesThe 2430 stuff is still odd....
Signed-off-by: David Brownell
Signed-off-by: Felipe Balbi
Signed-off-by: Greg Kroah-Hartman
22 Aug, 2008
1 commit
-
Drivers should not add procfs. The functionality in the old
procfs file will be moved to debugfs.Cc: Anand Gadiyar
Cc: Bryan Wu
Cc: David Brownell
Signed-off-by: Felipe Balbi
Signed-off-by: Greg Kroah-Hartman
14 Aug, 2008
2 commits
-
Use platform_data to pass musb configuration-specific
details to musb driver.This patch will prevent that other platforms selecting
HAVE_CLK and enabling musb won't break tree building.The other parts of it will come when linux-omap merge
up more omap2/3 board-files.Signed-off-by: Felipe Balbi
Acked-by: Paul Mundt
Signed-off-by: Greg Kroah-Hartman -
This patch adds support for MUSB and TUSB controllers
integrated into omap2430 and davinci. It also adds support
for external tusb6010 controller.Cc: David Brownell
Cc: Tony Lindgren
Signed-off-by: Felipe Balbi
Signed-off-by: Greg Kroah-Hartman