summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2015-09-19regmap: debugfs: Remove scratch buffer for register length calculationMark Brown-4/+3
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-17regmap: irq: add ack_invert flag for chips using cleared bits as ackGuo Zeng-2/+10
2015-09-17regmap: irq: add support for chips who have separate unmask registersGuo Zeng-3/+28
2015-09-16PM / sleep: Report interrupt that caused system wakeupAlexandra Yates-0/+12
2015-09-15platform-msi: Do not cache msi_desc in handler_dataMarc Zyngier-15/+3
2015-09-15PM / OPP: Move cpu specific code to opp/cpu.cViresh Kumar-275/+304
2015-09-15PM / OPP: Move opp core to its own directoryViresh Kumar-1/+119
2015-09-15PM / OPP: Prefix exported opp routines with dev_pm_opp_Viresh Kumar-20/+21
2015-09-15PM / OPP: Rename opp init/free table routinesViresh Kumar-21/+20
2015-09-15PM / OPP: reuse of_parse_phandle()Viresh Kumar-54/+17
2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki-5/+1
2015-09-15ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki-8/+8
2015-09-14regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd-1/+12
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