summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm: omapdrm: Infer the OMAP version from the SoC familyLaurent Pinchart2017-06-022-3/+13
* drm: omapdrm: Remove unused default display name supportLaurent Pinchart2017-06-023-21/+0
* drm: omapdrm: Remove unused dss_get_core_pdev() functionLaurent Pinchart2017-06-022-6/+0
* drm: omapdrm: Drop support for non-DT devicesLaurent Pinchart2017-06-025-109/+35
* drm: omapdrm: Remove duplicate error messages when mapping memoryLaurent Pinchart2017-06-0211-121/+30
* drm: omapdrm: Take GEM object reference when exporting dmabufLaurent Pinchart2017-06-021-12/+2
* drm: omapdrm: Map pages for DMA in DMA_TO_DEVICE directionLaurent Pinchart2017-06-022-8/+7
* drm: omapdrm: DMA-unmap pages for all buffer types when freeing buffersLaurent Pinchart2017-06-021-11/+6
* drm: omapdrm: Fix incorrect usage of the term 'cache coherency'Laurent Pinchart2017-06-021-7/+15
* drm: omapdrm: Rename GEM DMA sync functionsLaurent Pinchart2017-06-024-9/+9
* drm: omapdrm: Rename the omap_gem_object addrs field to dma_addrsLaurent Pinchart2017-06-021-11/+11
* drm: omapdrm: Lower indentation level in omap_gem_dma_sync_buffer()Laurent Pinchart2017-06-021-22/+21
* drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin()Laurent Pinchart2017-06-025-24/+39
* drm: omapdrm: Rename occurrences of paddr to dma_addrLaurent Pinchart2017-06-025-56/+57
* drm: omapdrm: Remove remap argument to omap_gem_get_paddr()Laurent Pinchart2017-06-025-11/+8
* drm: omapdrm: Add zpos propertyLaurent Pinchart2017-06-022-1/+5
* drm: omapdrm: Remove custom plane stateLaurent Pinchart2017-06-021-52/+6
* drm: omapdrm: Store the Z order in the plane state zpos fieldLaurent Pinchart2017-06-021-14/+7
* drm: omapdrm: Remove legacy buffer synchronization supportLaurent Pinchart2017-06-023-268/+4
* drm: omapdrm: Use DRM core's atomic commit helperLaurent Pinchart2017-06-022-106/+15
* drm: omapdrm: Handle events when enabling/disabling CRTCsLaurent Pinchart2017-06-021-8/+22
* Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie2017-05-30282-1609/+2948
|\
| * 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