summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Merge tag 'pwm/for-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-19/+71
2016-03-24Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-139/+1174
2016-03-23pwm: omap-dmtimer: Add debug message for effective period and duty cycleDavid Rivshin1-1/+8
2016-03-23pwm: omap-dmtimer: Round load and match values rather than truncateDavid Rivshin1-5/+1
2016-03-23pwm: omap-dmtimer: Add sanity checking for load and match valuesDavid Rivshin1-4/+30
2016-03-23pwm: omap-dmtimer: Fix inaccurate period and duty cycle calculationsDavid Rivshin1-7/+20
2016-03-23pwm: brcmstb: Fix check of devm_ioremap_resource() return codeVladimir Zapolskiy1-2/+2
2016-03-23pwm: rcar: Depend on ARCH_RENESAS instead of ARCH_SHMOBILESimon Horman1-1/+1
2016-03-23pwm: lpc18xx-sct: Test clock rate to avoid division by 0Wolfram Sang1-0/+5
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-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
2016-03-23rapidio/tsi721: add option to configure direct mapping of IB windowAlexandre Bounine2-30/+142
2016-03-23rapidio/tsi721: add check for overlapped IB window mappingsAlexandre Bounine2-21/+62
2016-03-23rapidio/tsi721: fix hardcoded MRRS settingAlexandre Bounine1-4/+2
2016-03-23rapidio/rionet: add capability to change MTUAurelien Jacquiot1-2/+15
2016-03-23rapidio/rionet: fix deadlock on SMPAurelien Jacquiot1-2/+2
2016-03-23drivers/hid/uhid.c: check write() bitness using in_compat_syscallAndy Lutomirski1-1/+1