summaryrefslogtreecommitdiff
path: root/drivers/gpio/pcf8575_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: pcf8575: Add support for 8 bit I2C IO expanders (like pca8574)Lukasz Majewski2021-07-231-21/+19
* i2c: pcf8575: Remove not used members of pcf8575_chip structureLukasz Majewski2021-07-231-3/+0
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-2/+2
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-1/+1
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-3/+3
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-4/+4
* gpio: Add driver for TI PCF8575 I2C GPIO expanderVignesh R2016-08-081-0/+180