aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-06Input: tps65219-pwrbutton - use regmap_set_bits()Uwe Kleine-König1-3/+2
2023-06-06Input: tps65219-pwrbutton - convert to .remove_new()Uwe Kleine-König1-5/+8
2023-05-23Input: tests - add test to cover all input_grab_device() functionDana Elfassy1-0/+32
2023-05-23Input: gpio-keys - use input_report_key()Geert Uytterhoeven1-3/+3
2023-05-22Input: xpad - spelling fixes for "Xbox"Ismael Ferreras Morezuelas4-45/+45
2023-05-22Input: add HAS_IOPORT dependenciesNiklas Schnelle2-0/+2
2023-05-18Input: libps2 - do not discard non-ack bytes when controlling LEDsDmitry Torokhov1-4/+32
2023-05-18Input: libps2 - introduce common interrupt handlerDmitry Torokhov4-152/+269
2023-05-18Input: libps2 - fix aborting PS/2 commandsDmitry Torokhov1-4/+11
2023-05-18Input: libps2 - fix NAK handlingDmitry Torokhov1-1/+1
2023-05-18Input: libps2 - rework handling of command responseDmitry Torokhov1-8/+10
2023-05-18Input: libps2 - remove special handling of ACK for command byteDmitry Torokhov2-8/+2
2023-05-18Input: libps2 - attach ps2dev instances as serio port's drvdataDmitry Torokhov6-29/+44
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König92-92/+92
2023-05-11dt-bindings: input: cypress,cyapa: convert to dtschemaKrzysztof Kozlowski2-42/+49
2023-05-10Input: adxl34x - do not hardcode interrupt trigger typeMarek Vasut1-2/+1
2023-05-08Input: pwm-vibra - add support for enable GPIOLuca Weiss1-0/+16
2023-05-08Input: pwm-vibra - add newline to dev_err printsLuca Weiss1-10/+10
2023-05-08dt-bindings: input: pwm-vibrator: Add enable-gpioLuca Weiss1-0/+2
2023-05-06Input: ili210x - probe even if no resolution informationMarek Vasut1-13/+23
2023-05-05Input: edt-ft5x06 - add delay after waking upPhilipp Puschmann1-0/+1
2023-05-05Input: cyttsp5 - implement proper sleep and wakeup proceduresMaximilian Weigand1-0/+77
2023-05-05Input: tests - fix input_test_match_device_id testDmitry Torokhov1-1/+1
2023-05-02Input: avoid calling input_set_abs_val() in the event handling coreDmitry Torokhov1-2/+4
2023-05-02Input: tests - modular KUnit tests should not depend on KUNIT=yGeert Uytterhoeven1-1/+1
2023-05-02Input: tests - fix use-after-free and refcount underflow in input_test_exit()Geert Uytterhoeven1-2/+2
2023-05-01Input: uinput - allow injecting event timesBiswarup Pal1-0/+34
2023-05-01Input: atmel_mxt_ts - support capacitive keysAndré Apitzsch1-0/+85
2023-05-01dt-bindings: input: atmel,maxtouch: add linux,keycodesAndré Apitzsch1-0/+7
2023-05-01Input: i8042 - add missing includeMichał Mirosław1-0/+1
2023-05-01Input: cyttsp4_core - change del_timer_sync() to timer_shutdown_sync()Duoming Zhou1-2/+1
2023-05-01dt-bindings: input: cypress,tt21000 - add wakeup-source entry to documentationMaximilian Weigand1-0/+2
2023-05-01Input: cyttsp5 - remove unused codeMaximilian Weigand1-5/+0
2023-05-01Input: drv260x - fix magnitude handlingLuca Weiss1-6/+7
2023-05-01Input: drv260x - remove unused .reg_defaultsLuca Weiss1-40/+0
2023-05-01Input: drv260x - sleep between polling GO bitLuca Weiss1-0/+1
2023-05-01Input: drv260x - fix typo in register value defineLuca Weiss1-2/+2
2023-05-01Revert "Input: xpad - fix support for some third-party controllers"Dmitry Torokhov1-23/+0
2023-04-14dt-bindings: input: pwm-beeper: convert to dt schemaPeng Fan2-24/+41
2023-04-14Input: xpad - fix PowerA EnWired Controller guide buttonVicki Pfau1-0/+15
2023-04-14Input: xpad - add constants for GIP interface numbersVicki Pfau1-1/+4
2023-04-13Input: synaptics-rmi4 - fix function name in kerneldocJiapeng Chong1-1/+1
2023-04-13Input: raspberrypi-ts - fix refcount leak in rpi_ts_probeMiaoqian Lin1-2/+1
2023-04-10Input: edt-ft5x06 - select REGMAP_I2CDaniel Golle1-0/+1
2023-04-10Input: melfas_mip4 - report palm touchesJungHoon Hyun1-9/+10
2023-04-09Input: cma3000_d0x - remove unneeded codeJiapeng Chong1-2/+0
2023-04-02Input: edt-ft5x06 - calculate points data length only onceDario Binacchi1-28/+28
2023-04-02Input: edt-ft5x06 - unify the crc checkDario Binacchi1-6/+3
2023-04-02Input: edt-ft5x06 - convert to use regmap APIDario Binacchi1-210/+214
2023-04-02Input: edt-ft5x06 - don't print error messages with dev_dbg()Dario Binacchi1-3/+3