Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-01-12 | 16 | -124/+1149 | |
|\ | ||||||
| * | Merge branch 'pm-domains' | Rafael J. Wysocki | 2016-01-12 | 1 | -0/+2 | |
| |\ | ||||||
| | * | Merge back earlier 'pm-domains' material for v4.5. | Rafael J. Wysocki | 2015-12-21 | 26 | -470/+835 | |
| | |\ | ||||||
| | | * | PM / Domains: export symbols to add/remove devices from genpd | Maruthi Bayyavarapu | 2015-12-10 | 1 | -0/+2 | |
| * | | | Merge branch 'pm-opp' | Rafael J. Wysocki | 2016-01-12 | 5 | -19/+593 | |
| |\ \ \ | ||||||
| | * | | | PM / OPP: Use snprintf() instead of sprintf() | Viresh Kumar | 2016-01-06 | 1 | -2/+4 | |
| | * | | | PM / OPP: Set cpu_dev->id in cpumask first | Pi-Cheng Chen | 2016-01-02 | 1 | -1/+2 | |
| | * | | | PM / OPP: Fix parsing of opp-microvolt and opp-microamp properties | Bartlomiej Zolnierkiewicz | 2015-12-28 | 1 | -2/+2 | |
| | * | | | PM / OPP: Parse 'opp-<prop>-<name>' bindings | Viresh Kumar | 2015-12-10 | 2 | -15/+152 | |
| | * | | | PM / OPP: Parse 'opp-supported-hw' binding | Viresh Kumar | 2015-12-10 | 2 | -0/+153 | |
| | * | | | PM / OPP: Add missing doc comments | Viresh Kumar | 2015-11-23 | 1 | -1/+3 | |
| | * | | | PM / OPP: Add debugfs support | Viresh Kumar | 2015-11-23 | 4 | -2/+281 | |
| | | | | | ||||||
| | \ \ \ | ||||||
| *-. \ \ \ | Merge branches 'pm-pci' and 'pm-core' | Rafael J. Wysocki | 2016-01-12 | 6 | -8/+115 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| | | * | | | PM / core: fix typo in documentation | Manuel Pégourié-Gonnard | 2016-01-02 | 1 | -1/+1 | |
| | | * | | | PM / runtime: Add new helper for conditional usage count incrementation | Rafael J. Wysocki | 2015-12-21 | 1 | -0/+24 | |
| | | | | | | ||||||
| | | | \ \ | ||||||
| | | *-. \ \ | Merge branches 'pm-sleep' and 'pm-runtime' into pm-core | Rafael J. Wysocki | 2015-12-07 | 5 | -7/+90 | |
| | | |\ \ \ \ | | |/ / / / / | ||||||
| | | | * | | | PM / runtime: Re-init runtime PM states at probe error and driver unbind | Ulf Hansson | 2015-11-30 | 3 | -6/+24 | |
| | | | |/ / | ||||||
| | | * | | | PM / sleep: prohibit devices probing during suspend/hibernation | Strashko, Grygorii | 2015-11-30 | 3 | -1/+66 | |
| | | |/ / | ||||||
| * | | | | Merge branch 'acpi-soc' | Rafael J. Wysocki | 2016-01-12 | 2 | -2/+9 | |
| |\ \ \ \ | ||||||
| | * | | | | PM / clk: don't leave clocks enabled when driver not bound | Andy Shevchenko | 2016-01-08 | 1 | -0/+1 | |
| | * | | | | device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notification | Andy Shevchenko | 2015-12-09 | 1 | -2/+8 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'device-properties' | Rafael J. Wysocki | 2016-01-12 | 3 | -95/+430 | |
| |\ \ \ \ | ||||||
| | * | | | | device property: avoid allocations of 0 length | Andy Shevchenko | 2016-01-01 | 1 | -0/+6 | |
| | * | | | | device property: the secondary fwnode needs to depend on the primary | Heikki Krogerus | 2016-01-01 | 1 | -4/+4 | |
| | * | | | | driver core: Do not overwrite secondary fwnode with NULL if it is set | Mika Westerberg | 2015-12-07 | 1 | -1/+4 | |
| | * | | | | driver core: platform: Add support for built-in device properties | Mika Westerberg | 2015-12-07 | 1 | -0/+25 | |
| | * | | | | device property: Take a copy of the property set | Mika Westerberg | 2015-12-07 | 1 | -18/+173 | |
| | * | | | | device property: Fallback to secondary fwnode if primary misses the property | Andy Shevchenko | 2015-12-07 | 1 | -31/+78 | |
| | * | | | | device property: improve readability of macros | Andy Shevchenko | 2015-12-07 | 1 | -14/+14 | |
| | * | | | | device property: keep single value inplace | Andy Shevchenko | 2015-12-07 | 1 | -3/+30 | |
| | * | | | | device property: refactor built-in properties support | Andy Shevchenko | 2015-12-07 | 1 | -40/+110 | |
| | * | | | | device property: rename helper functions | Andy Shevchenko | 2015-12-07 | 1 | -11/+11 | |
| | * | | | | device property: always check for fwnode type | Andy Shevchenko | 2015-12-07 | 1 | -5/+7 | |
| | |/ / / | ||||||
* | | | | | Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-01-12 | 1 | -135/+146 | |
|\ \ \ \ \ | ||||||
| * | | | | | component: add support for releasing match data | Russell King | 2015-12-07 | 1 | -35/+66 | |
| * | | | | | component: track components via array rather than list | Russell King | 2015-12-07 | 1 | -74/+80 | |
| * | | | | | component: move check for unbound master into try_to_bring_up_masters() | Russell King | 2015-12-07 | 1 | -10/+5 | |
| * | | | | | component: remove old add_components method | Russell King | 2015-12-07 | 1 | -26/+5 | |
* | | | | | | Merge tag 'regmap-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 2016-01-11 | 8 | -109/+324 | |
|\ \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ | Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and... | Mark Brown | 2016-01-05 | 3 | -81/+63 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | regmap: debugfs: Use seq_file for the access map | Mark Brown | 2016-01-05 | 1 | -51/+18 | |
| | | | |/ / / / / | ||||||
| | | * | | | | | | regmap: rbtree: When adding a reg do a bsearch for target node | Nikesh Oswal | 2015-11-16 | 1 | -2/+7 | |
| | | |/ / / / / | ||||||
| | * | | | | | | regmap: mmio: Add regmap_mmio_get_min_stride | Xiubo Li | 2015-12-08 | 1 | -19/+30 | |
| | * | | | | | | regmap: mmio: remove the useless code | Xiubo Li | 2015-12-08 | 1 | -1/+0 | |
| | * | | | | | | regmap-mmio: Use native endianness for read/write | Simon Arlott | 2015-11-16 | 1 | -8/+8 | |
| | |/ / / / / | ||||||
| | | | | | | | ||||||
| | \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ | Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ... | Mark Brown | 2016-01-05 | 3 | -0/+223 | |
| |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | regmap: irq: add support for configuration of trigger type | Laxman Dewangan | 2016-01-05 | 1 | -0/+100 | |
| | | |/ / / / / | ||||||
| | * | | | | | | regmap: missing case statement | Dan Carpenter | 2015-12-12 | 1 | -0/+1 | |
| | * | | | | | | regmap: shift wrapping bugs in 64 bit code | Dan Carpenter | 2015-12-12 | 1 | -3/+3 | |
| | * | | | | | | regmap: cache: Add 64-bit mode support | Xiubo Li | 2015-12-09 | 1 | -0/+15 |