summaryrefslogtreecommitdiff
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* driver core: Fix locking bug in deferred_probe_timeout_work_func()Saravana Kannan2021-04-161-3/+5
* PM: runtime: Fix ordering in pm_runtime_get_suppliers()Adrian Hunter2021-04-071-1/+1
* PM: runtime: Fix race getting/putting suppliers at probeAdrian Hunter2021-04-071-1/+7
* PM: runtime: Defer suspending suppliersRafael J. Wysocki2021-03-301-6/+39
* Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki2021-03-241-37/+25
* software node: Fix node registrationHeikki Krogerus2021-03-171-0/+3
* PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki2021-03-091-25/+37
* regmap: sdw: use _no_pm functions in regmap_read/writeBard Liao2021-03-041-2/+2
* media: software_node: Fix refcounts in software_node_get_next_child()Daniel Scally2021-03-041-2/+6
* driver core: Extend device_is_dependent()Rafael J. Wysocki2021-01-271-1/+16
* regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter2021-01-171-3/+1
* regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang2021-01-171-2/+9
* Revert "device property: Keep secondary firmware node secondary by type"Bard Liao2021-01-121-1/+1
* PM: runtime: Resume the device earlier in __device_release_driver()Rafael J. Wysocki2020-11-101-3/+5
* PM: runtime: Drop pm_runtime_clean_up_links()Rafael J. Wysocki2020-11-102-37/+0
* PM: runtime: Drop runtime PM references to supplier on link removalRafael J. Wysocki2020-11-102-5/+22
* device property: Don't clear secondary pointer for shared primary firmware nodeAndy Shevchenko2020-11-051-1/+3
* device property: Keep secondary firmware node secondary by typeAndy Shevchenko2020-11-051-1/+1
* PM: runtime: Remove link state checks in rpm_get/put_supplier()Xiang Chen2020-11-051-4/+1
* driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa2020-10-141-2/+3
* mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-10-071-30/+55
* regmap: fix page selection for noinc writesDmitry Baryshkov2020-10-013-12/+13
* regmap: fix page selection for noinc readsDmitry Baryshkov2020-10-011-6/+6
* cpu-topology: Fix the potential data corruptionZeng Tao2020-10-011-2/+2
* firmware_loader: fix memory leak for paged bufferPrateek Sood2020-09-232-6/+13
* device property: Fix the secondary firmware node handling in set_primary_fwno...Heikki Krogerus2020-09-031-4/+8
* PM: sleep: core: Fix the handling of pending runtime resume requestsRafael J. Wysocki2020-09-031-6/+10
* driver core: Avoid binding drivers to dead devicesLukas Wunner2020-08-211-1/+3
* PM: wakeup: Show statistics for deleted wakeup sources againzhuguangqing2020-07-311-0/+3
* regmap: debugfs: check count when read regmap filePeng Fan2020-07-311-0/+6
* regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde2020-07-291-1/+1
* regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson2020-07-221-23/+29
* regmap: fix alignment issueJens Thoms Toerring2020-07-161-54/+46
* regmap: Fix memory leak from regmap_register_patchCharles Keepax2020-06-301-0/+1
* drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan2020-06-241-0/+2
* x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2020-06-101-0/+8
* component: Silence bind error on -EPROBE_DEFERJames Hilliard2020-05-271-3/+5
* Revert "software node: Simplify software_node_release() function"Brendan Higgins2020-05-101-7/+7
* PM: sleep: core: Switch back to async_schedule_dev()Kai-Heng Feng2020-05-021-1/+1
* PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not thereNeeraj Upadhyay2020-04-171-1/+3
* PM / Domains: Allow no domain-idle-states DT property in genpd when parsingUlf Hansson2020-04-171-1/+1
* firmware: fix a double abort case with fw_load_sysfs_fallbackJunyong Sun2020-04-171-1/+1
* drivers/base/memory.c: indicate all memory blocks as removableDavid Hildenbrand2020-04-011-20/+3
* driver code: clarify and fix platform device DMA mask allocationChristoph Hellwig2020-03-181-19/+6
* driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King2020-02-241-1/+1
* driver core: Print device when resources present in really_probe()Geert Uytterhoeven2020-02-241-1/+4
* driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz2020-02-241-4/+6
* regmap: fix writes to non incrementing registersBen Whitten2020-02-141-5/+12
* PM: core: Fix handling of devices deleted during system-wide resumeRafael J. Wysocki2020-02-111-5/+37
* driver core: Fix test_async_driver_probe if NUMA is disabledGuenter Roeck2020-02-011-1/+2