summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-01140-1047/+918
|\
| * device property: Define type of PROPERTY_ENRTY_*() macrosAndy Shevchenko2018-01-251-5/+5
| * 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: Fix up docs referring to FIRMWARE_IN_KERNELBenjamin Gilbert2018-01-253-12/+6
| * firmware: Drop FIRMWARE_IN_KERNEL Kconfig optionBenjamin Gilbert2018-01-2553-75/+5
| * USB: serial: keyspan: Drop firmware Kconfig optionsBenjamin Gilbert2018-01-256-135/+0
| * sysfs: remove DEBUG definesGreg Kroah-Hartman2018-01-232-3/+0
| * sysfs: use SPDX identifiersGreg Kroah-Hartman2018-01-236-13/+6
| * drivers: base: add coredump driver opsArend van Spriel2018-01-232-8/+34
| * sysfs: add attribute specification for /sysfs/devices/.../coredumpArend van Spriel2018-01-231-0/+10
| * test_firmware: fix missing unlock on error in config_num_requests_store()Wei Yongjun2018-01-221-0/+1
| * test_firmware: make local symbol test_fw_config staticWei Yongjun2018-01-221-1/+1
| * sysfs: turn WARN() into pr_warn()Greg Kroah-Hartman2018-01-221-2/+3
| * firmware: Fix a typo in fallback-mechanisms.rstMasanari Iida2018-01-091-1/+1
| * treewide: Use DEVICE_ATTR_WOJoe Perches2018-01-097-9/+7
| * treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-0915-57/+54
| * treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-0914-79/+48
| * sysfs.h: Use octal permissionsJoe Perches2018-01-091-8/+6
| * Merge 4.15-rc6 into driver-core-nextGreg Kroah-Hartman2018-01-02806-5644/+9729
| |\
| * | component: add debugfs supportMaciej Purski2017-12-181-0/+78
| * | bus: simple-pm-bus: convert bool SIMPLE_PM_BUS to tristatePaul Gortmaker2017-12-181-1/+1
| * | PNP: pnpbios: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-12-181-4/+1
| * | sysfs: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-12-181-1/+1
| * | drivers: base: omit redundant interationsGimcuan Hui2017-12-183-3/+3
| * | Merge 4.15-rc3 into driver-core-nextGreg Kroah-Hartman2017-12-111514-8540/+13681
| |\ \
| * | | driver core: Remove redundant license textGreg Kroah-Hartman2017-12-0728-123/+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-0731-0/+31
| * | | kobject: Remove redundant license textGreg Kroah-Hartman2017-12-076-15/+0
| * | | kobject: add SPDX identifiers to all kobject filesGreg Kroah-Hartman2017-12-076-0/+6
| * | | test_firmware: wrap custom sysfs load tests into helperLuis R. Rodriguez2017-11-291-15/+28
| * | | test_firmware: wrap basic sysfs fallback tests into helperLuis R. Rodriguez2017-11-291-37/+41
| * | | test_firmware: wrap sysfs timeout test into helperLuis R. Rodriguez2017-11-291-32/+37
| * | | 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
| * | | test_firmware: fix setting old custom fw path back on exitLuis R. Rodriguez2017-11-291-1/+4
| * | | 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