aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/sonypi.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2014-10-20char: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-07-15ACPI: Remove the old /proc/acpi/event interfaceGravatar Thomas Renninger 1-5/+0
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-01-26ACPI: Remove useless type argument of driver .remove() operationGravatar Rafael J. Wysocki 1-1/+1
2012-11-21char: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-21char: remove use of __devinitGravatar Bill Pemberton 1-5/+5
2012-11-21char: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-10-25sonypi: suspend/resume callbacks should be conditionally compiled on CONFIG_P...Gravatar Yuanhan Liu 1-1/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Gravatar Tejun Heo 1-1/+1
2012-07-01sonypi: Use struct dev_pm_ops for power managementGravatar Rafael J. Wysocki 1-6/+7
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2010-12-24sonypi: don't use flush_scheduled_work()Gravatar Tejun Heo 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-04sony_pi: Remove the BKL from open and ioctlGravatar John Kacur 1-6/+5
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Gravatar Stefani Seibold 1-4/+4
2009-12-22kfifo: move out spinlockGravatar Stefani Seibold 1-9/+12
2009-12-22kfifo: move struct kfifo in placeGravatar Stefani Seibold 1-21/+19
2009-10-13headers: Fix build after <linux/sched.h> removalGravatar Ingo Molnar 1-0/+1
2009-03-16Rationalize fasync return valuesGravatar Jonathan Corbet 1-6/+1
2008-11-11Merge branch 'misc' into releaseGravatar Len Brown 1-2/+2
2008-11-06ACPI: remove CONFIG_ACPI_ECGravatar Bjorn Helgaas 1-2/+2
2008-11-01saner FASYNC handling on file closeGravatar Al Viro 1-1/+0
2008-07-02sonypi: BKL pushdownGravatar Arnd Bergmann 1-0/+3
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-04-21sonypi: Storage class should be before const qualifierGravatar Tobias Klauser 1-1/+1
2007-11-21Sonypi: use synchronize_irq instead of sycnronize_schedGravatar Dmitry Torokhov 1-1/+1
2007-11-21sonypi: fit input devices into sysfs treeGravatar Dmitry Torokhov 1-2/+4
2007-10-19Convert files to UTF-8 and some cleanupsGravatar Jan Engelhardt 1-1/+1
2007-10-19get rid of input BIT* duplicate definesGravatar Jiri Slaby 1-4/+4
2007-08-23ACPI: Schedule /proc/acpi/event for removalGravatar Len Brown 1-1/+1
2007-08-03sonypi: fix ids member of struct acpi_driverGravatar Eugene Teo 1-1/+6
2007-07-16remove sonypi_camera_command()Gravatar Adrian Bunk 1-47/+0
2007-04-28sonypi: use mutex instead of semaphoreGravatar Matthias Kaehlcke 1-10/+10
2007-04-28sonypi: try to detect if sony-laptop has already taken one of the known ioportsGravatar malattia@linux.it 1-0/+27
2007-04-28sonypi: suggest sonypi users to try sony-laptop insteadGravatar malattia@linux.it 1-0/+6
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-12-08[PATCH] struct path: convert char-driversGravatar Josef Sipek 1-1/+1
2006-11-22WorkStruct: make allyesconfigGravatar David Howells 1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-07-03[PATCH] make more file_operation structs staticGravatar Arjan van de Ven 1-1/+1
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-15Pull acpi_bus_register_driver into release branchGravatar Len Brown 1-5/+5
2006-04-20[PATCH] sonypi: correct detection of new ICH7-based laptopsGravatar Arnaud MAZIN 1-0/+3
2006-04-01ACPI: fix sonypi ACPI driver registration to unregister on failureGravatar Bjorn Helgaas 1-5/+5
2006-01-08[PATCH] sonypi: Enable ACPI events for Sony laptop hotkeysGravatar Ben Collins 1-0/+45
2006-01-08[PATCH] Sonypi: convert to the new platform device interfaceGravatar Dmitry Torokhov 1-152/+206