summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* android: binder: Use octal permissionsHarsh Shandilya2018-01-091-8/+8
* char: xillybus: remove direct dependency on DT functionsRob Herring2018-01-092-10/+6
* ANDROID: binder: Remove obsolete proc waitqueue.Martijn Coenen2018-01-091-3/+0
* Drivers: hv: vmbus: Remove x86-isms from arch independent driversMichael Kelley2018-01-092-6/+2
* ANDROID: binder: remove waitqueue when thread exits.Martijn Coenen2018-01-091-0/+12
* mei: fix an && vs || typoDan Carpenter2018-01-091-1/+1
* android: binder: Prefer __func__ to using hardcoded function nameElad Wexler2018-01-091-2/+2
* misc: ds1682: Ignore update-in-progress ETC readsThomas VanSelus2018-01-091-1/+18
* misc: ds1682: Show device registers as unsignedAaron Sierra2018-01-091-9/+9
* misc: fsa9480: Add blank line after declarations.Tejas Upadhyay2018-01-091-0/+1
* soundwire: select REGMAP_SOUNDWIREVinod Koul2018-01-091-0/+1
* soundwire: Fix incorrect return value checkShreyas NC2018-01-091-2/+2
* slimbus: qcom: add HAS_IOMEM dependencySrinivas Kandagatla2018-01-091-0/+1
* slimbus: qcom: Fix return value check in qcom_slim_probe()Wei Yongjun2018-01-091-2/+2
* slimbus: Fix missing unlock on error in slim_msg_response()Wei Yongjun2018-01-091-0/+1
* slimbus: Use GFP_ATOMIC under spin lockWei Yongjun2018-01-091-1/+1
* slimbus: make functions slim_ack_txn and slim_alloc_txbuf staticColin Ian King2018-01-091-3/+4
* slimbus: fix retries comparison to correctly identify failed allocationColin Ian King2018-01-091-1/+1
* slimbus: avoid null pointer dereference on msgColin Ian King2018-01-091-2/+3
* mux: add SPDX identifiers to all mux source filesPeter Rosin2018-01-096-16/+6
* soundwire: Fix typo in return value check of sdw_read()Wei Yongjun2018-01-081-5/+5
* soundwire: intel: fix missing assignment to retColin Ian King2018-01-081-1/+1
* soundwire: fix sign extension when shifting buf[2] 24 placesColin Ian King2018-01-081-2/+2
* Merge tag 'extcon-next-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2018-01-085-46/+177
|\
| * extcon: axp288: Handle reserved charger-type values betterHans de Goede2018-01-031-2/+2
| * extcon: axp288: Redo charger type detection a couple of seconds after probe()Hans de Goede2018-01-031-2/+30
| * Merge branch 'ib-extcon-mfd-4.16' into extcon-nextChanwoo Choi2018-01-032-39/+142
| |\
| | * extcon: axp288: Remove unused platform dataHans de Goede2018-01-031-34/+1
| | * extcon: axp288: Remove unused extcon_nb struct memberHans de Goede2018-01-031-1/+0
| | * extcon: axp288:: Handle return value of platform_get_irqArvind Yadav2018-01-031-0/+3
| | * extcon: usbc-cros-ec: add support to notify USB type cables.Benson Leung2017-12-151-4/+138
| * | extcon: adc-jack: Fix platform_get_irq's error checkingArvind Yadav2017-11-271-1/+1
| * | extcon: max8997: Delete unneeded initialization in max8997_muic_set_path()Markus Elfring2017-11-271-1/+1
| * | extcon: max77693: Delete unneeded initialization in max77693_muic_set_path()Markus Elfring2017-11-271-1/+1
| |/
* | mei: fix incorrect logical operator in if statementColin Ian King2018-01-021-1/+1
* | mei: me: allow runtime pm for platform with D0i3Tomas Winkler2018-01-021-1/+4
* | slimbus: qcom-ctrl: use normal allocationArnd Bergmann2018-01-021-8/+4
* | Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman2018-01-02299-1372/+2862
|\ \
| * \ Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2017-12-311-6/+2
| |\ \
| | * | x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner2017-12-291-6/+2
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-3112-21/+44
| |\ \ \
| | * | | genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-295-6/+6
| | * | | gpio: brcmstb: Make really use of the new lockdep classThomas Gleixner2017-12-291-1/+1
| | * | | kernel/irq: Extend lockdep class for request mutexAndrew Lunn2017-12-287-15/+38
| * | | | Merge tag 'char-misc-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-314-16/+36
| |\ \ \ \
| | * | | | nvmem: meson-mx-efuse: fix reading from an offset other than 0Martin Blumenstingl2017-12-231-2/+2
| | * | | | binder: fix proc->files use-after-freeTodd Kjos2017-12-181-13/+31
| | * | | | vmbus: unregister device_obj->channels_ksetDexuan Cui2017-12-181-0/+2
| | * | | | thunderbolt: Mask ring interrupt properly when polling startsMika Westerberg2017-12-161-1/+1
| * | | | | Merge tag 'driver-core-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-311-0/+13
| |\ \ \ \ \