[PATCH v2 12/33] staging: vc04_services: Remove VCHIQ_BULK_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_2835_arm.c| 5 +++-- .../vc04_services/interface/vchiq_arm/vchiq_arm.c | 4 ++-- .../vc04_services/interface/vchiq_arm/vchiq_core.c

[PATCH v2 29/33] staging: vc04_services: Remove VCHIQ_SLOT_INFO_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../vc04_services/interface/vchiq_arm/vchiq_core.c| 11 ++- .../vc04_services/interface/vchiq_arm/vchiq_core.h| 10 +- 2 files changed, 11 insertions

[PATCH v2 27/33] staging: vc04_services: Remove VCHIQ_SET_SERVICE_OPTION_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 2 +- .../staging/vc04_services/interface/vchiq_arm/vchiq_ioctl.h | 6 +++--- 2 files changed, 4 insertions(+), 4

[PATCH v2 24/33] staging: vc04_services: Remove VCHIQ_SERVICE_PARAMS_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 6 +++--- .../vc04_services/interface/vchiq_arm/vchiq_core.c| 2 +- .../vc04_services/interface/vchiq_arm

[PATCH v2 25/33] staging: vc04_services: Remove VCHIQ_SERVICE_QUOTA_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_core.c | 16 .../interface/vchiq_arm/vchiq_core.h | 6 +++--- 2 files changed, 11 insertions(+), 11

[PATCH v2 22/33] staging: vc04_services: Remove VCHIQ_QUEUE_MESSAGE_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 4 ++-- .../staging/vc04_services/interface/vchiq_arm/vchiq_ioctl.h | 6 +++--- 2 files changed, 5 insertions(+), 5

[PATCH v2 23/33] staging: vc04_services: Remove VCHIQ_SERVICE_BASE_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_core.h| 2 +- drivers/staging/vc04_services/interface/vchiq_arm/vchiq_if.h | 4 ++-- 2 files changed, 3 insertions(+), 3

[PATCH v2 18/33] staging: vc04_services: Remove VCHIQ_DUMP_MEM_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_ioctl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/vc04_services/interface

[PATCH v2 30/33] staging: vc04_services: Remove VCHIQ_SLOT_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_core.c | 2 +- .../staging/vc04_services/interface/vchiq_arm/vchiq_core.h | 6 +++--- 2 files changed, 4 insertions(+), 4

[PATCH v2 13/33] staging: vc04_services: Remove VCHIQ_COMPLETION_DATA_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_arm.c | 21 ++- .../interface/vchiq_arm/vchiq_ioctl.h | 6 +++--- 2 files changed, 14 insertions(+), 13 deletions

[PATCH v2 09/33] staging: vc04_services: Remove VCHIQ_ARM_STATE_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_2835_arm.c | 4 +- .../interface/vchiq_arm/vchiq_arm.c | 55 ++- .../interface/vchiq_arm/vchiq_arm.h | 18

[PATCH v2 32/33] staging: vc04_services: Remove VCHIQ_STATE_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_2835_arm.c | 22 ++--- .../interface/vchiq_arm/vchiq_arm.c | 64 +++-- .../interface/vchiq_arm/vchiq_arm.h | 39

[PATCH v2 26/33] staging: vc04_services: Remove VCHIQ_SERVICE_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_arm.c | 51 +++ .../interface/vchiq_arm/vchiq_arm.h | 8 +- .../interface/vchiq_arm/vchiq_core.c | 137

[PATCH v2 33/33] staging: vc04_services: Remove VCHIU_QUEUE_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_shim.c | 2 +- .../interface/vchiq_arm/vchiq_util.c | 14 +++--- .../interface/vchiq_arm/vchiq_util.h | 19

[PATCH v2 31/33] staging: vc04_services: Remove VCHIQ_SLOT_ZERO_T

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_2835_arm.c | 2 +- .../vc04_services/interface/vchiq_arm/vchiq_core.c | 14 +++--- .../vc04_services/interface/vchiq_arm

[PATCH v2 21/33] staging: vc04_services: Remove VCHIQ_QUEUE_BULK_TRANSFER_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 6 +++--- .../vc04_services/interface/vchiq_arm/vchiq_ioctl.h | 8 2 files changed, 7 insertions(+), 7

[PATCH v2 16/33] staging: vc04_services: Remove VCHIQ_DEBUGFS_NODE_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 4 ++-- drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.h | 2 +- .../staging/vc04_services/interface

