Merge tag 'driver-core-4.14-rc1' of...
Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core Pull driver core update from Greg KH: "Here is the "big" driver core update for 4.14-rc1. It's really not all that big, the largest thing here being some firmware tests to help ensure that that crazy api is working properly. There's also a new uevent for when a driver is bound or unbound from a device, fixing a hole in the driver model that's been there since the very beginning. Many thanks to Dmitry for being persistent and pointing out how wrong I was about this all along :) Patches for the new uevents are already in the systemd tree, if people want to play around with them. Otherwise just a number of other small api changes and updates here, nothing major. All of these patches have been in linux-next for a while with no reported issues" * tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (28 commits) driver core: bus: Fix a potential double free Do not disable driver and bus shutdown hook when class shutdown hook is set. base: topology: constify attribute_group structures. base: Convert to using %pOF instead of full_name kernfs: Clarify lockdep name for kn->count fbdev: uvesafb: remove DRIVER_ATTR() usage xen: xen-pciback: remove DRIVER_ATTR() usage driver core: Document struct device:dma_ops mod_devicetable: Remove excess description from structured comment test_firmware: add batched firmware tests firmware: enable a debug print for batched requests firmware: define pr_fmt firmware: send -EINTR on signal abort on fallback mechanism test_firmware: add test case for SIGCHLD on sync fallback initcall_debug: add deferred probe times Input: axp20x-pek - switch to using devm_device_add_group() Input: synaptics_rmi4 - use devm_device_add_group() for attributes in F01 Input: gpio_keys - use devm_device_add_group() for attributes driver core: add devm_device_add_group() and friends driver core: add device_{add|remove}_group() helpers ...
No related branches found
No related tags found
Showing
- drivers/base/arch_topology.c 43 additions, 43 deletionsdrivers/base/arch_topology.c
- drivers/base/base.h 0 additions, 5 deletionsdrivers/base/base.h
- drivers/base/bus.c 1 addition, 1 deletiondrivers/base/bus.c
- drivers/base/core.c 137 additions, 4 deletionsdrivers/base/core.c
- drivers/base/dd.c 31 additions, 1 deletiondrivers/base/dd.c
- drivers/base/firmware_class.c 10 additions, 3 deletionsdrivers/base/firmware_class.c
- drivers/base/topology.c 1 addition, 1 deletiondrivers/base/topology.c
- drivers/char/tpm/tpm-chip.c 2 additions, 9 deletionsdrivers/char/tpm/tpm-chip.c
- drivers/input/keyboard/gpio_keys.c 2 additions, 14 deletionsdrivers/input/keyboard/gpio_keys.c
- drivers/input/misc/axp20x-pek.c 1 addition, 17 deletionsdrivers/input/misc/axp20x-pek.c
- drivers/input/rmi4/rmi_f01.c 3 additions, 8 deletionsdrivers/input/rmi4/rmi_f01.c
- drivers/video/fbdev/uvesafb.c 3 additions, 4 deletionsdrivers/video/fbdev/uvesafb.c
- drivers/xen/xen-pciback/pci_stub.c 20 additions, 24 deletionsdrivers/xen/xen-pciback/pci_stub.c
- fs/kernfs/file.c 1 addition, 1 deletionfs/kernfs/file.c
- include/linux/arch_topology.h 3 additions, 1 deletioninclude/linux/arch_topology.h
- include/linux/debugfs.h 16 additions, 0 deletionsinclude/linux/debugfs.h
- include/linux/device.h 33 additions, 2 deletionsinclude/linux/device.h
- include/linux/kobject.h 2 additions, 0 deletionsinclude/linux/kobject.h
- include/linux/mod_devicetable.h 0 additions, 2 deletionsinclude/linux/mod_devicetable.h
- lib/kobject_uevent.c 2 additions, 0 deletionslib/kobject_uevent.c
Loading
Please register or sign in to comment