summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/pca953x_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-8/+8
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* gpio: pca953x_gpio: Add support for 24 bit IO expanderVignesh Raghavendra2020-02-041-2/+9
* gpio: pca953x: Add TI TCA9539 compatible stringMarek Vasut2019-07-111-0/+1
* gpio: pca953x: Clear the polarity invert register at initYe Li2018-11-161-0/+28
* gpio: pca953x_gpio: fix DT GPIO flags translationAnatolij Gustschin2018-11-141-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* gpio: pca953x_gpio: Support label setting from DTMario Six2018-03-051-2/+13
* gpio: pca953x_gpio: Make live-tree compatibleMario Six2018-01-281-3/+1
* gpio: pca953x_gpio: Fix style violationsMario Six2018-01-281-10/+9
* dm: gpio: pca953x: Drop pointless data structure checksSimon Glass2017-10-081-11/+0
* dm: gpio: Refactor to prepare for live tree supportSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* gpio: pca953x: Fix register reading past 8th GPIOmario.six@gdsys.cc2016-06-191-1/+3
* dm: gpio: pca953x: Support PCA953X with 40 GPIOsmario.six@gdsys.cc2016-05-271-3/+6
* dm: gpio: pca953x: introduce driver model support for pca953xPeng Fan2016-05-171-0/+351