Age | Commit message (Expand) | Author | Files | Lines |
2014-06-02 | Merge tag 'gpio-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -5/+12 |
2014-05-28 | gpio: mcp23s08: switch chip count to int | Linus Walleij | 1 | -1/+1 |
2014-05-27 | gpio: mcp23s08: fixed count variable for devicetree probing | Michael Stickel | 1 | -1/+10 |
2014-05-09 | gpio: mcp23s08: Make of_device_id array const | Jingoo Han | 1 | -2/+2 |
2014-05-09 | gpio: mcp23s08: Bug fix of SPI device tree registration. | Michael Welling | 1 | -5/+7 |
2014-03-18 | gpio: switch drivers to use new callback | Linus Walleij | 1 | -7/+7 |
2014-03-12 | gpio: mcp23s08: trivial: fixed coding style issues | Gary Servin | 1 | -11/+11 |
2014-01-20 | gpio: mcp23s08: fix casting caused build warning | SeongJae Park | 1 | -1/+1 |
2014-01-17 | gpio: mcp23s08: Add irq functionality for i2c chips | Lars Poeschel | 1 | -5/+243 |
2013-12-04 | gpio/pinctrl: make gpio_chip members typed boolean | Linus Walleij | 1 | -1/+1 |
2013-08-30 | gpio: mcp23s08: rename the device tree property | Lars Poeschel | 1 | -7/+34 |
2013-08-16 | gpio: use dev_get_platdata() | Jingoo Han | 1 | -2/+2 |
2013-08-16 | gpio-mcp23s08: i2c: auto-select base if no DT match or platform data | Daniel M. Weeks | 1 | -5/+4 |
2013-04-11 | gpio: mcp23s08: convert driver to DT | Lars Poeschel | 1 | -31/+106 |
2012-12-12 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+3 |
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-11-18 | gpio-mcp23s08: Build I2C support even when CONFIG_I2C=m | Daniel M. Weeks | 1 | -3/+3 |
2012-05-19 | gpio-mcp23s08: dbg_show: fix pullup configuration display | Peter Korsgaard | 1 | -1/+1 |
2011-11-01 | drivers/gpio: Fix drivers who are implicit users of module.h | Paul Gortmaker | 1 | -0/+1 |
2011-07-15 | mcp23s08: add i2c support | Peter Korsgaard | 1 | -5/+187 |
2011-07-15 | mcp23s08: isolate spi specific parts | Peter Korsgaard | 1 | -24/+57 |
2011-07-15 | mcp23s08: get rid of setup/teardown callbacks | Peter Korsgaard | 1 | -19/+0 |
2011-07-15 | mcp23s08: remove unused work queue | Peter Korsgaard | 1 | -3/+0 |
2011-06-06 | gpio: reorganize drivers | Grant Likely | 1 | -0/+530 |