summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2015-10-23mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani-1/+1
2015-10-14PM / Domains: Fix validation of latency constraints in genpd governorUlf Hansson-16/+6
2015-10-07Merge tag 'regmap-fix-v4.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+2
2015-10-01Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-tools'Rafael J. Wysocki-5/+12
2015-09-26Merge tag 'driver-core-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+8
2015-09-25PM / OPP: Fix typo modifcation -> modificationStephen Boyd-3/+3
2015-09-25PM / OPP: of_property_count_u32_elems() can return errorsViresh Kumar-2/+9
2015-09-19regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown-2/+1
2015-09-19regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown-1/+1
2015-09-17cpu/cacheinfo: Fix teardown pathBorislav Petkov-2/+8
2015-09-15platform-msi: Do not cache msi_desc in handler_dataMarc Zyngier-15/+3
2015-09-11Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-13/+53
2015-09-11Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki-13/+25
2015-09-11Merge branch 'pm-opp'Rafael J. Wysocki-0/+28
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-6/+8
2015-09-09PM / OPP: Return suspend_opp only if it is enabledViresh Kumar-7/+5
2015-09-09PM / OPP: add dev_pm_opp_get_suspend_opp() helperBartlomiej Zolnierkiewicz-0/+30
2015-09-08Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-243/+469
2015-09-08device property: Don't overwrite addr when failing in device_get_mac_addressJulien Grall-6/+8
2015-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+10
2015-09-05PM / Domains: Ensure subdomain is not in use before removingJon Hunter-0/+8
2015-09-04mm: check if section present during memory block registeringYinghai Lu-0/+10
2015-09-04Merge tag 'sound-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-20/+55
2015-09-04Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...Mark Brown-219/+168
2015-09-04Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force...Mark Brown-16/+134
2015-09-04Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown-26/+215
2015-09-04Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown-0/+5
2015-09-04Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown-2/+2
2015-09-04Merge branch 'topic/smbus-block' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown-56/+215
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+91
2015-09-03PM / Domains: Try power off masters in error path of __pm_genpd_poweron()Ulf Hansson-13/+17
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-498/+1018
2015-09-01Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+2
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+286
2015-09-01Merge branches 'pm-sleep', 'pm-domains' and 'pm-avs'Rafael J. Wysocki-311/+77
2015-09-01Merge branches 'pm-cpuidle', 'pm-devfreq' and 'pm-clk'Rafael J. Wysocki-3/+1
2015-09-01Merge branch 'pm-opp'Rafael J. Wysocki-181/+822
2015-09-01Merge branch 'device-properties'Rafael J. Wysocki-3/+5
2015-09-01Merge branch 'acpi-pm'Rafael J. Wysocki-0/+113
2015-08-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2015-08-31Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+63
2015-08-31regmap: fix a NULL pointer dereference in __regmap_initSergey SENOZHATSKY-2/+4
2015-08-31regmap: Support bulk reads for devices without raw formattingMark Brown-1/+28
2015-08-30Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', '...Mark Brown-20/+55
2015-08-30regmap-i2c: Add smbus i2c block supportMarkus Pargmann-0/+49
2015-08-30regmap: Add raw_write/read checks for max_raw_write/read sizesMarkus Pargmann-0/+6
2015-08-30regmap: regmap max_raw_read/write getter functionsMarkus Pargmann-0/+22
2015-08-30regmap: Introduce max_raw_read/write for regmap_bulk_read/writeMarkus Pargmann-15/+74
2015-08-30Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/d...Mark Brown-16/+45
2015-08-29PM / Domains: Fix typo in description of genpd_dev_pm_detach()Jon Hunter-1/+1