summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* HID: alps: add support for Alps T4 Touchpad deviceMasaki Ota2017-10-173-20/+323
* HID: alps: remove variables local to u1_init() from the device structMasaki Ota2017-10-171-40/+27
* HID: alps: properly handle max_fingers and minimum on X and Y axisMasaki Ota2017-10-171-14/+24
* HID: alps: Separate U1 device codeMasaki Ota2017-10-171-53/+67
* HID: alps: delete unnecessary struct u1_dev devInfoMasaki Ota2017-10-171-35/+34
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-10-125-5/+25
|\
| * HID: hid-elecom: extend to fix descriptor for HUGE trackballAlex Manoussakis2017-10-114-4/+14
| * HID: usbhid: fix out-of-bounds bugJaejoong Kim2017-10-111-1/+11
* | Merge tag 'rpmsg-v4.14-fixes' of git://github.com/andersson/remoteprocLinus Torvalds2017-10-111-4/+10
|\ \
| * | rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent()Dan Carpenter2017-10-101-3/+8
| * | rpmsg: glink: Unlock on error in qcom_glink_request_intent()Dan Carpenter2017-10-101-1/+2
* | | Merge tag 'rproc-v4.14-fixes' of git://github.com/andersson/remoteprocLinus Torvalds2017-10-112-5/+6
|\ \ \
| * | | remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init()Wei Yongjun2017-10-111-3/+2
| * | | remoteproc: qcom: fix RPMSG_QCOM_GLINK_SMEM dependenciesArnd Bergmann2017-10-101-0/+2
| * | | remoteproc: imx_rproc: fix a couple off by one bugsDan Carpenter2017-10-101-2/+2
| |/ /
* | | Merge tag 'gpio-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-10-113-12/+17
|\ \ \
| * | | gpio: omap: Fix lost edge interruptsGrygorii Strashko2017-10-071-9/+13
| * | | gpio: omap: omap_gpio_show_rev is not __initArnd Bergmann2017-09-211-1/+1
| * | | gpio: acpi: work around false-positive -Wstring-overflow warningArnd Bergmann2017-09-191-1/+1
| * | | gpio: thunderx: select IRQ_DOMAIN_HIERARCHY instead of depends onMasahiro Yamada2017-09-191-1/+2
| |/ /
* | | Merge tag 'pinctrl-v4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-10-113-5/+14
|\ \ \
| * | | pinctrl: cherryview: fix issues caused by dynamic gpio irqs mappingGrygorii Strashko2017-10-081-1/+13
| * | | pinctrl/amd: Fix build dependency on pinmux codePetr Mladek2017-09-271-0/+1
| * | | pinctrl: bcm2835: fix build warning in bcm2835_gpio_irq_handle_bankCorentin Labbe2017-09-211-4/+0
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-108-64/+48
|\ \ \
| * | | cdc_ether: flag the u-blox TOBY-L2 and SARA-U2 as wwanAleksander Morgado2017-10-101-0/+13
| * | | net: thunderx: mark expected switch fall-throughs in nicvf_main()Gustavo A. R. Silva2017-10-091-0/+2
| * | | ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend2017-10-091-8/+8
| * | | net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagDing Tianhong2017-10-092-41/+0
| * | | Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong2017-10-091-1/+1
| * | | ixgbe: fix masking of bits read from IXGBE_VXLANCTRL registerSabrina Dubroca2017-10-091-1/+1
| * | | ixgbe: Return error when getting PHY address if PHY access is not supportedMark D Rustad2017-10-091-0/+4
| * | | mlxsw: spectrum_router: Avoid expensive lookup during route removalIdo Schimmel2017-10-081-14/+0
| * | | ppp: fix race in ppp device destructionGuillaume Nault2017-10-061-0/+20
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-10-075-30/+34
|\ \ \ \
| * | | | scsi: ibmvscsis: Fix write_pending failure pathBryant G. Ly2017-10-031-1/+1
| * | | | scsi: libiscsi: Remove iscsi_destroy_sessionKhazhismel Kumykov2017-10-031-16/+0
| * | | | scsi: libiscsi: Fix use-after-free race during iscsi_session_teardownKhazhismel Kumykov2017-10-031-4/+4
| * | | | scsi: sd: Do not override max_sectors_kb sysfs settingMartin K. Petersen2017-10-031-5/+14
| * | | | scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen2017-10-032-4/+15
* | | | | Merge branch 'i2c/for-current-4.14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-074-10/+13
|\ \ \ \ \
| * | | | | i2c: i2c-stm32f7: make structure stm32f7_setup static constColin Ian King2017-10-051-1/+1
| * | | | | i2c: ensure termination of *_device_id tablesThomas Meyer2017-10-051-0/+1
| * | | | | i2c: i801: Add support for Intel Cedar ForkJarkko Nikula2017-10-052-0/+5
| * | | | | i2c: stm32f7: fix setup structurePierre-Yves MORDRET2017-10-051-9/+6
* | | | | | Merge tag 'mmc-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2017-10-079-156/+73
|\ \ \ \ \ \
| * | | | | | mmc: sdhci-xenon: Fix clock resource by adding an optional bus clockGregory CLEMENT2017-10-042-4/+21
| * | | | | | mmc: meson-gx: include tx phase in the tuning processJerome Brunet2017-10-041-1/+18
| * | | | | | mmc: meson-gx: fix rx phase resetJerome Brunet2017-10-041-2/+4
| * | | | | | mmc: meson-gx: make sure the clock is rounded downJerome Brunet2017-10-041-2/+1