summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | PM / Domains: Fix unsafe iteration over modified list of domainsKrzysztof Kozlowski2017-06-291-2/+2
| | * | | | | PM / Domains: Fix unsafe iteration over modified list of domain providersKrzysztof Kozlowski2017-06-291-2/+2
| | * | | | | PM / Domains: Fix unsafe iteration over modified list of device linksKrzysztof Kozlowski2017-06-291-2/+2
| | * | | | | PM / Domains: Handle safely genpd_syscore_switch() call on non-genpd deviceKrzysztof Kozlowski2017-06-291-2/+2
| | * | | | | PM / Domains: Call driver's noirq callbacksMikko Perttunen2017-06-291-9/+59
| | * | | | | PM / Domains: Constify genpd pointerKrzysztof Kozlowski2017-06-281-7/+10
| | * | | | | PM / Domains: pdd->dev can't be NULL in genpd_dev_pm_qos_notifier()Viresh Kumar2017-06-221-1/+1
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'pm-core', 'pm-opp' and 'pm-qos'Rafael J. Wysocki2017-07-036-90/+155
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | / | | | | | |_|_|/ | | | | |/| | |
| | | | * | | | PM / QoS: constify *_attribute_group.Arvind Yadav2017-06-281-6/+6
| | |_|/ / / / | |/| | | | |
| | | * | | | PM / OPP: Add dev_pm_opp_{set|put}_clkname()Viresh Kumar2017-06-241-0/+67
| | | * | | | PM / OPP: Don't create debugfs "supply-0" directory unnecessarilyViresh Kumar2017-06-221-4/+3
| | | * | | | PM / OPP: opp-microvolt is not optional if regulators are setViresh Kumar2017-06-221-2/+8
| | | * | | | PM / OPP: Don't create copy of regulators unnecessarilyViresh Kumar2017-06-221-11/+3
| | | * | | | PM / OPP: Reorganize _generic_set_opp_regulator()Viresh Kumar2017-06-221-39/+34
| | |/ / / / | |/| | | |
| | * | | | PM / sysfs: Constify attribute groupsKrzysztof Kozlowski2017-06-281-6/+6
| | * | | | PM: Constify info string used in messagesKrzysztof Kozlowski2017-06-281-13/+15
| | * | | | PM: Constify returned PM event nameKrzysztof Kozlowski2017-06-281-1/+1
| | * | | | PM / wakeirq: Convert to SRCUThomas Gleixner2017-06-271-14/+18
| |/ / / /
* | | | | Merge tag 'regmap-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2017-07-045-19/+285
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and '...Mark Brown2017-07-035-19/+285
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | | | * | | | regmap: Fix typo in IS_ENABLED() checkMark Brown2017-06-081-1/+1
| | | * | | | | regmap: irq: add chip option mask_writeonlyMichael Grzeschik2017-06-281-15/+25
| | | * | | | | regmap: irq: allow to register one cell interrupt controllersVladimir Zapolskiy2017-06-091-1/+1
| | | | |_|_|/ | | | |/| | |
| | * | | | | Merge branch 'topic/lzo' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2017-06-063-2/+8
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | regmap: make LZO cache optionalJonas Gorski2017-06-063-2/+8
| | | |/ / /
| | * | | | regmap: Add 1-Wire bus supportAlex A. Mihaylov2017-06-063-1/+251
| | |/ / /
* | | | | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-039-194/+491
|\ \ \ \ \
| * | | | | driver-core: remove struct bus_type.dev_attrsGreg Kroah-Hartman2017-06-121-36/+1
| * | | | | driver core: remove class_attrs from struct classGreg Kroah-Hartman2017-06-091-33/+0
| * | | | | firmware: move umh try locks into the umh codeLuis R. Rodriguez2017-06-031-32/+36
| * | | | | firmware: move assign_firmware_buf() further upLuis R. Rodriguez2017-06-031-39/+38
| * | | | | firmware: add sanity check on shutdown/suspendLuis R. Rodriguez2017-06-031-0/+99
| * | | | | firmware: always enable the reboot notifierLuis R. Rodriguez2017-06-031-19/+18
| * | | | | firmware: share fw fallback killing on reboot/suspendLuis R. Rodriguez2017-06-031-15/+14
| * | | | | firmware: move kill_requests_without_uevent() up aboveLuis R. Rodriguez2017-06-031-16/+16
| * | | | | arm,arm64,drivers: add a prefix to drivers arch_topology interfacesJuri Lelli2017-06-031-10/+10
| * | | | | arm,arm64,drivers: move externs in a new header fileJuri Lelli2017-06-031-0/+1
| * | | | | arm,arm64,drivers: reduce scope of cap_parsing_failedJuri Lelli2017-06-031-2/+2
| * | | | | arm, arm64: factorize common cpu capacity default codeJuri Lelli2017-06-033-0/+251
| * | | | | drivers: dma-mapping: Do not leave an invalid area->pages pointer in dma_comm...Catalin Marinas2017-06-031-9/+24
| * | | | | kobject: support passing in variables for synthetic ueventsPeter Rajnoha2017-05-252-13/+4
| * | | | | driver core: platform: fix race condition with driver_overrideAdrian Salido2017-05-251-2/+9
| | |/ / / | |/| | |
* | | | | Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-032-0/+19
|\ \ \ \ \
| * | | | | driver core: fix automatic pinctrl managementJohan Hovold2017-06-131-0/+3
| * | | | | driver core: add helper to reuse a device-tree nodeJohan Hovold2017-06-131-0/+16
| | |/ / / | |/| | |
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-1/+1
|\ \ \ \ \
| * | | | | irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessMarc Zyngier2017-06-221-1/+1
| |/ / / /
* | | | | Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-202-12/+11
|\ \ \ \ \ | |/ / / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'intel_pstate' and 'pm-sleep'Rafael J. Wysocki2017-06-092-12/+11
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| | | * | Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki2017-06-072-12/+11
OpenPOWER on IntegriCloud