summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'device-properties'Rafael J. Wysocki2015-04-1317-90/+292
|\
| * device property: Introduce firmware node type for platform dataRafael J. Wysocki2015-04-033-5/+127
| * device property: Make it possible to use secondary firmware nodesRafael J. Wysocki2015-04-034-2/+57
| * driver core: Implement device property accessors through fwnode onesRafael J. Wysocki2015-03-251-28/+17
| * Merge branch 'acpi-driver-core' into device-propertiesRafael J. Wysocki2015-03-2515-36/+59
| |\
| | * ACPI: Introduce has_acpi_companion()Rafael J. Wysocki2015-03-164-5/+15
| | * driver core / ACPI: Represent ACPI companions using fwnode_handleRafael J. Wysocki2015-03-1612-31/+44
| * | driver core: property: Update fwnode_property_read_string_array()Rafael J. Wysocki2015-03-251-2/+4
| * | driver core: Add comments about returning array countsAdrian Hunter2015-03-181-21/+32
| |/
| |
| \
*-. \ Merge branches 'acpi-blacklist' and 'acpi-video'Rafael J. Wysocki2015-04-133-14/+38
|\ \ \
| | * | ACPI / video: Add force native backlight quirk for Lenovo Ideapad Z570Hans de Goede2015-03-222-8/+17
| | * | ACPI / video: Allow forcing native backlight on non win8 machinesAaron Lu2015-03-221-6/+13
| * | | ACPI / blacklist: Disable Vista compatibility for Sony VGN-SR19XN.Chen Yu2015-03-161-0/+8
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'acpi-ec', 'acpi-battery' and 'acpi-pmic'Rafael J. Wysocki2015-04-133-39/+90
|\ \ \ \ \
| | | * | | ACPI/PMIC: Fix typo in MODULE_DESCRIPTION in intel_pmic_crc.cMasanari Iida2015-03-261-1/+1
| | * | | | ACPI / battery: make warning greppableMartin Kepplinger2015-03-181-2/+2
| | | |/ / | | |/| |
| * | | | ACPI / EC: Call acpi_walk_dep_device_list() after installing EC opregion handlerLan Tianyu2015-04-021-0/+3
| * | | | ACPI / EC: Add GPE reference counting debugging messages.Lv Zheng2015-03-101-2/+10
| * | | | ACPI / EC: Cleanup logging/debugging splitter support.Lv Zheng2015-03-101-34/+74
| | |_|/ | |/| |
* | | | Merge branch 'acpi-scan'Rafael J. Wysocki2015-04-131-156/+232
|\ \ \ \
| * | | | ACPI / scan: Rework modalias creation when "compatible" is presentRafael J. Wysocki2015-04-131-94/+155
| * | | | ACPI / scan: Take the PRP0001 position in the list of IDs into accountRafael J. Wysocki2015-04-101-50/+65
| * | | | ACPI / scan: Simplify acpi_match_device()Rafael J. Wysocki2015-04-101-19/+11
| * | | | ACPI / scan: Generalize of_compatible matchingRafael J. Wysocki2015-04-101-6/+14
| * | | | ACPI / scan: fix fixed event handler return valueAaron Lu2015-03-181-2/+2
| | |/ / | |/| |
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'acpi-pm', 'acpi-enumeration' and 'acpi-sysfs'Rafael J. Wysocki2015-04-135-21/+27
|\ \ \ \ \ \
| | | * | | | ACPI / sysfs: Treat the count field of counter_show() as unsignedNan Li2015-03-101-1/+1
| | | | |/ / | | | |/| |
| | * | | | ACPI: Add acpi_device_uid() for convenienceAdrian Hunter2015-03-181-0/+1
| | * | | | ACPI: Update GPIO documentation to mention _DSDMika Westerberg2015-03-181-3/+23
| | | |/ / | | |/| |
| * | | | ACPI / PM: Enable all wakeup GPEs in suspend-to-idleChen Yu2015-03-301-0/+2
| * | | | ACPI / sleep: Drop acpi_suspend() which is not usedRafael J. Wysocki2015-03-182-17/+0
| |/ / /
* | | | Linux 4.0v4.0Linus Torvalds2015-04-121-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-124-15/+34
|\ \ \ \
| * | | | ocfs2: _really_ sync the right rangeAl Viro2015-04-091-4/+10
| * | | | ocfs2_file_write_iter: keep return value and current position update in syncAl Viro2015-04-081-1/+1
| * | | | [regression] ocfs2: do *not* increment ->ki_pos twiceAl Viro2015-04-081-1/+0
| * | | | ioctx_alloc(): fix vma (and file) leak on failureAl Viro2015-04-061-0/+3
| * | | | fix mremap() vs. ioctx_kill() raceAl Viro2015-04-063-9/+20
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2015-04-125-16/+18
|\ \ \ \ \
| * | | | | drivers: thermal: st: remove several sparse warningsEduardo Valentin2015-04-073-11/+11
| * | | | | thermal: constify of_device_id arrayFabian Frederick2015-04-072-2/+2
| * | | | | thermal: Do not log an error if thermal_zone_get_temp returns -EAGAINHans de Goede2015-04-071-2/+4
| * | | | | thermal: rcar: Fix typo in r8a73a4 SoC nameGeert Uytterhoeven2015-04-071-1/+1
* | | | | | Merge tag 'asoc-fix-v4.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-111-19/+0
|\ \ \ \ \ \
| * | | | | | ASoC: pcm512x: Remove hardcoding of pll-lock to GPIO4Howard Mitchell2015-04-111-19/+0
* | | | | | | Revert "dmaengine: Add a warning for drivers not using the generic slave caps...Linus Torvalds2015-04-111-3/+0
* | | | | | | blk-mq: initialize 'struct request' and associated data to zeroLinus Torvalds2015-04-111-3/+1
* | | | | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-111-0/+9
|\ \ \ \ \ \ \
| * | | | | | | dmaengine: cppi41: add missing bitfieldsFelipe Balbi2015-04-111-0/+9
* | | | | | | | Merge tag 'for-linus-4.0-1' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2015-04-113-10/+108
|\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud