aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
AgeCommit message (Expand)AuthorFilesLines
2018-03-19macintosh/via-pmu68k: Initialize PMU driver with setup_arch and arch_initcallFinn Thain1-28/+61
2018-03-13powerpc/via-pmu: Fix section mismatch warningMathieu Malaterre1-1/+1
2018-03-13macintosh: Add module license to ans-lcdLarry Finger1-0/+1
2018-02-13powerpc/macio: set a proper dma_coherent_maskChristoph Hellwig1-0/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-2/+2
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds11-58/+58
2018-01-28macintosh/ams-input: Use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-01-28macintosh: change some data types from int to boolGustavo A. R. Silva7-14/+17
2018-01-27macintosh/adb: Properly mark continued kernel messagesAndreas Schwab2-41/+38
2018-01-21backlight: Fix old-style function definitionMathieu Malaterre1-1/+1
2018-01-17powerpc/via-pmu: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro2-4/+4
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+4
2017-11-13Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+1
2017-11-09m68k/mac: Add mutual exclusion for IOP interrupt pollingFinn Thain1-3/+1
2017-11-02drivers/macintosh: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman15-0/+15
2017-09-01powerpc/macintosh: constify wf_sensor_ops structuresJulia Lawall5-9/+9
2017-09-01macintosh: Convert to using %pOF instead of full_nameRob Herring7-18/+18
2017-08-21macintosh/rack-meter: Make of_device_ids constArvind Yadav1-1/+1
2017-08-14drivers/macintosh: Make wf_control_ops and wf_pid_param constBhumika Goyal3-4/+4
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
2017-06-09macintosh: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2-10/+23
2017-06-04adb: get rid of pointless access_ok()Al Viro1-4/+0
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+1
2017-03-24drivers: Clean up duplicated email addressFinn Thain1-1/+1
2017-03-22of: Add function for generating a DT modalias with a newlineRob Herring1-6/+1
2017-03-10powerpc/pmac: Fix crash in dma-mapping.h with NULL dma_opsLarry Finger1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar3-2/+3
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-783/+217
2017-02-07m68k/mac: Replace via-maciisi driver with via-cuda driverFinn Thain5-702/+12
2017-02-07via-cuda: Add support for Egret system controllerFinn Thain1-21/+134
2017-02-07via-cuda: Initialize data_index early and increment consistentlyFinn Thain1-3/+3
2017-02-07via-cuda: Use spinlock_irq_save/restore instead of enable/disable_irqFinn Thain1-11/+5
2017-02-07via-cuda: Avoid TREQ race conditionFinn Thain1-4/+3
2017-02-07via-cuda: Fix re-initialization of reply_ptr and reading_replyFinn Thain1-2/+2
2017-02-07via-cuda: Prevent read buffer overflowFinn Thain1-1/+7
2017-02-07via-cuda: Add TREQ, TIP and TACK signal helpersFinn Thain1-23/+53
2017-02-07via-cuda: Remove redundant temporary variableFinn Thain1-6/+2
2017-02-07via-cuda: Cleanup printk callsFinn Thain1-20/+6
2017-02-01macintosh/rack-meter: Convert cputime64_t use to u64Frederic Weisbecker1-15/+15
2017-02-01sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker1-1/+1
2017-01-19Make static usermode helper binaries constantGreg Kroah-Hartman1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4
2016-11-14macintosh: Remove dependency on IDE_GD_ATA if ADB_PMU_LED_DISK is selectedElimar Riesebieter1-1/+0
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman5-16/+16
2016-08-22drivers/macintosh: Delete owner assignmentMarkus Elfring4-4/+0
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+8
2016-07-21powerpc/pmac: Remove early allocation of the SMU command bufferBenjamin Herrenschmidt1-1/+8
2016-06-27powerpc: use the new LED disk activity triggerStephan Linz2-9/+8
2016-05-01powerpc/mm: Abstraction for switch_mmu_context()Aneesh Kumar K.V1-2/+2
2016-04-12drivers: macintosh: rack-meter: fix bogus memsetsAaro Koskinen1-2/+2
2016-04-12drivers: macintosh: rack-meter: limit idle ticks to total ticksAaro Koskinen1-0/+1
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2015-11-26powerpc/rackmeter: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-11-26powerpc/powermac: IRQF_NO_SUSPEND not IRQF_TIMER for non-timerJohn Ogness1-2/+3
2015-10-15drivers/macintosh: adb: fix misleading Kconfig help textAaro Koskinen1-3/+2
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-49/+4
2015-08-20macintosh/therm_windtunnel: Export OF module alias informationJavier Martinez Canillas1-0/+1
2015-08-20macintosh/therm_windtunnel: Export I2C module alias informationJavier Martinez Canillas1-0/+1
2015-08-06windfarm: remove three exported but unused functionsPaul Bolle2-46/+0
2015-08-06windfarm: make wf_critical_overtemp() staticPaul Bolle1-2/+1
2015-08-06windfarm: decrement client count when unregisteringPaul Bolle1-1/+1
2015-07-23macintosh/ans-lcd: fix build failure after module_init/exit relocationLuis Henriques1-1/+1
2015-06-15macintosh/nvram: Remove as unusedFinn Thain1-130/+0
2015-04-07Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/...Michael Ellerman1-15/+15
2015-03-25powerpc/pmac: replace current->state by set_current_state()Fabian Frederick1-2/+2
2015-03-25drivers/macintosh: Delete an unnecessary check before the function call "of_n...Markus Elfring1-2/+1
2015-03-23powerpc: Move Power Macintosh drivers to generic byteswappersDavid Gibson1-15/+15
2015-03-17powerpc/via-pmu: fix OF node leak in Keylargo initPhil Carmody1-0/+1
2015-03-17powerpc/via-pmu: fix error path in find_via_pmu()Phil Carmody1-9/+11
2014-12-19macintosh: therm_pm72: delete deprecated driverWolfram Sang4-2615/+0
2014-10-20macintosh: drop owner assignment from platform_driversWolfram Sang5-5/+0
2014-09-25powerpc: Move via-cuda symbol exports next to function definitionsAnton Blanchard1-0/+2
2014-09-25powerpc: Move adb symbol exports next to function definitionsAnton Blanchard1-0/+5
2014-08-07Merge tag 'backlight-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+0
2014-06-24powerpc/macintosh/smu.c: Fix closing brace followed by ifRasmus Villemoes1-1/+2
2014-06-23backlight: Remove trivial get_brightness implementationsAndrzej Hajda1-6/+0
2014-05-20macintosh/windfarm_pm121.c: Fix for possible null pointer dereferenceRickard Strandqvist1-3/+13
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
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-2/+2
2014-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-1/+1
2013-12-08m68k/mac: Mark Mac IIsi ADB driver BROKENGeert Uytterhoeven1-1/+1
2013-12-05powerpc/windfarm: Remove superfluous name castsGeert Uytterhoeven2-2/+2
2013-11-27powerpc/windfarm: Fix XServe G5 fan control Makefile issueBenjamin Herrenschmidt1-0/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-0/+7
2013-10-31powerpc/pmu: Fix ADB_PMU_LED_IDE dependenciesChristian Kujau1-0/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring4-0/+7
2013-08-14macintosh/ams: Replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+5
2013-08-01powerpc/windfarm: Fix noisy slots-fan on Xserve (rm31)Aaro Koskinen1-9/+9
2013-07-01macintosh/windfarm: Remove obsolete cleanup for clientdataWolfram Sang1-1/+0
2013-07-01mac: Make cuda_init_via() __initGeert Uytterhoeven1-1/+1
2013-07-01macintosh: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-4/+4
2013-07-01powerpc/windfarm: Fix overtemperature clearingAaro Koskinen3-3/+15
2013-06-25macintosh/adb: Replace __WAITQUEUE_INITIALIZER with more standard DECLARE_WAI...Robert P. J. Day1-1/+1
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-7/+4
2013-04-23powerpc/pmac/smu: Use %*ph to print small buffersAndy Shevchenko2-7/+4
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds3-3/+3
2013-01-21drivers/macintosh: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-10powerpc/windfarm: Use for_each_node_by_type() macroWei Yongjun3-3/+3
2013-01-03Drivers: macintosh: remove __dev* attributes.Greg Kroah-Hartman11-40/+40
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds5-51/+5
2012-12-11bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim1-1/+1
2012-11-15Merge branch 'dt' into nextBenjamin Herrenschmidt1-1/+1
2012-11-15powerpc/windfarm: Use module_i2c_driver to simplify the codeWei Yongjun4-50/+4
2012-11-15powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot1-1/+1
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+1
2012-10-06sections: fix section conflicts in drivers/macintoshAndi Kleen1-1/+1
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-11macintosh/mediabay: make data used as *of_device_id.data constArnd Bergmann1-3/+3
2012-09-11macintosh/mediabay: add a const qualifierUwe Kleine-König1-1/+1
2012-09-05drivers/macintosh/smu.c: Replace abs_to_virt() with __va()Michael Ellerman1-2/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-05-09powerpc/windfarm: Fix crash on SMU based machine after i2c conversionBenjamin Herrenschmidt1-1/+1
2012-05-03powerpc/windfarm: don't pass const strings to snprintfStephen Rothwell1-2/+2
2012-05-03powerpc/windfarm: fix compiler warningStephen Rothwell1-1/+1
2012-04-30powerpc/powermac: New windfarm driver for PowerMac G5 (AGP) and Xserve G5Benjamin Herrenschmidt9-22/+1736
2012-04-30powerpc/windfarm: Add Fan Control Unit controls for G5sBenjamin Herrenschmidt1-0/+617
2012-04-30powerpc/windfarm: Updates to lm75 and max6690 sensorsBenjamin Herrenschmidt2-11/+11
2012-04-30powerpc/windfarm: Add lm87 sensorBenjamin Herrenschmidt1-0/+201
2012-04-30powerpc/windfarm: Add ad7417 sensorBenjamin Herrenschmidt1-0/+347
2012-04-30powerpc/windfarm: Add useful accessorsBenjamin Herrenschmidt3-31/+52
2012-04-30powerpc/windfarm: Improve display of fan speeds in sysfsBenjamin Herrenschmidt1-1/+12
2012-04-30powerpc/windfarm: Remove spurrious sysfs_attr_init()Benjamin Herrenschmidt1-1/+0
2012-04-30powerpc/windfarm: const'ify and add "priv" field to controls & sensorsBenjamin Herrenschmidt1-11/+12
2012-04-30powerpc/pmac: Convert windfarm_smu_sat to new i2c probingBenjamin Herrenschmidt1-79/+47
2012-04-30powerpc/pmac: Convert windfarm_max6690 to new i2c probingBenjamin Herrenschmidt1-79/+21
2012-04-30powerpc/pmac: Convert windfarm_lm75 to new i2c probingBenjamin Herrenschmidt1-94/+30
2012-04-30powerpc/pmac: Convert therm_adt746x to new i2c probingBenjamin Herrenschmidt1-276/+204
2012-04-30i2c/powermac: Register i2c devices from device-treeBenjamin Herrenschmidt1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells14-14/+0
2012-03-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-02-16powerpc/adb: Use set_current_state()majianpeng1-2/+2
2012-02-03Merge branch 'master' into for-nextJiri Kosina3-4/+4
2012-02-03macintosh: fix string typo in mediabay.cMasanari Iida1-1/+1
2012-02-01drivercore: Output common devicetree information in ueventGrant Likely1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell3-4/+4
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-4/+0
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers1-4/+0
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Martin Schwidefsky1-3/+4
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-7/+4
2011-12-06sched/accounting: Change cpustat fields to an arrayGlauber Costa1-4/+4
2011-11-08m68k/irq: Remove obsolete IRQ_FLG_* usersGeert Uytterhoeven2-3/+3
2011-07-20drivers: fix up various ->llseek() implementationsJosef Bacik1-0/+4
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2011-05-20powerpc/pmac: Update via-pmu to new syscore_opsBenjamin Herrenschmidt1-44/+12
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-2/+2
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds5-7/+7
2011-04-01powerpc/pmac: Rename cpu_state in therm_pm72 to avoid collisionBenjamin Herrenschmidt1-30/+30
2011-03-31Fix common misspellingsLucas De Marchi5-7/+7
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+1
2011-03-02powerpc/macintosh: Fix __devexit annotation in rack-meter.cGrant Likely1-1/+1
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely3-13/+11
2011-01-21powerpc/macintosh: Fix wrong test in fan_{read,write}_reg()roel kluin1-2/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-3/+3
2011-01-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-29/+8
2011-01-11Merge remote branch 'gcl/next' into nextBenjamin Herrenschmidt1-0/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-3/+3
2011-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+8
2010-12-24macintosh/ams: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina2-2/+3
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo1-2/+2
2010-12-09powerpc/powermac: Make auto-loading of therm_pm72 possibleMarc Zyngier1-25/+5
2010-12-02leds: fix up dependenciesJohannes Berg1-0/+1
2010-11-29powerpc/macio: Ensure all dma routines get copied overNishanth Aravamudan1-4/+3
2010-11-16suspend: constify platform_suspend_opsLionel Debroux1-1/+1
2010-11-16backlight: constify backlight_opsLionel Debroux1-2/+2
2010-11-12drivers/macintosh/adb-iop.c: flags should be unsigned longGeert Uytterhoeven1-2/+2
2010-11-11Input: mac mouse emulation - add lockingDmitry Torokhov1-0/+8
2010-10-28Move ams driver to macintoshJean Delvare8-0/+991
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer1-1/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-3/+3
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+2
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds3-13/+14
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+3
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-3/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+2
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 Bergmann3-13/+14
2010-09-02powerpc/via-pmu-led.c: Add of_node_put to avoid memory leakJulia Lawall1-1/+3
2010-08-24via-pmu: Add compat_pmu_ioctlAndreas Schwab1-0/+42
2010-08-12Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-13/+13
2010-08-11i2c: Add support for custom probe functionJean Delvare1-2/+2
2010-08-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+5
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely5-13/+13
2010-07-29powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interruptsIan Campbell1-4/+5
2010-07-05of: Modify of_device_get_modalias to be passed struct deviceGrant Likely1-4/+1
2010-06-03Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds3-9/+13
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang4-8/+1
2010-06-02powerpc/macio: Fix probing of macio devices by using the right of match tableBenjamin Herrenschmidt3-6/+9
2010-06-02powerpc/macio: Don't dereference pointer before null checkAndreas Schwab1-3/+4
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2-4/+15