summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/ipack/devices/ipoctal.h: Fix typo in include guardRasmus Villemoes2014-09-231-1/+1
* char: xilinx_hwicap: Remove .owner field for driverMichal Simek2014-09-231-1/+0
* pcie-gadget-spear: use devm_ functionsHimangi Saraogi2014-09-231-75/+23
* misc: lattice-ecp3-config: Add missing MODULE_FIRMWARE()Takashi Iwai2014-09-231-0/+1
* EEPROM: Introduce the use of devm_kzallocHimangi Saraogi2014-09-231-17/+6
* mei: bus: fix possible boundaries violationAlexander Usyskin2014-09-231-1/+1
* mei: use connect_data on the stackTomas Winkler2014-09-231-16/+5
* mei: enable adding more IOCTL handlersTomas Winkler2014-09-231-25/+28
* mei: extract supported features from the hbm versionTomas Winkler2014-09-233-6/+29
* mei: simplify handling of hbm client eventsTomas Winkler2014-09-231-31/+43
* mei: wait for hbm start non-interruptibleAlexander Usyskin2014-09-234-14/+22
* mei: revamp connect and disconnect response handlingTomas Winkler2014-09-232-57/+65
* mei: use disconnect name consistentlyTomas Winkler2014-09-233-9/+8
* mei: add hbm commands return status valuesTomas Winkler2014-09-232-8/+53
* mei: add mei_me_cl_by_uuid_id functionTomas Winkler2014-09-238-9/+26
* mei: add me client remove functionsTomas Winkler2014-09-233-7/+38
* mei: use list for me clients book keepingTomas Winkler2014-09-235-103/+71
* mei: me_client lookup function to return me_client objectTomas Winkler2014-09-238-89/+74
* mei: use wrapper for simple hbm client messageTomas Winkler2014-09-231-26/+25
* mei: use consistently me_addr in the hbm structuresTomas Winkler2014-09-232-6/+5
* mei: amthif: don't check amthif client identity on amthif queuesAlexander Usyskin2014-09-231-22/+15
* mei: amthif: use service function to flush amthif queueAlexander Usyskin2014-09-233-12/+5
* mei: me: wait for hw ready non-interruptibleAlexander Usyskin2014-09-231-10/+5
* extcon: gpio: Fix code cleanupGeorge Cherian2014-09-221-5/+5
* extcon: max77693: Fix a bug occured at changing ADC debounce time.Jonghwa Lee2014-09-221-4/+8
* extcon: sm5502: Drop useless includeJean Delvare2014-09-221-1/+0
* extcon: max77693: Use resource managed interrupt lineKrzysztof Kozlowski2014-09-221-18/+7
* extcon: rt8973a: Add Richtek RT8973A extcon driverChanwoo Choi2014-09-224-0/+956
* extcon: sm5502: Clean up codes by using checkpatch scriptChanwoo Choi2014-09-221-5/+4
* extcon: sm5502: Move sm5502.h header file to extcon directoryChanwoo Choi2014-09-222-6/+284
* extcon: sm5502: Add I2C dependency to fix build breakChanwoo Choi2014-09-221-0/+1
* extcon: sm5502: Fix bug to check cable typeChanwoo Choi2014-09-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-09-141-1/+1
|\
| * [fix] lustre: d_make_root() does iput() on dentry allocation failureAl Viro2014-09-131-1/+1
* | Merge branch 'parisc-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-141-1/+1
|\ \
| * | parisc: dino: fix %d confusingly prefixed with 0x in format stringHans Wennborg2014-08-271-1/+1
* | | Merge tag 'ntb-3.17' of git://github.com/jonmason/ntbLinus Torvalds2014-09-141-2/+15
|\ \ \
| * | | ntb: Add alignment check to meet hardware requirementDave Jiang2014-09-141-0/+13
| * | | NTB: correct the spread of queues over mw'sJon Mason2014-09-141-2/+2
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-09-144-22/+23
|\ \ \ \
| * \ \ \ Merge tag 'irqchip-urgent-3.17' of git://git.infradead.org/users/jcooper/linu...Thomas Gleixner2014-09-144-22/+23
| |\ \ \ \
| | * | | | irqchip: gic-v3: Declare rdist as __percpu pointer to __iomem pointerWill Deacon2014-09-031-1/+1
| | * | | | irqchip: gic: Make gic_default_routable_irq_domain_ops staticWill Deacon2014-09-031-1/+1
| | * | | | irqchip: exynos-combiner: Fix compilation error on ARM64Naveen Krishna Chatradhi2014-09-031-0/+1
| | * | | | irqchip: crossbar: Off by one bugs in initDan Carpenter2014-08-181-2/+2
| | * | | | irqchip: gic-v3: Tag all low level accessors __maybe_unusedMark Brown2014-08-181-5/+5
| | * | | | irqchip: gic-v3: Only define gic_peek_irq() when building SMPMark Brown2014-08-171-13/+13
* | | | | | Merge tag 'dm-3.17-fix2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2014-09-131-2/+2
|\ \ \ \ \ \
| * | | | | | dm cache: fix race causing dirty blocks to be marked as cleanAnssi Hannula2014-09-101-2/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-09-132-9/+21
|\ \ \ \ \ \ \