aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/pca953x.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-11Kconfig: Drop CONFIG_CMD_PCA953X_INFOSimon Glass1-8/+0
2016-04-13GPIO: pca953x: Remove compilation warnings on arm64Michal Simek1-2/+2
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-13/+1
2015-11-12i2c: Fix pca953x endianess issueDirk Eibach1-1/+3
2013-08-16gpio: pca953x: Use ARRAY_SIZE instead of reinventing itAxel Lin1-4/+1
2012-10-08GPIO: pca953x: fix error reportingLaurence Withers1-14/+35
2012-10-08GPIO: pca953x: fix spelling in helpLaurence Withers1-1/+1
2011-01-10pca953x: support 16-pin devicesChris Packham1-22/+90
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-2/+1
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2008-12-19Add support for PCA953x I2C gpio devicesPeter Tyser1-0/+227