[PATCH 0/6] OHCI changes

BALATON Zoltan posted 6 patches 1 year, 1 month ago
There is a newer version of this series
hw/usb/hcd-ohci.c   | 451 ++++++++++++++++++++++++--------------------
hw/usb/trace-events |   4 +
2 files changed, 250 insertions(+), 205 deletions(-)
[PATCH 0/6] OHCI changes
Posted by BALATON Zoltan 1 year, 1 month ago
Trying to debug some MacOS versions on mac99 with OHCI I've added some
debug logging that might be useful to get traces from this device and
attempted to implement missing feature. To avoid checkpatch errors
start with updating code style for th ewhole file.

Regards,
BALATON Zoltan

BALATON Zoltan (6):
  usb/ohci: Code style fix comments
  usb/ohci: Code style fix white space errors
  usb/ohci: Code style fix missing braces and extra parenthesis
  usb/ohci: Move a function next to where it is used
  usb/ohci: Add trace points for register access
  usb/ohci: Implement resume on connection status change

 hw/usb/hcd-ohci.c   | 451 ++++++++++++++++++++++++--------------------
 hw/usb/trace-events |   4 +
 2 files changed, 250 insertions(+), 205 deletions(-)

-- 
2.30.6
Re: [PATCH 0/6] OHCI changes
Posted by BALATON Zoltan 1 year, 1 month ago
On Tue, 31 Jan 2023, BALATON Zoltan wrote:
> Trying to debug some MacOS versions on mac99 with OHCI I've added some
> debug logging that might be useful to get traces from this device and
> attempted to implement missing feature. To avoid checkpatch errors
> start with updating code style for th ewhole file.

Ping?

> Regards,
> BALATON Zoltan
>
> BALATON Zoltan (6):
>  usb/ohci: Code style fix comments
>  usb/ohci: Code style fix white space errors
>  usb/ohci: Code style fix missing braces and extra parenthesis
>  usb/ohci: Move a function next to where it is used
>  usb/ohci: Add trace points for register access
>  usb/ohci: Implement resume on connection status change
>
> hw/usb/hcd-ohci.c   | 451 ++++++++++++++++++++++++--------------------
> hw/usb/trace-events |   4 +
> 2 files changed, 250 insertions(+), 205 deletions(-)
>
>