summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-02-151-3/+2
|\
| * device property: Constify device_get_match_data()Andy Shevchenko2018-02-121-3/+2
* | PM / runtime: Update links_count also if !CONFIG_SRCULukas Wunner2018-02-121-0/+3
* | PM / wakeirq: Fix unbalanced IRQ enable for wakeirqTony Lindgren2018-02-121-2/+4
|/
* Merge tag 'pm-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-091-31/+45
|\
| * PM / domains: Fix up domain-idle-states OF parsingUlf Hansson2018-02-071-31/+45
* | Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-02-011-0/+1
|\ \
| * \ BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie2018-01-183-0/+64
| |\ \
| * \ \ BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie2017-12-194-18/+35
| |\ \ \
| * \ \ \ Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-041-0/+1
| |\ \ \ \
| | * | | | dma-buf/fence: Fix lock inversion within dma-fence-arrayChris Wilson2017-11-211-0/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-3/+2
|\ \ \ \ \ \
| * | | | | | drivers: do not use print_symbol()Sergey Senozhatsky2018-01-051-3/+2
* | | | | | | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-013-0/+85
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman2018-01-022-0/+28
| |\ \ \ \ \ \ \
| * | | | | | | | regmap: add SLIMbus supportSrinivas Kandagatla2017-12-193-0/+85
* | | | | | | | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-0132-576/+661
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | device property: Reuse property_entry_free_data()Andy Shevchenko2018-01-251-20/+14
| * | | | | | | | | device property: Move property_entry_free_data() upperAndy Shevchenko2018-01-251-17/+17
| * | | | | | | | | firmware: Drop FIRMWARE_IN_KERNEL Kconfig optionBenjamin Gilbert2018-01-251-23/+5
| * | | | | | | | | drivers: base: add coredump driver opsArend van Spriel2018-01-231-7/+33
| * | | | | | | | | Merge 4.15-rc6 into driver-core-nextGreg Kroah-Hartman2018-01-022-0/+28
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | component: add debugfs supportMaciej Purski2017-12-181-0/+78
| * | | | | | | | | drivers: base: omit redundant interationsGimcuan Hui2017-12-183-3/+3
| * | | | | | | | | Merge 4.15-rc3 into driver-core-nextGreg Kroah-Hartman2017-12-113-18/+20
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | driver core: Remove redundant license textGreg Kroah-Hartman2017-12-0727-121/+0
| * | | | | | | | | drivers: core: arch_topology.c: move SPDX tag to top of the fileGreg Kroah-Hartman2017-12-071-7/+1
| * | | | | | | | | driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-0730-0/+30
| * | | | | | | | | firmware: replace #ifdef over FW_OPT_FALLBACK with function checksLuis R. Rodriguez2017-11-291-11/+29
| * | | | | | | | | firmware: provide helper for FW_OPT_USERHELPERLuis R. Rodriguez2017-11-291-13/+18
| * | | | | | | | | firmware: add helper to copy built-in data to pre-alloc bufferLuis R. Rodriguez2017-11-291-2/+9
| * | | | | | | | | firmware: use static inline for to_fw_priv()Luis R. Rodriguez2017-11-291-1/+4
| * | | | | | | | | firmware: rename sysfs state checks with sysfs prefixLuis R. Rodriguez2017-11-291-10/+10
| * | | | | | | | | firmware: use static inlines for state machine checkingLuis R. Rodriguez2017-11-291-39/+68
| * | | | | | | | | firmware: remove unused __fw_state_is_done()Luis R. Rodriguez2017-11-291-5/+0
| * | | | | | | | | firmware: remove duplicate fw_state_aborted()Luis R. Rodriguez2017-11-291-2/+0
| * | | | | | | | | firmware: move core data structures to the top of fileLuis R. Rodriguez2017-11-291-95/+95
| * | | | | | | | | firmware: rename struct fw_priv->fw_id to fw_nameLuis R. Rodriguez2017-11-291-13/+13
| * | | | | | | | | firmware: rename struct firmware_buf to struct fw_privLuis R. Rodriguez2017-11-291-185/+187
| * | | | | | | | | firmware: rename struct firmware_priv to struct fw_sysfsLuis R. Rodriguez2017-11-291-49/+49
| * | | | | | | | | firmware: fix detecting error on register_reboot_notifier()Luis R. Rodriguez2017-11-291-1/+8
| * | | | | | | | | firmware: provide helpers for registering the syfs loaderLuis R. Rodriguez2017-11-291-8/+21
| * | | | | | | | | firmware: fix capturing errors on fw_cache_init() on early initLuis R. Rodriguez2017-11-291-13/+32
| * | | | | | | | | firmware: add helper to unregister pm opsLuis R. Rodriguez2017-11-291-4/+10
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-13/+91
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | device property: Allow iterating over available child fwnodesMarcin Wojtas2018-01-221-0/+26
| * | | | | | | | | device property: Introduce fwnode_irq_get()Marcin Wojtas2018-01-221-0/+26
| * | | | | | | | | device property: Introduce fwnode_get_phy_mode()Marcin Wojtas2018-01-221-5/+19
| * | | | | | | | | device property: Introduce fwnode_get_mac_address()Marcin Wojtas2018-01-221-8/+20
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-01-311-0/+7
|\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud