aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-31Merge branch 'linux-2.6'Paul Mackerras4-7/+5
2008-01-27i2c: Kill rogue driver IDsJean Delvare1-3/+0
2008-01-27i2c: normal_i2c can be made const (remaining drivers)Jean Delvare1-1/+1
2008-01-26ide: drop 'initializing' argument from ide_register_hw()Bartlomiej Zolnierkiewicz1-1/+2
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2008-01-24adb: Convert from class_device to deviceTony Jones1-1/+1
2008-01-24Merge branch 'linux-2.6'Paul Mackerras1-1/+2
2008-01-17[POWERPC] therm_adt746x: Eliminate some build warningsStephen Rothwell1-10/+14
2008-01-17[POWERPC] therm_windtunnel: Eliminate some build warningsStephen Rothwell1-2/+6
2008-01-17[POWERPC] therm_pm72: Suppress some compile warningsStephen Rothwell1-17/+38
2008-01-14macintosh: fix fabrication of caplock key eventsAndy Wingo1-1/+2
2007-12-21[POWERPC] Fix for via-pmu based backlight controlBenjamin Herrenschmidt2-34/+40
2007-12-21[POWERPC] Implement arch disable/enable irq hooks.Scott Wood1-42/+6
2007-12-19[POWERPC] powermac: Use generic suspend codeJohannes Berg1-232/+173
2007-12-19[POWERPC] Fix sleep on powerbook 3400Paul Mackerras1-136/+36
2007-12-19[POWERPC] Convert therm_windtunnel.c to use the kthread APIPaul Mackerras1-17/+17
2007-12-19[POWERPC] Convert therm_pm72.c to use the kthread APIPaul Mackerras1-5/+4
2007-12-19[POWERPC] Convert adb.c to use kthread API and not spin on ADB requestsPaul Mackerras1-57/+21
2007-12-19[POWERPC] Convert media-bay.c to use the kthread APIPaul Mackerras1-10/+4
2007-12-19[POWERPC] via-pmu: Kill sleep notifiers completelyJohannes Berg1-71/+0
2007-12-19[POWERPC] adb: Replace sleep notifier with platform driver suspend/resume hooksJohannes Berg1-39/+57
2007-12-17drivers/macintosh/via-pmu.c: Added a missing iounmapJulia Lawall1-0/+1
2007-12-03[POWERPC] PMU: Remove dead codeJohannes Berg1-41/+1
2007-12-03[POWERPC] PMU: Don't lock_kernel()Johannes Berg1-3/+0
2007-11-08[POWERPC] windfarm: Fix windfarm thread freezer interactionJohannes Berg1-7/+3
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-10-20ide: add ->fixup method to ide_hwif_tBartlomiej Zolnierkiewicz1-1/+1
2007-10-19Spelling fix: explicitlyJean Delvare1-1/+1
2007-10-19get rid of input BIT* duplicate definesJiri Slaby2-10/+16
2007-10-16fix adbhid mismergeAl Viro1-1/+1
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov18-290/+61
2007-10-11Input: adbhid - produce all CapsLock key eventsAndrew McNabb1-9/+47
2007-09-26Input: auto-select INPUT for MAC_EMUMOUSEBTN optionAndreas Herrmann1-0/+1
2007-09-22[POWERPC] adbhid: Enable KEY_FN key reportingAristeu Rozanski1-11/+10
2007-08-28Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras5-259/+25
2007-08-25[POWERPC] Fix undefined reference to device_power_up/resumeOlaf Hering2-19/+19
2007-08-22[POWERPC] Copy over headers from arch/ppc to arch/powerpc that we needKumar Gala2-1/+13
2007-08-22[POWERPC] Remove old includes from arch/ppcKumar Gala1-1/+0
2007-08-22m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visibleGeert Uytterhoeven1-0/+1
2007-08-22remove dead code in via-pmu68kJohannes Berg1-240/+0
2007-08-18Add some help texts to recently-introduced kconfig itemsJan Engelhardt1-0/+5
2007-08-17[POWERPC] Comment out a currently unused functionStephen Rothwell1-0/+2
2007-08-17[POWERPC] via-pmu: Fix typo in printkMichael Buesch1-1/+1
2007-08-17[POWERPC] drivers/macintosh/therm_adt746x.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-4/+1
2007-07-22[POWERPC] Clean up duplicate includes in drivers/macintosh/Jesper Juhl1-1/+0
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau5-10/+5
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge2-2/+4
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2-0/+2
2007-07-16adb_probe_task: remove unneeded flush_signals() callOleg Nesterov1-8/+2
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-2/+0