summaryrefslogtreecommitdiffstats
path: root/drivers/char/sonypi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-1/+1
|/
* char: remove use of __devexitBill Pemberton2012-11-211-1/+1
* char: remove use of __devinitBill Pemberton2012-11-211-5/+5
* char: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* sonypi: suspend/resume callbacks should be conditionally compiled on CONFIG_P...Yuanhan Liu2012-10-251-1/+1
* workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* sonypi: Use struct dev_pm_ops for power managementRafael J. Wysocki2012-07-011-6/+7
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* sonypi: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sony_pi: Remove the BKL from open and ioctlJohn Kacur2010-01-041-6/+5
* kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-221-4/+4
* kfifo: move out spinlockStefani Seibold2009-12-221-9/+12
* kfifo: move struct kfifo in placeStefani Seibold2009-12-221-21/+19
* headers: Fix build after <linux/sched.h> removalIngo Molnar2009-10-131-0/+1
* Rationalize fasync return valuesJonathan Corbet2009-03-161-6/+1
* Merge branch 'misc' into releaseLen Brown2008-11-111-2/+2
|\
| * ACPI: remove CONFIG_ACPI_ECBjorn Helgaas2008-11-061-2/+2
* | saner FASYNC handling on file closeAl Viro2008-11-011-1/+0
|/
* sonypi: BKL pushdownArnd Bergmann2008-07-021-0/+3
* drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* sonypi: Storage class should be before const qualifierTobias Klauser2008-04-211-1/+1
* Sonypi: use synchronize_irq instead of sycnronize_schedDmitry Torokhov2007-11-211-1/+1
* sonypi: fit input devices into sysfs treeDmitry Torokhov2007-11-211-2/+4
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-4/+4
* ACPI: Schedule /proc/acpi/event for removalLen Brown2007-08-231-1/+1
* sonypi: fix ids member of struct acpi_driverEugene Teo2007-08-031-1/+6
* remove sonypi_camera_command()Adrian Bunk2007-07-161-47/+0
* sonypi: use mutex instead of semaphoreMatthias Kaehlcke2007-04-281-10/+10
* sonypi: try to detect if sony-laptop has already taken one of the known ioportsmalattia@linux.it2007-04-281-0/+27
* sonypi: suggest sonypi users to try sony-laptop insteadmalattia@linux.it2007-04-281-0/+6
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] struct path: convert char-driversJosef Sipek2006-12-081-1/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-221-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-1/+1
* [PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Pull acpi_bus_register_driver into release branchLen Brown2006-06-151-5/+5
|\
| * ACPI: fix sonypi ACPI driver registration to unregister on failureBjorn Helgaas2006-04-011-5/+5
* | [PATCH] sonypi: correct detection of new ICH7-based laptopsArnaud MAZIN2006-04-201-0/+3
|/
* [PATCH] sonypi: Enable ACPI events for Sony laptop hotkeysBen Collins2006-01-081-0/+45
* [PATCH] Sonypi: convert to the new platform device interfaceDmitry Torokhov2006-01-081-152/+206
* [DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2005-11-091-9/+10
* Create platform_device.h to contain all the platform device details.Russell King2005-10-291-0/+1
* [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-281-8/+6