summaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4
Commit message (Expand)AuthorAgeFilesLines
...
| | * Input: synaptics-rmi4 - remove mutex calls while updating the firmwareBenjamin Tissoires2016-12-012-37/+22Star
| | * Input: synaptics-rmi4 - add rmi_enable/disable_irqBenjamin Tissoires2016-11-302-19/+66
| | * Input: synaptics-rmi4 - propagate correct number of rx and tx electrodes to F54Guenter Roeck2016-11-233-4/+18
| | * Input: synaptics-rmi4 - add support for F55 sensor tuningGuenter Roeck2016-11-235-0/+138
| | * Input: synaptics-rmi4 - add support for F34 device reflashNick Dyer2016-11-238-31/+668
| | * Input: synaptics-rmi4 - unlock on errorDan Carpenter2016-11-171-2/+3
| | * Input: synaptics-rmi4 - add SMBus supportBenjamin Tissoires2016-11-094-0/+472
| | * Input: synaptics-rmi4 - set the ABS_MT_TOOL_TYPE bit to report tool typeAndrew Duggan2016-11-091-4/+6
| | * Input: synaptics-rmi4 - add support for controlling dribble packets in F12Andrew Duggan2016-11-091-1/+69
| | * Input: synaptics-rmi4 - add parameters for dribble packets and palm detect ge...Andrew Duggan2016-11-093-7/+33
| | * Input: synaptics-rmi4 - handle incomplete input dataAndrew Duggan2016-11-093-20/+61
| | * Input: synaptics-rmi4 - move IRQ handling to rmi_driverBjorn Andersson2016-11-093-140/+79Star
| | * Input: synaptics-rmi4 - add a couple of debug linesNick Dyer2016-11-092-0/+4
| | * Input: synaptics-rmi4 - factor out functions from probeNick Dyer2016-11-091-53/+86
| | * Input: synaptics-rmi4 - stop scanning PDT after two empty pagesNick Dyer2016-11-091-2/+14
| * | Merge tag 'v4.8' into nextDmitry Torokhov2016-10-142-5/+7
| |\ \
* | \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-10-142-22/+38
|\ \ \ \
| * | | | Merge branch 'next' into for-linusDmitry Torokhov2016-10-142-22/+38
| |\| | | | | |/ / | |/| |
| | * | Input: synaptics-rmi4 - fix error handling in I2C transport driverGuenter Roeck2016-10-041-12/+26
| | * | Input: synaptics-rmi4 - fix error handling in SPI transport driverGuenter Roeck2016-10-041-10/+12
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-124-4/+0Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-124-4/+0Star
| |/ /
* | | Merge tag 'v4.8' into patchworkMauro Carvalho Chehab2016-10-051-1/+2
|\| |
| * | Input: synaptics-rmi4 - fix register descriptor subpacket map constructionAndrew Duggan2016-08-221-1/+2
* | | [media] Input: v4l-touch - add copyright linesNick Dyer2016-09-191-0/+1
* | | [media] Input: synaptics-rmi4: disallow impossible configurationArnd Bergmann2016-09-191-1/+1
* | | [media] Input: synaptics-rmi4 - add support for F54 diagnosticsNick Dyer2016-08-235-0/+772
|/ /
* | Merge branch 'next' into for-linusDmitry Torokhov2016-08-041-4/+1Star
|\|
| * Input: synaptics-rmi4 - do not check for NULL when calling of_node_put()Markus Elfring2016-07-261-4/+1Star
* | Merge branch 'next' into for-linusDmitry Torokhov2016-07-264-18/+60
|\|
| * Merge branch 'for-linus' into nextDmitry Torokhov2016-07-191-2/+2
| |\
| * | Input: synaptics-rmi4 - use the RMI_F11_REL_BYTES define in rmi_f11_rel_pos_r...Andrew Duggan2016-07-141-2/+2
| * | Input: synaptics-rmi4 - remove unneeded variableAndrew Duggan2016-07-141-4/+1Star
| * | Input: synaptics-rmi4 - remove pointer to rmi_function in f12_dataAndrew Duggan2016-07-141-1/+0Star
| * | Input: synaptics-rmi4 - support regulator suppliesBjorn Andersson2016-07-141-0/+46
| * | Input: synaptics-rmi4 - fix spelling in definesNick Dyer2016-05-191-11/+11
* | | Input: synaptics-rmi4 - fix maximum size check for F12 control register 8Andrew Duggan2016-07-201-4/+5
| |/ |/|
* | Input: synaptics-rmi4 - use of_get_child_by_name() to fix refcountAndrew Duggan2016-07-141-2/+2
|/
* Input: synaptics-rmi4 - remove check of Non-NULL arrayAndrew Duggan2016-03-181-3/+2Star
* Input: synaptics-rmi4 - using logical instead of bitwise ANDDan Carpenter2016-03-161-2/+2
* Input: synaptics-rmi4 - add device tree support to the SPI transport driverAndrew Duggan2016-03-111-1/+43
* Input: synaptics-rmi4 - add SPI transport driverAndrew Duggan2016-03-113-0/+557
* Input: synaptics-rmi4 - add support for F30Andrew Duggan2016-03-115-0/+421
* Input: synaptics-rmi4 - add support for F12Andrew Duggan2016-03-115-0/+473
* Input: synaptics-rmi4 - add device tree support for 2d sensors and F11Andrew Duggan2016-03-113-1/+117
* Input: synaptics-rmi4 - add support for 2D sensors and F11Andrew Duggan2016-03-117-1/+1641
* Input: synaptics-rmi4 - add device tree support for RMI4 I2C devicesAndrew Duggan2016-03-115-5/+124
* Input: synaptics-rmi4 - add I2C transport driverAndrew Duggan2016-03-113-0/+399
* Input: synaptics-rmi4 - add support for Synaptics RMI4 devicesAndrew Duggan2016-03-117-0/+2277