aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-sx150x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-14gpio: sx150x: use the new open drain callbackLinus Walleij1-14/+27
2016-04-14gpio: sx150x: move platform data into driverLinus Walleij1-1/+59
2016-04-05gpio: sx150x: make explicitly non-modularPaul Gortmaker1-11/+4
2016-02-23gpio: sx150x: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-16/+2
2016-01-05gpio: sx150x: use gpiochip data pointerLinus Walleij1-15/+10
2015-12-26gpio: sx150x: Be sure to clamp return valueLinus Walleij1-1/+1
2015-12-22gpio: sx150x: Add support for sx1502Peter Rosin1-4/+49
2015-11-30gpio: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-10-02gpio: sx150x: use container_of() to get state containerLinus Walleij1-17/+14
2015-09-14gpio: sx150x: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas1-1/+0
2015-01-22gpio: sx150x: fixup OF supportLinus Walleij1-2/+5
2015-01-19gpio: sx150x: add dts support for sx150x driverWei Chen1-1/+16
2015-01-15gpio: sx150x: Fix comparing wrong value with chip->irq_maskedAxel Lin1-1/+1
2015-01-15gpio: sx150x: add support for sx1506 gpio expander deviceWei Chen1-45/+112
2015-01-15gpio: sx150x: move to irqdomain framework for sx150x driverWei Chen1-54/+18
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-5/+2
2014-04-28gpio: pl061/sx150x: Remove unneeded include of linux/workqueue.hAxel Lin1-1/+0
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-08-16gpio: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-30gpio: sx150x: convert to use devm_* functionsNikolay Balandin1-11/+7
2012-11-28gpio: remove use of __devexitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-06gpio: sx150x: Use irq_data_get_irq_chip_data() at appropriate placesAxel Lin1-18/+6
2011-06-06gpio: reorganize driversGrant Likely1-0/+680