✗ Fi.CI.CHECKPATCH: warning for drm/i915: Implement HDCP2.2 (rev17)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



== Series Details ==

Series: drm/i915: Implement HDCP2.2 (rev17)
URL   : https://patchwork.freedesktop.org/series/38254/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
516981139a84 component: Add documentation
-:38: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#38: 
new file mode 100644

-:43: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#43: FILE: Documentation/driver-api/component.rst:1:
+======================================

total: 0 errors, 2 warnings, 0 checks, 282 lines checked
444ba1201ed4 components: multiple components for a device
-:39: WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct device *' should also have an identifier name
#39: FILE: drivers/base/component.c:50:
+	int (*compare_typed)(struct device *, int, void *);

-:39: WARNING:FUNCTION_ARGUMENTS: function definition argument 'int' should also have an identifier name
#39: FILE: drivers/base/component.c:50:
+	int (*compare_typed)(struct device *, int, void *);

-:39: WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name
#39: FILE: drivers/base/component.c:50:
+	int (*compare_typed)(struct device *, int, void *);

-:110: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#110: FILE: drivers/base/component.c:338:
+static void __component_match_add(struct device *master,
 	struct component_match **matchptr,

-:151: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#151: FILE: drivers/base/component.c:402:
+void component_match_add_release(struct device *master,
+	struct component_match **matchptr,

-:178: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#178: FILE: drivers/base/component.c:429:
+void component_match_add_typed(struct device *master,
+	struct component_match **matchptr,

-:207: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#207: FILE: drivers/base/component.c:666:
+static int __component_add(struct device *dev, const struct component_ops *ops,
+	int subcomponent)

-:244: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#244: FILE: drivers/base/component.c:717:
+int component_add_typed(struct device *dev, const struct component_ops *ops,
+	int subcomponent)

-:284: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#284: FILE: include/linux/component.h:37:
+int component_add_typed(struct device *dev, const struct component_ops *ops,
+	int subcomponent);

-:293: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#293: FILE: include/linux/component.h:96:
+void component_match_add_typed(struct device *master,
+	struct component_match **matchptr,

total: 0 errors, 3 warnings, 7 checks, 261 lines checked
a833383b43f2 drm/doc: document recommended component helper usage
-:17: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#17: FILE: Documentation/driver-api/component.rst:1:
+.. _component:

total: 0 errors, 1 warnings, 0 checks, 36 lines checked
d1c82bfa0911 i915/snd_hdac: I915 subcomponent for the snd_hdac
94a2270a8039 drm/i915: Gathering the HDCP1.4 routines together
9e2ea7656119 drm: header for i915 - MEI_HDCP interface
-:23: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#23: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 148 lines checked
1513494ef206 drm/i915: Initialize HDCP2.2
0fa0b04ecd61 drm/i915: MEI interface definition
017da86c45fc drm/i915: hdcp1.4 CP_IRQ handling and SW encryption tracking
aa261c188b63 drm/i915: Enable and Disable of HDCP2.2
840686394856 drm/i915: Implement HDCP2.2 receiver authentication
39783561f468 drm: helper functions for hdcp2 seq_num to from u32
fdc09b717b1b drm/i915: Implement HDCP2.2 repeater authentication
974e474ba4d5 drm: HDCP2.2 link check period
3756ee38833f drm/i915: Implement HDCP2.2 link integrity check
5d092f3fe1cb drm/i915: Handle HDCP2.2 downstream topology change
87932a00123c drm: removing the DP Errata msg and its msg id
c6da48f30315 drm/i915: Implement the HDCP2.2 support for DP
66a8f80b7b5b drm/i915: Implement the HDCP2.2 support for HDMI
ee9a67e17e82 drm/i915: CP_IRQ handling for DP HDCP2.2 msgs
7c8afc9c155c drm/i915: HDCP state handling in ddi_update_pipe
d3b615a7a6a9 drm/i915: Fix KBL HDCP2.2 encrypt status signalling
e8699a21e5f7 mei: bus: whitelist hdcp client
a6c5b5de1973 mei: me: add ice lake point device ids
072a2045481f mei: bus: export to_mei_cl_device for mei client device drivers
3af82cf8a6d1 misc/mei/hdcp: Client driver for HDCP application
-:76: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#76: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 87 lines checked
85960a830643 misc/mei/hdcp: Define ME FW interface for HDCP2.2
-:30: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#30: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 366 lines checked
3e606d411906 misc/mei/hdcp: Initiate Wired HDCP2.2 Tx Session
200e5abc2da2 misc/mei/hdcp: Verify Receiver Cert and prepare km
d6dd3b4f6cb8 misc/mei/hdcp: Verify H_prime
5f056ee6879c misc/mei/hdcp: Store the HDCP Pairing info
ebf0e1f7374f misc/mei/hdcp: Initiate Locality check
cad42120e2a4 misc/mei/hdcp: Verify L_prime
d1edc7839baa misc/mei/hdcp: Prepare Session Key
40ca07fdef1c misc/mei/hdcp: Repeater topology verification and ack
19babb90f880 misc/mei/hdcp: Verify M_prime
e14d9d28f65d misc/mei/hdcp: Enabling the HDCP authentication
cf2fdfa4c242 misc/mei/hdcp: Closing wired HDCP2.2 Tx Session
3dc2c3442945 misc/mei/hdcp: Component framework for I915 Interface
7490ea0bbf14 FOR_TEST_ONLY: i915/Kconfig: Select mei_hdcp by I915
f6162e97e3d0 FOR_TESTING_ONLY: debugfs: Excluding the LSPCon for HDCP1.4
20ceed620065 FOR_TESTING_ONLY: ICL: Limit clk to <= 340MHz

_______________________________________________
Intel-gfx mailing list
Intel-gfx@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/intel-gfx




[Index of Archives]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux