summaryrefslogtreecommitdiff
path: root/drivers/gpio/pca953x.c
AgeCommit message (Expand)Author
2025-05-29gpio: pca953x: Add missing <asm/byteorder.h>Tom Rini
2024-10-11drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07gpio: Remove <common.h> and add needed includesTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-19GPIO: pca953x: Rework to not include commands in SPLTom Rini
2017-08-11Kconfig: Drop CONFIG_CMD_PCA953X_INFOSimon Glass
2016-04-13GPIO: pca953x: Remove compilation warnings on arm64Michal Simek
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2015-11-12i2c: Fix pca953x endianess issueDirk Eibach
2013-08-16gpio: pca953x: Use ARRAY_SIZE instead of reinventing itAxel Lin
2012-10-08GPIO: pca953x: fix error reportingLaurence Withers
2012-10-08GPIO: pca953x: fix spelling in helpLaurence Withers
2011-01-10pca953x: support 16-pin devicesChris Packham
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2009-06-12General help message cleanupWolfgang Denk
2009-01-28Command usage cleanupPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2008-12-19Add support for PCA953x I2C gpio devicesPeter Tyser