25 Jun, 2013

1 commit

  • "ci13xxx" is bad for at least the following reasons:
    * people often mistype it
    * it doesn't add any informational value to the names it's used in
    * it needlessly attracts mail filters

    This patch replaces it with "ci_hdrc", "ci_udc" or "ci_hw", depending
    on the situation. Modules with ci13xxx prefix are also renamed accordingly
    and aliases are added for compatibility. Otherwise, no functional changes.

    Signed-off-by: Alexander Shishkin
    Signed-off-by: Greg Kroah-Hartman

    Alexander Shishkin
     

18 Jun, 2013

2 commits


30 Mar, 2013

5 commits


19 Feb, 2013

1 commit


08 Nov, 2012

1 commit

  • This commit removes the /sys/devices/platform//udc//is_dualspeed
    file and is_dualspeeed line from /sys/devices/platform/ci13xxx_*/udc/device
    file.

    The is_dualspeed file is superseded by maximum_speed in the same directory
    and is_dualspeed line in device file is superseded by max_speed line in
    the same file.

    The maximum_speed/max_speed specifies maximum speed supported by UDC.
    To check if dualspeeed is supported, check if the value is >= 3.

    Signed-off-by: Michal Nazarewicz
    Signed-off-by: Felipe Balbi

    Michal Nazarewicz
     

10 Jul, 2012

1 commit


12 May, 2012

1 commit