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