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 filtersThis 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
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 -
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
12 May, 2012
1 commit
-
Split the driver into the following parts:
* core -- resources, register access, capabilities, etc;
* udc -- device controller functionality;
* debug -- logging events.Signed-off-by: Alexander Shishkin
Signed-off-by: Greg Kroah-Hartman