-
- Downloads
Merge tag 'devprop-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull device properties framework updates from Rafael Wysocki: "Add support for reference properties in sofrware nodes (Dmitry Torokhov) and a basic test for property entries along with fixes on top of it (Dmitry Torokhov, Qian Cai, Alan Maguire)" * tag 'devprop-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: software node: introduce CONFIG_KUNIT_DRIVER_PE_TEST usb: dwc3: use proper initializers for property entries drivers/base/test: fix global-out-of-bounds error software node: add basic tests for property entries software node: remove separate handling of references platform/x86: intel_cht_int33fe: use inline reference properties software node: implement reference properties software node: allow embedding of small arrays into property_entry software node: replace is_array with is_inline
Showing
- drivers/base/swnode.c 84 additions, 70 deletionsdrivers/base/swnode.c
- drivers/base/test/Kconfig 3 additions, 0 deletionsdrivers/base/test/Kconfig
- drivers/base/test/Makefile 2 additions, 0 deletionsdrivers/base/test/Makefile
- drivers/base/test/property-entry-test.c 475 additions, 0 deletionsdrivers/base/test/property-entry-test.c
- drivers/platform/x86/intel_cht_int33fe_typec.c 41 additions, 40 deletionsdrivers/platform/x86/intel_cht_int33fe_typec.c
- drivers/usb/dwc3/host.c 3 additions, 3 deletionsdrivers/usb/dwc3/host.c
- include/linux/property.h 54 additions, 42 deletionsinclude/linux/property.h
Loading
Please register or sign in to comment