summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/intel/pinctrl-intel.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: intel: Set default bias in case no particular value givenAndy Shevchenko2020-11-181-0/+8
* pinctrl: intel: Avoid potential glitches if pin is in GPIO modeAndy Shevchenko2019-10-211-1/+20
* pinctrl: intel: Allocate IRQ chip dynamicAndy Shevchenko2019-10-011-13/+14
* pinctrl: intel: mark intel_pin_to_gpio __maybe_unusedArnd Bergmann2019-09-091-1/+1
* pinctrl: intel: remap the pin number to gpio offset for irq enabled pinChris Chiu2019-08-191-1/+24
* pinctrl: intel: Allow to request locked padsAndy Shevchenko2019-08-181-17/+52
* pinctrl: intel: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-071-3/+1
* pinctrl: intel: Use NSEC_PER_USEC for debounce calculusAndy Shevchenko2019-08-071-4/+5
* pinctrl: intel: Remove default Interrupt Status offsetAndy Shevchenko2019-08-071-4/+0
* pinctrl: intel: Simplify offset validation in intel_get_padcfg()Andy Shevchenko2019-08-071-1/+1
* pinctrl: intel: Drop double check for data in intel_pinctrl_probe_by_uid()Andy Shevchenko2019-07-231-2/+0
* pinctrl: intel: Use devm_platform_ioremap_resource()Andy Shevchenko2019-07-231-4/+1
* pinctrl: intel: Clear interrupt status in mask/unmask callbackKai-Heng Feng2019-05-201-31/+6
* pinctrl: intel: Use GENMASK() consistentlyAndy Shevchenko2019-05-201-4/+4
* pinctrl: intel: Increase readability of intel_gpio_update_pad_mode()Andy Shevchenko2019-04-281-2/+4
* pinctrl: intel: Retain HOSTSW_OWN for requested gpio pinChris Chiu2019-04-281-1/+55
* pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phaseBinbin Wu2019-04-091-4/+4
* pinctrl: intel: Unexport intel_pinctrl_probe()Andy Shevchenko2018-11-081-3/+2
* pinctrl: intel: simplify getting .driver_dataWolfram Sang2018-11-081-4/+2
* pinctrl: intel: Fix a spelling typo in kernel documentationAndy Shevchenko2018-10-031-1/+1
* pinctrl: intel: Convert unsigned to unsigned intAndy Shevchenko2018-10-031-50/+51
* Merge tag 'v4.19-rc6' into develLinus Walleij2018-10-011-80/+63
|\
| * Revert "pinctrl: intel: Do pin translation when lock IRQ"Mika Westerberg2018-09-251-32/+0
| * pinctrl: intel: Do pin translation in other GPIO operations as wellMika Westerberg2018-09-201-48/+63
* | pinctrl: intel: Introduce intel_pinctrl_probe_by_hid() internal APIAndy Shevchenko2018-08-311-0/+9
* | pinctrl: intel: Introduce intel_pinctrl_probe_by_uid() internal APIAndy Shevchenko2018-08-311-0/+38
* | pinctrl: intel: Fix a spelling typo in kernel documentationAndy Shevchenko2018-08-291-1/+1
|/
* pinctrl: intel: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko2018-08-031-2/+4
* pinctrl: intel: Do pin translation when lock IRQAndy Shevchenko2018-07-291-0/+30
* pinctrl: intel: Convert to use SPDX identifierAndy Shevchenko2018-07-021-4/+1
* pinctrl: intel: Implement intel_gpio_get_direction callbackJavier Arteaga2018-03-231-0/+19
* pinctrl: intel: ensure error return ret is initializedColin Ian King2017-12-071-1/+1
* pinctrl: intel: Initialize GPIO properly when used through irqchipMika Westerberg2017-12-021-8/+15
* pinctrl: intel: Allow custom GPIO base for pad groupsMika Westerberg2017-11-291-39/+117
* Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-091-1/+1
|\
| * gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
* | pinctrl: intel: Make offset to interrupt status register configurableMika Westerberg2017-10-311-8/+12
|/
* pinctrl: intel: Read back TX buffer stateAndy Shevchenko2017-08-311-1/+6
* pinctrl: intel: Decrease indentation in intel_gpio_set()Andy Shevchenko2017-08-311-12/+12
* pinctrl: intel: Disable GPIO pin interrupts in suspendRushikesh S Kadam2017-08-221-0/+1
* pinctrl: intel: Make it possible to specify mode per pin in a groupMika Westerberg2017-06-091-1/+5
* pinctrl: intel: Add support for variable size pad groupsMika Westerberg2017-06-091-52/+142
* pinctrl: intel: unlock on error in intel_config_set_pull()Dan Carpenter2017-02-131-2/+4
* pinctrl: intel: Add support for 1k additional pull-downMika Westerberg2017-01-301-1/+17
* pinctrl: intel: Add support for hardware debouncerMika Westerberg2017-01-301-2/+128
* Merge tag 'v4.10-rc6' into develLinus Walleij2017-01-301-11/+19
|\
| * pinctrl: intel: Set pin direction properlyAndy Shevchenko2017-01-111-11/+19
* | pinctrl: intel: Convert to use devm_gpiochip_add_data()Mika Westerberg2017-01-111-19/+4
|/
* pinctrl: intel: set default handler to be handle_bad_irq()Andy Shevchenko2016-12-071-1/+1
* pinctrl: intel: Only restore pins that are used by the driverMika Westerberg2016-10-181-2/+23