All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] OHCI changes
@ 2023-01-31 19:36 BALATON Zoltan
  2023-01-31 19:36 ` [PATCH 1/6] usb/ohci: Code style fix comments BALATON Zoltan
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: BALATON Zoltan @ 2023-01-31 19:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann, Howard Spoelstra

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



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2023-02-07 17:42 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-31 19:36 [PATCH 0/6] OHCI changes BALATON Zoltan
2023-01-31 19:36 ` [PATCH 1/6] usb/ohci: Code style fix comments BALATON Zoltan
2023-02-07 17:28   ` Peter Maydell
2023-02-07 17:32     ` BALATON Zoltan
2023-01-31 19:36 ` [PATCH 2/6] usb/ohci: Code style fix white space errors BALATON Zoltan
2023-02-07 17:29   ` Peter Maydell
2023-02-07 17:34     ` BALATON Zoltan
2023-02-07 17:41       ` Peter Maydell
2023-01-31 19:36 ` [PATCH 3/6] usb/ohci: Code style fix missing braces and extra parenthesis BALATON Zoltan
2023-02-07 17:31   ` Peter Maydell
2023-01-31 19:36 ` [PATCH 4/6] usb/ohci: Move a function next to where it is used BALATON Zoltan
2023-02-07 17:31   ` Peter Maydell
2023-01-31 19:36 ` [PATCH 5/6] usb/ohci: Add trace points for register access BALATON Zoltan
2023-02-07 17:35   ` Peter Maydell
2023-01-31 19:36 ` [PATCH 6/6] usb/ohci: Implement resume on connection status change BALATON Zoltan
2023-02-07 17:37   ` Peter Maydell
2023-02-07 17:39     ` BALATON Zoltan
2023-02-07 17:42       ` Peter Maydell
2023-02-07 16:38 ` [PATCH 0/6] OHCI changes BALATON Zoltan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.