From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Thu, 14 Apr 2016 15:54:14 +0200 Subject: [U-Boot] [PATCH V4] dm: gpio: pca953x: introduce driver model support for pca953x In-Reply-To: <1460641506-7770-1-git-send-email-van.freenix@gmail.com> References: <1460641506-7770-1-git-send-email-van.freenix@gmail.com> Message-ID: <570FA106.7000201@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14.4.2016 15:45, Peng Fan 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 30_: > gpio at 30_0: input: 1 [ ] > > => dm tree: > i2c [ ] | | `-- i2c at 021a8000 > gpio [ ] | | |-- gpio at 30 > gpio [ ] | | `-- gpio at 32 > > Signed-off-by: Peng Fan > Cc: Simon Glass > Cc: Masahiro Yamada > Cc: Wenyou Yang > Cc: Daniel Schwierzeck > Cc: Purna Chandra Mandal > Cc: Thomas Chou > Cc: Bhuvanchandra DV > Cc: Andrea Scian > Cc: Michal Simek > Cc: Stefano Babic > Cc: Fabio Estevam > Acked-by: Simon Glass > Tested-by: Michal Simek #on ZynqMP zcu102 > --- When someone takes this there is a conflict in Kconfig but it is easy to resolved. All looks good. Thanks, Michal