summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2019-09-17Merge branch 'pm-cpufreq'Rafael J. Wysocki-1/+1
2019-09-17Merge branch 'pm-sleep'Rafael J. Wysocki-50/+297
2019-09-17Merge suspend-to-idle rework material for v5.4.Rafael J. Wysocki-24/+13
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+23
2019-09-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-0/+9
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+299
2019-09-16Merge tag 'regmap-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-18/+1
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells-10/+6
2019-09-11software node: Initialize the return value in software_node_find_by_name()Heikki Krogerus-1/+1
2019-09-05make shmem_fill_super() staticAl Viro-1/+1
2019-09-05devtmpfs: don't mix {ramfs,shmem}_fill_super() with mount_single()Al Viro-6/+30
2019-09-05Merge branch 'pm-cpufreq-qos'Rafael J. Wysocki-1/+1
2019-09-04software node: Initialize the return value in software_node_to_swnode()Heikki Krogerus-1/+1
2019-09-03Merge generic_lookup_helpers into usb-nextGreg Kroah-Hartman-39/+46
2019-09-03device connection: Add fwnode_connection_find_match()Heikki Krogerus-12/+31
2019-09-02PM / Domains: Verify PM domain type in dev_pm_genpd_set_performance_state()Ulf Hansson-2/+2
2019-09-02PM / Domains: Simplify genpd_lookup_dev()Ulf Hansson-13/+8
2019-08-29driver core: platform: Export platform_get_irq_optional()Thierry Reding-0/+1
2019-08-28driver core: platform: Introduce platform_get_irq_optional()Thierry Reding-0/+22
2019-08-27Revert "driver core: Add support for linking devices during device addition"Greg Kroah-Hartman-83/+0
2019-08-27Revert "driver core: Add edit_links() callback for drivers"Greg Kroah-Hartman-51/+2
2019-08-27Revert "driver core: Add sync_state driver/bus callback"Greg Kroah-Hartman-65/+0
2019-08-26software node: Add software_node_find_by_name()Heikki Krogerus-0/+37
2019-08-26arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFYViresh Kumar-1/+1
2019-08-22Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-5/+23
2019-08-22driver core: initialize a default DMA mask for platform deviceChristoph Hellwig-21/+16
2019-08-21PM / wakeup: Unexport wakeup_source_sysfs_{add,remove}()Stephen Boyd-2/+0
2019-08-21PM / wakeup: Register wakeup class kobj after device is addedStephen Boyd-4/+34
2019-08-21PM / wakeup: Fix sysfs registration error pathStephen Boyd-4/+9
2019-08-21PM / wakeup: Show wakeup sources stats in sysfsTri Vo-5/+237
2019-08-21PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare()Tri Vo-20/+13
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman-1/+1
2019-08-16Merge tag 'soundwire-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman-1/+1
2019-08-15devcoredump: fix typo in commentAkinobu Mita-1/+1
2019-08-15devcoredump: use memory_read_from_bufferAkinobu Mita-10/+1
2019-08-14Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/...Will Deacon-1/+299
2019-08-13driver/core: Convert to use built-in RCU list checkingJoel Fernandes (Google)-5/+23
2019-08-12Merge branch 'regmap-5.4' into regmap-nextMark Brown-12/+0
2019-08-12Merge branch 'regmap-5.3' into regmap-linusMark Brown-6/+1
2019-08-12regmap-irq: Correct error paths in regmap_irq_thread for pm_runtimeCharles Keepax-6/+1
2019-08-12Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman-3/+59
2019-08-12Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman-13/+83
2019-08-10Merge tag 'driver-core-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+59
2019-08-09soundwire: fix regmap dependencies and align with other serial linksPierre-Louis Bossart-1/+1
2019-08-06Merge tag 'dev_groups_all_drivers' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman-0/+14
2019-08-05base: soc: Export soc_device_register/unregister APIsVinod Koul-0/+2
2019-08-05base: soc: Add serial_number attribute to socBjorn Andersson-0/+7
2019-08-02Merge tag 'dev_groups_all_drivers' into driver-core-nextGreg Kroah-Hartman-0/+14
2019-08-02driver core: add dev_groups to all driversDmitry Torokhov-0/+14
2019-08-01driver core: Add sync_state driver/bus callbackSaravana Kannan-0/+65