History log of /drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
99c978529a40132a6f7a5f136b4362b56fc88d8c 03-Jul-2011 Paul Gortmaker <paul.gortmaker@windriver.com> staging: Add module.h to drivers/staging users

Lots of people expect module.h to just "be there" without
any #include effort. But we are crushing that. So fix those
files in staging relying on implicit module.h presence.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c
7a1763320b8376caee8526823fc94ff612ca5358 30-May-2011 Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com> staging: synaptics: Implement error handling for rmi4 touch regulator

Implement the error handling for regulator in synaptics
rmi4 touch screen

Signed-off-by: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c
25985edcedea6396277003854657b5f3cb31a628 31-Mar-2011 Lucas De Marchi <lucas.demarchi@profusion.mobi> Fix common misspellings

Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
/drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c
819d4eb11605408e0267301d8853367ff82286a5 13-Mar-2011 Alexander Beregalov <a.beregalov@gmail.com> staging: ste_rmi4: fix memory leaks

Free resources before exit.

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c
949c3676cd6b2717c2abda5d9b10e6d6d7daf741 02-Feb-2011 Greg Kroah-Hartman <gregkh@suse.de> Staging: Merge branch 'staging-next' into 2.6.38-rc3

This was done to resolve conflicts in the following files due
to patches in Linus's tree and in the staging-next tree:
drivers/staging/brcm80211/brcmsmac/wl_mac80211.c
drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
dc7b202a4ee6cb686e2bbef80c84443f43ec91bd 24-Jan-2011 Wolfram Sang <w.sang@pengutronix.de> staging/ste_rmi4: Remove obsolete cleanup for clientdata

A few new i2c-drivers came into the kernel which clear the clientdata-pointer
on exit or error. This is obsolete meanwhile, the core will do it.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com>
Cc: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c
4ac638b2ce0738183019c9fe72a8cd1259eb2ad1 21-Jan-2011 Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com> staging: synaptics: Update with the kernel object name of touch device

Update with the kernel object name of touch device for getting
the regulator of the synaptics rmi4 touch device.

Signed-off-by: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c
f32b8453e5a5587ae112ba478ae0bbad74e83d22 22-Dec-2010 Dan Carpenter <error27@gmail.com> Staging: ste_rmi4: use after input_unregister_device()

The original code called input_free_device(rmi4_data->input_dev) after
input_unregister_device(rmi4_data->input_dev) and that's a double free.
This is described in the comments to input_unregister_device().

The normal way to handle this is to make input_register_device() the
last function in the probe which can fail. That way you can avoid the
call to input_unregister_device() entirely.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c
eba499d3e376983f4d521bac05bf7e9a634ace2f 02-Nov-2010 Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com> Staging: add Synaptics RMI4 touchpad driver support

Added the Synaptics RMI4 touchpad driver support.

Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Christopher Heiny <cheiny@synaptics.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c