-
- Downloads
Merge tag 'scmi-updates-5.7' of...
Merge tag 'scmi-updates-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/drivers ARM SCMI/SCPI updates for v5.7 1. Abstraction of the scmi transport type from the core protocol driver which enables addition of other transports like SMC/HVC, SPCI and virtio apart from the existing mailbox 2. Miscellaneous fix for minor formatting issues with the kernel-doc style comments 3. Replacement of zero-length array with flexible-array member which is part of tree-wide cleanup * tag 'scmi-updates-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux: misc: vexpress: Replace zero-length array with flexible-array member firmware: arm_scpi: Replace zero-length array with flexible-array member firmware: arm_scmi/perf: Replace zero-length array with flexible-array member firmware: arm_scmi: Replace zero-length array with flexible-array member firmware: arm_scmi: Make scmi core independent of the transport type firmware: arm_scmi: Move macros and helpers to common.h firmware: arm_scmi: Update doc style comments Link: https://lore.kernel.org/r/20200304175247.GA5402@bogus Signed-off-by:Arnd Bergmann <arnd@arndb.de>
No related branches found
No related tags found
Showing
- drivers/firmware/arm_scmi/Makefile 2 additions, 1 deletiondrivers/firmware/arm_scmi/Makefile
- drivers/firmware/arm_scmi/common.h 113 additions, 2 deletionsdrivers/firmware/arm_scmi/common.h
- drivers/firmware/arm_scmi/driver.c 34 additions, 259 deletionsdrivers/firmware/arm_scmi/driver.c
- drivers/firmware/arm_scmi/mailbox.c 184 additions, 0 deletionsdrivers/firmware/arm_scmi/mailbox.c
- drivers/firmware/arm_scmi/perf.c 1 addition, 1 deletiondrivers/firmware/arm_scmi/perf.c
- drivers/firmware/arm_scmi/shmem.c 83 additions, 0 deletionsdrivers/firmware/arm_scmi/shmem.c
- drivers/firmware/arm_scpi.c 2 additions, 2 deletionsdrivers/firmware/arm_scpi.c
- drivers/misc/vexpress-syscfg.c 1 addition, 1 deletiondrivers/misc/vexpress-syscfg.c
Loading
Please register or sign in to comment