summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-104-14/+8
|\
| * ARM: fix rd_size declarationBart Van Assche2017-07-101-0/+1
| * zram: constify attribute_group structures.Arvind Yadav2017-07-101-1/+1
| * mm: drop useless local parameters of __register_one_node()Dou Liyang2017-07-101-7/+2
| * zram: use __sysfs_match_string() helperAndy Shevchenko2017-07-101-6/+4
* | Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-106-207/+422
|\ \
| * | device property: Add fwnode_graph_get_port_parentKieran Bingham2017-06-221-4/+24
| * | device property: Add FW type agnostic fwnode_graph_get_remote_nodeSakari Ailus2017-06-221-0/+37
| * | device property: Introduce fwnode_device_is_available()Sakari Ailus2017-06-223-0/+25
| * | device property: Move fwnode graph ops to firmware specific locationsSakari Ailus2017-06-223-83/+100
| * | device property: Move FW type specific functionality to FW specific filesSakari Ailus2017-06-224-125/+242
| * | ACPI: Constify argument to acpi_device_is_present()Sakari Ailus2017-06-223-8/+7
| * | Merge branch 'dt/property-move' of git://git.kernel.org/pub/scm/linux/kernel/...Rafael J. Wysocki2017-06-223-734/+767
| |\ \
* | \ \ Merge tag 'acpi-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-108-18/+67
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge branches 'acpi-spcr', 'acpi-osi', 'acpi-bus', 'acpi-scan' and 'acpi-misc'Rafael J. Wysocki2017-07-108-18/+67
| |\ \ \ \ \ \ \ \
| | | | | | * | | | ACPI / DPTF: constify attribute_group structuresArvind Yadav2017-07-041-1/+1
| | | | | | * | | | ACPI / LPSS: constify attribute_group structuresArvind Yadav2017-07-041-1/+1
| | | | | | * | | | ACPI: BGRT: constify attribute_group structuresArvind Yadav2017-07-041-1/+1
| | | | | | * | | | ACPI / power: constify attribute_group structuresArvind Yadav2017-07-041-5/+5
| | | | | * | | | | ACPI / scan: Indicate to platform when hot remove returns busyLee, Chun-Yi2017-07-041-5/+13
| | | | * | | | | | ACPI / bus: handle ACPI hotplug schedule errors completelyLee, Chun-Yi2017-07-041-2/+6
| | | | |/ / / / /
| | | * / / / / / ACPI / osi: Make local function acpi_osi_dmi_linux() staticColin Ian King2017-07-041-1/+2
| | | |/ / / / /
| | * | | | | | ACPI: SPCR: Workaround for APM X-Gene 8250 UART 32-alignment errataLoc Ho2017-07-041-0/+22
| | * | | | | | ACPI: SPCR: Use access width to determine mmio usageLoc Ho2017-07-041-2/+16
| | |/ / / / /
* | | | | | | Merge tag 'pm-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-103-4/+5
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki2017-07-103-4/+5
| |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | | | * | | | | cpufreq: intel_pstate: constify attribute_group structuresArvind Yadav2017-07-041-1/+1
| | | | * | | | | cpufreq: cpufreq_stats: constify attribute_group structuresArvind Yadav2017-07-041-1/+1
| | * | | | | | | PM / Domains: provide pm_genpd_poweroff_noirq() stubArnd Bergmann2017-07-041-0/+1
| | * | | | | | | Revert "PM / Domains: Handle safely genpd_syscore_switch() call on non-genpd ...Rafael J. Wysocki2017-07-041-2/+2
* | | | | | | | | Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-07-108-214/+533
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ipmi:ssif: Add missing unlock in error branchCorey Minyard2017-06-301-0/+5
| * | | | | | | | | char: ipmi: constify bmc_dev_attr_group and bmc_device_typeArvind Yadav2017-06-281-2/+2
| * | | | | | | | | ipmi:ssif: Check dev before setting drvdataCorey Minyard2017-06-281-1/+2
| * | | | | | | | | ipmi: Convert DMI handling over to a platform deviceCorey Minyard2017-06-192-204/+219
| * | | | | | | | | ipmi: Create a platform device for a DMI-specified IPMI interfaceCorey Minyard2017-06-194-0/+290
| * | | | | | | | | ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso2017-06-191-0/+5
| * | | | | | | | | ipmi:ssif: Use i2c_adapter_id instead of adapter->nrCorey Minyard2017-06-161-2/+3
| * | | | | | | | | ipmi: Use the proper default value for register size in ACPICorey Minyard2017-06-091-4/+4
| * | | | | | | | | ipmi_ssif: remove redundant null check on array client->adapter->nameColin Ian King2017-05-171-2/+1
| * | | | | | | | | ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic2017-05-081-3/+4
| * | | | | | | | | ipmi_ssif: unlock on allocation failureDan Carpenter2017-05-081-0/+2
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-07-1028-363/+780
|\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ \ \ Merge branches 'for-4.13/multitouch', 'for-4.13/retrode', 'for-4.13/transport...Jiri Kosina2017-07-10450-3030/+4541
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | HID: wacom: fix mistake in printkColin Ian King2017-06-271-4/+4
| | | | | | * | | | | | | | | | HID: wacom: generic: Refactor generic battery handlingJason Gerecke2017-05-052-71/+95
| | | | | | * | | | | | | | | | HID: wacom: Add ability to provide explicit battery status infoJason Gerecke2017-05-054-25/+45
| | | | | | * | | | | | | | | | HID: wacom: generic: Report AES battery informationJason Gerecke2017-05-051-0/+2
| | | | | | * | | | | | | | | | HID: wacom: generic: Ignore HID_DG_BATTERYSTRENTH == 0Jason Gerecke2017-05-051-0/+2
| | | | | | * | | | | | | | | | HID: wacom: generic: Scale battery capacity measurements to percentagesJason Gerecke2017-05-051-0/+2