Age | Commit message (Expand) | Author | Files | Lines |
2019-12-05 | gpio: 74x164: utilize the for_each_set_clump8 macro | William Breathitt Gray | 1 | -10/+9 |
2019-03-26 | gpio: 74x164: Convert to use SPDX identifier | Andy Shevchenko | 1 | -4/+1 |
2019-03-26 | gpio: 74x164: Remove linux/init.h and sort headers | Andy Shevchenko | 1 | -5/+4 |
2019-03-26 | gpio: 74x164: Make use of device properties | Andy Shevchenko | 1 | -4/+4 |
2018-01-31 | Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -3/+2 |
2018-01-14 | gpio: 74x174: Include proper headers | Linus Walleij | 1 | -3/+2 |
2017-11-30 | gpio: 74x164: Fix crash during .remove() | Geert Uytterhoeven | 1 | -2/+2 |
2017-08-14 | gpio: 74x164: Introduce 'enable-gpios' property | Fabio Estevam | 1 | -0/+10 |
2016-06-23 | gpio: 74x164: Use spi_write() helper instead of open coding | Geert Uytterhoeven | 1 | -7/+2 |
2016-03-31 | gpio: 74x164: add dt support for nxp's 74x594 | Nicolas Saenz Julienne | 1 | -0/+1 |
2016-03-30 | gpio: 74x164: Implement gpiochip.set_multiple() | Geert Uytterhoeven | 1 | -0/+24 |
2016-01-05 | gpio: 74x164: use gpiochip data pointer | Linus Walleij | 1 | -8/+3 |
2015-12-10 | gpio: 74x164: Use a single SPI transfer instead of multiple transfers | Geert Uytterhoeven | 1 | -32/+15 |
2015-12-10 | gpio: 74x164: Allocate buffer with gen_74x164_chip | Geert Uytterhoeven | 1 | -12/+11 |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -2/+2 |
2015-10-28 | spi: Drop owner assignment from spi_drivers | Andrew F. Davis | 1 | -1/+0 |
2014-07-22 | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 1 | -5/+3 |
2013-12-12 | gpio: 74x164: Driver cleanup | Alexander Shiyan | 1 | -27/+16 |
2013-12-12 | gpio: 74x164: Remove non-DT support | Alexander Shiyan | 1 | -13/+1 |
2013-12-04 | gpio/pinctrl: make gpio_chip members typed boolean | Linus Walleij | 1 | -1/+1 |
2013-09-23 | gpio: gpio-74x164: Remove redundant of_match_ptr | Sachin Kamat | 1 | -1/+1 |
2013-09-23 | gpio: gpio-74x164: Remove redundant spi_set_drvdata | Sachin Kamat | 1 | -3/+0 |
2013-08-16 | gpio: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-03-27 | gpio: 74x164: use spi_get_drvdata() and spi_set_drvdata() | Jingoo Han | 1 | -4/+4 |
2012-11-28 | gpio: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-28 | gpio: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
2012-11-28 | gpio: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-10-16 | gpio-74x164: Fix buffer allocation size | Roland Stigge | 1 | -1/+1 |
2012-09-12 | gpio: 74x164: Add support for the daisy-chaining | Maxime Ripard | 1 | -7/+61 |
2012-09-08 | gpio: 74x164: Add device tree support | Maxime Ripard | 1 | -0/+7 |
2012-09-08 | gpio: 74x164: Use dynamic gpio number assignment if no pdata is present | Maxime Ripard | 1 | -7/+6 |
2012-09-08 | gpio: 74x164: Use devm_kzalloc | Maxime Ripard | 1 | -5/+3 |
2012-09-08 | gpio: 74x164: Use module_spi_driver boiler plate function | Maxime Ripard | 1 | -12/+1 |
2011-11-01 | drivers/gpio: Fix drivers who are implicit users of module.h | Paul Gortmaker | 1 | -0/+1 |
2011-06-13 | gpio/74x164: fix clash with gpiolib namespace | Linus Walleij | 1 | -3/+3 |
2011-06-06 | gpio: reorganize drivers | Grant Likely | 1 | -0/+177 |