18 Jul, 2015
1 commit
-
i2c_driver does not need to set an owner because i2c_register_driver()
will set it.Signed-off-by: Krzysztof Kozlowski
Signed-off-by: Dmitry Torokhov
07 Jan, 2014
1 commit
-
None of these files are actually using any __init type directives
and hence don't need to include . Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.Signed-off-by: Paul Gortmaker
Signed-off-by: Dmitry Torokhov
11 Nov, 2013
1 commit
-
Add missing i2c_set_clientdata() in mpu3050_probe(), otherwise
calling i2c_get_clientdata() in mpu3050_remove() returns NULL.Signed-off-by: Wei Yongjun
Signed-off-by: Dmitry Torokhov
24 Nov, 2012
3 commits
-
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.Signed-off-by: Bill Pemberton
Acked-by: Mark Brown
Signed-off-by: Dmitry Torokhov -
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.Signed-off-by: Bill Pemberton
Acked-by: Mark Brown
Acked-by: Javier Martinez Canillas
Signed-off-by: Dmitry Torokhov -
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.Signed-off-by: Bill Pemberton
Acked-by: Russell King
Signed-off-by: Dmitry Torokhov
02 May, 2012
1 commit
-
Commit 1c6c695 "genirq: Reject bogus threaded irq requests" requires
that request_threaded_irq() either be passed an explicit handler, or
that IRQF_ONESHOT be set. Set this flag.Signed-off-by: Stephen Warren
Signed-off-by: Dmitry Torokhov
17 Mar, 2012
1 commit
-
This patch converts the drivers in drivers/input/* to use the
module_i2c_driver() macro which makes the code smaller and a bit
simpler.Signed-off-by: Axel Lin
Signed-off-by: Dmitry Torokhov
24 Dec, 2011
3 commits
-
This will improve the output of the sensor.
Signed-off-by: Heikki Krogerus
Signed-off-by: Kirill A. Shutemov
Signed-off-by: Alan Cox
Signed-off-by: Dmitry Torokhov -
This also changes the devname parameter delivered to
request_threaded_irq() from "mpu_int" to "mpu3050".Signed-off-by: Heikki Krogerus
Signed-off-by: Kirill A. Shutemov
Signed-off-by: Alan Cox
Signed-off-by: Dmitry Torokhov -
Adding invn,mpu3050 as the initial id.
Signed-off-by: Olof Johansson
Signed-off-by: Dmitry Torokhov
12 Aug, 2011
1 commit
-
input_free_device() should be used if input_register_device() was not called
yet or if it failed.Signed-off-by: Axel Lin
Signed-off-by: Dmitry Torokhov
29 Jun, 2011
1 commit
-
This driver is registered as an input device. An IRQ is required in this
basic driver configuration.Signed-off-by: Joseph Lai
[Cleaned up PM_RUNTIME defines]
Signed-off-by: Alan Cox
[dtor@mail.ru: consolidated PM methods, some code rearrangement]
Signed-off-by: Dmitry Torokhov