All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geordan Neukum <gneukum1@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Geordan Neukum <gneukum1@gmail.com>,
	Mao Wenan <maowenan@huawei.com>,
	Jeremy Sowden <jeremy@azazel.net>,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/6] staging: kpc2000: kpc_spi: Assorted minor fixups
Date: Wed,  5 Jun 2019 01:09:07 +0000	[thread overview]
Message-ID: <cover.1559696611.git.gneukum1@gmail.com> (raw)

Primarily just a bunch of unused / unnecessarily used struct member
cleanup patches with the exception of one patch which removes an
unnecessary cast to a (void *) in a couple of functions.

Geordan Neukum (6):
  staging: kpc2000: kpc_spi: remove unnecessary struct member phys
  staging: kpc2000: kpc_spi: remove unnecessary struct member pin_dir
  staging: kpc2000: kpc_spi: remove unnecessary struct member word_len
  staging: kpc2000: kpc_spi: remove unnecessary struct member
    chip_select
  staging: kpc2000: kpc_spi: remove unnecessary ulong repr of i/o addr
  staging: kpc2000: kpc_spi: remove unnecessary cast in
    [read|write]_reg()

 drivers/staging/kpc2000/kpc2000_spi.c | 19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

-- 
2.21.0


             reply	other threads:[~2019-06-05  1:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-05  1:09 Geordan Neukum [this message]
2019-06-05  1:09 ` [PATCH 1/6] staging: kpc2000: kpc_spi: remove unnecessary struct member phys Geordan Neukum
2019-06-05  1:09 ` [PATCH 2/6] staging: kpc2000: kpc_spi: remove unnecessary struct member pin_dir Geordan Neukum
2019-06-05  1:09 ` [PATCH 3/6] staging: kpc2000: kpc_spi: remove unnecessary struct member word_len Geordan Neukum
2019-06-05  1:09 ` [PATCH 4/6] staging: kpc2000: kpc_spi: remove unnecessary struct member chip_select Geordan Neukum
2019-06-05  1:09 ` [PATCH 5/6] staging: kpc2000: kpc_spi: remove unnecessary ulong repr of i/o addr Geordan Neukum
2019-06-05  1:09 ` [PATCH 6/6] staging: kpc2000: kpc_spi: remove unnecessary cast in [read|write]_reg() Geordan Neukum

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.1559696611.git.gneukum1@gmail.com \
    --to=gneukum1@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jeremy@azazel.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maowenan@huawei.com \
    /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.