summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-09-09PM / OPP: Return suspend_opp only if it is enabledViresh Kumar1-7/+5
2015-09-09PM / OPP: add dev_pm_opp_get_suspend_opp() helperBartlomiej Zolnierkiewicz1-0/+30
2015-08-28PM / OPP: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-3/+3
2015-08-28PM / OPP: Fix static checker warning (broken 64bit big endian systems)Viresh Kumar1-3/+6
2015-08-28PM / OPP: Free resources and properly return error on failureViresh Kumar1-14/+16
2015-08-08cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabledBartlomiej Zolnierkiewicz1-1/+8
2015-08-07cpufreq: dt: Add support for turbo/boost modeViresh Kumar1-0/+8
2015-08-07cpufreq: dt: Add support for operating-points-v2 bindingsViresh Kumar1-10/+46
2015-08-07cpufreq: Allow drivers to enable boost support after registering driverViresh Kumar2-20/+63
2015-08-07cpufreq: Update boost flag while initializing freq table from OPPsBartlomiej Zolnierkiewicz1-0/+4
2015-08-07Merge branch 'pm-cpufreq' into pm-oppRafael J. Wysocki15-400/+625
2015-08-07PM / OPP: add dev_pm_opp_is_turbo() helperBartlomiej Zolnierkiewicz1-0/+34
2015-08-07PM / OPP: Add helpers for initializing CPU OPPsViresh Kumar1-0/+175
2015-08-07PM / OPP: Add support for opp-suspendViresh Kumar1-0/+11
2015-08-07PM / OPP: Add OPP sharing information to OPP libraryViresh Kumar1-24/+150
2015-08-07PM / OPP: Add clock-latency-ns supportViresh Kumar1-2/+39
2015-08-07PM / OPP: Add support to parse "operating-points-v2" bindingsViresh Kumar1-24/+233
2015-08-07PM / OPP: Break _opp_add_dynamic() into smaller functionsViresh Kumar1-49/+76
2015-08-07PM / OPP: Allocate dev_opp from _add_device_opp()Viresh Kumar1-23/+27
2015-08-07PM / OPP: Create _remove_device_opp() for freeing dev_oppViresh Kumar1-5/+17
2015-08-07PM / OPP: Relocate few routinesViresh Kumar1-138/+139
2015-08-03Merge tag 'powerpc-4.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2015-08-02i915: temporary fix for DP MST docking station NULL pointer dereferenceLinus Torvalds1-3/+5
2015-08-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-14/+23
2015-08-01Merge tag 'dmaengine-fix-4.2-rc5' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds8-89/+119
2015-08-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-292/+562
2015-08-01stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood1-0/+4
2015-08-01gianfar: Enable device wakeup when appropriateClaudiu Manoil3-13/+3
2015-08-01gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil1-68/+30
2015-08-01gianfar: Fix warning when CONFIG_PM offClaudiu Manoil1-0/+2
2015-08-01intel_pstate: Fix possible overflow complained by CoverityChen Yu1-2/+2
2015-08-01cpufreq: Correct a freq check in cpufreq_set_policy()Pan Xinhui1-1/+5
2015-07-31cpufreq: Lock CPU online/offline in cpufreq_register_driver()Rafael J. Wysocki1-3/+10
2015-07-31cpufreq: Replace recover_policy with new_policy in cpufreq_online()Rafael J. Wysocki1-12/+11
2015-07-31cpufreq: Separate CPU device registration from CPU onlineRafael J. Wysocki1-43/+47
2015-07-31Merge tag 'iommu-fixes-v4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-81/+51
2015-07-31Merge tag 'drm-intel-fixes-2015-07-31' of git://anongit.freedesktop.org/drm-i...Linus Torvalds3-10/+23
2015-07-31Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds41-272/+552
2015-07-31Revert "dmaengine: virt-dma: don't always free descriptor upon completion"Jun Nie2-25/+7
2015-07-31dmaengine: mv_xor: fix big endian operation in register modeThomas Petazzoni1-4/+5
2015-07-31dmaengine: xgene-dma: Fix the resource map to handle overlappingRameshwar Prasad Sahu1-0/+3
2015-07-31dmaengine: at_xdmac: fix transfer data width in at_xdmac_prep_slave_sg()Cyrille Pitchen1-3/+4
2015-07-31dmaengine: at_hdmac: fix residue computationCyrille Pitchen2-47/+88
2015-07-31dmaengine: at_xdmac: fix bug about channel configurationLudovic Desroches1-9/+10
2015-07-31iommu/amd: Allow non-ATS devices in IOMMUv2 domainsJoerg Roedel1-1/+6
2015-07-31r8152: reset device when tx timeouthayeswang1-4/+3
2015-07-31r8152: add pre_reset and post_resethayeswang1-0/+54
2015-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-56/+130
2015-07-30scsi: fix memory leak with scsi-mqTony Battersby2-4/+4