aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/mac/misc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-24m68k: Remove set_fs()Christoph Hellwig1-1/+0
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-66/+108
2019-01-22m68k: Dispatch nvram_ops calls to Atari or Mac functionsFinn Thain1-0/+11
2019-01-22m68k/mac: Fix PRAM accessorsFinn Thain1-10/+33
2019-01-22m68k/mac: Use macros for RTC accesses not magic numbersFinn Thain1-18/+41
2019-01-22m68k/mac: Adopt naming and calling conventions for PRAM routinesFinn Thain1-38/+23
2019-01-21m68k/mac: Use '030 reset method on SE/30Finn Thain1-14/+4
2018-12-10m68k/mac: Switch to use %ptRAndy Shevchenko1-6/+2
2018-10-08macintosh: Use common code to access RTCFinn Thain1-65/+10
2018-08-31m68k/mac: Use correct PMU response formatFinn Thain1-6/+4
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-44/+10
2018-07-31macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driverFinn Thain1-40/+8
2018-07-31macintosh/via-pmu68k: Don't load driver on unsupported hardwareFinn Thain1-4/+2
2018-07-29m68k: Remove unused set_clock_mmss() helpersArnd Bergmann1-16/+0
2018-07-29m68k: mac: Use time64_t in RTC handlingArnd Bergmann1-28/+36
2018-03-26m68k/mac: Remove bogus "FIXME" commentFinn Thain1-4/+0
2018-03-26m68k/mac: Enable RTC for 100-series PowerBooksFinn Thain1-29/+41
2018-03-26m68k/mac: Clean up whitespace and remove redundant parenthesesFinn Thain1-27/+37
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-21m68k/mac: Avoid soft-lockup warning after mach_power_offFinn Thain1-2/+3
2017-08-21m68k/mac: Don't hang waiting for Cuda power-down commandFinn Thain1-0/+11
2017-04-20m68k/mac: Modernize printing of kernel messagesGeert Uytterhoeven1-14/+9
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-64/+8
2017-02-09m68k/mac: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2017-02-07m68k/mac: Replace via-maciisi driver with via-cuda driverFinn Thain1-64/+8
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-04char/genrtc: remove m68k supportArnd Bergmann1-1/+0
2013-11-26m68k: Remove superfluous inclusions of <asm/bootinfo.h>Geert Uytterhoeven1-1/+0
2013-11-26m68k: Drop remainings and API of BOOTINFO_COMPAT_1_0Geert Uytterhoeven1-1/+0
2012-03-28Disintegrate asm/system.h for M68KDavid Howells1-1/+0
2011-10-24m68k/mac: Fix compiler warning in via_read_time()Finn Thain1-17/+23
2010-08-09m68k/mac: Fix RTC on PMU machinesFinn Thain1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-01-12m68k: Kill several external declarations in source filesGeert Uytterhoeven1-1/+0
2008-12-28m68k: Reinstate mac rtcFinn Thain1-6/+10
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-12[PATCH] m68k: memory input should be an lvalue (mac/misc.c)Al Viro1-1/+2
2006-01-12[PATCH] m68k: switch mac/misc.c to direct use of appropriate cuda/pmu/maciisi requestsAl Viro1-105/+218
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+651