aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-74x164.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2021-10-06gpio: 74x164: Add SPI device ID tableMark Brown1-0/+8
2019-12-04gpio: 74x164: utilize the for_each_set_clump8 macroWilliam Breathitt Gray1-10/+9
2019-03-26gpio: 74x164: Convert to use SPDX identifierAndy Shevchenko1-4/+1
2019-03-26gpio: 74x164: Remove linux/init.h and sort headersAndy Shevchenko1-5/+4
2019-03-26gpio: 74x164: Make use of device propertiesAndy Shevchenko1-4/+4
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-3/+2
2018-01-13gpio: 74x174: Include proper headersLinus Walleij1-3/+2
2017-11-30gpio: 74x164: Fix crash during .remove()Geert Uytterhoeven1-2/+2
2017-08-14gpio: 74x164: Introduce 'enable-gpios' propertyFabio Estevam1-0/+10
2016-06-23gpio: 74x164: Use spi_write() helper instead of open codingGeert Uytterhoeven1-7/+2
2016-03-31gpio: 74x164: add dt support for nxp's 74x594Nicolas Saenz Julienne1-0/+1
2016-03-30gpio: 74x164: Implement gpiochip.set_multiple()Geert Uytterhoeven1-0/+24
2016-01-05gpio: 74x164: use gpiochip data pointerLinus Walleij1-8/+3
2015-12-10gpio: 74x164: Use a single SPI transfer instead of multiple transfersGeert Uytterhoeven1-32/+15
2015-12-10gpio: 74x164: Allocate buffer with gen_74x164_chipGeert Uytterhoeven1-12/+11
2015-11-19gpio: change member .dev to .parentLinus Walleij1-2/+2
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-5/+3
2013-12-12gpio: 74x164: Driver cleanupAlexander Shiyan1-27/+16
2013-12-12gpio: 74x164: Remove non-DT supportAlexander Shiyan1-13/+1
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-09-23gpio: gpio-74x164: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-09-23gpio: gpio-74x164: Remove redundant spi_set_drvdataSachin Kamat1-3/+0
2013-08-16gpio: use dev_get_platdata()Jingoo Han1-1/+1
2013-03-27gpio: 74x164: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-4/+4
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-10-16gpio-74x164: Fix buffer allocation sizeRoland Stigge1-1/+1
2012-09-11gpio: 74x164: Add support for the daisy-chainingMaxime Ripard1-7/+61
2012-09-07gpio: 74x164: Add device tree supportMaxime Ripard1-0/+7
2012-09-07gpio: 74x164: Use dynamic gpio number assignment if no pdata is presentMaxime Ripard1-7/+6
2012-09-07gpio: 74x164: Use devm_kzallocMaxime Ripard1-5/+3
2012-09-07gpio: 74x164: Use module_spi_driver boiler plate functionMaxime Ripard1-12/+1
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker1-0/+1
2011-06-13gpio/74x164: fix clash with gpiolib namespaceLinus Walleij1-3/+3
2011-06-06gpio: reorganize driversGrant Likely1-0/+177