summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'leds_for_4.15rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-1514-31/+627
|\
| * leds: Add driver for PC Engines APU/APU2 LEDsAlan Mizrahi2017-11-063-0/+289
| * leds: lp55xx: fix spelling mistake: 'cound' -> 'could'Arvind Yadav2017-10-301-1/+1
| * leds: Convert timers to use timer_setup()Kees Cook2017-10-253-15/+18
| * Documentation: leds: Update 00-INDEX fileJacek Anaszewski2017-10-231-0/+10
| * leds: tca6507: Remove unnecessary reg checkChristos Gkekas2017-10-091-1/+1
| * leds: ledtrig-heartbeat: Convert timers to use timer_setup()Kees Cook2017-10-061-6/+10
| * leds: Replace flags bit shift with BIT() macrosDavid Lin2017-10-061-9/+9
| * leds: pca955x: Don't invert requested value in pca955x_gpio_set_value()Andrew Jeffery2017-10-061-5/+12
| * leds: ledtrig-activity: Add a system activity LED triggerWilly Tarreau2017-10-063-0/+283
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-11-1555-731/+2776
|\ \
| * \ Merge branch 'next' into for-linusDmitry Torokhov2017-11-1428314-569856/+1438799
| |\ \
| | * | Input: gamecon - mark expected switch fall-throughsGustavo A. R. Silva2017-11-101-0/+3
| | * | Input: sidewinder - mark expected switch fall-throughsGustavo A. R. Silva2017-11-101-5/+5
| | * | Input: spaceball - mark expected switch fall-throughsGustavo A. R. Silva2017-11-101-0/+4
| | * | Input: uinput - unlock on allocation failure in ioctlDan Carpenter2017-11-101-2/+4
| | * | Input: add support for the Samsung S6SY761 touchscreenAndi Shyti2017-11-104-0/+605
| | * | Input: add support for HiDeep touchscreenAnthony Kim2017-11-105-0/+1175
| | * | Input: st1232 - remove obsolete platform device supportGeert Uytterhoeven2017-11-082-27/+3
| | * | Merge tag 'v4.14-rc8' into nextDmitry Torokhov2017-11-0812933-2440/+15484
| | |\ \
| | * | | Input: convert autorepeat timer to use timer_setup()Kees Cook2017-11-031-6/+5
| | * | | media: ttpci: remove autorepeat handling and use timer_setupSean Young2017-11-032-37/+21
| | * | | Input: cyttsp4 - avoid overflows when calculating memory sizesVince Kim2017-11-031-12/+40
| | * | | Input: mxs-lradc - remove redundant assignment to pointer inputColin Ian King2017-10-281-1/+1
| | * | | Input: add I2C attached EETI EXC3000 multi touch driverAhmet Inan2017-10-254-0/+261
| | * | | Input: goodix - support gt1151 touchpanelMarcin Niestroj2017-10-242-28/+100
| | * | | Input: ps2-gpio - actually abort probe when connected to sleeping GPIOsDmitry Torokhov2017-10-241-0/+1
| | * | | Input: hil_mlc - convert to using timer_setup()Kees Cook2017-10-241-2/+2
| | * | | Input: hp_sdc - convert to using timer_setup()Kees Cook2017-10-241-3/+2
| | * | | Input: touchsceen - convert timers to use timer_setup()Kees Cook2017-10-245-18/+18
| | * | | Input: keyboard - convert timers to use timer_setup()Kees Cook2017-10-246-22/+19
| | * | | Input: uinput - fold header into the driver properDmitry Torokhov2017-10-242-82/+39
| | * | | Input: uinput - remove uinput_allocate_device()Dmitry Torokhov2017-10-241-18/+10
| | * | | Input: uinput - fix coding style in uinput_ioctl_handler()Dmitry Torokhov2017-10-241-116/+115
| | * | | Input: uinput - allow FF requests to time outDmitry Torokhov2017-10-241-1/+5
| | * | | Input: ad7877 - convert to using timer_setup()stephen lu2017-10-241-3/+3
| | * | | Input: gpio-keys - convert timers to use timer_setup()stephen lu2017-10-241-4/+3
| | * | | Input: ff_memless - convert to using timer_setup()Kees Cook2017-10-241-4/+4
| | * | | Input: alps - convert to using timer_setup()Kees Cook2017-10-241-4/+4
| | * | | Input: byd - convert to using timer_setup()Kees Cook2017-10-241-4/+6
| | * | | Merge tag 'v4.14-rc6' into nextDmitry Torokhov2017-10-2311921-340394/+599726
| | |\ \ \
| | * | | | Input: edt-ft5x06 - implement support for the EDT-M12 seriesSimon Budig2017-10-201-11/+39
| | * | | | Input: edt-ft5x06 - make distinction between m06/m09/generic more clearSimon Budig2017-10-201-29/+93
| | * | | | Input: gpio_mouse - add device tree probingLinus Walleij2017-10-201-0/+8
| | * | | | Input: gpio_mouse - convert to use GPIO descriptorsLinus Walleij2017-10-201-124/+67
| | * | | | Input: gpio_mouse - add DT bindingsLinus Walleij2017-10-201-0/+32
| | * | | | Input: gpio_mouse - rename platform data variablesLinus Walleij2017-10-201-20/+20
| | * | | | Input: gpio_mouse - kill off platform dataLinus Walleij2017-10-202-68/+52
| | * | | | Input: synaptics-rmi4 - make array rmi_f54_report_type_names staticColin Ian King2017-10-101-1/+1
| | * | | | Input: ad7879 - use managed devm_device_add_groupAndi Shyti2017-09-301-12/+1