From: Patrick Williams <alpawi@amazon.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Patrick Williams <alpawi@amazon.com>,
Patrick Williams <patrick@stwcx.xyz>,
<linux-kernel@vger.kernel.org>, <linux-i2c@vger.kernel.org>,
Wolfram Sang <wsa@the-dreams.de>
Subject: [PATCH 0/2] i2c: pxa: migrate to i2c-core-slave APIs
Date: Tue, 1 Oct 2019 10:59:58 -0500 [thread overview]
Message-ID: <20191001160001.2388-1-alpawi@amazon.com> (raw)
i2c-pxa has its own i2c slave APIs rather than using the i2c-core
APIs. There are no in-tree drivers currently using this custom
slave API set.
Migrate the i2c-pxa driver from its own i2c slave APIs to the
i2c-core slave APIs so that in-tree slave devices can be used with
the i2c-pxa hardware (ex. i2c-slave-eeprom).
Patrick Williams (2):
i2c: pxa: migrate to new i2c_slave APIs
i2c: pxa: remove unused i2c-slave APIs
drivers/i2c/busses/Kconfig | 1 +
drivers/i2c/busses/i2c-pxa.c | 75 +++++++++++++++++++++------
include/linux/i2c-pxa.h | 18 -------
include/linux/platform_data/i2c-pxa.h | 4 --
4 files changed, 61 insertions(+), 37 deletions(-)
delete mode 100644 include/linux/i2c-pxa.h
--
2.17.2 (Apple Git-113)
next reply other threads:[~2019-10-01 16:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-01 15:59 Patrick Williams [this message]
2019-10-01 15:59 ` [PATCH 1/2] i2c: pxa: migrate to new i2c_slave APIs Patrick Williams
2019-10-01 16:29 ` Andy Shevchenko
2019-10-01 16:39 ` Patrick Williams
2019-11-11 20:10 ` Wolfram Sang
2019-10-01 16:00 ` [PATCH 2/2] i2c: pxa: remove unused i2c-slave APIs Patrick Williams
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=20191001160001.2388-1-alpawi@amazon.com \
--to=alpawi@amazon.com \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patrick@stwcx.xyz \
--cc=wsa@the-dreams.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox