Searched hist:f730f205cc5116b6edfedf568fdfbb4935248e8e (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/musb/ |
H A D | omap2430.c | diff f730f205cc5116b6edfedf568fdfbb4935248e8e Tue May 31 10:05:12 CDT 2016 Tony Lindgren <tony@atomide.com> usb: musb: Split PM runtime between wrapper IP and musb core
Let's not tinker with the PM runtime of musb core from the omap2430 wrapper. This allows us to initialize PM runtime for musb core later on instead of doing it in stages. And omap2430 wrapper has no need to for accessing musb core at this point.
Note that this does not remove all the PM runtime calls from the glue layer, those will get removed in a later patch.
Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Bin Liu <b-liu@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | musb_core.c | diff f730f205cc5116b6edfedf568fdfbb4935248e8e Tue May 31 10:05:12 CDT 2016 Tony Lindgren <tony@atomide.com> usb: musb: Split PM runtime between wrapper IP and musb core
Let's not tinker with the PM runtime of musb core from the omap2430 wrapper. This allows us to initialize PM runtime for musb core later on instead of doing it in stages. And omap2430 wrapper has no need to for accessing musb core at this point.
Note that this does not remove all the PM runtime calls from the glue layer, those will get removed in a later patch.
Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Bin Liu <b-liu@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|