All of lore.kernel.org
 help / color / mirror / Atom feed
From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>, Howard Spoelstra <hsp.cat7@gmail.com>
Subject: [PATCH 0/6] OHCI changes
Date: Tue, 31 Jan 2023 20:36:10 +0100 (CET)	[thread overview]
Message-ID: <cover.1675193329.git.balaton@eik.bme.hu> (raw)

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



             reply	other threads:[~2023-01-31 19:38 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-31 19:36 BALATON Zoltan [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1675193329.git.balaton@eik.bme.hu \
    --to=balaton@eik.bme.hu \
    --cc=hsp.cat7@gmail.com \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.