09 Apr, 2013

1 commit

  • This is because we want to get rid of platform_data usage from probe().
    The only information we need is PORT_MODE, and this can be supplied
    to us by the user (i.e. omap-usb-host.c).

    We also move channel clock management from runtime PM handlers into
    omap_tll_enable/disable().

    Signed-off-by: Roger Quadros
    Signed-off-by: Samuel Ortiz

    Roger Quadros
     

25 Oct, 2012

1 commit

  • In order to make single zImage work for ARM architecture,
    we need to make sure we don't depend on private headers.

    Move USB platform_data to
    and add a minimal drivers/mfd/usb-omap.h.

    Cc: Samuel Ortiz
    Cc: Alan Stern
    Cc: Greg Kroah-Hartman
    Cc: Partha Basak
    Cc: Keshava Munegowda
    Cc: linux-usb@vger.kernel.org
    Signed-off-by: Felipe Balbi
    [tony@atomide.com: updated for local mfd/usb-omap.h]
    Signed-off-by: Tony Lindgren

    Felipe Balbi