summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2020-09-21regmap: fix page selection for noinc writesDmitry Baryshkov3-12/+13
2020-09-21regmap: fix page selection for noinc readsDmitry Baryshkov1-6/+6
2020-09-18arch_topology, arm, arm64: define arch_scale_freq_invariant()Valentin Schneider1-0/+6
2020-09-18arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider1-2/+2
2020-09-18arch_topology: validate input frequencies to arch_set_freq_scale()Ionela Voinescu1-0/+3
2020-09-18regmap: debugfs: Add back in erroneously removed initialisation of retCharles Keepax1-1/+1
2020-09-17regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax3-17/+38
2020-09-17regmap: Add support for 12/20 register formattingRicardo Ribalda1-0/+22
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan1-0/+2
2020-09-17driver core: force NOIO allocations during unplugOliver Neukum1-0/+4
2020-09-14Merge 5.9-rc5 into driver-core-nextGreg Kroah-Hartman5-24/+35
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-12/+15
2020-09-10platform_device: switch to simpler IDA interfaceBartosz Golaszewski1-3/+3
2020-09-10driver core: platform: Document return type of more functionsStephen Boyd1-0/+14
2020-09-08devres: provide devm_krealloc()Bartosz Golaszewski1-0/+105
2020-09-08syscore: Use pm_pr_dbg() for syscore_{suspend,resume}()Stephen Boyd1-5/+3
2020-09-08driver core: Use the ktime_us_delta() helperZenghui Yu1-3/+2
2020-09-08device property: Move fwnode_connection_find_match() under drivers/base/prope...Heikki Krogerus3-102/+74
2020-09-07device connection: Remove struct device_connectionHeikki Krogerus1-10/+10
2020-09-07device connection: Remove device_connection_add()Heikki Krogerus1-58/+1
2020-09-07device connection: Remove device_connection_find()Heikki Krogerus1-73/+0
2020-09-04driver core: Fix device_pm_lock() locking for device linksSaravana Kannan1-4/+0
2020-09-04driver code: print symbolic error codeMichał Mirosław1-2/+2
2020-09-02regmap: Add can_sleep configuration optionDmitry Osipenko2-4/+18
2020-09-01Merge series "Introduce Embedded Controller driver for Acer A500" from Dmitry...Mark Brown1-2/+2
2020-09-01regmap: soundwire: remove unused header mod_devicetable.hVinod Koul1-1/+0
2020-09-01regmap: Use flexible sleepDmitry Osipenko1-2/+2
2020-08-28Merge tag 'devprop-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+8
2020-08-28Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-6/+10
2020-08-28firmware_loader: fix memory leak for paged bufferPrateek Sood2-6/+13
2020-08-26regmap: add Intel SPI Slave to AVMM Bus Bridge supportXu Yilun3-1/+725
2020-08-25PM: sleep: core: Fix the handling of pending runtime resume requestsRafael J. Wysocki1-6/+10
2020-08-25opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFERStephan Gerhold1-6/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-21device property: Fix the secondary firmware node handling in set_primary_fwno...Heikki Krogerus1-4/+8
2020-08-07Merge tag 'pm-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-12/+14
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+5
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt1-2/+2
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin1-2/+2
2020-08-07mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin1-1/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-24/+35
2020-08-05Merge tag 'devicetree-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2020-08-05Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-67/+422
2020-08-04PM: runtime: Improve kerneldoc of pm_runtime_get_if_active()Rafael J. Wysocki1-12/+14
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-104/+111
2020-08-03Merge tag 'regmap-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2-43/+43
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+11
2020-08-03Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki3-104/+111
2020-07-31init: add an init_chroot helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_chdir helperChristoph Hellwig1-1/+1