index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
pca953x.c
Age
Commit message (
Expand
)
Author
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-19
GPIO: pca953x: Rework to not include commands in SPL
Tom Rini
2017-08-11
Kconfig: Drop CONFIG_CMD_PCA953X_INFO
Simon Glass
2016-04-13
GPIO: pca953x: Remove compilation warnings on arm64
Michal Simek
2016-01-19
Add more SPDX-License-Identifier tags
Tom Rini
2015-11-12
i2c: Fix pca953x endianess issue
Dirk Eibach
2013-08-16
gpio: pca953x: Use ARRAY_SIZE instead of reinventing it
Axel Lin
2012-10-08
GPIO: pca953x: fix error reporting
Laurence Withers
2012-10-08
GPIO: pca953x: fix spelling in help
Laurence Withers
2011-01-10
pca953x: support 16-pin devices
Chris Packham
2010-07-24
cmd_usage(): simplify return code handling
Wolfgang Denk
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2009-06-12
General help message cleanup
Wolfgang Denk
2009-01-28
Command usage cleanup
Peter Tyser
2009-01-28
Standardize command usage messages with cmd_usage()
Peter Tyser
2008-12-19
Add support for PCA953x I2C gpio devices
Peter Tyser