summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-28cpufreq: cpufreq-dt: avoid uninitialized variable warnings:Arnd Bergmann1-8/+7
2016-01-28cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototypeArnd Bergmann1-1/+1
2016-01-28cpufreq: Use list_is_last() to check last entry of the policy listGautham R Shenoy1-3/+3
2016-01-28cpufreq: Fix NULL reference crash while accessing policy->governor_dataViresh Kumar1-3/+8
2016-01-05cpufreq-dt: fix handling regulator_get_voltage() resultAndrzej Hajda1-2/+3
2016-01-05cpufreq: governor: Fix negative idle_time when configured with CONFIG_HZ_PERI...Chen Yu1-0/+3
2016-01-02cpufreq: mt8173: migrate to use operating-points-v2 bindingsPi-Cheng Chen1-6/+11
2016-01-02Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki2-3/+4
2016-01-02PM / OPP: Set cpu_dev->id in cpumask firstPi-Cheng Chen1-1/+2
2016-01-01cpufreq: Simplify core code related to boost supportRafael J. Wysocki2-18/+9
2016-01-01cpufreq: acpi-cpufreq: Simplify boost-related codeRafael J. Wysocki1-13/+8
2016-01-01cpufreq: Make cpufreq_boost_supported() staticRafael J. Wysocki1-6/+2
2015-12-28blackfin-cpufreq: Mark cpu_set_cclk() as staticMarkus Elfring1-1/+1
2015-12-28blackfin-cpufreq: Change return type of cpu_set_cclk() to that of clk_set_rate()Markus Elfring1-1/+1
2015-12-28PM / OPP: Fix parsing of opp-microvolt and opp-microamp propertiesBartlomiej Zolnierkiewicz1-2/+2
2015-12-28Merge back earlier cpufreq material for v4.5.Rafael J. Wysocki17-153/+1262
2015-12-24cpufreq: scpi-cpufreq: signedness bug in scpi_get_dvfs_info()Dan Carpenter1-1/+1
2015-12-21Merge back earlier cpufreq material for v4.5.Rafael J. Wysocki17-153/+1262
2015-12-20Merge tag 'rtc-4.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds2-14/+53
2015-12-20rtc: da9063: fix access ordering error during RTC interrupt at system power onSteve Twiss1-10/+9
2015-12-20rtc: rk808: Compensate for Rockchip calendar deviation on November 31stJulius Werner1-4/+44
2015-12-20Merge tag 'tty-4.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-17/+19
2015-12-20Merge tag 'usb-4.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-47/+122
2015-12-20Merge tag 'md/4.4-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds3-10/+24
2015-12-19Merge tag 'spi-fix-v4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-8/+8
2015-12-19Merge tag 'gpio-v4.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds3-4/+10
2015-12-19Merge tag 'pinctrl-v4.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds6-28/+33
2015-12-19Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-23/+50
2015-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds10-11/+64
2015-12-19i2c: rcar: disable runtime PM correctly in slave modeWolfram Sang1-2/+2
2015-12-19Merge tag 'pm+acpi-4.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-15/+29
2015-12-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-12/+38
2015-12-19Input: elants_i2c - fix wake-on-touchJames Chen1-9/+12
2015-12-19Merge tag 'media/v4.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-4/+15
2015-12-18Merge tag 'hwmon-for-linus-v4.4-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+16
2015-12-18Merge tag 'iommu-fixes-v4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+38
2015-12-18Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-50/+112
2015-12-18Merge tag 'for-linus-20151217' of git://git.infradead.org/linux-mtdLinus Torvalds1-2/+10
2015-12-18USB: fix invalid memory access in hub_activate()Alan Stern1-3/+19
2015-12-18USB: ipaq.c: fix a timeout loopDan Carpenter1-1/+2
2015-12-18[media] airspy: increase USB control message buffer sizeAntti Palosaari1-1/+1
2015-12-18[media] hackrf: move RF gain ctrl enable behind module parameterAntti Palosaari1-0/+11
2015-12-18[media] hackrf: fix possible null ptr on debug printingAntti Palosaari1-1/+1
2015-12-18[media] Revert "[media] ivtv: avoid going past input/audio array"Mauro Carvalho Chehab1-2/+2
2015-12-18Merge tag 'phy-for-4.4-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman9-43/+101
2015-12-18xen-pciback: fix up cleanup path when alloc failsDoug Goldstein1-1/+3
2015-12-18hwmon: (sht15) Select CONFIG_BITREVERSEArnd Bergmann1-0/+1
2015-12-18xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk1-1/+7
2015-12-18xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X)...Konrad Rzeszutek Wilk1-13/+20
2015-12-18xen/pciback: Do not install an IRQ handler for MSI interrupts.Konrad Rzeszutek Wilk1-0/+7