aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-29Input: synaptics-rmi4 - use Kconfig "if" to express dependencyDmitry Torokhov1-16/+12
2016-12-29Merge branch 'synaptics-rmi4' into for-linusDmitry Torokhov1-1/+2
2016-12-27Input: synaptics-rmi4 - fix F03 build error when serio is moduleDmitry Torokhov1-1/+2
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds21-320/+3686
2016-12-15Merge branch 'synaptics-rmi4' into nextDmitry Torokhov21-314/+4453
2016-12-12Input: synaptics-rmi4 - add support for F34 V7 bootloaderNick Dyer5-33/+1687
2016-12-07Input: synaptics-rmi4 - fix debug for sensor clipNick Dyer1-5/+3
2016-12-02Input: synaptics-rmi4 - store the attn data in the driverBenjamin Tissoires5-41/+43
2016-12-02Input: synaptics-rmi4 - allow to add attention dataBenjamin Tissoires1-2/+47
2016-12-02Input: synaptics-rmi4 - f03 - grab data passed by transport deviceDennis Wassenberg1-9/+26
2016-12-02Input: synaptics-rmi4 - add support for F03Lyude Paul5-0/+246
2016-11-30Input: synaptics-rmi4 - have only one struct platform dataBenjamin Tissoires3-9/+8
2016-11-30Input: synaptics-rmi4 - remove EXPORT_SYMBOL_GPL for internal functionsBenjamin Tissoires2-16/+2
2016-11-30Input: synaptics-rmi4 - remove mutex calls while updating the firmwareBenjamin Tissoires2-37/+22
2016-11-30Input: synaptics-rmi4 - add rmi_enable/disable_irqBenjamin Tissoires2-19/+66
2016-11-22Input: synaptics-rmi4 - propagate correct number of rx and tx electrodes to F54Guenter Roeck3-4/+18
2016-11-22Input: synaptics-rmi4 - add support for F55 sensor tuningGuenter Roeck5-0/+138
2016-11-22Input: synaptics-rmi4 - add support for F34 device reflashNick Dyer8-31/+668
2016-11-16Input: synaptics-rmi4 - unlock on errorDan Carpenter1-2/+3
2016-11-08Input: synaptics-rmi4 - add SMBus supportBenjamin Tissoires4-0/+472
2016-11-08Input: synaptics-rmi4 - set the ABS_MT_TOOL_TYPE bit to report tool typeAndrew Duggan1-4/+6
2016-11-08Input: synaptics-rmi4 - add support for controlling dribble packets in F12Andrew Duggan1-1/+69
2016-11-08Input: synaptics-rmi4 - add parameters for dribble packets and palm detect gestureAndrew Duggan3-7/+33
2016-11-08Input: synaptics-rmi4 - handle incomplete input dataAndrew Duggan3-20/+61
2016-11-08Input: synaptics-rmi4 - move IRQ handling to rmi_driverBjorn Andersson3-140/+79
2016-11-08Input: synaptics-rmi4 - add a couple of debug linesNick Dyer2-0/+4
2016-11-08Input: synaptics-rmi4 - factor out functions from probeNick Dyer1-53/+86
2016-11-08Input: synaptics-rmi4 - stop scanning PDT after two empty pagesNick Dyer1-2/+14
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-22/+38
2016-10-13Merge tag 'v4.8' into nextDmitry Torokhov2-5/+7
2016-10-13Merge branch 'next' into for-linusDmitry Torokhov2-22/+38
2016-10-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-4/+0
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada4-4/+0
2016-10-05Merge tag 'v4.8' into patchworkMauro Carvalho Chehab1-1/+2
2016-10-04Input: synaptics-rmi4 - fix error handling in I2C transport driverGuenter Roeck1-12/+26
2016-10-04Input: synaptics-rmi4 - fix error handling in SPI transport driverGuenter Roeck1-10/+12
2016-09-19[media] Input: v4l-touch - add copyright linesNick Dyer1-0/+1
2016-09-19[media] Input: synaptics-rmi4: disallow impossible configurationArnd Bergmann1-1/+1
2016-08-23[media] Input: synaptics-rmi4 - add support for F54 diagnosticsNick Dyer5-0/+772
2016-08-22Input: synaptics-rmi4 - fix register descriptor subpacket map constructionAndrew Duggan1-1/+2
2016-08-03Merge branch 'next' into for-linusDmitry Torokhov1-4/+1
2016-07-26Input: synaptics-rmi4 - do not check for NULL when calling of_node_put()Markus Elfring1-4/+1
2016-07-26Merge branch 'next' into for-linusDmitry Torokhov4-18/+60
2016-07-19Input: synaptics-rmi4 - fix maximum size check for F12 control register 8Andrew Duggan1-4/+5
2016-07-19Merge branch 'for-linus' into nextDmitry Torokhov1-2/+2
2016-07-14Input: synaptics-rmi4 - use the RMI_F11_REL_BYTES define in rmi_f11_rel_pos_reportAndrew Duggan1-2/+2
2016-07-14Input: synaptics-rmi4 - remove unneeded variableAndrew Duggan1-4/+1
2016-07-14Input: synaptics-rmi4 - remove pointer to rmi_function in f12_dataAndrew Duggan1-1/+0
2016-07-14Input: synaptics-rmi4 - use of_get_child_by_name() to fix refcountAndrew Duggan1-2/+2
2016-07-13Input: synaptics-rmi4 - support regulator suppliesBjorn Andersson1-0/+46