Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
53f3b25287d8eed5a274d85fe7192c5812045fa3
/
drivers
/
char
/
sonypi.c
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
51fac83
ACPI: Remove useless type argument of driver .remove() operation
by Rafael J. Wysocki
· 12 years ago
39af33f
char: remove use of __devexit
by Bill Pemberton
· 12 years ago
2223cbe
char: remove use of __devinit
by Bill Pemberton
· 12 years ago
4dde2d2
char: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
2cb55a2
sonypi: suspend/resume callbacks should be conditionally compiled on CONFIG_PM_SLEEP
by Yuanhan Liu
· 12 years ago
4382973
workqueue: deprecate flush[_delayed]_work_sync()
by Tejun Heo
· 12 years ago
199ac05
sonypi: Use struct dev_pm_ops for power management
by Rafael J. Wysocki
· 12 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
3514870
sonypi: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
6432e73
sony_pi: Remove the BKL from open and ioctl
by John Kacur
· 15 years ago
7acd72e
kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...
by Stefani Seibold
· 15 years ago
c1e13f2
kfifo: move out spinlock
by Stefani Seibold
· 15 years ago
4546548
kfifo: move struct kfifo in place
by Stefani Seibold
· 15 years ago
86ae13b
headers: Fix build after <linux/sched.h> removal
by Ingo Molnar
· 15 years ago
60aa492
Rationalize fasync return values
by Jonathan Corbet
· 16 years ago
3e0fe36
Merge branch 'misc' into release
by Len Brown
· 16 years ago
8950d89
ACPI: remove CONFIG_ACPI_EC
by Bjorn Helgaas
· 16 years ago
233e70f
saner FASYNC handling on file close
by Al Viro
· 16 years ago
f8f2c79
sonypi: BKL pushdown
by Arnd Bergmann
· 16 years ago
bf9d892
drivers/char: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
b0cdb5e
sonypi: Storage class should be before const qualifier
by Tobias Klauser
· 17 years ago
3cb93db
Sonypi: use synchronize_irq instead of sycnronize_sched
by Dmitry Torokhov
· 17 years ago
dcf65cd
sonypi: fit input devices into sysfs tree
by Dmitry Torokhov
· 17 years ago
96de0e2
Convert files to UTF-8 and some cleanups
by Jan Engelhardt
· 17 years ago
7b19ada
get rid of input BIT* duplicate defines
by Jiri Slaby
· 17 years ago
14e04fb
ACPI: Schedule /proc/acpi/event for removal
by Len Brown
· 17 years ago
f7b88cc
sonypi: fix ids member of struct acpi_driver
by Eugene Teo
· 17 years ago
c289dca
remove sonypi_camera_command()
by Adrian Bunk
· 17 years ago
c6c6010
sonypi: use mutex instead of semaphore
by Matthias Kaehlcke
· 18 years ago
1a3e323
sonypi: try to detect if sony-laptop has already taken one of the known ioports
by malattia@linux.it
· 18 years ago
74a882e
sonypi: suggest sonypi users to try sony-laptop instead
by malattia@linux.it
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
a7113a9
[PATCH] struct path: convert char-drivers
by Josef Sipek
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
62322d2
[PATCH] make more file_operation structs static
by Arjan van de Ven
· 18 years ago
0f2ed4c
[PATCH] irq-flags: drivers/char: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
69cd291
Pull acpi_bus_register_driver into release branch
by Len Brown
· 18 years ago
bf104e6
[PATCH] sonypi: correct detection of new ICH7-based laptops
by Arnaud MAZIN
· 19 years ago
e4513a5
ACPI: fix sonypi ACPI driver registration to unregister on failure
by Bjorn Helgaas
· 19 years ago
b368fae
[PATCH] sonypi: Enable ACPI events for Sony laptop hotkeys
by Ben Collins
· 19 years ago
44f0610
[PATCH] Sonypi: convert to the new platform device interface
by Dmitry Torokhov
· 19 years ago
3ae5eae
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
by Russell King
· 19 years ago
d052d1b
Create platform_device.h to contain all the platform device details.
by Russell King
· 19 years ago
9480e30
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
by Russell King
· 19 years ago
b416f2e
[PATCH] Input: convert sonypi to dynamic input_dev allocation
by Dmitry Torokhov
· 19 years ago
9f4a6dc
[PATCH] sonypi: remove obsolete event
by Stelian Pop
· 19 years ago
d2052c1
[PATCH] sonypi SPIC initialisation fix
by Erik Waling
· 19 years ago
5b6271b
Input: make name, phys and uniq be 'const char *' because once
by Dmitry Torokhov
· 19 years ago
fb2ce3c
Sonypi: make sure that input_work is not running when unloading
by Dmitry Torokhov
· 19 years ago
0555985
[PATCH] sonypi trivial user annotations
by Al Viro
· 20 years ago
4fd416c
[PATCH] Fix u32 vs. pm_message_t in drivers/char
by Pavel Machek
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago