summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* [media] davinci: vpif_capture: drop compliance hackKevin Hilman2017-06-071-15/+0
* [media] ir-spi: Fix issues with lirc APIAnton Blanchard2017-06-071-3/+6
* [media] mceusb: drop redundant urb reinitialisationJohan Hovold2017-06-071-3/+0
* [media] mceusb: fix memory leaks in error pathJohan Hovold2017-06-071-0/+2
* [media] tc358743: Add support for platforms without IRQ lineDave Stevenson2017-06-071-0/+38
* [media] tc358743: Setup default mbus_fmt before registeringDave Stevenson2017-06-071-1/+2
* [media] tc358743: Add enum_mbus_codeDave Stevenson2017-06-071-0/+18
* [media] cec: improve debug messagesHans Verkuil2017-06-071-12/+16
* [media] tc358743: Handle return value of clk_prepare_enableArvind Yadav2017-06-071-1/+5
* [media] v4l2-ctrls: Correctly destroy mutex in v4l2_ctrl_handler_free()Sakari Ailus2017-06-071-1/+2
* [media] v4l2-ctrls.c: Implement unlocked variant of v4l2_ctrl_handler_setup()Sakari Ailus2017-06-071-2/+19
* [media] atmel-isi: code cleanupHugues Fruchet2017-06-071-14/+10
* Merge tag 'media/v4.12-2' into patchworkMauro Carvalho Chehab2017-06-07301-1662/+3015
|\
| * [media] rc-core: race condition during ir_raw_event_register()Sean Young2017-06-041-5/+8
| * [media] cec: drop MEDIA_CEC_DEBUGHans Verkuil2017-06-043-9/+3
| * [media] cec: rename MEDIA_CEC_NOTIFIER to CEC_NOTIFIERHans Verkuil2017-06-044-6/+6
| * [media] cec: select CEC_CORE instead of depend on itHans Verkuil2017-06-048-18/+24
| * [media] rainshadow-cec: ensure exit_loop is intializedColin Ian King2017-06-041-1/+1
| * [media] atomisp: don't treat warnings as errorsMauro Carvalho Chehab2017-06-044-7/+1
| * Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2017-05-294-17/+11
| |\
| | * thermal: broadcom: ns-thermal: default on iProc SoCsJon Mason2017-05-241-4/+5
| | * ti-soc-thermal: Fix a typo in a comment lineMarkus Elfring2017-05-241-1/+1
| | * ti-soc-thermal: Delete error messages for failed memory allocations in ti_ban...Markus Elfring2017-05-241-6/+2
| | * ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()Markus Elfring2017-05-241-2/+2
| | * thermal: core: make thermal_emergency_poweroff staticColin Ian King2017-05-241-1/+1
| | * thermal: qoriq: remove useless call for of_thermal_get_trip_points()Masahiro Yamada2017-05-241-3/+0
| * | Merge tag 'tty-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-2711-40/+141
| |\ \
| | * | serial: altera_uart: call iounmap() at driver removeTobias Klauser2017-05-251-0/+1
| | * | serial: imx: ensure UCR3 and UFCR are setup correctlyUwe Kleine-König2017-05-251-2/+12
| | * | serial: enable serdev supportJohan Hovold2017-05-181-2/+2
| | * | tty/serdev: add serdev registration interfaceJohan Hovold2017-05-182-2/+79
| | * | serdev: Restore serdev_device_write_buf for atomic contextStefan Wahren2017-05-181-0/+12
| | * | serial: core: fix crash in uart_suspend_portLucas Stach2017-05-181-1/+1
| | * | tty: fix port buffer lockingVegard Nossum2017-05-181-0/+2
| | * | tty: ehv_bytechan: clean up init error handlingJohan Hovold2017-05-181-9/+8
| | * | serial: ifx6x60: fix use-after-free on module unloadJohan Hovold2017-05-181-1/+1
| | * | serial: altera_jtaguart: adding iounmap()Alexey Khoroshilov2017-05-181-0/+1
| | * | serial: exar: Fix stuck MSIsJan Kiszka2017-05-181-9/+10
| | * | serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'Christophe JAILLET2017-05-181-3/+8
| | * | serdev: fix tty-port client deregistrationJohan Hovold2017-05-181-5/+10
| | * | Revert "tty_port: register tty ports with serdev bus"Johan Hovold2017-05-181-12/+0
| | * | drivers/tty: 8250: only call fintek_8250_probe when doing port I/OArd Biesheuvel2017-05-181-1/+1
| * | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-271-1/+1
| |\ \ \
| | * | | acpi, nfit: Fix the memory error check in nfit_handle_mce()Vishal Verma2017-05-211-1/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-273-15/+18
| |\ \ \ \
| | * | | | Input: elan_i2c - ignore signals when finishing updating firmwareKT Liao2017-05-251-13/+8
| | * | | | Input: elan_i2c - clear INT before resetting controllerKT Liao2017-05-251-1/+8
| | * | | | Input: atmel_mxt_ts - add T100 as a readable objectMaxime Roussin-Bélanger2017-05-231-0/+1
| | * | | | Input: edt-ft5x06 - increase allowed data range for threshold parameterMartin Kepplinger2017-05-231-1/+1
| * | | | | Merge tag 'led_fixes_for_4-12-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-261-1/+1
| |\ \ \ \ \