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
     

30 Mar, 2013

2 commits

  • Currently, we have a bunch of files in sysfs that display all sorts of
    debugging information for the device controller, so they have to move to
    debugfs where they belong. The "registers" interface have been removed,
    since it doesn't fit into the current driver design as is and it's hardly
    a good idea to touch the registers from userspace anyway.

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

    Alexander Shishkin
     
  • As part of the legacy from the original driver design, we retain home-grown
    tracing infrastructure, complete with own ring buffer and timestamps,
    which among other things has a performance penalty. This patch removes it.

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

    Alexander Shishkin
     

12 May, 2012

1 commit