summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mac
Commit message (Expand)AuthorAgeFilesLines
* m68k: mac: Fix reboot hang on Mac IIciFinn Thain2024-05-081-18/+18
* m68k: mac: Add and use "mac.h"Geert Uytterhoeven2023-10-069-10/+41
* m68k: mac: Make mac_platform_init() staticGeert Uytterhoeven2023-10-061-1/+1
* m68k: mac: Remove unused yday in unmktime()Geert Uytterhoeven2023-10-061-2/+1
* m68k: mac: Remove unused sine_data[]Geert Uytterhoeven2023-10-061-9/+0
* m68k: mac: Reword comment using double "in"Geert Uytterhoeven2022-11-011-1/+1
* m68k: Add common forward declaration for show_registers()Geert Uytterhoeven2022-07-121-2/+1
* m68k: mac: Remove forward declaration for mac_nmi_handler()Geert Uytterhoeven2022-07-121-17/+15
* m68k: mac: Fix typos in commentsXiang wangx2022-06-201-2/+2
* m68k: Switch to new sys-off handler APIDmitry Osipenko2022-05-191-1/+3
* m68k: Add asm/config.hLaurent Vivier2022-02-211-0/+1
* m68k: Remove set_fs()Christoph Hellwig2021-09-241-1/+0
* m68k/mac: Replace macide driver with generic platform driversFinn Thain2021-06-101-10/+14
* Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-162-8/+6
|\
| * m68k: remove timer_interrupt() functionArnd Bergmann2020-10-302-4/+4
| * m68k: change remaining timers to legacy_timer_tickArnd Bergmann2020-10-301-4/+2
* | m68k: Fix WARNING splat in pmac_zilog driverFinn Thain2020-11-231-8/+9
* | m68k: mac: Remove redundant VIA register writesFinn Thain2020-11-231-6/+0
* | m68k: mac: Remove dead codeFinn Thain2020-11-231-15/+0
* | m68k: mac: Refactor iop_preinit() and iop_init()Finn Thain2020-11-232-44/+18
* | m68k: Remove unused mach_max_dma_addressLaurent Vivier2020-11-021-1/+0
|/
* Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-122-1/+42
|\
| * ide/macide: Convert Mac IDE driver to platform driverFinn Thain2020-09-281-0/+41
| * m68k: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-09-071-1/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
|/
* m68k: mac: Improve IOP debug messagesFinn Thain2020-07-131-19/+19
* m68k: mac: Don't send uninitialized data in IOP message replyFinn Thain2020-07-131-0/+1
* m68k: mac: Fix IOP status/control register writesFinn Thain2020-07-131-9/+3
* m68k: mac: Don't send IOP message until channel is idleFinn Thain2020-07-131-6/+3
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* m68k: mac: Avoid stuck ISM IOP interrupt on Quadra 900/950Finn Thain2020-05-251-22/+28
* m68k: mac: Remove misleading commentFinn Thain2020-05-251-1/+0
* m68k: mac: Don't call via_flush_cache() on Mac IIfxFinn Thain2020-05-252-20/+7
* m68k: mac: Revisit floppy disc controller base addressesFinn Thain2019-08-191-64/+64
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-2/+8
|\
| * scsi: mac_scsi: Enable PDMA on Mac IIfxFinn Thain2019-06-201-2/+8
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* m68k: mac: Convert to clocksource APIFinn Thain2019-03-251-9/+36
* m68k: Drop ARCH_USES_GETTIMEOFFSETFinn Thain2019-03-251-3/+0
* m68k: mac: Fix VIA timer counter accessesFinn Thain2019-03-251-49/+53
* m68k: Call timer_interrupt() with interrupts disabledFinn Thain2019-03-251-0/+17
* Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-061-66/+108
|\
| * m68k: Dispatch nvram_ops calls to Atari or Mac functionsFinn Thain2019-01-221-0/+11
| * m68k/mac: Fix PRAM accessorsFinn Thain2019-01-221-10/+33
| * m68k/mac: Use macros for RTC accesses not magic numbersFinn Thain2019-01-221-18/+41
| * m68k/mac: Adopt naming and calling conventions for PRAM routinesFinn Thain2019-01-221-38/+23
* | m68k/mac: Use '030 reset method on SE/30Finn Thain2019-01-211-14/+4
* | m68k/mac: Remove obsolete commentFinn Thain2019-01-211-1/+0
* | m68k/mac: Skip VIA port setup unless RTC is connectedFinn Thain2019-01-211-7/+12
|/