summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-2191-1399/+3605
|\
| * mei: trace: remove unused TRACE_SYSTEM_STRINGTomas Winkler2015-04-131-2/+0
| * lis3lv02d: DT: add wakeup unit 2 and wakeup thresholdSebastian Reichel2015-04-031-0/+17
| * lis3lv02d: DT: use s32 to support negative valuesSebastian Reichel2015-04-031-19/+20
| * Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX caseVitaly Kuznetsov2015-04-031-6/+7
| * Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages caseVitaly Kuznetsov2015-04-031-1/+1
| * mei: replace check for connection instead of transitioningTomas Winkler2015-04-033-10/+12
| * mei: use mei_cl_is_connected consistentlyTomas Winkler2015-04-035-17/+22
| * mei: fix mei_poll operationTomas Winkler2015-04-033-24/+27
| * hv_vmbus: Add gradually increased delay for retries in vmbus_post_msg()Haiyang Zhang2015-04-031-2/+5
| * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0Vitaly Kuznetsov2015-04-031-13/+6
| * Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor functionVitaly Kuznetsov2015-04-031-4/+4
| * Drivers: hv: hv_balloon: do not online pages in offline blocksVitaly Kuznetsov2015-04-031-1/+11
| * hv: remove the per-channel workqueueDexuan Cui2015-04-031-29/+1
| * hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind()Dexuan Cui2015-04-033-135/+30
| * hv: run non-blocking message handlers in the dispatch taskletDexuan Cui2015-04-033-26/+53
| * coresight: moving to new "hwtracing" directoryMathieu Poirier2015-04-0314-1/+1
| * coresight-tmc: Adding a status interface to sysfsMathieu Poirier2015-04-031-0/+56
| * coresight: adding the LINKSINK block as a sink typeXia Kaixu2015-04-031-1/+3
| * coresight: Adding coresight support for arm64 architectureMathieu Poirier2015-04-031-0/+61
| * coresight: fixing compilation warnings picked up by 64bit compilerMathieu Poirier2015-04-032-4/+4
| * coresight: making cpu index lookup arm64 compliantMathieu Poirier2015-04-031-12/+6
| * mcb: request_mem_region() returns NULL on errorDan Carpenter2015-04-031-2/+2
| * char: xillybus: Don't return -EFAULT on user-triggered flushEli Billauer2015-04-031-0/+2
| * mic: drop pci_msi_off call on probeMichael S. Tsirkin2015-04-031-2/+0
| * spmi: pmic_arb: remove ARM build time dependencyIvan T. Ivanov2015-04-031-1/+0
| * virtio_console: Use bool function return values of true/false not 1/0Joe Perches2015-04-031-1/+1
| * misc: pass miscdevice through file's private_dataTom Van Braeckel2015-04-031-3/+8
| * Revert "uio: constify of_device_id array"Greg Kroah-Hartman2015-04-031-1/+1
| * Merge tag 'extcon-next-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-04-0111-56/+1227
| |\
| | * extcon: Fix missing locking when [un]registering notifiersHans de Goede2015-03-231-4/+31
| | * extcon: max77843: Fix an error code in max77843_init_muic_regmap()Dan Carpenter2015-03-231-1/+1
| | * extcon: max77843: Fix signedness bug in max77843_muic_set_debounce_time()Dan Carpenter2015-03-161-1/+1
| | * extcon: Fix the checkpatch warningChanwoo Choi2015-03-077-20/+10
| | * extcon: Rename extcon core driverChanwoo Choi2015-03-072-1/+1
| | * extcon: arizona: Fix headphone clamping on wm5110Charles Keepax2015-03-041-5/+18
| | * extcon: arizona: Deobfuscate arizona_extcon_do_magicCharles Keepax2015-03-041-16/+20
| | * extcon: max77843: Add max77843 MUIC driverJaewon Kim2015-02-243-0/+892
| | * extcon: usb-gpio: Introduce gpio usb extcon driverRoger Quadros2015-02-243-0/+245
| | * extcon: max77693: Use HOST term to express USB-HOST cable instead of OTG termJaewon Kim2015-02-241-10/+10
| | * extcon: max77693: Fix cable name of MHL-TAJaewon Kim2015-02-241-6/+6
| * | memory: jz4780-nemc: driver for the NEMC on JZ4780 SoCsAlex Smith2015-03-263-0/+401
| * | spmi: pmic_arb: add support for hw version 2Gilad Avidov2015-03-261-59/+260
| * | spmi: remove wakeup command before slave probeGilad Avidov2015-03-261-7/+2
| * | Drivers: hv: vmbus: Don't wait after requesting offersK. Y. Srinivasan2015-03-261-11/+0
| * | coresight-replicator: constify of_device_id arrayFabian Frederick2015-03-261-1/+1
| * | i8k: Remove use of seq_printf return valueJoe Perches2015-03-251-7/+9
| * | w1: constify of_device_id arrayFabian Frederick2015-03-253-3/+3
| * | uio: constify of_device_id arrayFabian Frederick2015-03-251-1/+1
| * | Drivers: hv: vmbus: Fix a siganlling host signalling issueK. Y. Srinivasan2015-03-251-2/+26