aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/sonypi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-04sony_pi: Remove the BKL from open and ioctlJohn Kacur1-6/+5
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-4/+4
2009-12-22kfifo: move out spinlockStefani Seibold1-9/+12
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-21/+19
2009-10-13headers: Fix build after <linux/sched.h> removalIngo Molnar1-0/+1
2009-03-16Rationalize fasync return valuesJonathan Corbet1-6/+1
2008-11-11Merge branch 'misc' into releaseLen Brown1-2/+2
2008-11-06ACPI: remove CONFIG_ACPI_ECBjorn Helgaas1-2/+2
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0
2008-07-02sonypi: BKL pushdownArnd Bergmann1-0/+3
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-21sonypi: Storage class should be before const qualifierTobias Klauser1-1/+1
2007-11-21Sonypi: use synchronize_irq instead of sycnronize_schedDmitry Torokhov1-1/+1
2007-11-21sonypi: fit input devices into sysfs treeDmitry Torokhov1-2/+4
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-4/+4
2007-08-23ACPI: Schedule /proc/acpi/event for removalLen Brown1-1/+1
2007-08-03sonypi: fix ids member of struct acpi_driverEugene Teo1-1/+6
2007-07-16remove sonypi_camera_command()Adrian Bunk1-47/+0
2007-04-28sonypi: use mutex instead of semaphoreMatthias Kaehlcke1-10/+10
2007-04-28sonypi: try to detect if sony-laptop has already taken one of the known ioportsmalattia@linux.it1-0/+27
2007-04-28sonypi: suggest sonypi users to try sony-laptop insteadmalattia@linux.it1-0/+6
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-08[PATCH] struct path: convert char-driversJosef Sipek1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-15Pull acpi_bus_register_driver into release branchLen Brown1-5/+5
2006-04-20[PATCH] sonypi: correct detection of new ICH7-based laptopsArnaud MAZIN1-0/+3
2006-04-01ACPI: fix sonypi ACPI driver registration to unregister on failureBjorn Helgaas1-5/+5
2006-01-08[PATCH] sonypi: Enable ACPI events for Sony laptop hotkeysBen Collins1-0/+45
2006-01-08[PATCH] Sonypi: convert to the new platform device interfaceDmitry Torokhov1-152/+206
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-9/+10
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-8/+6
2005-10-28[PATCH] Input: convert sonypi to dynamic input_dev allocationDmitry Torokhov1-39/+53
2005-09-07[PATCH] sonypi: remove obsolete eventStelian Pop1-1/+0
2005-09-07[PATCH] sonypi SPIC initialisation fixErik Waling1-20/+97
2005-06-30Input: make name, phys and uniq be 'const char *' because onceDmitry Torokhov1-22/+2
2005-06-30Sonypi: make sure that input_work is not running when unloadingDmitry Torokhov1-59/+63
2005-05-04[PATCH] sonypi trivial user annotationsAl Viro1-3/+3
2005-04-16[PATCH] Fix u32 vs. pm_message_t in drivers/charPavel Machek1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1403