From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH v2 0/2] add driver for PCA95[357]x, PCA9698, TCA64xx, and MAX7310 SMBus I/O expanders
Date: Fri, 11 Jul 2014 00:07:23 +0400 [thread overview]
Message-ID: <1405022845-12402-1-git-send-email-antonynpavlov@gmail.com> (raw)
changes since RFC v1 patchseries:
* gpio-pca953x.c: drop depricated devicetree parameters;
* gpio-pca953x.c: add pca953x_gpio_get_direction();
* move SMBus stuff from i2c.c to i2c-smbus.c, introduce CONFIG_I2C_SMBUS.
Antony Pavlov (2):
i2c: import SMBus stuff from linux
gpio: add driver for PCA95[357]x, PCA9698, TCA64xx, and MAX7310 SMBus
I/O expanders
drivers/gpio/Kconfig | 21 ++
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-pca953x.c | 481 ++++++++++++++++++++++++++++++++++++++++
drivers/i2c/Kconfig | 3 +
drivers/i2c/Makefile | 1 +
drivers/i2c/i2c-smbus.c | 371 +++++++++++++++++++++++++++++++
include/i2c/i2c.h | 57 +++++
include/platform_data/pca953x.h | 27 +++
8 files changed, 962 insertions(+)
create mode 100644 drivers/gpio/gpio-pca953x.c
create mode 100644 drivers/i2c/i2c-smbus.c
create mode 100644 include/platform_data/pca953x.h
--
2.0.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-07-10 20:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-10 20:07 Antony Pavlov [this message]
2014-07-10 20:07 ` [PATCH v2 1/2] i2c: import SMBus stuff from linux Antony Pavlov
2014-07-10 20:07 ` [PATCH v2 2/2] gpio: add driver for PCA95[357]x, PCA9698, TCA64xx, and MAX7310 SMBus I/O expanders Antony Pavlov
2014-07-10 21:34 ` [PATCH v2 0/2] " Sascha Hauer
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=1405022845-12402-1-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
/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