linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND 00/10] Replace via-maciisi with via-cuda driver
@ 2017-01-01  0:56 Finn Thain
  2017-01-01  0:56 ` [PATCH RESEND 08/10] via-cuda: Initialize data_index early and increment consistently Finn Thain
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Finn Thain @ 2017-01-01  0:56 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, Michael Ellerman, Geert Uytterhoeven
  Cc: linux-m68k, linuxppc-dev, linux-kernel

This patch series has some improvements for the the Cuda driver: cleanup,
bug fixes and new functionality.

The broken via-maciisi driver is then replaced by via-cuda. This
eliminates over 600 LoC.

Thanks to Stan Johnson for testing these patches on a Mac LC III and
a PowerMac G3.


Finn Thain (10):
  via-cuda: Cleanup printk calls
  via-cuda: Remove redundant temporary variable
  via-cuda: Add TREQ, TIP and TACK signal helpers
  via-cuda: Prevent read buffer overflow
  via-cuda: Fix re-initialization of reply_ptr and reading_reply
  via-cuda: Avoid TREQ race condition
  via-cuda: Use spinlock_irq_save/restore instead of enable/disable_irq
  via-cuda: Initialize data_index early and increment consistently
  via-cuda: Add support for Egret system controller
  m68k/mac: Replace via-maciisi driver with via-cuda driver

 arch/m68k/include/asm/macintosh.h |   2 +-
 arch/m68k/mac/config.c            |  18 +-
 arch/m68k/mac/misc.c              |  72 +---
 drivers/macintosh/Kconfig         |  24 +-
 drivers/macintosh/Makefile        |   1 -
 drivers/macintosh/adb.c           |   4 -
 drivers/macintosh/via-cuda.c      | 294 ++++++++++++-----
 drivers/macintosh/via-maciisi.c   | 677 --------------------------------------
 8 files changed, 235 insertions(+), 857 deletions(-)
 delete mode 100644 drivers/macintosh/via-maciisi.c

-- 
2.10.2

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

end of thread, other threads:[~2017-02-09 13:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-01  0:56 [PATCH RESEND 00/10] Replace via-maciisi with via-cuda driver Finn Thain
2017-01-01  0:56 ` [PATCH RESEND 08/10] via-cuda: Initialize data_index early and increment consistently Finn Thain
2017-01-01  0:56 ` [PATCH RESEND 10/10] m68k/mac: Replace via-maciisi driver with via-cuda driver Finn Thain
2017-01-02 10:26   ` Geert Uytterhoeven
2017-01-03  0:33     ` Finn Thain
2017-01-01  0:56 ` [PATCH RESEND 09/10] via-cuda: Add support for Egret system controller Finn Thain
2017-01-01  0:56 ` [PATCH RESEND 02/10] via-cuda: Remove redundant temporary variable Finn Thain
2017-01-01  0:56 ` [PATCH RESEND 06/10] via-cuda: Avoid TREQ race condition Finn Thain
2017-01-01  0:56 ` [PATCH RESEND 05/10] via-cuda: Fix re-initialization of reply_ptr and reading_reply Finn Thain
2017-01-01  0:56 ` [PATCH RESEND 01/10] via-cuda: Cleanup printk calls Finn Thain
2017-02-09 13:17   ` [RESEND,01/10] " Michael Ellerman
2017-01-01  0:56 ` [PATCH RESEND 04/10] via-cuda: Prevent read buffer overflow Finn Thain
2017-01-01  0:56 ` [PATCH RESEND 03/10] via-cuda: Add TREQ, TIP and TACK signal helpers Finn Thain
2017-01-01  0:56 ` [PATCH RESEND 07/10] via-cuda: Use spinlock_irq_save/restore instead of enable/disable_irq Finn Thain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).