summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
Commit message (Expand)AuthorAgeFilesLines
* Move ams driver to macintoshJean Delvare2010-10-288-0/+991
* replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer2010-10-261-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-3/+3
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-3/+3
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-0/+2
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-152-0/+2
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-223-13/+14
|\ \ \
| * | | mac: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-153-13/+14
| |/ /
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-10-211-1/+3
|\ \ \
| * | | powerpc/via-pmu-led.c: Add of_node_put to avoid memory leakJulia Lawall2010-09-021-1/+3
| |/ /
* | | drivers/macintosh/adb: Do not claim that the semaphore is a mutexThomas Gleixner2010-10-121-1/+1
|/ /
* | via-pmu: Add compat_pmu_ioctlAndreas Schwab2010-08-241-0/+42
* | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-121-2/+2
|\ \
| * | i2c: Add support for custom probe functionJean Delvare2010-08-111-2/+2
| |/
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-125-13/+13
|\ \ | |/ |/|
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-065-13/+13
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-061-4/+5
|\ \ | |/ |/|
| * powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interruptsIan Campbell2010-07-291-4/+5
* | of: Modify of_device_get_modalias to be passed struct deviceGrant Likely2010-07-051-4/+1
|/
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-06-033-9/+13
|\
| * powerpc/macio: Fix probing of macio devices by using the right of match tableBenjamin Herrenschmidt2010-06-023-6/+9
| * powerpc/macio: Don't dereference pointer before null checkAndreas Schwab2010-06-021-3/+4
* | i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-034-8/+1
|/
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-242-4/+15
|\
| * drivers: Push down BKL into various driversArnd Bergmann2010-05-172-4/+15
* | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-225-12/+12
|\ \
| * \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-05-215-11/+11
| |\ \
| | * \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2010-05-071-0/+1
| | |\ \ | | | |/
| | * | powerpc/pmac: Fix dangling pointersWolfram Sang2010-04-071-0/+2
| | * | powerpc/pmac: Add missing unlocks in error pathJulia Lawall2010-04-072-1/+4
| | * | powerpc/pmac/windfarm: Correct potential double freeJulia Lawall2010-04-071-6/+3
| | * | powerpc/pmac/windfarm: Don't test pointers before kfree()d binderman2010-04-071-4/+2
| * | | Merge branch 'master' into for-nextJiri Kosina2010-04-238-5/+10
| |\ \ \ | | | |/ | | |/|
| * | | Fix typos in commentsThomas Weber2010-03-161-1/+1
* | | | of: change of_match_device to work with struct deviceGrant Likely2010-05-221-3/+2
* | | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-223-6/+15
* | | | drivercore: Add of_match_table to the common device driversGrant Likely2010-05-221-3/+2
* | | | arch/powerpc: Move dma_mask from of_device into pdev_archdataGrant Likely2010-05-221-2/+2
* | | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-185-15/+15
| |/ / |/| |
* | | device_attributes: add sysfs_attr_init() for dynamic attributesWolfram Sang2010-04-071-0/+1
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-307-3/+4
* | backlight: Allow properties to be passed at registrationMatthew Garrett2010-03-161-2/+5
|/
* powerpc: Fix G5 thermal shutdownJosh Boyer2010-03-092-7/+25
* sysfs: windfarm: init sysfs attributesJohannes Berg2010-03-072-0/+2
* 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
|\ \ \ | |/ /
OpenPOWER on IntegriCloud