summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-07nvmem: mediatek: Add Mediatek EFUSE driverAndrew-CT Chen3-0/+102
2016-02-07dt-bindings: add document of mediatek efuse driverAndrew-CT Chen1-0/+36
2016-02-07nvmem: NXP LPC18xx EEPROM memory NVMEM driverAriel D'Alessandro3-0/+341
2016-02-07DT: nvmem: Add NXP LPC18xx EEPROM memory binding documentationAriel D'Alessandro1-0/+28
2016-02-07misc: c2port: use kobj_to_dev()Geliang Tang1-6/+2
2016-02-07misc: cxl: use kobj_to_dev()Geliang Tang1-3/+2
2016-02-07misc: eeprom: use kobj_to_dev()Geliang Tang4-7/+7
2016-02-07misc: apds990x, bh1770glc, lis3lv02d: use to_i2c_clientGeliang Tang3-12/+12
2016-02-07misc/bmp085: Enable building as a moduleBen Hutchings1-1/+1
2016-02-07drivers/misc: make arm-charlcd.c explicitly non-modularPaul Gortmaker1-22/+2
2016-02-07misc: pch_phub: allow build on MIPS platformsPaul Burton1-1/+1
2016-02-07misc: st_core: remove unreachable codeSudip Mukherjee1-1/+0
2016-02-07scripts: fix typo in ver_linuxMatthias Lange1-1/+1
2016-02-07misc: mic: use common error pathSudip Mukherjee1-6/+7
2016-02-07misc: mic: return error directlySudip Mukherjee1-2/+2
2016-02-07misc: mic: return error properlySudip Mukherjee1-1/+6
2016-02-07misc: mic: remove unneeded debug messageSudip Mukherjee1-6/+5
2016-02-07mic_virtio: fix a timeout loopDan Carpenter1-1/+1
2016-02-07misc: mic: Fix crash when MIC reset is invoked in RESET_FAILED stateAshutosh Dixit2-4/+11
2016-02-07intel_th: pci: Add Broxton SOC supportAlexander Shishkin1-0/+5
2016-02-07intel_th: pci: Add Apollo Lake SOC supportAlexander Shishkin1-0/+5
2016-02-07stm class: Prevent user-controllable allocationsAlexander Shishkin1-0/+3
2016-02-07stm class: Fix an off-by-one in master array allocationChunyan Zhang1-1/+1
2016-02-07stm class: Fix link list lockingAlexander Shishkin2-9/+30
2016-02-07stm class: Fix locking in unbinding policy pathAlexander Shishkin1-3/+15
2016-02-07stm class: Select CONFIG_SRCUArnd Bergmann1-0/+1
2016-02-07intel_th: INTEL_TH should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2016-02-07stm class: Hide STM-specific options if STM is disabledGeert Uytterhoeven1-0/+4
2016-02-07coresight: implementing 'cpu_id()' APIMathieu Poirier3-0/+19
2016-02-07coresight: removing bind/unbind options from sysfsMathieu Poirier8-91/+8
2016-02-07coresight: remove csdev's link from topologyMathieu Poirier1-0/+46
2016-02-07coresight: release reference taken by 'bus_find_device()'Mathieu Poirier1-0/+2
2016-02-07coresight: coresight_unregister() function cleanupMathieu Poirier1-1/+2
2016-02-07coresight: fixing lockdep errorMathieu Poirier1-4/+0
2016-02-07coresight: fixing indentation problemMathieu Poirier1-1/+1
2016-02-07VMCI: Use 32bit atomics for queue headers on X86_32Jorgen Hansen2-5/+40
2016-02-07Drivers: hv: vmbus: Give control over how the ring access is serializedK. Y. Srinivasan5-10/+37
2016-02-07Drivers: hv: vmbus: Eliminate the spin lock on the read pathK. Y. Srinivasan1-13/+5
2016-02-07Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()Dexuan Cui3-7/+32
2016-02-07Drivers: hv: vmbus: add a per-channel rescind callbackDexuan Cui2-0/+20
2016-02-07Drivers: hv: vmbus: add a hvsock flag in struct hv_driverDexuan Cui2-0/+18
2016-02-07Drivers: hv: vmbus: define a new VMBus message type for hvsockDexuan Cui3-0/+32
2016-02-07Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signalingDexuan Cui1-1/+5
2016-02-07Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)Dexuan Cui1-0/+7
2016-02-07Drivers: hv: vmbus: add a helper function to set a channel's pending send sizeDexuan Cui1-0/+6
2016-02-07Drivers: hv: vmbus: don't manipulate with clocksources on crashVitaly Kuznetsov1-2/+8
2016-02-07Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_u...Vitaly Kuznetsov1-1/+43
2016-02-07Drivers: hv: vmbus: avoid infinite loop in init_vp_index()Vitaly Kuznetsov1-0/+11
2016-02-07tools/hv: Use include/uapi with __EXPORTED_HEADERS__Kamal Mostafa1-0/+2
2016-02-07Drivers: hv: vmbus: Add vendor and device atttributesK. Y. Srinivasan4-43/+186