[PATCH v2 20/33] staging: vc04_services: Remove VCHIQ_HEADER_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_arm.c | 20 +++--- .../interface/vchiq_arm/vchiq_core.c | 66 ++- .../interface/vchiq_arm/vchiq_if.h

[PATCH v2 19/33] staging: vc04_services: Remove VCHIQ_GET_CONFIG_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 4 ++-- .../staging/vc04_services/interface/vchiq_arm/vchiq_ioctl.h | 6 +++--- 2 files changed, 5 insertions(+), 5

[PATCH v2 17/33] staging: vc04_services: Remove VCHIQ_DEQUEUE_MESSAGE_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 4 ++-- .../staging/vc04_services/interface/vchiq_arm/vchiq_ioctl.h | 6 +++--- 2 files changed, 5 insertions(+), 5

[PATCH v2 14/33] staging: vc04_services: Remove VCHIQ_CONFIG_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 2 +- .../staging/vc04_services/interface/vchiq_arm/vchiq_core.c | 2 +- .../staging/vc04_services/interface

[PATCH v2 28/33] staging: vc04_services: Remove VCHIQ_SHARED_STATE_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_core.c | 24 +-- .../interface/vchiq_arm/vchiq_core.h | 12 +- 2 files changed, 18 insertions(+), 18

[PATCH v2 10/33] staging: vc04_services: Remove VCHIQ_AWAIT_COMPLETION_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 8 .../vc04_services/interface/vchiq_arm/vchiq_ioctl.h | 6 +++--- 2 files changed, 7 insertions(+), 7

[PATCH v2 15/33] staging: vc04_services: Remove VCHIQ_CREATE_SERVICE_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 6 +++--- .../staging/vc04_services/interface/vchiq_arm/vchiq_ioctl.h | 6 +++--- 2 files changed, 6 insertions(+), 6

[PATCH v2 11/33] staging: vc04_services: Remove VCHIQ_BULK_QUEUE_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../vc04_services/interface/vchiq_arm/vchiq_core.c | 13 +++-- .../vc04_services/interface/vchiq_arm/vchiq_core.h | 8 2 files changed, 11 insertions(+), 10

[PATCH v2 08/33] staging: vc04_services: Remove VCHI_MSG_VECTOR_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchi/vchi_common.h| 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vc04_services/interface/vchi

[PATCH v2 06/33] staging: vc04_services: Remove VCHI_HELD_MSG_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../vc04_services/bcm2835-camera/mmal-vchiq.c | 28 +-- .../vc04_services/interface/vchi/vchi.h | 20 ++--- .../interface/vchiq_arm/vchiq_shim.c

[PATCH v2 05/33] staging: vc04_services: Remove USER_SERVICE_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_arm.c | 44 ++- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/drivers/staging/vc04_services/interface

[PATCH v2 07/33] staging: vc04_services: Remove VCHI_MSG_ITER_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- drivers/staging/vc04_services/interface/vchi/vchi.h | 12 ++-- .../vc04_services/interface/vchi/vchi_common.h | 4 ++-- 2 files changed, 8 insertions(+), 8

[PATCH v2 02/33] staging: vc04_services: Remove PAGELIST_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../vc04_services/interface/vchiq_arm/vchiq_2835_arm.c | 10 +- .../vc04_services/interface/vchiq_arm/vchiq_pagelist.h | 4 ++-- 2 files changed, 7 insertions(+), 7

[PATCH v2 03/33] staging: vc04_services: Remove REMOTE_EVENT_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_2835_arm.c | 2 +- .../vc04_services/interface/vchiq_arm/vchiq_core.c | 8 .../vc04_services/interface/vchiq_arm/vchiq_core.h

[PATCH v2 04/33] staging: vc04_services: Remove SERVICE_CREATION_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c | 2 +- drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c | 2 +- drivers/staging/vc04_services/interface

[PATCH v2 00/33] staging: vc04_services: Remove most struct typedefs

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Dominic Braun (33): staging: vc04_services: Remove DUMP_CONTEXT_T typedef staging: vc04_services: Remove PAGELIST_T typedef staging: vc04_services: Remove REMOTE_EVENT_T typedef staging: vc04_services: Remove SERVICE_CREATION_T typedef

[PATCH v2 01/33] staging: vc04_services: Remove DUMP_CONTEXT_T typedef

2018-12-14 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vc04_services/interface

[PATCH 33/33] staging: vc04_services: Remove VCHIU_QUEUE_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_shim.c | 2

[PATCH 25/33] staging: vc04_services: Remove VCHIQ_SERVICE_QUOTA_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_core.c | 19

