summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* HID: hid-input: occasionally report stylus battery even if not changeddmitry.torokhov@gmail.com2020-10-291-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-10-1517-43/+242
|\
| * Merge branch 'for-5.10/i2c-hid' into for-linusJiri Kosina2020-10-151-0/+12
| |\
| | * HID: i2c-hid: Enable wakeup capability from Suspend-to-IdleKai-Heng Feng2020-10-151-0/+12
| * | Merge branch 'for-5.9/upstream-fixes' into for-linusJiri Kosina2020-10-159-16/+46
| |\ \
| | * | HID: hid-input: fix stylus battery reportingDmitry Torokhov2020-09-261-2/+2
| | * | HID: wacom: Avoid entering wacom_wac_pen_report for pad / batteryJason Gerecke2020-09-251-1/+3
| | * | HID: i2c-hid: fix kerneldoc warnings in i2c-hid-core.cXiaofei Tan2020-09-231-1/+1
| | * | HID: core: fix kerneldoc warnings in hid-core.cXiaofei Tan2020-09-231-4/+4
| | * | HID: multitouch: Lenovo X1 Tablet Gen2 trackpoint and buttonsMikael Wikström2020-09-222-0/+7
| | * | HID: multitouch: Lenovo X1 Tablet Gen3 trackpoint and buttonsMikael Wikström2020-09-222-0/+7
| | * | HID: alps: clean up indentation issueColin Ian King2020-09-221-1/+1
| | * | HID: ite: Add USB id match for Acer One S1003 keyboard dockHans de Goede2020-09-092-0/+5
| | * | HID: roccat: add bounds checking in kone_sysfs_write_settings()Dan Carpenter2020-09-091-7/+16
| * | | Merge branch 'for-5.10/wiimote' into for-linusJiri Kosina2020-10-151-6/+4
| |\ \ \
| | * | | HID: wiimote: narrow spinlock range in wiimote_hid_event()Ian Abbott2020-09-071-4/+2
| | * | | HID: wiimote: make handlers[] constIan Abbott2020-09-071-2/+2
| * | | | Merge branch 'for-5.10/vivaldi' into for-linusJiri Kosina2020-10-154-0/+161
| |\ \ \ \
| | * | | | HID: add vivaldi HID driverSean O'Brien2020-09-304-0/+161
| | |/ / /
| * | | | Merge branch 'for-5.10/intel-ish-hid' into for-linusJiri Kosina2020-10-151-7/+1
| |\ \ \ \
| | * | | | HID: intel-ish-hid: simplify the return expression of ishtp_bus_remove_device()Qinglang Miao2020-09-221-7/+1
| | |/ / /
| * | | | Merge branch 'for-5.10/i2c-hid' into for-linusJiri Kosina2020-10-151-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | HID: i2c-hid: Prefer asynchronous probeDouglas Anderson2020-09-091-0/+1
| | |/ /
| * | | Merge branch 'for-5.10/cp2112' into for-linusJiri Kosina2020-10-151-9/+10
| |\ \ \
| | * | | HID: cp2112: Use irqchip templateLinus Walleij2020-08-171-9/+10
| * | | | Merge branch 'for-5.10/core' into for-linusJiri Kosina2020-10-151588-8143/+23182
| |\ \ \ \
| | * | | | HID: hid-debug: fix nonblocking read semantics wrt EIO/ERESTARTSYSLaurent Gauthier2020-09-091-5/+5
| | | |/ / | | |/| |
| * | | | Merge branch 'for-5.10/apple' into for-linusJiri Kosina2020-10-151-0/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | HID: apple: Add support for Matias wireless keyboardBALATON Zoltan2020-08-171-0/+2
| | | |/ | | |/|
* | | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-1548-330/+463
|\ \ \ \
| * | | | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-062-3/+1
| * | | | dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-061-0/+1
| * | | | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-065-6/+3
| * | | | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-0620-10/+20
| * | | | firewire-ohci: use dma_alloc_pagesChristoph Hellwig2020-09-251-15/+11
| * | | | dma-iommu: implement ->alloc_noncoherentChristoph Hellwig2020-09-251-4/+37
| * | | | dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-255-0/+12
| * | | | 53c700: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-6/+14
| * | | | sgiseeq: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-10/+18
| * | | | lib82596: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-253-63/+80
| * | | | sgiwd93: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-7/+7
| * | | | 53c700: improve non-coherent DMA handlingChristoph Hellwig2020-09-252-58/+72
| * | | | lib82596: move DMA allocation into the callers of i82596_probeChristoph Hellwig2020-09-253-39/+40
| * | | | net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENTChristoph Hellwig2020-09-251-9/+6
| * | | | drm/nouveau/gk20a: stop setting DMA_ATTR_NON_CONSISTENTChristoph Hellwig2020-09-251-2/+1
| * | | | drm/exynos: stop setting DMA_ATTR_NON_CONSISTENTChristoph Hellwig2020-09-251-2/+0
| * | | | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-25409-2828/+4382
| |\ \ \ \
| * | | | | dma-mapping: remove DMA_MASK_NONEChristoph Hellwig2020-09-251-1/+1
| * | | | | iommu/io-pgtable-arm: Clean up faulty sanity checkRobin Murphy2020-09-211-5/+0
| * | | | | dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-1712-83/+151