summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-01-25char: lp: use true or false for boolean valuesGustavo A. R. Silva
2018-01-25android: binder: use VM_ALLOC to get vm areaGanesh Mahendran
2018-01-25android: binder: Use true and false for boolean valuesGustavo A. R. Silva
2018-01-25lkdtm: fix handle_irq_event symbol for INT_HW_IRQ_ENIvan Delalande
2018-01-23EISA: Delete error message for a failed memory allocation in eisa_probe()Ladislav Michl
2018-01-23EISA: Whitespace cleanupLadislav Michl
2018-01-22misc: remove AVR32 dependenciesCorentin Labbe
2018-01-22virt: vbox: Add error mapping for VERR_INVALID_NAME and VERR_NO_MORE_FILESHans de Goede
2018-01-22soundwire: Fix a signedness bugDan Carpenter
2018-01-13uio_hv_generic: fix new type mismatch warningsArnd Bergmann
2018-01-10uio_hv_generic: fix type mismatch warningsArnd Bergmann
2018-01-10auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan
2018-01-10uio_hv_generic: add rescind supportStephen Hemminger
2018-01-10uio_hv_generic: check that host supports monitor pageStephen Hemminger
2018-01-10uio_hv_generic: create send and receive buffersStephen Hemminger
2018-01-09vmbus: add monitor_id and subchannel_id to sysfs per channelStephen Hemminger
2018-01-09uio_hv_generic: use ISR callback methodStephen Hemminger
2018-01-09uio_hv_generic: use standard mmap for resourcesStephen Hemminger
2018-01-09uio_hv_generic: fix configuration commentsStephen Hemminger
2018-01-09vmbus: make channel attributes staticStephen Hemminger
2018-01-09android: binder: Use octal permissionsHarsh Shandilya
2018-01-09char: xillybus: remove direct dependency on DT functionsRob Herring
2018-01-09ANDROID: binder: Remove obsolete proc waitqueue.Martijn Coenen
2018-01-09Drivers: hv: vmbus: Remove x86-isms from arch independent driversMichael Kelley
2018-01-09ANDROID: binder: remove waitqueue when thread exits.Martijn Coenen
2018-01-09mei: fix an && vs || typoDan Carpenter
2018-01-09android: binder: Prefer __func__ to using hardcoded function nameElad Wexler
2018-01-09misc: ds1682: Ignore update-in-progress ETC readsThomas VanSelus
2018-01-09misc: ds1682: Show device registers as unsignedAaron Sierra
2018-01-09misc: fsa9480: Add blank line after declarations.Tejas Upadhyay
2018-01-09soundwire: select REGMAP_SOUNDWIREVinod Koul
2018-01-09soundwire: Fix incorrect return value checkShreyas NC
2018-01-09slimbus: qcom: add HAS_IOMEM dependencySrinivas Kandagatla
2018-01-09slimbus: qcom: Fix return value check in qcom_slim_probe()Wei Yongjun
2018-01-09slimbus: Fix missing unlock on error in slim_msg_response()Wei Yongjun
2018-01-09slimbus: Use GFP_ATOMIC under spin lockWei Yongjun
2018-01-09slimbus: make functions slim_ack_txn and slim_alloc_txbuf staticColin Ian King
2018-01-09slimbus: fix retries comparison to correctly identify failed allocationColin Ian King
2018-01-09slimbus: avoid null pointer dereference on msgColin Ian King
2018-01-09mux: add SPDX identifiers to all mux source filesPeter Rosin
2018-01-08soundwire: Fix typo in return value check of sdw_read()Wei Yongjun
2018-01-08soundwire: intel: fix missing assignment to retColin Ian King
2018-01-08soundwire: fix sign extension when shifting buf[2] 24 placesColin Ian King
2018-01-08Merge tag 'extcon-next-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2018-01-03extcon: axp288: Handle reserved charger-type values betterHans de Goede
2018-01-03extcon: axp288: Redo charger type detection a couple of seconds after probe()Hans de Goede
2018-01-03Merge branch 'ib-extcon-mfd-4.16' into extcon-nextChanwoo Choi
2018-01-03extcon: axp288: Remove unused platform dataHans de Goede
2018-01-03extcon: axp288: Remove unused extcon_nb struct memberHans de Goede
2018-01-03extcon: axp288:: Handle return value of platform_get_irqArvind Yadav