[PATCH 30/33] staging: vc04_services: Remove VCHIQ_SLOT_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_core.c | 2

[PATCH 28/33] staging: vc04_services: Remove VCHIQ_SHARED_STATE_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_core.c | 26

[PATCH 17/33] staging: vc04_services: Remove VCHIQ_DEQUEUE_MESSAGE_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 4

[PATCH 18/33] staging: vc04_services: Remove VCHIQ_DUMP_MEM_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_ioctl.h | 6

[PATCH 22/33] staging: vc04_services: Remove VCHIQ_QUEUE_MESSAGE_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 4

[PATCH 23/33] staging: vc04_services: Remove VCHIQ_SERVICE_BASE_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_core.h| 2

[PATCH 27/33] staging: vc04_services: Remove VCHIQ_SET_SERVICE_OPTION_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 2

[PATCH 21/33] staging: vc04_services: Remove VCHIQ_QUEUE_BULK_TRANSFER_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 6

[PATCH 26/33] staging: vc04_services: Remove VCHIQ_SERVICE_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_arm.c | 52

[PATCH 29/33] staging: vc04_services: Remove VCHIQ_SLOT_INFO_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../vc04_services/interface/vchiq_arm/vchiq_core.c| 11

[PATCH 24/33] staging: vc04_services: Remove VCHIQ_SERVICE_PARAMS_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 6

[PATCH 32/33] staging: vc04_services: Remove VCHIQ_STATE_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_2835_arm.c | 23

[PATCH 20/33] staging: vc04_services: Remove VCHIQ_HEADER_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_arm.c | 21

[PATCH 19/33] staging: vc04_services: Remove VCHIQ_GET_CONFIG_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 4

[PATCH 15/33] staging: vc04_services: Remove VCHIQ_CREATE_SERVICE_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 6

[PATCH 16/33] staging: vc04_services: Remove VCHIQ_DEBUGFS_NODE_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 4

[PATCH 31/33] staging: vc04_services: Remove VCHIQ_SLOT_ZERO_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_2835_arm.c | 2

[PATCH 04/33] staging: vc04_services: Remove SERVICE_CREATION_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c | 2

[PATCH 09/33] staging: vc04_services: Remove VCHIQ_ARM_STATE_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_2835_arm.c | 4

[PATCH 11/33] staging: vc04_services: Remove VCHIQ_BULK_QUEUE_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../vc04_services/interface/vchiq_arm/vchiq_core.c | 13

[PATCH 02/33] staging: vc04_services: Remove PAGELIST_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_2835_arm.c | 12

[PATCH 06/33] staging: vc04_services: Remove VCHI_HELD_MSG_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../vc04_services/bcm2835-camera/mmal-vchiq.c | 28

[PATCH 12/33] staging: vc04_services: Remove VCHIQ_BULK_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_2835_arm.c| 5

[PATCH 10/33] staging: vc04_services: Remove VCHIQ_AWAIT_COMPLETION_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 8

[PATCH 14/33] staging: vc04_services: Remove VCHIQ_CONFIG_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 2

[PATCH 03/33] staging: vc04_services: Remove REMOTE_EVENT_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_2835_arm.c | 2

[PATCH 13/33] staging: vc04_services: Remove VCHIQ_COMPLETION_DATA_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_arm.c | 23

[PATCH 05/33] staging: vc04_services: Remove USER_SERVICE_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../interface/vchiq_arm/vchiq_arm.c | 48

[PATCH 07/33] staging: vc04_services: Remove VCHI_MSG_ITER_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- drivers/staging/vc04_services/interface/vchi/vchi.h | 12

[PATCH 08/33] staging: vc04_services: Remove VCHI_MSG_VECTOR_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../staging/vc04_services/interface/vchi/vchi_common.h| 8

[PATCH 00/33] staging: vc04_services: Remove most struct typedefs

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Dominic Braun (33): staging: vc04_services: Remove DUMP_CONTEXT_T typedef staging: vc04_services: Remove PAGELIST_T typedef

[PATCH 01/33] staging: vc04_services: Remove DUMP_CONTEXT_T typedef

2018-12-11 Thread Dominic Braun
Typedefing structs is not encouraged in the kernel. The removal of typedefs was requested in interface/vchi/TODO in commit 7626e002225a4c1b9455689b1f22909dfeff43ca. Signed-off-by: Dominic Braun Signed-off-by: Tobias Büttner --- .../vc04_services/interface/vchiq_arm/vchiq_arm.c| 9