summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-01coresight: etm4x: unlocking tracers in default arch initMathieu Poirier1-6/+5
2016-05-01coresight: etm4x: splitting etmv4 default configurationMathieu Poirier2-67/+73
2016-05-01coresight: etm4x: splitting struct etmv4_drvdataMathieu Poirier3-445/+533
2016-05-01coresight: etm4x: adding config and traceid registersMathieu Poirier2-0/+17
2016-05-01coresight: etm4x: moving sysFS entries to a dedicated fileMathieu Poirier4-2030/+2052
2016-05-01checkkconfigsymbols.py: Fix typo in help messageAndreas Ziegler1-1/+1
2016-05-01uio: add missing error codesDan Carpenter1-4/+12
2016-05-01char/rtc: replace blacklist with whitelistArnd Bergmann1-2/+1
2016-05-01w1: silence an uninitialized variable warningDan Carpenter1-1/+1
2016-05-01eeprom: 93xx46: Fix SPI device leakMark Brown1-1/+1
2016-05-01eeprom: at25: Fix SPI device leakMark Brown1-1/+1
2016-05-01w1: Spelling s/minmum/minimum/Geert Uytterhoeven1-1/+1
2016-05-01w1: enable active pullup for DS2482 by defaultMariusz Bialonczyk1-0/+18
2016-05-01nvmem: 93xx46: remove nvmem regmap dependencySrinivas Kandagatla1-72/+18
2016-05-01nvmem: lpc18xx-eeprom: remove nvmem regmap dependencySrinivas Kandagatla1-68/+26
2016-05-01nvmem: imx-ocotp: remove nvmem regmap dependencySrinivas Kandagatla1-44/+11
2016-05-01nvmem: rockchip-efuse: remove nvmem regmap dependencySrinivas Kandagatla1-40/+9
2016-05-01nvmem: sunxi-sid: remove nvmem regmap dependencySrinivas Kandagatla2-46/+9
2016-05-01nvmem: vif610-ocotp: remove nvmem regmap dependencySrinivas Kandagatla1-34/+10
2016-05-01nvmem: qfprom: remove nvmem regmap dependencySrinivas Kandagatla2-20/+37
2016-05-01eeprom: at25: remove nvmem regmap dependencySrinivas Kandagatla2-71/+19
2016-05-01eeprom: at24: remove nvmem regmap dependencySrinivas Kandagatla2-82/+22
2016-05-01nvmem: core: remove regmap dependencySrinivas Kandagatla3-28/+50
2016-05-01vme: add vme_init_bridge for common bridge initAaron Sierra4-16/+17
2016-05-01nvmem: Fix build error of missing devm_ioremap_resource on UMKrzysztof Kozlowski1-0/+2
2016-05-01vme: trivial spelling and capitalization fixesAaron Sierra1-6/+6
2016-05-01tools: hv: lsvmbus: add pci pass-through UUIDVitaly Kuznetsov1-0/+1
2016-05-01Drivers: hv: balloon: reset host_specified_ha_regionVitaly Kuznetsov1-0/+1
2016-05-01Drivers: hv: balloon: don't crash when memory is added in non-sorted orderVitaly Kuznetsov1-2/+2
2016-05-01Drivers: hv: vmbus: handle various crash scenariosVitaly Kuznetsov3-20/+61
2016-05-01Drivers: hv: kvp: fix IP FailoverVitaly Kuznetsov2-0/+36
2016-04-30misc: sram: fix check of devm_ioremap*() return valueVladimir Zapolskiy1-2/+2
2016-04-30spmi: do not use bus internal dataSudip Mukherjee1-2/+10
2016-04-30mei: fix waiting for wr_ctrl for corner cases.Alexander Usyskin1-4/+14
2016-04-30mei: don't clean control queues on notify request timeoutAlexander Usyskin1-6/+2
2016-04-30mei: amthif: discard not read messagesAlexander Usyskin3-2/+5
2016-04-30mei: fix NULL dereferencing during FW initiated disconnectionAlexander Usyskin3-6/+6
2016-04-30mei: drop global me_client_indexAlexander Usyskin2-17/+8
2016-04-30mei: do not pin module if cldrv->probe() failedAlexey Khoroshilov1-2/+6
2016-04-30char: xillybus: use devm_add_action_or_resetSudip Mukherjee2-19/+2
2016-04-30drivers:hv: Separate out frame buffer logic when picking MMIO rangeJake Oshins1-45/+35
2016-04-30drivers:hv: Record MMIO range in use by frame bufferJake Oshins1-1/+36
2016-04-30drivers:hv: Track allocations of children of hv_vmbus in private resource treeJake Oshins1-1/+21
2016-04-30drivers:hv: Reverse order of resources in hyperv_mmioJake Oshins1-2/+1
2016-04-30drivers:hv: Use new vmbus_mmio_free() from client drivers.Jake Oshins2-9/+9
2016-04-30drivers:hv: Make a function to free mmio regions through vmbusJake Oshins2-1/+16
2016-04-30drivers:hv: Lock access to hyperv_mmio resource treeJake Oshins1-4/+12
2016-04-30Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus...K. Y. Srinivasan2-0/+87
2016-04-30Drivers: hv: vmbus: Move some ring buffer functions to hyperv.hK. Y. Srinivasan2-55/+54
2016-04-30Drivers: hv: vmbus: Export the vmbus_set_event() APIK. Y. Srinivasan3-2/+2