aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-08-17pwm-pca9685: Support changing the output frequencyGravatar Clemens Gruber 1-1/+64
2015-08-17pwm-pca9685: Fix several driver bugsGravatar Clemens Gruber 1-0/+24
2015-08-17pwm: kona: Modify settings application sequenceGravatar Jonathan Richardson 1-9/+38
2015-08-17pwm: pca9685: Drop owner assignmentGravatar Krzysztof Kozlowski 1-1/+0
2015-08-17pwm: Clean up kerneldocGravatar Thierry Reding 1-6/+38
2015-08-17pwm: Remove useless whitespaceGravatar Thierry Reding 1-1/+0
2015-07-27pwm: sysfs: Remove unnecessary paddingGravatar Thierry Reding 1-3/+3
2015-07-27pwm: sysfs: Properly convert from enum to stringGravatar Thierry Reding 1-2/+12
2015-07-20pwm: Make use of pwm_get_xxx() helpers where appropriateGravatar Boris Brezillon 5-9/+12
2015-07-20pwm: Add the pwm_is_enabled() helperGravatar Boris Brezillon 12-26/+26
2015-07-05Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Gravatar Linus Torvalds 5-45/+915
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 8-17/+9
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 57-5627/+3045
2015-07-04Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbGravatar Linus Torvalds 19-2778/+4389
2015-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-2/+9
2015-07-04NTB: Add split BAR output for debugfs statsGravatar Dave Jiang 1-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeGravatar Dave Jiang 1-8/+16
2015-07-04NTB: Print driver name and version in module initGravatar Dave Jiang 2-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kGravatar Dave Jiang 1-1/+1
2015-07-04NTB: Rename Intel code names to platform namesGravatar Dave Jiang 2-455/+455
2015-07-04NTB: Default to CPU memcpy for performanceGravatar Dave Jiang 1-4/+13
2015-07-04NTB: Improve performance with write combiningGravatar Dave Jiang 1-1/+10
2015-07-04NTB: Use NUMA memory in Intel driverGravatar Allen Hubbe 1-6/+12
2015-07-04NTB: Use NUMA memory and DMA chan in transportGravatar Allen Hubbe 1-14/+32
2015-07-04NTB: Rate limit ntb_qp_link_workGravatar Allen Hubbe 1-1/+1
2015-07-04NTB: Add tool test clientGravatar Allen Hubbe 3-0/+568
2015-07-04NTB: Add ping pong test clientGravatar Allen Hubbe 5-1/+262
2015-07-04NTB: Add parameters for Intel SNB B2B addressesGravatar Allen Hubbe 1-19/+58
2015-07-04NTB: Reset transport QP link stats on downGravatar Allen Hubbe 1-8/+28
2015-07-04NTB: Do not advance transport RX on link downGravatar Allen Hubbe 1-2/+1
2015-07-04NTB: Differentiate transport link down messagesGravatar Allen Hubbe 1-2/+2
2015-07-04NTB: Check the device ID to set errata flagsGravatar Dave Jiang 1-5/+44
2015-07-04NTB: Enable link for Intel root port mode in probeGravatar Dave Jiang 1-0/+10
2015-07-04NTB: Read peer info from local SPAD in transportGravatar Dave Jiang 1-5/+5
2015-07-04NTB: Split ntb_hw_intel and ntb_transport driversGravatar Allen Hubbe 10-2180/+2543
2015-07-04NTB: Add NTB hardware abstraction layerGravatar Allen Hubbe 2-0/+252
2015-07-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-18/+1
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 11-74/+1293
2015-07-03Merge branch 'next' into for-linusGravatar Dmitry Torokhov 11-74/+1293
2015-07-03Merge tag 'topic/drm-fixes-2015-07-04' of git://anongit.freedesktop.org/drm-i...Gravatar Linus Torvalds 1-1/+1
2015-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 10-25/+292
2015-07-04drm/crtc: Fix edid length computationGravatar Shixin Zeng 1-1/+1
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-4/+2
2015-07-03Merge tag 'remoteproc-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Gravatar Linus Torvalds 7-29/+366
2015-07-03Merge tag 'hwspinlock-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Gravatar Linus Torvalds 6-4/+436
2015-07-03Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-26/+27
2015-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+7
2015-07-03Merge tag 'fbdev-fixes-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+9
2015-07-03Merge tag 'edac_urgent_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-3/+3
2015-07-03crypto: marvell/cesa - another fix up for of_get_named_gen_pool() renameGravatar Stephen Rothwell 1-2/+2