All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Mac ADB IOP driver fixes
@ 2020-05-30 23:17 ` Finn Thain
  0 siblings, 0 replies; 32+ messages in thread
From: Finn Thain @ 2020-05-30 23:17 UTC (permalink / raw)
  To: Benjamin Herrenschmidt
  Cc: Joshua Thompson, linux-m68k, linuxppc-dev, linux-kernel,
	Geert Uytterhoeven

The adb-iop driver was never finished. Some deficiencies have become
apparent over the years. For example,

 - Mouse and/or keyboard may stop working if used together

 - SRQ autopoll list cannot be changed

 - Some bugs were found by inspection

This patch series contains fixes for the known bugs in the driver, plus
a few clean-ups.


Finn Thain (8):
  macintosh/adb-iop: Remove dead and redundant code
  macintosh/adb-iop: Correct comment text
  macintosh/adb-iop: Adopt bus reset algorithm from via-macii driver
  macintosh/adb-iop: Access current_req and adb_iop_state when inside
    lock
  macintosh/adb-iop: Resolve static checker warnings
  macintosh/adb-iop: Implement idle -> sending state transition
  macintosh/adb-iop: Implement sending -> idle state transition
  macintosh/adb-iop: Implement SRQ autopolling

 arch/m68k/include/asm/adb_iop.h |   1 +
 drivers/macintosh/adb-iop.c     | 186 +++++++++++++++-----------------
 2 files changed, 86 insertions(+), 101 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-07-27  7:34 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-30 23:17 [PATCH 0/8] Mac ADB IOP driver fixes Finn Thain
2020-05-30 23:17 ` Finn Thain
2020-05-30 23:17 ` [PATCH 2/8] macintosh/adb-iop: Correct comment text Finn Thain
2020-05-30 23:17   ` Finn Thain
2020-05-30 23:17 ` [PATCH 7/8] macintosh/adb-iop: Implement sending -> idle state transition Finn Thain
2020-05-30 23:17   ` Finn Thain
2020-05-30 23:17 ` [PATCH 6/8] macintosh/adb-iop: Implement idle -> sending " Finn Thain
2020-05-30 23:17   ` Finn Thain
2020-05-30 23:17 ` [PATCH 8/8] macintosh/adb-iop: Implement SRQ autopolling Finn Thain
2020-05-30 23:17   ` Finn Thain
2020-05-31  8:38   ` Geert Uytterhoeven
2020-05-31  8:38     ` Geert Uytterhoeven
2020-05-31 20:01     ` Brad Boyer
2020-05-31 20:01       ` Brad Boyer
2020-06-01  9:10       ` Geert Uytterhoeven
2020-06-01  9:10         ` Geert Uytterhoeven
2020-06-01  0:14     ` Finn Thain
2020-06-01  0:14       ` Finn Thain
2020-06-01  9:12       ` Geert Uytterhoeven
2020-06-01  9:12         ` Geert Uytterhoeven
2020-06-01 23:49         ` Finn Thain
2020-06-01 23:49           ` Finn Thain
2020-05-30 23:17 ` [PATCH 3/8] macintosh/adb-iop: Adopt bus reset algorithm from via-macii driver Finn Thain
2020-05-30 23:17   ` Finn Thain
2020-05-30 23:17 ` [PATCH 4/8] macintosh/adb-iop: Access current_req and adb_iop_state when inside lock Finn Thain
2020-05-30 23:17   ` Finn Thain
2020-05-30 23:17 ` [PATCH 1/8] macintosh/adb-iop: Remove dead and redundant code Finn Thain
2020-05-30 23:17   ` Finn Thain
2020-05-30 23:17 ` [PATCH 5/8] macintosh/adb-iop: Resolve static checker warnings Finn Thain
2020-05-30 23:17   ` Finn Thain
2020-07-27  7:26 ` [PATCH 0/8] Mac ADB IOP driver fixes Michael Ellerman
2020-07-27  7:26   ` Michael Ellerman

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.