summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/pca953x.c
Commit message (Expand)AuthorAgeFilesLines
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-3/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* GPIO: pca953x: Rework to not include commands in SPLTom Rini2018-01-191-3/+3
* Kconfig: Drop CONFIG_CMD_PCA953X_INFOSimon Glass2017-08-111-8/+0
* GPIO: pca953x: Remove compilation warnings on arm64Michal Simek2016-04-131-2/+2
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-13/+1
* i2c: Fix pca953x endianess issueDirk Eibach2015-11-121-1/+3
* gpio: pca953x: Use ARRAY_SIZE instead of reinventing itAxel Lin2013-08-161-4/+1
* GPIO: pca953x: fix error reportingLaurence Withers2012-10-081-14/+35
* GPIO: pca953x: fix spelling in helpLaurence Withers2012-10-081-1/+1
* pca953x: support 16-pin devicesChris Packham2011-01-101-22/+90
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-2/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-1/+1
* General help message cleanupWolfgang Denk2009-06-121-1/+1
* Command usage cleanupPeter Tyser2009-01-281-1/+1
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-1/+1
* Add support for PCA953x I2C gpio devicesPeter Tyser2008-12-191-0/+227