| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2019-07-20 | 20 | -29/+2183 |
|\ |
|
| * | Merge branch 'next' into for-linus | Dmitry Torokhov | 2019-07-20 | 377 | -2611/+2576 |
| |\ |
|
| | * | Input: alps - fix a mismatch between a condition check and its comment | Hui Wang | 2019-07-19 | 1 | -1/+1 |
| | * | Input: psmouse - fix build error of multiple definition | YueHaibing | 2019-07-19 | 1 | -1/+2 |
| | * | Input: applespi - remove set but not used variables 'sts' | Mao Wenan | 2019-07-19 | 1 | -2/+1 |
| | * | Input: add Apple SPI keyboard and trackpad driver | Ronald Tschalär | 2019-07-19 | 5 | -0/+2117 |
| | * | Input: alps - don't handle ALPS cs19 trackpoint-only device | Hui Wang | 2019-07-15 | 1 | -0/+32 |
| | * | Input: hyperv-keyboard - remove dependencies on PAGE_SIZE for ring buffer | Maya Nakamura | 2019-07-15 | 1 | -2/+2 |
| | * | Input: adp5589 - initialize GPIO controller parent device | Lars-Peter Clausen | 2019-07-15 | 1 | -0/+1 |
| | * | Input: iforce - remove empty multiline comments | Tim Schumacher | 2019-07-15 | 6 | -18/+0 |
| | * | Merge tag 'v5.2' into next | Dmitry Torokhov | 2019-07-15 | 374 | -2597/+422 |
| | |\ |
|
| | * | | Input: synaptics - fix misuse of strlcpy | Joe Perches | 2019-07-15 | 1 | -1/+1 |
| | * | | Input: auo-pixcir-ts - switch to using devm_add_action_or_reset() | Fuqian Huang | 2019-07-13 | 1 | -2/+1 |
| | * | | Input: gtco - bounds check collection indent level | Grant Hernandez | 2019-07-13 | 1 | -3/+17 |
| | * | | Input: mtk-pmic-keys - add of_node_put() before return | Nishka Dasgupta | 2019-07-11 | 1 | -2/+7 |
| | * | | Input: sun4i-lradc-keys - add of_node_put() before return | Nishka Dasgupta | 2019-07-11 | 1 | -0/+3 |
| | * | | Input: synaptics - whitelist Lenovo T580 SMBus intertouch | Nick Black | 2019-07-11 | 1 | -0/+1 |
* | | | | docs: arm: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 2019-07-15 | 1 | -1/+1 |
* | | | | Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linux | Linus Torvalds | 2019-07-14 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | *: convert stream-like files -> stream_open, even if they use noop_llseek | Kirill Smelkov | 2019-07-14 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2019-07-13 | 25 | -700/+774 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge branch 'next' into for-linus | Dmitry Torokhov | 2019-07-10 | 34 | -789/+1138 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Input: gpio_keys_polled - allow specifying name of input device | Enrico Weigelt, metux IT consult | 2019-07-06 | 1 | -1/+3 |
| | * | | Input: edt-ft5x06 - simplify event reporting code | Dmitry Torokhov | 2019-07-05 | 1 | -9/+4 |
| | * | | Input: max77650-onkey - add MODULE_ALIAS() | Bartosz Golaszewski | 2019-07-05 | 1 | -0/+1 |
| | * | | Input: atmel_mxt_ts - fix -Wunused-const-variable | Nathan Huckleberry | 2019-07-01 | 1 | -10/+10 |
| | * | | Input: joydev - extend absolute mouse detection | Alexander Tsoy | 2019-06-30 | 1 | -2/+22 |
| | * | | Input: elan_i2c - export the device id whitelist | Jeffrey Hugo | 2019-06-30 | 1 | -49/+1 |
| | * | | Input: edt-ft5x06 - use get_unaligned_be16() | Dmitry Torokhov | 2019-06-30 | 1 | -2/+3 |
| | * | | Merge branch 'iforce' into next | Dmitry Torokhov | 2019-06-29 | 8 | -410/+424 |
| | |\ \ |
|
| | | * | | Input: iforce - add the Saitek R440 Force Wheel | Tim Schumacher | 2019-06-22 | 2 | -0/+2 |
| | | * | | Input: iforce - use unaligned accessors, where appropriate | Dmitry Torokhov | 2019-06-22 | 2 | -7/+12 |
| | | * | | Input: iforce - drop couple of temps from transport code | Dmitry Torokhov | 2019-06-22 | 2 | -10/+4 |
| | | * | | Input: iforce - drop bus type from iforce structure | Dmitry Torokhov | 2019-06-22 | 3 | -7/+0 |
| | | * | | Input: iforce - use DMA-safe buffores for USB transfers | Dmitry Torokhov | 2019-06-22 | 3 | -15/+25 |
| | | * | | Input: iforce - allow callers supply data buffer when fetching device IDs | Dmitry Torokhov | 2019-06-22 | 4 | -30/+47 |
| | | * | | Input: iforce - only call iforce_process_packet() if initialized | Dmitry Torokhov | 2019-06-22 | 2 | -4/+1 |
| | | * | | Input: iforce - signal command completion from transport code | Dmitry Torokhov | 2019-06-22 | 2 | -5/+6 |
| | | * | | Input: iforce - do not combine arguments for iforce_process_packet() | Dmitry Torokhov | 2019-06-22 | 4 | -11/+13 |
| | | * | | Input: iforce - factor out hat handling when parsing packets | Dmitry Torokhov | 2019-06-22 | 1 | -44/+57 |
| | | * | | Input: iforce - update formatting of switch statements | Dmitry Torokhov | 2019-06-22 | 3 | -100/+100 |
| | | * | | Input: iforce - use DMA-safe buffer when getting IDs from USB | Dmitry Torokhov | 2019-06-22 | 1 | -46/+22 |
| | | * | | Input: iforce - split into core and transport modules | Dmitry Torokhov | 2019-06-22 | 7 | -43/+25 |
| | | * | | Input: iforce - move transport data into transport modules | Dmitry Torokhov | 2019-06-22 | 3 | -104/+144 |
| | | * | | Input: iforce - add bus type and parent arguments to iforce_init_device() | Dmitry Torokhov | 2019-06-22 | 4 | -18/+8 |
| | | * | | Input: iforce - introduce start and stop io transport ops | Dmitry Torokhov | 2019-06-22 | 4 | -23/+34 |
| | | * | | Input: iforce - move command completion handling to serio code | Dmitry Torokhov | 2019-06-22 | 2 | -8/+11 |
| | | * | | Input: iforce - move get_id to the transport operations | Dmitry Torokhov | 2019-06-22 | 4 | -65/+51 |
| | | * | | Input: iforce - introduce transport ops | Dmitry Torokhov | 2019-06-22 | 4 | -28/+29 |
| | | * | | Input: iforce - remove "being used" silliness | Dmitry Torokhov | 2019-06-22 | 1 | -10/+1 |