aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/adb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-08macintosh/adb: Rework printk output againFinn Thain1-3/+5
2018-07-31macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driverFinn Thain1-1/+1
2018-01-27macintosh/adb: Properly mark continued kernel messagesAndreas Schwab1-13/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-04adb: get rid of pointless access_ok()Al Viro1-4/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-07m68k/mac: Replace via-maciisi driver with via-cuda driverFinn Thain1-4/+0
2014-09-25powerpc: Move adb symbol exports next to function definitionsAnton Blanchard1-0/+5
2014-03-07macintosh/adb: Change platform power management to use dev_pm_opsShuah Khan1-5/+36
2014-03-07macintosh/adb: Fixed some coding style problemsBrandon Stewart1-9/+7
2013-06-25macintosh/adb: Replace __WAITQUEUE_INITIALIZER with more standard DECLARE_WAITQUEUE.Robert P. J. Day1-1/+1
2012-02-16powerpc/adb: Use set_current_state()majianpeng1-2/+2
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-5/+5
2010-10-12drivers/macintosh/adb: Do not claim that the semaphore is a mutexThomas Gleixner1-1/+1
2010-09-15mac: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+5
2010-02-27mac68k: start CUDA earlyFinn Thain1-2/+4
2010-02-09of: add 'of_' prefix to machine_is_compatible()Grant Likely1-2/+2
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman1-2/+1
2008-07-21device create: macintosh: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+2
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt1-5/+13
2008-07-01drivers/macintosh: Various cleanupsAdrian Bunk1-3/+2
2008-06-20adb: BKL pushdownJonathan Corbet1-5/+13
2008-05-15[POWERPC] macintosh: Replace deprecated __initcall with device_initcallRobert P. J. Day1-1/+1
2008-05-05[POWERPC] macintosh: ADB driver: adb_handler_sem semaphore to mutexDaniel Walker1-15/+15
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+1
2008-02-04ADB: Add missing #include <linux/platform_device.h>Geert Uytterhoeven1-0/+1
2008-01-31Merge branch 'linux-2.6'Paul Mackerras1-1/+1
2008-01-24adb: Convert from class_device to deviceTony Jones1-1/+1
2007-12-19[POWERPC] Convert adb.c to use kthread API and not spin on ADB requestsPaul Mackerras1-57/+21
2007-12-19[POWERPC] adb: Replace sleep notifier with platform driver suspend/resume hooksJohannes Berg1-39/+57
2007-08-25[POWERPC] Fix undefined reference to device_power_up/resumeOlaf Hering1-2/+2
2007-07-16adb_probe_task: remove unneeded flush_signals() callOleg Nesterov1-8/+2
2007-03-26[POWERPC] powermac: disallow pmu sleep notifiers from aborting sleepJohannes Berg1-33/+9
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-06[PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-5/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-03-29Merge ../linux-2.6Paul Mackerras1-4/+7
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-1/+2
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-4/+7
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-06-27[PATCH] ppc32: Remove CONFIG_PMAC_PBOOKBenjamin Herrenschmidt1-5/+5
2005-06-20[PATCH] class: convert drivers/* to use the new class api instead of class_simplegregkh@suse.de1-5/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+910