aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-03-012-72/+201
|\
| * Input: Mac button emulation - allow compiling as a moduleDmitry Torokhov2010-01-302-5/+16
| * Input: Mac button emulation - implement as an input filterDmitry Torokhov2010-01-302-70/+188
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2010-02-272-35/+45
|\ \
| * | mac68k: start CUDA earlyFinn Thain2010-02-272-35/+45
* | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2010-02-2614-35/+35
|\ \ \ | |/ /
| * | of: add 'of_' prefix to machine_is_compatible()Grant Likely2010-02-0914-35/+35
| |/
* | powerpc: Remove trailing space in messagesFrans Pop2010-02-091-1/+1
* | macintosh/therm_adt746x: Fix sysfs attributes lifetimeJean Delvare2010-02-031-10/+24
|/
* powerpc/macintosh: Make Open Firmware device id constantMárton Németh2010-01-153-3/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-126-286/+282
|\
| * Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-091-11/+6
| |\
| * | powerpc/therm_adt746x: Record pwm invert bit at module load time]Darrick J. Wong2009-12-091-2/+11
| * | powerpc/macio: Rework hotplug media bay supportBenjamin Herrenschmidt2009-12-091-206/+122
| * | powerpc/macio: Add dma_parms support to macioBenjamin Herrenschmidt2009-12-081-0/+5
| * | powerpc/macio: Add devres support to macio_deviceBenjamin Herrenschmidt2009-12-081-0/+47
| * | powerpc/windfarm: Add detection for second cpu pumpBolko Maass2009-12-081-0/+2
| * | powerpc/via-pmu: Convert to proc_fops/seq_fileAlexey Dobriyan2009-12-081-69/+91
| * | macintosh: Remove BKL from nvram driverThomas Gleixner2009-11-241-8/+3
| * | powerpc/therm_adt746x: Don't access non-existing registerJean Delvare2009-10-301-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\ \ \
| * | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
| |/ /
* | | Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-091-17/+28
|\ \ \ | |_|/ |/| |
| * | macintosh: Remove BKL from ans-lcdThomas Gleixner2009-10-141-17/+28
* | | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-3/+3
* | | sysctl drivers: Remove dead binary sysctl supportEric W. Biederman2009-11-121-8/+3
| |/ |/|
* | powerpc/pmac: Fix issues with sleep on some powerbooksBenjamin Herrenschmidt2009-10-141-17/+23
|/
* macintosh: Don't assume i2c device probing always succeedsJean Delvare2009-10-045-5/+15
* Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2009-09-261-1/+1
|\
| * leds: Fix LED names Olaf Hering2009-09-071-1/+1
* | trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-09-152-4/+6
|\ \ | |/ |/|
| * powerpc/powermac: Thermal control turns system off too eagerlyLyonel Vincent2009-09-021-2/+2
| * powerpc/macio: Don't the address of an array element before boundcheckingroel kluin2009-08-201-2/+4
* | m68k: count can reach 51, not 50Roel Kluin2009-08-261-1/+1
|/
* powerpc/pmac: Fix DMA ops for MacIO devicesBenjamin Herrenschmidt2009-06-261-0/+11
* Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-166-300/+346
|\
| * therm_windtunnel: Convert to a new-style i2c driverJean Delvare2009-06-151-66/+60
| * therm_adt746x: Convert to a new-style i2c driverJean Delvare2009-06-151-42/+42
| * windfarm: Convert to new-style i2c driversJean Delvare2009-06-153-144/+197
| * therm_pm72: Convert to a new-style i2c driverJean Delvare2009-06-151-48/+47
* | therm_adt746x: Always clear hardware bit which inverts fan speed range.Michel Dänzer2009-06-021-1/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bar...Linus Torvalds2009-04-241-1/+0
|\
| * mediabay: fix build for CONFIG_BLOCK=nBartlomiej Zolnierkiewicz2009-04-221-1/+0
* | powerpc: Fix modular build of ide-pmac when mediabay is built inBartlomiej Zolnierkiewicz2009-04-221-0/+2
* | powerpc: Make macintosh/mediabay driver depend on CONFIG_BLOCKAlexander Beregalov2009-04-221-1/+1
|/
* therm_adt746x: Fix signed/unsigned confusionroel kluin2009-02-111-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+1
|\
| * trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer2009-01-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-061-12/+12
|\ \