Age | Commit message (Expand) | Author | Files | Lines |
2016-08-10 | pinctrl: intel: merrifield: Add missed header | Andy Shevchenko | 1 | -0/+1 |
2016-07-29 | Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 7 | -92/+1106 |
2016-07-11 | pinctrl: intel: Protect set wake flow by spin lock | Andy Shevchenko | 1 | -0/+5 |
2016-06-29 | pinctrl: intel: Add Intel Merrifield pin controller support | Andy Shevchenko | 3 | -0/+923 |
2016-06-23 | pinctrl: baytrail: Fix mingled clock pins | Cristina Ciocan | 1 | -3/+3 |
2016-06-18 | pinctrl: intel: Prevent force threading of the interrupt handler | Mika Westerberg | 1 | -1/+2 |
2016-06-18 | pinctrl: intel: Use raw_spinlock for locking | Mika Westerberg | 1 | -22/+22 |
2016-06-15 | pinctrl/broxton: enable platform device in the absence of ACPI enumeration | Tan Jui Nee | 1 | -12/+31 |
2016-06-15 | pinctrl: cherryview: add handlers for pin_config_group_get/set | Dan O'Donovan | 1 | -0/+42 |
2016-06-15 | pinctrl: cherryview: add option to set open-drain pin config | Dan O'Donovan | 1 | -0/+33 |
2016-06-15 | pinctrl: cherryview: prevent concurrent access to GPIO controllers | Dan O'Donovan | 1 | -36/+44 |
2016-06-13 | pinctrl: baytrail: make it explicitly non-modular | Paul Gortmaker | 1 | -21/+4 |
2016-05-27 | drivers/pinctrl/intel/pinctrl-baytrail.c: fix build with gcc-4.4 | Andrew Morton | 1 | -3/+7 |
2016-05-19 | Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 4 | -259/+1453 |
2016-04-30 | pinctrl: baytrail: fix some error handling in debugfs | Dan Carpenter | 1 | -0/+3 |
2016-04-21 | pinctrl: intel: Use devm_pinctrl_register() for pinctrl registration | Laxman Dewangan | 1 | -5/+3 |
2016-04-21 | pinctrl: cherryview: Use devm_pinctrl_register() for pinctrl registration | Laxman Dewangan | 1 | -5/+3 |
2016-04-04 | pinctrl: baytrail: Add debounce configuration | Cristina Ciocan | 1 | -2/+81 |
2016-04-04 | pinctrl: baytrail: Register pin control handling | Cristina Ciocan | 1 | -226/+221 |
2016-04-04 | pinctrl: baytrail: Update irq chip operations | Cristina Ciocan | 1 | -46/+51 |
2016-04-04 | pinctrl: baytrail: Update gpio chip operations | Cristina Ciocan | 1 | -29/+68 |
2016-04-04 | pinctrl: baytrail: Add pin control operations | Cristina Ciocan | 2 | -35/+528 |
2016-04-04 | pinctrl: baytrail: Add pin control data structures | Cristina Ciocan | 1 | -22/+606 |
2016-03-30 | pinctrl: intel: implement gpio_irq_enable | Qi Zheng | 1 | -0/+30 |
2016-03-30 | pinctrl: intel: make the high level interrupt working | Qipeng Zha | 1 | -2/+3 |
2016-02-12 | pinctrl: intel: Remove unneeded header includes | Jean Delvare | 1 | -4/+0 |
2016-01-05 | pinctrl: intel: use gpiochip data pointer | Linus Walleij | 1 | -8/+7 |
2016-01-05 | pinctrl: cherryview: use gpiochip data pointer | Linus Walleij | 1 | -11/+9 |
2016-01-05 | pinctrl: baytrail: use gpiochip data pointer | Linus Walleij | 1 | -17/+15 |
2015-12-27 | pinctrl: baytrail: Be sure to clamp return value | Linus Walleij | 1 | -1/+1 |
2015-12-21 | Merge tag 'v4.4-rc6' into devel | Linus Walleij | 4 | -21/+25 |
2015-12-11 | pinctrl: intel: fix offset calculation issue of register PAD_OWN | Qipeng Zha | 1 | -4/+5 |
2015-12-11 | pinctrl: intel: fix bug of register offset calculation | Qipeng Zha | 4 | -17/+20 |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 3 | -3/+3 |
2015-11-02 | Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2 | -24/+4 |
2015-10-27 | pinctrl: intel: Add Intel Broxton pin controller support | Mika Westerberg | 3 | -0/+1074 |
2015-10-27 | pinctrl: intel: Allow requesting pins which are in ACPI mode as GPIOs | Mika Westerberg | 1 | -4/+12 |
2015-10-27 | pinctrl: intel: Add support for multiple GPIO chips sharing the interrupt | Mika Westerberg | 1 | -15/+37 |
2015-10-16 | pinctrl: baytrail: Fix compilation warnings when !CONFIG_PM | Mika Westerberg | 1 | -0/+2 |
2015-10-16 | pinctrl: intel: Fix compilation warning when !CONFIG_PM_SLEEP | Mika Westerberg | 1 | -20/+20 |
2015-10-16 | pinctrl: replace trivial implementations of gpio_chip request/free | Jonas Gorski | 2 | -24/+4 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 3 | -3/+3 |
2015-08-26 | pinctrl: cherryview: Use raw_spinlock for locking | Mika Westerberg | 1 | -35/+35 |
2015-08-26 | pinctrl: baytrail: Use raw_spinlock for locking | Mika Westerberg | 1 | -25/+25 |
2015-08-13 | pinctrl: baytrail: Serialize all register access | Mika Westerberg | 1 | -5/+16 |
2015-08-13 | pinctrl: baytrail: Drop FSF mailing address | Mika Westerberg | 1 | -5/+0 |
2015-08-13 | pinctrl: cherryview: Serialize all register access | Mika Westerberg | 1 | -1/+7 |
2015-07-17 | pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 2 | -2/+2 |
2015-07-17 | pinctrl/intel: Use irq_set_handler_locked() | Thomas Gleixner | 1 | -2/+2 |
2015-07-17 | pinctrl/cherryview: Use irq_set_handler_locked() | Thomas Gleixner | 1 | -3/+3 |