aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-09Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-1/+1
2007-05-10ide: add "initializing" argument to ide_register_hw()Bartlomiej Zolnierkiewicz1-1/+1
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba1-1/+1
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds12-550/+81
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap3-3/+0
2007-05-08Merge branch 'linux-2.6'Paul Mackerras4-370/+276
2007-05-08[POWERPC] via-pmu: remove LED sleep notifierJohannes Berg2-33/+4
2007-05-07[POWERPC] macintosh: Use common modalias generation for macio_sysfsSylvain Munaut1-20/+7
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell7-13/+13
2007-05-04CUDA ADB fixesFinn Thain1-26/+32
2007-05-04m68k: Mac II ADB fixesFinn Thain1-341/+241
2007-05-04m68k: pmu_queue_request() declaration conflictFinn Thain1-2/+1
2007-05-02[POWERPC] Use menuconfig objects II - MacintoshJan Engelhardt1-2/+6
2007-05-02[POWERPC] apm_emu: Use generic apm-emulationJohannes Berg2-478/+47
2007-05-02[POWERPC] drivers/macintosh/mac_hid.c: Make code staticAdrian Bunk1-4/+4
2007-05-01i2c: Make i2c_del_driver a void functionJean Delvare1-1/+2
2007-04-30Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras1-2/+2
2007-04-27[POWERPC] Rename get_property to of_get_property: partial driversStephen Rothwell15-34/+34
2007-04-26Revert "[POWERPC] Rename get_property to of_get_property: drivers"Paul Mackerras15-34/+34
2007-04-24[POWERPC] via-pmu: Switch to ref counting PCI APIAlan Cox1-1/+3
2007-04-24[POWERPC] Remove old interface find_devicesStephen Rothwell2-5/+8
2007-04-24[POWERPC] Remove old interface find_type_devicesStephen Rothwell1-1/+4
2007-04-24[POWERPC] Remove find_compatible_devicesStephen Rothwell1-3/+13
2007-04-17drivers/macintosh/smu.c: fix locking snafuAndrew Morton1-2/+2
2007-04-13[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell15-34/+34
2007-04-13[POWERPC] Make struct property's value a void *Stephen Rothwell1-1/+1
2007-04-13[POWERPC] Fix modalias content in sysfs for macio devicesOlaf Hering1-2/+4
2007-04-13[POWERPC] PMU LED whitelisting of PowerMac 7,2 and 7,3Tony Vroon1-1/+3
2007-04-13[POWERPC] powermac: Use the new of_device common uevent handlerSylvain Munaut1-97/+1
2007-03-26[POWERPC] powermac: disallow pmu sleep notifiers from aborting sleepJohannes Berg4-75/+20
2007-03-08[POWERPC] Unexport mac_hid_mouse_emulate_buttonsAdrian Bunk1-2/+0
2007-02-20backlight: Separate backlight properties from backlight ops pointersRichard Purdie1-11/+12
2007-02-20backlight: Clean up pmac_backlight handlingRichard Purdie1-5/+0
2007-02-20backlight: Fix external uses of backlight internal semaphoreRichard Purdie1-3/+1
2007-02-20backlight: Remove unneeded owner fieldRichard Purdie1-1/+0
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: mac_hid: remove unnecessary insert_at_head flagEric W. Biederman1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau5-5/+0
2007-02-13[POWERPC] Correct AC Power: in /proc/pmu/info on ibook1Olaf Hering1-1/+1
2007-02-13[POWERPC] move variables in drivers/macintosh to bssOlaf Hering9-25/+24
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven7-7/+7
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2007-02-09[PATCH] enable mouse button 2+3 emulation for x86 macsSoeren Sonnenburg1-1/+1
2007-02-09[PATCH] offsetof is size_tAl Viro1-3/+3
2007-02-08[POWERPC] windfarm: don't die on suspend thread signalJohannes Berg1-4/+2
2007-01-05[PATCH] Fix implicit declarations in via-pmuDave Jones1-0/+1
2006-12-30[PATCH] Fix compilation of via-pmu-backlightAndreas Schwab1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day3-3/+3
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-1/+1
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov14-13/+656