summaryrefslogtreecommitdiff
path: root/drivers/gpio/pca953x_gpio.c
AgeCommit message (Expand)AuthorFilesLines
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