aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/adb-iop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-07macintosh/adb-iop: Send correct poll commandFinn Thain1-10/+30
2020-12-07macintosh/adb-iop: Always wait for reply message from IOPFinn Thain1-8/+8
2020-07-26macintosh/adb-iop: Implement SRQ autopollingFinn Thain1-6/+26
2020-07-26macintosh/adb-iop: Implement sending -> idle state transitionFinn Thain1-4/+3
2020-07-26macintosh/adb-iop: Implement idle -> sending state transitionFinn Thain1-19/+24
2020-07-26macintosh/adb-iop: Resolve static checker warningsFinn Thain1-7/+7
2020-07-26macintosh/adb-iop: Access current_req and adb_iop_state when inside lockFinn Thain1-8/+5
2020-07-26macintosh/adb-iop: Adopt bus reset algorithm from via-macii driverFinn Thain1-13/+8
2020-07-26macintosh/adb-iop: Correct comment textFinn Thain1-16/+13
2020-07-26macintosh/adb-iop: Remove dead and redundant codeFinn Thain1-29/+0
2018-10-08macintosh/via-macii, macintosh/adb-iop: Clean up whitespaceFinn Thain1-20/+28
2018-10-08macintosh/via-macii, macintosh/adb-iop: Modernize printk callsFinn Thain1-1/+1
2018-03-31macintosh/adb: Use C99 initializers for struct adb_driver instancesFinn Thain1-7/+7
2017-11-13Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-3/+1
2017-11-09m68k/mac: Add mutual exclusion for IOP interrupt pollingFinn Thain1-3/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2010-11-12drivers/macintosh/adb-iop.c: flags should be unsigned longGeert Uytterhoeven1-2/+2
2007-08-22[POWERPC] Remove old includes from arch/ppcKumar Gala1-1/+0
2006-10-07[PATCH] m68k pt_regs fixesAl Viro1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+4
2006-01-12[PATCH] m68k: NULL noise removalAl Viro1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+287