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