diff options
author | Olav Kongas <ok@artecdesign.ee> | 2005-11-03 10:38:14 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-01-04 16:48:29 -0500 |
commit | 959eea2191e8d74b16ef019b0f4bf875c14f4547 (patch) | |
tree | c535857225eec2a52ce18c162ed94c5f18427dee /MAINTAINERS | |
parent | 535488fcf1e4b2331e1c4a1eb67ca09468c13507 (diff) |
[PATCH] USB: isp116x-hcd: cleanup
The attached patch makes a cleanup of isp116x-hcd. Most of the volume of
the patch comes from 2 sources: moving the code around to get rid of a
few function prototypes and reworking register dumping functions/macros.
Among other things, switched over from using procfs to debugfs.
Cleanup. The following changes were made:
- Rework register dumping code so it can be used for dumping
to both syslog and debugfs.
- Switch from procfs to debugfs..
- Die gracefully on Unrecoverable Error interrupt.
- Fix memory leak in isp116x_urb_enqueue(), if HC happens to
die in a narrow time window.
- Fix a 'sparce' warning (unnecessary cast).
- Report Devices Removable for root hub ports by default
(was Devices Permanently Attached).
- Move bus suspend/resume functions down in code to get rid of
a few function prototypes.
- A number of one-line cleanups.
- Add an entry to MAINTAINERS.
Signed-off-by: Olav Kongas <ok@artecdesign.ee>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
MAINTAINERS | 6
drivers/usb/host/isp116x-hcd.c | 429 ++++++++++++++++-------------------------
drivers/usb/host/isp116x.h | 83 +++++--
3 files changed, 230 insertions(+), 288 deletions(-)
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6af683025ae0..861d2975476f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2640,6 +2640,12 @@ L: linux-usb-users@lists.sourceforge.net | |||
2640 | L: linux-usb-devel@lists.sourceforge.net | 2640 | L: linux-usb-devel@lists.sourceforge.net |
2641 | S: Maintained | 2641 | S: Maintained |
2642 | 2642 | ||
2643 | USB ISP116X DRIVER | ||
2644 | P: Olav Kongas | ||
2645 | M: ok@artecdesign.ee | ||
2646 | L: linux-usb-devel@lists.sourceforge.net | ||
2647 | S: Maintained | ||
2648 | |||
2643 | USB KAWASAKI LSI DRIVER | 2649 | USB KAWASAKI LSI DRIVER |
2644 | P: Oliver Neukum | 2650 | P: Oliver Neukum |
2645 | M: oliver@neukum.name | 2651 | M: oliver@neukum.name |