summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-277-46/+258
|\
| * Revert "base/platform: Only insert MEM and IO resources"Greg Kroah-Hartman2015-06-101-7/+3Star
| * Revert "base/platform: Continue on insert_resource() error"Greg Kroah-Hartman2015-06-101-15/+11Star
| * Revert "base/platform: Remove code duplication"Greg Kroah-Hartman2015-06-101-25/+35
| * Merge 4.1-rc7 into driver-core-nextGreg Kroah-Hartman2015-06-081-1/+1
| |\
| * | firmware: add missing kfree for work on async callLuis R. Rodriguez2015-06-011-1/+3
| * | base:dd - Fix for typo in comment to function driver_deferred_probe_trigger().Shailendra Verma2015-06-011-1/+1
| * | base/platform: Remove code duplicationRicardo Ribalda Delgado2015-06-011-35/+25Star
| * | base/platform: Continue on insert_resource() errorRicardo Ribalda Delgado2015-06-011-11/+15
| * | base/platform: Only insert MEM and IO resourcesRicardo Ribalda Delgado2015-06-011-3/+7
| * | firmware: use const for remaining firmware namesLuis R. Rodriguez2015-05-241-12/+28
| * | firmware: fix possible use after free on name on asynchronous requestLuis R. Rodriguez2015-05-241-1/+5
| * | firmware: check for file truncation on direct firmware loadingLuis R. Rodriguez2015-05-241-2/+7
| * | firmware: fix __getname() missing failure checkLuis R. Rodriguez2015-05-241-1/+5
| * | drivers: of/base: move of_init to driver_initSudeep Holla2015-05-241-0/+2
| * | drivers/base: cacheinfo: fix annoying typo when DT nodes are absentWill Deacon2015-05-241-2/+2
| * | driver-core: fix build for !CONFIG_MODULESDmitry Torokhov2015-05-241-1/+1
| * | driver-core: make __device_attach() staticDmitry Torokhov2015-05-241-1/+1
| * | driver-core: platform_driver_probe() must probe synchronouslyDmitry Torokhov2015-05-201-0/+13
| * | driver-core: enable drivers to opt-out of async probeLuis R. Rodriguez2015-05-201-4/+10
| * | driver-core: add driver module asynchronous probe supportLuis R. Rodriguez2015-05-201-1/+7
| * | driver-core: add asynchronous probing support for driversDmitry Torokhov2015-05-203-27/+154
| * | show nohz_full cpus in sysfsRik van Riel2015-05-201-0/+17
| * | show isolated cpus in sysfsRik van Riel2015-05-201-0/+12
* | | drivers/base/core.c: use strreplace()Rasmus Villemoes2015-06-261-5/+4Star
* | | Merge tag 'regmap-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2015-06-244-30/+61
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge remote-tracking branches 'regmap/topic/defaults', 'regmap/topic/irq' an...Mark Brown2015-06-174-24/+59
| |\ \ \ \ \
| | | | * | | regmap: Introduce regmap_get_reg_strideSrinivas Kandagatla2015-05-221-0/+12
| | | | * | | regmap: Introduce regmap_get_max_registerSrinivas Kandagatla2015-05-221-0/+12
| | | | |/ /
| | | * | | regmap: kill off set_irq_flags usageRob Herring2015-06-091-7/+0Star
| | | * | | regmap: irq: Fixed a typo errordashsriram2015-06-021-1/+1
| | | * | | regmap: Constify irq_domain_opsKrzysztof Kozlowski2015-04-271-1/+1
| | | |/ /
| | * | | regmap: Use regcache_mark_dirty() to indicate power loss or resetKevin Cernekee2015-05-062-4/+18
| | * | | regmap: Add a helper function for regcache sync testKevin Cernekee2015-05-061-11/+15
| | |/ /
| * | | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2015-06-171-3/+0Star
| |\ \ \
| | * | | regmap: drop unneeded gotoJulia Lawall2015-05-291-3/+0Star
| | |/ /
| * | | Merge remote-tracking branch 'regmap/fix/field' into regmap-linusMark Brown2015-06-171-2/+1Star
| |\ \ \
| | * | | regmap: Fix possible shift overflow in regmap_field_init()Maxime Coquelin2015-06-161-2/+1Star
| | |/ /
| * | | Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown2015-06-171-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | regmap: Fix regmap_bulk_read in BE modeArun Chandran2015-06-151-1/+1
| | |/
* | | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-239-25/+563
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'pm-clk', 'pm-domains' and 'powercap'Rafael J. Wysocki2015-06-192-18/+67
| |\ \ \ \ \ | | | | | |/ | | | | |/|
| | | * | | PM / Domains: Skip timings during syscore suspend/resumeGeert Uytterhoeven2015-06-151-16/+26
| | | | |/ | | | |/|
| | * | | PM / clk: Print acquired clock name in addition to con_idGeert Uytterhoeven2015-06-151-1/+2
| | * | | PM / clk: Fix clock error check in __pm_clk_add()Geert Uytterhoeven2015-05-191-1/+1
| | * | | PM / clock_ops: Provide default runtime ops to usersRajendra Nayak2015-05-121-0/+38
| | | |/ | | |/|
| * | | Merge branch 'pm-wakeirq'Rafael J. Wysocki2015-06-196-1/+422
| |\ \ \
| | * | | PM / Wakeirq: Add automated device wake IRQ handlingTony Lindgren2015-05-206-1/+422
| | | | |
| | \ \ \
| *-. | | | Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki2015-06-193-6/+60
| |\ \| | |
| | | * | | PM / Runtime: Update last_busy in rpm_resumeTony Lindgren2015-05-201-0/+1
| | | |/ /