From: Jamal Shareef <jamal.k.shareef@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: eric@anholt.net, wahrenst@gmx.net, gregkh@linuxfoundation.org,
Jamal Shareef <jamal.k.shareef@gmail.com>
Subject: [PATCH v2 0/7] staging: vc04_services: Remove typedefs
Date: Thu, 31 Oct 2019 22:28:28 -0700 [thread overview]
Message-ID: <cover.1572585566.git.jamal.k.shareef@gmail.com> (raw)
This patch removes typedefs from vc04_services files.
Changes in v2:
- Split patches into smaller patches limitied to typedef type.
Patch 7:
- Rename "struct vchiq_instance_struct' to "struct vchiq_instance" due
to wordiness and agreement between header files.
Jamal Shareef (7):
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 | 26 +--
.../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 | 181 +++++++++---------
15 files changed, 407 insertions(+), 424 deletions(-)
--
2.17.1
next reply other threads:[~2019-11-01 5:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-01 5:28 Jamal Shareef [this message]
2019-11-01 5:28 ` [PATCH v2 1/7] staging: vc04_services: Remove enum typedefs in vchi Jamal Shareef
2019-11-01 9:54 ` Greg KH
2019-11-01 5:28 ` [PATCH v2 2/7] staging: vc04_services: Remove struct " Jamal Shareef
2019-11-01 5:28 ` [PATCH v2 3/7] staging: vc04_services: Remove function pointer typedef Jamal Shareef
2019-11-01 5:28 ` [PATCH v2 4/7] staging: vc04_services: Remove vchiq_arm enum typedefs Jamal Shareef
2019-11-01 5:28 ` [PATCH v2 5/7] staging: vc04_services: Remove callback typedef Jamal Shareef
2019-11-01 5:28 ` [PATCH v2 6/7] staging: vc04_services: Remove int typedef Jamal Shareef
2019-11-01 5:28 ` [PATCH v2 7/7] staging: vc04_services: Remove struct typedefs vchiq_arm Jamal Shareef
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1572585566.git.jamal.k.shareef@gmail.com \
--to=jamal.k.shareef@gmail.com \
--cc=eric@anholt.net \
--cc=gregkh@linuxfoundation.org \
--cc=outreachy-kernel@googlegroups.com \
--cc=wahrenst@gmx.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.