summaryrefslogtreecommitdiffstats
path: root/drivers/platform (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-03thunderbolt: Print connected devicesMika Westerberg1-0/+11
2018-10-03thunderbolt: Make the driver less verboseMika Westerberg7-69/+68
2018-10-03thunderbolt: Remove a meaningless NULL pointer check before dma_pool_destroyzhong jiang1-2/+1
2018-10-03mei: samples: fix a signedness bug in amt_host_if_call()Dan Carpenter1-1/+1
2018-10-03mei: replace POLL* with EPOLL* for write queues.Tomas Winkler1-2/+2
2018-10-03uio: make symbol 'uio_class_registered' staticWei Yongjun1-1/+1
2018-10-03Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu maskDexuan Cui1-5/+9
2018-10-03Drivers: hv: kvp: Fix two "this statement may fall through" warningsDexuan Cui1-2/+4
2018-10-03Drivers: hv: kvp: Fix the indentation of some "break" statementsDexuan Cui1-4/+4
2018-10-03Drivers: hv: vmbus: Fix the descriptions of some function parametersDexuan Cui2-25/+22
2018-10-03w1: omap-hdq: fix missing bus unregister at removalAndreas Kemnade1-0/+2
2018-10-03VMCI: Resource wildcard match fixedJorgen Hansen2-2/+3
2018-09-30Linux 4.19-rc6v4.19-rc6Greg Kroah-Hartman1-1/+1
2018-09-30MAINTAINERS: fix reference to moved drivers/{misc => auxdisplay}/panel.cMiguel Ojeda1-1/+1
2018-09-29cpufreq: qcom-kryo: Fix section annotationsNathan Chancellor1-2/+2
2018-09-28perf/core: Add sanity check to deal with pinned event failureReinette Chatre1-0/+6
2018-09-28xen/blkfront: correct purging of persistent grantsJuergen Gross1-2/+2
2018-09-28Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"Jens Axboe1-1/+3
2018-09-28nvmem: make nvmem_add_cells() staticSrinivas Kandagatla1-2/+1
2018-09-28nvmem: sunxi_sid: remove unused variable in probeSrinivas Kandagatla1-1/+1
2018-09-28nvmem: use octal permissions instead of constantsBartosz Golaszewski1-4/+4
2018-09-28nvmem: fix commenting styleBartosz Golaszewski1-2/+2
2018-09-28nvmem: use EOPNOTSUPP instead of ENOSYSBartosz Golaszewski2-18/+17
2018-09-28nvmem: make the naming of arguments in nvmem_cell_get() consistentBartosz Golaszewski2-19/+20
2018-09-28nvmem: use SPDX license identifiersBartosz Golaszewski3-17/+3
2018-09-28nvmem: add a notifier chainBartosz Golaszewski2-0/+57
2018-09-28Documentation: nvmem: document cell tables and lookup entriesBartosz Golaszewski1-0/+31
2018-09-28nvmem: add support for cell lookups from machine codeBartosz Golaszewski2-26/+131
2018-09-28nvmem: resolve cells from DT at registration timeBartosz Golaszewski1-48/+75
2018-09-28nvmem: add support for cell infoBartosz Golaszewski2-9/+96
2018-09-28nvmem: remove the global cell listBartosz Golaszewski1-49/+15
2018-09-28nvmem: change the signature of nvmem_unregister()Bartosz Golaszewski2-12/+5
2018-09-28nvmem: mxs-ocotp: use devm_nvmem_register()Bartosz Golaszewski1-2/+2
2018-09-28nvmem: lpc18xx_eeprom: use devm_nvmem_register()Bartosz Golaszewski1-5/+1
2018-09-28nvmem: sunxi_sid: use devm_nvmem_register()Bartosz Golaszewski1-17/+3
2018-09-28nvmem: sunxi_sid: return -ENOMEM if kzalloc() failsBartosz Golaszewski1-1/+1
2018-09-28nvmem: use krefBartosz Golaszewski1-22/+22
2018-09-28nvmem: check the return value of nvmem_add_cells()Bartosz Golaszewski1-2/+8
2018-09-28nvmem: remove a stray newlineBartosz Golaszewski1-1/+0
2018-09-28nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()Bartosz Golaszewski1-5/+2
2018-09-28nvmem: remove the name field from struct nvmem_deviceBartosz Golaszewski1-2/+1
2018-09-28nvmem: provide nvmem_dev_name()Bartosz Golaszewski2-0/+21
2018-09-28eeprom: at25: use devm_nvmem_register()Bartosz Golaszewski1-2/+1
2018-09-28eeprom: eeprom_93xx46: use resource managementBartosz Golaszewski1-14/+5
2018-09-28selftests/powerpc: Fix Makefiles for headers_install changeMichael Ellerman17-0/+17
2018-09-27blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov1-2/+2
2018-09-27dax: Fix deadlock in dax_lock_mapping_entry()Jan Kara1-0/+1
2018-09-27x86/boot: Fix kexec booting failure in the SEV bit detection codeKairui Song1-19/+0
2018-09-27bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang3-3/+12
2018-09-27drm/amd/display: Fix Edid emulation for linuxBhawanpreet Lakha3-7/+137