From: Peng Fan <van.freenix@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] dm: gpio: pca953x: introduce driver model support for pca953x
Date: Mon, 11 Apr 2016 13:47:55 +0800 [thread overview]
Message-ID: <20160411054754.GE8379@linux-7smt.suse> (raw)
In-Reply-To: <CAPnjgZ3_UxGesDNzyB7puOiG8gO72ahGjP8vowaa-bA0sViWTw@mail.gmail.com>
On Sat, Apr 09, 2016 at 12:33:34PM -0600, Simon Glass wrote:
>On 18 March 2016 at 03:54, Peng Fan <van.freenix@gmail.com> wrote:
>> Introduce a new driver that supports driver model for pca953x.
>> The pca953x chips are used as I2C I/O expanders.
>> This driver is designed to support the following chips:
>> "
>> 4 bits: pca9536, pca9537
>> 8 bits: max7310, max7315, pca6107, pca9534, pca9538, pca9554,
>> pca9556, pca9557, pca9574, tca6408, xra1202
>> 16 bits: max7312, max7313, pca9535, pca9539, pca9555, pca9575,
>> tca6416
>> 24 bits: tca6424
>> 40 bits: pca9505, pca9698
>> "
>> But for now this driver only supports max 24 bits and pca953x compatible
>> chips. pca957x compatible chips are not supported now.
>> These can be addressed when we need to add such support for the different
>> chips.
>> This driver has been tested on i.MX6 SoloX Sabreauto board with max7310
>> i2c expander using gpio command as following:
>>
>> =>gpio status -a
>> Bank gpio at 48:
>> gpio at 480: input: 1 [ ]
>> => gpio clear gpio at 480
>> gpio: pin gpio at 480 (gpio 224) value is 0
>> => gpio status -a
>> Bank gpio at 48:
>> gpio at 480: output: 0 [ ]
>
>Don't you think 480 is confusing? Perhaps you should have gpio at 48_ as
>the bank name? Also I think you should support a gpio-bank-name
>property in the node, to allow a sensible name to be provided.
480 is added by gpio uclass driver I think.
The dts is copied from Linux side. I'd not change the dts, will try to
see how to introudce a sensible name here.
Thanks,
Peng.
>
>>
>> => dm tree:
>> i2c [ ] | | `-- i2c at 021a8000
>> gpio [ ] | | |-- gpio at 30
>> gpio [ ] | | `-- gpio at 32
>>
>> Signed-off-by: Peng Fan <van.freenix@gmail.com>
>> Cc: Simon Glass <sjg@chromium.org>
>> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
>> Cc: Wenyou Yang <wenyou.yang@atmel.com>
>> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
>> Cc: Purna Chandra Mandal <purna.mandal@microchip.com>
>> Cc: Thomas Chou <thomas@wytron.com.tw>
>> Cc: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
>> Cc: Andrea Scian <andrea.scian@dave.eu>
>> Cc: Michal Simek <michal.simek@xilinx.com>
>> Cc: Stefano Babic <sbabic@denx.de>
>> Cc: Fabio Estevam <fabio.estevam@nxp.com>
>> ---
>> drivers/gpio/Kconfig | 23 +++
>> drivers/gpio/Makefile | 2 +
>> drivers/gpio/pca953x_gpio.c | 349 ++++++++++++++++++++++++++++++++++++++++++++
>> 3 files changed, 374 insertions(+)
>> create mode 100644 drivers/gpio/pca953x_gpio.c
>
>One nit - there is no need to check for chip being NULL as it cannot be.
>
>Acked-by: Simon Glass <sjg@chromium.org>
next prev parent reply other threads:[~2016-04-11 5:47 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-18 9:54 [U-Boot] [PATCH] dm: gpio: pca953x: introduce driver model support for pca953x Peng Fan
2016-04-09 18:33 ` Simon Glass
2016-04-11 5:47 ` Peng Fan [this message]
2016-04-11 12:09 ` Michal Simek
2016-04-11 12:40 ` Michal Simek
2016-04-12 1:25 ` Peng Fan
2016-04-12 5:17 ` Michal Simek
2016-04-13 5:50 ` Peng Fan
2016-04-13 6:04 ` Michal Simek
2016-04-14 6:24 ` Michal Simek
2016-04-12 1:22 ` Peng Fan
2016-04-12 5:14 ` Michal Simek
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=20160411054754.GE8379@linux-7smt.suse \
--to=van.freenix@gmail.com \
--cc=u-boot@lists.denx.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 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.