summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-23pwm: img: Test clock rate to avoid division by 0Wolfram Sang1-0/+5
2016-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-73/+44
2016-03-23Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds3-0/+652
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds165-2363/+5239
2016-03-23clocksource/drivers/pistachio: Correct output format of PTR_ERR()Vladimir Zapolskiy1-2/+2
2016-03-23irqchip/mbigen: Make CONFIG_HISILICON_IRQ_MBIGEN a hidden optionMaJun1-8/+6
2016-03-23staging: delete STE RMI4 hackish driverLinus Walleij7-1206/+0
2016-03-23staging: android: ion_test: fix check of platform_device_register_simple() er...Vladimir Zapolskiy1-2/+2
2016-03-23staging: wilc1000: fix a couple of memory leaksColin Ian King1-2/+6
2016-03-23staging: fsl-mc: fix incorrect type passed to dev_err macrosCihangir Akturk1-2/+2
2016-03-23staging: fsl-mc: fix incorrect type passed to dev_dbg macrosCihangir Akturk1-3/+3
2016-03-23staging: wilc1000: fixed kernel panic when firmware is not startedLeo Kim1-0/+7
2016-03-23staging: comedi: ni_mio_common: fix the ni_write[blw]() functionsH Hartley Sweeten1-6/+6
2016-03-23staging: most: hdm-dim2: Remove possible dereference errorAmitoj Kaur Chawla1-1/+1
2016-03-23staging: lustre: checking for NULL instead of IS_ERRDan Carpenter1-1/+1
2016-03-23staging: lustre: really make lustre dependent on LNetArnd Bergmann1-1/+1
2016-03-23staging: refresh TODO for rtl8712Xose Vazquez Perez1-6/+6
2016-03-23staging: refresh TODO for rtl8723auXose Vazquez Perez1-0/+3
2016-03-23ACPI / PM: Runtime resume devices when waking from hibernateLukas Wunner1-0/+1
2016-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-642/+4534
2016-03-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds175-15197/+47756
2016-03-23drivers: dma-coherent: use memset_io for DMA_MEMORY_IO mappingsBrian Starkey1-1/+4
2016-03-23drivers: dma-coherent: use MEMREMAP_WC for DMA_MEMORY_MAPBrian Starkey1-4/+16
2016-03-23kernel: add kcov code coverageDmitry Vyukov1-0/+3
2016-03-23hpwdt: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai1-6/+5
2016-03-23ipmi/watchdog: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai1-1/+1
2016-03-23rapidio: add mport char device driverAlexandre Bounine3-0/+2729
2016-03-23rapidio/tsi721_dma: fix hardware error handlingAlexandre Bounine1-9/+73
2016-03-23rapidio/tsi721_dma: fix synchronization issuesAlexandre Bounine1-9/+16
2016-03-23rapidio/tsi721_dma: update error reporting from prep_sg callbackAlexandre Bounine1-16/+21
2016-03-23rapidio/tsi721: add filtered debug outputAlexandre Bounine3-189/+240
2016-03-23rapidio/tsi721: add outbound windows mapping supportAlexandre Bounine2-7/+235
2016-03-23rapidio: add outbound window supportAlexandre Bounine1-0/+50
2016-03-23rapidio/tsi721: fix locking in OB_MSG processingAlexandre Bounine1-12/+30
2016-03-23rapidio: add global inbound port write interfacesAlexandre Bounine2-44/+122
2016-03-23rapidio: move rio_pw_enable into core codeAlexandre Bounine2-11/+19
2016-03-23rapidio: move rio_local_set_device_id function to the common coreAlexandre Bounine2-13/+14
2016-03-23rapidio: add lock protection for doorbell listAlexandre Bounine1-3/+6
2016-03-23rapidio/rionet: add mport removal handlingAlexandre Bounine1-26/+44
2016-03-23rapidio/rionet: add locking into add/remove deviceAlexandre Bounine1-50/+102
2016-03-23rapidio/tsi721: add HW specific mport removalAlexandre Bounine3-122/+212
2016-03-23rapidio: add core mport removal supportAlexandre Bounine2-20/+80
2016-03-23rapidio: move net allocation into core codeAlexandre Bounine3-35/+119
2016-03-23rapidio: rework common RIO device add/delete routinesAlexandre Bounine3-12/+36
2016-03-23rapidio/rionet: add shutdown event handlingAlexandre Bounine1-0/+38
2016-03-23rapidio/tsi721: add shutdown notification callbackAlexandre Bounine3-0/+48
2016-03-23rapidio: add shutdown notification for RapidIO devicesAlexandre Bounine1-0/+12
2016-03-23rapidio/tsi721: add query_mport callbackAlexandre Bounine1-0/+34
2016-03-23rapidio: add query_mport operationAlexandre Bounine1-0/+17
2016-03-23rapidio/tsi721_dma: fix pending transaction queue handlingAlexandre Bounine2-30/+32