summaryrefslogtreecommitdiff
path: root/drivers/gpio/pca953x_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-8/+8
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-04gpio: pca953x_gpio: Add support for 24 bit IO expanderVignesh Raghavendra1-2/+9
2019-07-11gpio: pca953x: Add TI TCA9539 compatible stringMarek Vasut1-0/+1
2018-11-16gpio: pca953x: Clear the polarity invert register at initYe Li1-0/+28
2018-11-14gpio: pca953x_gpio: fix DT GPIO flags translationAnatolij Gustschin1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05gpio: pca953x_gpio: Support label setting from DTMario Six1-2/+13
2018-01-28gpio: pca953x_gpio: Make live-tree compatibleMario Six1-3/+1
2018-01-28gpio: pca953x_gpio: Fix style violationsMario Six1-10/+9
2017-10-09dm: gpio: pca953x: Drop pointless data structure checksSimon Glass1-11/+0
2017-06-01dm: gpio: Refactor to prepare for live tree supportSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-06-20gpio: pca953x: Fix register reading past 8th GPIOmario.six@gdsys.cc1-1/+3
2016-05-27dm: gpio: pca953x: Support PCA953X with 40 GPIOsmario.six@gdsys.cc1-3/+6
2016-05-17dm: gpio: pca953x: introduce driver model support for pca953xPeng Fan1-0/+351