summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | devcoredump: fix typo in commentAkinobu Mita2019-08-151-1/+1
| * | | | | | devcoredump: use memory_read_from_bufferAkinobu Mita2019-08-151-10/+1
| * | | | | | Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman2019-08-123-13/+83
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'dev_groups_all_drivers' into driver-core-nextGreg Kroah-Hartman2019-08-021-0/+14
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | driver core: add dev_groups to all driversDmitry Torokhov2019-08-021-0/+14
| * | | | | | driver core: Add sync_state driver/bus callbackSaravana Kannan2019-08-011-0/+65
| * | | | | | driver core: Add edit_links() callback for driversSaravana Kannan2019-08-012-2/+51
| * | | | | | driver core: Add support for linking devices during device additionSaravana Kannan2019-08-011-0/+83
| * | | | | | driver core: platform: Add an error message to platform_get_irq*()Stephen Boyd2019-07-301-8/+34
| * | | | | | Merge branch 'generic_lookup_helpers' into driver-core-nextGreg Kroah-Hartman2019-07-304-39/+46
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | driver core: Fix creation of device links with PM-runtime flagsRafael J. Wysocki2019-07-301-2/+4
| * | | | | | driver core: Remove device link creation limitationRafael J. Wysocki2019-07-252-79/+101
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'devprop-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-171-1/+38
|\ \ \ \ \ \
| * | | | | | software node: Initialize the return value in software_node_find_by_name()Heikki Krogerus2019-09-111-1/+1
| * | | | | | software node: Initialize the return value in software_node_to_swnode()Heikki Krogerus2019-09-041-1/+1
| * | | | | | software node: Add software_node_find_by_name()Heikki Krogerus2019-08-261-0/+37
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-09-178-66/+308
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'pm-opp', 'pm-qos', 'acpi-pm', 'pm-domains' and 'pm-tools'Rafael J. Wysocki2019-09-171-15/+10
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | / | | | | |_|_|_|/ | | | |/| | | |
| | | | * | | | PM / Domains: Verify PM domain type in dev_pm_genpd_set_performance_state()Ulf Hansson2019-09-021-2/+2
| | | | * | | | PM / Domains: Simplify genpd_lookup_dev()Ulf Hansson2019-09-021-13/+8
| | | |/ / / /
| * | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-09-171-1/+1
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'pm-cpufreq-qos'Rafael J. Wysocki2019-09-051-1/+1
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFYViresh Kumar2019-08-261-1/+1
| | | |/ / / /
| * | | | | | Merge branch 'pm-sleep'Rafael J. Wysocki2019-09-176-50/+297
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge suspend-to-idle rework material for v5.4.Rafael J. Wysocki2019-09-172-24/+13
| | |\ \ \ \ \
| | | * | | | | PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()Rafael J. Wysocki2019-07-231-18/+12
| | | * | | | | PM: sleep: Simplify suspend-to-idle control flowRafael J. Wysocki2019-07-231-5/+0
| | | * | | | | PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()Rafael J. Wysocki2019-07-231-1/+1
| | | | |/ / / | | | |/| | |
| | * | | | | PM / wakeup: Unexport wakeup_source_sysfs_{add,remove}()Stephen Boyd2019-08-211-2/+0
| | * | | | | PM / wakeup: Register wakeup class kobj after device is addedStephen Boyd2019-08-214-4/+34
| | * | | | | PM / wakeup: Fix sysfs registration error pathStephen Boyd2019-08-211-4/+9
| | * | | | | PM / wakeup: Show wakeup sources stats in sysfsTri Vo2019-08-214-5/+237
| | * | | | | PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare()Tri Vo2019-08-211-20/+13
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-174-39/+46
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | platform: Add platform_find_device_by_driver() helperSuzuki K Poulose2019-07-301-0/+14
| * | | | | drivers: Add generic helper to match any deviceSuzuki K Poulose2019-07-301-0/+6
| * | | | | drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose2019-07-301-0/+6
| * | | | | drivers: Introduce device lookup variants by device typeSuzuki K Poulose2019-07-301-8/+7
| * | | | | drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose2019-07-302-7/+7
| * | | | | drivers: Introduce device lookup variants by nameSuzuki K Poulose2019-07-302-24/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-163-5/+23
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-08-223-5/+23
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | driver/core: Convert to use built-in RCU list checkingJoel Fernandes (Google)2019-08-133-5/+23
| | | |/ / | | |/| |
* | | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-09-161-0/+9
|\ \ \ \ \
| * | | | | base: soc: Export soc_device_register/unregister APIsVinod Koul2019-08-051-0/+2
| * | | | | base: soc: Add serial_number attribute to socBjorn Andersson2019-08-051-0/+7
| | |_|/ / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-162-1/+299
|\ \ \ \ \
| * \ \ \ \ Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/...Will Deacon2019-08-142-1/+299
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | base: arch_topology: update Kconfig help descriptionSudeep Holla2019-07-221-1/+1
| | * | | | arm: Use common cpu_topology structure and functions.Atish Patra2019-07-221-1/+3