summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-0150-763/+743
|\
| * 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
| * USB: serial: keyspan: Drop firmware Kconfig optionsBenjamin Gilbert2018-01-251-78/+0
| * drivers: base: add coredump driver opsArend van Spriel2018-01-231-7/+33
| * treewide: Use DEVICE_ATTR_WOJoe Perches2018-01-095-7/+5
| * treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-0910-47/+44
| * treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-099-56/+34
| * Merge 4.15-rc6 into driver-core-nextGreg Kroah-Hartman2018-01-02299-1372/+2862
| |\
| * | 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
| * | drivers: base: omit redundant interationsGimcuan Hui2017-12-183-3/+3
| * | Merge 4.15-rc3 into driver-core-nextGreg Kroah-Hartman2017-12-11688-4903/+7113
| |\ \
| * | | 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 tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-01803-22632/+24302
|\ \ \ \
| * | | | staging: rtlwifi: remove redundant initialization of 'cfg_cmd'Colin Ian King2018-01-261-1/+1
| * | | | staging: rtl8723bs: remove a couple of redundant initializationsColin Ian King2018-01-262-2/+2
| * | | | staging: comedi: reformat lines to 80 chars or lessEujon Sellers2018-01-261-4/+8
| * | | | staging: lustre: separate a connection destroy from free struct kib_connDmitry Eremin2018-01-263-7/+8
| * | | | Staging: rtl8723bs: Use !x instead of NULL comparisonShreeya Patel2018-01-251-8/+8
| * | | | Staging: rtl8723bs: Remove dead codeShreeya Patel2018-01-251-15/+0
| * | | | Staging: rtl8723bs: Change names to conform to the kernel codeShreeya Patel2018-01-251-357/+357
| * | | | staging: ccree: Fix missing blank line after declarationKamal Heib2018-01-251-0/+1
| * | | | staging: rtl8188eu: remove redundant initialization of 'pwrcfgcmd'Colin Ian King2018-01-251-1/+1
| * | | | staging: rtlwifi: remove unused RTLHALMAC_ST and RTLPHYDM_STCorentin Labbe2018-01-251-10/+0
| * | | | staging: fbtft: remove unused FB_TFT_SSD1325 kconfigCorentin Labbe2018-01-251-6/+0
| * | | | staging: comedi: dt2811: remove redundant initialization of 'ns'Colin Ian King2018-01-231-1/+1
| * | | | staging: wilc1000: fix alignments to match open parenthesisAjay Singh2018-01-233-22/+22
| * | | | staging: wilc1000: removed unnecessary defined enums typedefAjay Singh2018-01-231-36/+36
| * | | | staging: wilc1000: remove unnecessary use of parenthesesAjay Singh2018-01-238-51/+51