All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/8] staging: vc04_services: Remove typedefs
@ 2019-11-02  0:04 Jamal Shareef
  2019-11-02  0:04 ` [PATCH v4 1/8] staging: vc04_services: Remove unused structs Jamal Shareef
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Jamal Shareef @ 2019-11-02  0:04 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: eric, wahrenst, gregkh, Jamal Shareef

This patch removes typedefs from vc04_services files.

Changes in v4:
 - Place removal of VCHIQ_USERDATA_TERM_T callback into callback patch
   (Patch 6). Was in struct patch (Patch 8) previously.

Changes in v3:
 - Separate removal of unused opaque struct typedefs that were remaining
   in the vchi enum typedef patch to a separate patch (now Patch 1).
 - Remove formatting in vchi enum typedef Patch 2 which was better
   served in Patch 3.

Changes in v2:
 - Split patches into smaller patches limitied to typedef type.
 Patch 8:
 - Rename "struct vchiq_instance_struct' to "struct vchiq_instance" due
   to wordiness and agreement between header files.

Jamal Shareef (8):
  staging: vc04_services: Remove unused structs
  staging: vc04_services: Remove enum typedefs in vchi
  staging: vc04_services: Remove struct typedefs in vchi
  staging: vc04_services: Remove function pointer typedef
  staging: vc04_services: Remove vchiq_arm enum typedefs
  staging: vc04_services: Remove callback typedef
  staging: vc04_services: Remove int typedef
  staging: vc04_services: Remove struct typedefs vchiq_arm

 .../bcm2835-audio/bcm2835-vchiq.c             |   6 +-
 .../vc04_services/bcm2835-audio/bcm2835.h     |   2 +-
 .../vc04_services/bcm2835-camera/mmal-vchiq.c |   6 +-
 .../vc04_services/interface/vchi/vchi.h       |  78 ++++----
 .../interface/vchi/vchi_common.h              |  27 +--
 .../interface/vchiq_arm/vchiq_2835_arm.c      |  10 +-
 .../interface/vchiq_arm/vchiq_arm.c           | 170 ++++++++---------
 .../interface/vchiq_arm/vchiq_arm.h           |  32 ++--
 .../interface/vchiq_arm/vchiq_core.c          | 116 ++++++------
 .../interface/vchiq_arm/vchiq_core.h          |  90 +++++----
 .../interface/vchiq_arm/vchiq_debugfs.c       |  14 +-
 .../interface/vchiq_arm/vchiq_debugfs.h       |   4 +-
 .../interface/vchiq_arm/vchiq_if.h            |  92 +++++----
 .../interface/vchiq_arm/vchiq_ioctl.h         |   4 +-
 .../interface/vchiq_arm/vchiq_shim.c          | 177 +++++++++---------
 15 files changed, 405 insertions(+), 423 deletions(-)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-11-02 10:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-02  0:04 [PATCH v4 0/8] staging: vc04_services: Remove typedefs Jamal Shareef
2019-11-02  0:04 ` [PATCH v4 1/8] staging: vc04_services: Remove unused structs Jamal Shareef
2019-11-02  0:04 ` [PATCH v4 2/8] staging: vc04_services: Remove enum typedefs in vchi Jamal Shareef
2019-11-02  0:04 ` [PATCH v4 3/8] staging: vc04_services: Remove struct " Jamal Shareef
2019-11-02 10:38   ` Greg KH
2019-11-02  0:04 ` [PATCH v4 4/8] staging: vc04_services: Remove function pointer typedef Jamal Shareef
2019-11-02  0:04 ` [PATCH v4 5/8] staging: vc04_services: Remove vchiq_arm enum typedefs Jamal Shareef
2019-11-02  0:04 ` [PATCH v4 6/8] staging: vc04_services: Remove callback typedef Jamal Shareef
2019-11-02 10:32   ` Greg KH
2019-11-02  0:04 ` [PATCH v4 7/8] staging: vc04_services: Remove int typedef Jamal Shareef
2019-11-02  0:04 ` [PATCH v4 8/8] staging: vc04_services: Remove struct typedefs vchiq_arm Jamal Shareef

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.