aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/intel/pinctrl-intel.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-1/+1
2025-06-12pinctrl: intel: fix build warnings about export.hAndy Shevchenko1-0/+1
2025-06-11pinctrl: intel: use new GPIO line value setter callbacksBartosz Golaszewski1-6/+13
2025-02-25Merge tag 'ib-devres-iio-input-pinctrl-v6.15' into intel/pinctrlAndy Shevchenko1-4/+2
2025-02-24pinctrl: intel: copy communities using devm_kmemdup_array()Raag Jadav1-4/+2
2025-02-11pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm()Andy Shevchenko1-1/+0
2025-02-03pinctrl: intel: Import PWM_LPSS namespace for devm_pwm_lpss_probe()Uwe Kleine-König1-0/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-11/+11
2024-11-05pinctrl: intel: Add a human readable decoder for pull bias valuesAndy Shevchenko1-0/+12
2024-09-05pinctrl: intel: Constify struct intel_pinctrl parameterAndy Shevchenko1-14/+15
2024-09-03pinctrl: intel: Inline intel_gpio_community_irq_handler()Andy Shevchenko1-17/+6
2024-08-30pinctrl: intel: Introduce for_each_intel_gpio_group() helper et al.Andy Shevchenko1-79/+46
2024-08-30pinctrl: intel: Constify intel_get_community() returned objectAndy Shevchenko1-4/+4
2024-08-30pinctrl: intel: Implement high impedance supportAndy Shevchenko1-0/+41
2024-08-30pinctrl: intel: Add __intel_gpio_get_direction() helperAndy Shevchenko1-6/+42
2024-08-30pinctrl: intel: Refactor __intel_gpio_set_direction() to be more usefulAndy Shevchenko1-13/+18
2024-08-30pinctrl: intel: Move debounce validation out of the lockAndy Shevchenko1-12/+15
2024-02-19pwm: lpss-*: Make use of devm_pwmchip_alloc() functionUwe Kleine-König1-3/+3
2023-11-22pinctrl: intel: use the correct _PM_OPS() export macroRaag Jadav1-1/+1
2023-11-14pinctrl: intel: Revert "Unexport intel_pinctrl_probe()"Andy Shevchenko1-2/+3
2023-11-13pinctrl: intel: Refactor intel_pinctrl_get_soc_data()Andy Shevchenko1-4/+3
2023-11-13pinctrl: intel: Move default strength assignment to a switch-caseAndy Shevchenko1-4/+2
2023-11-13pinctrl: intel: Make PM ops functions staticAndy Shevchenko1-4/+2
2023-11-13pinctrl: intel: Provide Intel pin control wide PM ops structureAndy Shevchenko1-3/+5
2023-11-04treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski1-1/+1
2023-11-04treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski1-1/+1
2023-11-04pinctrl: intel: use new pinctrl GPIO helpersBartosz Golaszewski1-2/+2
2023-11-03Merge tag 'pinctrl-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-113/+81
2023-10-24pinctrl: intel: use acpi_dev_uid_match() for matching _UIDRaag Jadav1-1/+1
2023-10-11pinctrl: intel: fetch community only when we need itRaag Jadav1-6/+7
2023-10-03pinctrl: intel: refine intel_config_set_pull() functionRaag Jadav1-20/+21
2023-09-26pinctrl: intel: Simplify code with cleanup helpersAndy Shevchenko1-90/+56
2023-08-15pinctrl: intel: Switch to use exported namespaceAndy Shevchenko1-3/+3
2023-08-15pinctrl: intel: export common pinctrl functionsRaag Jadav1-14/+16
2023-06-15pinctrl: intel: refine ->irq_set_type() hookRaag Jadav1-21/+24
2023-06-14pinctrl: intel: refine ->set_mux() hookRaag Jadav1-4/+5
2023-02-22Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-37/+37
2023-02-07pinctrl: intel: Restore the pins that used to be in Direct IRQ modeAndy Shevchenko1-3/+13
2022-12-30pinctrl: intel: Make use of struct pinfunction and PINCTRL_PINFUNCTION()Andy Shevchenko1-3/+3
2022-12-28pinctrl: intel: Define maximum pad number in the groupAndy Shevchenko1-3/+3
2022-12-28pinctrl: intel: Use same order of bit fields for PADCFG2Andy Shevchenko1-1/+1
2022-12-28pinctrl: intel: Add ~4k bias supportAndy Shevchenko1-0/+12
2022-12-28pinctrl: intel: Add definitions to all possible biasesAndy Shevchenko1-0/+3
2022-12-28pinctrl: intel: Deduplicate some code in intel_config_set_pull()Andy Shevchenko1-15/+8
2022-12-27pinctrl: intel: Add default case to intel_config_set_pull()Andy Shevchenko1-0/+4
2022-12-27pinctrl: intel: Convert to generic_handle_domain_irq()Andy Shevchenko1-7/+2
2022-12-27pinctrl: intel: Always use gpp_num_padown_regs in the main driverAndy Shevchenko1-8/+1
2022-12-13Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-14/+47
2022-11-28pinctrl: intel: Save and restore pins in "direct IRQ" modeAndy Shevchenko1-1/+26
2022-11-28Merge tag 'intel-pinctrl-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij1-0/+29
2022-11-22pinctrl: intel: Enumerate PWM device when community has a capabilityAndy Shevchenko1-0/+29
2022-11-03pinctrl: intel: Use temporary variable for struct deviceAndy Shevchenko1-11/+12
2022-10-26pinctrl: intel: Use str_enable_disable() helperAndy Shevchenko1-1/+2
2022-10-24pinctrl: intel: Add missing header(s)Andy Shevchenko1-2/+4
2022-08-10Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-7/+7
2022-07-14pinctrl: intel: Check against matching data instead of ACPI companionAndy Shevchenko1-8/+6
2022-06-20pinctrl: intel: Switch to to embedded struct pingroupAndy Shevchenko1-7/+7
2022-05-20pinctrl: intel: Fix kernel doc format, i.e. add return sectionsAndy Shevchenko1-0/+5
2022-05-18pinctrl: intel: make irq_chip immutableAndy Shevchenko1-15/+25
2022-01-24pinctrl: intel: Fix a glitch when updating IRQ flags on a preconfigured lineAndy Shevchenko1-8/+2
2022-01-24pinctrl: intel: fix unexpected interruptŁukasz Bartosik1-20/+34
2021-04-30Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+2
2021-03-25pinctrl: intel: check REVID register value for device presenceRoger Pau Monne1-1/+6
2021-03-25pinctrl: intel: No need to disable IRQs in the handlerAndy Shevchenko1-3/+2
2021-03-08pinctrl: intel: Show the GPIO base calculation explicitlyAndy Shevchenko1-0/+2
2021-01-08pinctrl: intel: Convert capability list to featuresAndy Shevchenko1-3/+38
2021-01-08pinctrl: intel: Drop unnecessary check for predefined featuresAndy Shevchenko1-12/+6
2021-01-08pinctrl: intel: Split intel_pinctrl_add_padgroups() for better maintenanceAndy Shevchenko1-20/+40
2020-12-09pinctrl: intel: Actually disable Tx and Rx buffers on GPIO requestAndy Shevchenko1-2/+2
2020-10-26pinctrl: intel: Set default bias in case no particular value givenAndy Shevchenko1-0/+8
2020-10-26pinctrl: intel: Fix 2 kOhm bias which is 833 OhmAndy Shevchenko1-10/+22
2020-08-18pinctrl: intel: Extract intel_pinctrl_get_soc_data() helper for wider useAndy Shevchenko1-6/+18
2020-06-22pinctrl: intel: Make use of for_each_requested_gpio_in_range()Andy Shevchenko1-15/+6
2020-06-22pinctrl: intel: Protect IO in few call backs by lockAndy Shevchenko1-1/+15
2020-06-22pinctrl: intel: Split intel_config_get() to three functionsAndy Shevchenko1-28/+61
2020-06-22pinctrl: intel: Drop the only label in the code for consistencyAndy Shevchenko1-5/+3
2020-06-22pinctrl: intel: Get rid of redundant 'else' in intel_config_set_debounce()Andy Shevchenko1-5/+5
2020-06-22pinctrl: intel: Make use of IRQ_RETVAL()Andy Shevchenko1-10/+10
2020-06-22pinctrl: intel: Reduce scope of the lockAndy Shevchenko1-7/+7
2020-06-22pinctrl: intel: Disable input and output buffer when switching to GPIOAndy Shevchenko1-1/+13
2020-04-14pinctrl: intel: Introduce new flag to force GPIO base to be 0Andy Shevchenko1-0/+3
2020-04-14pinctrl: intel: Introduce common flags for GPIO mapping schemeAndy Shevchenko1-6/+13
2020-01-09pinctrl: intel: Pass irqchip when adding gpiochipLinus Walleij1-13/+13
2020-01-09pinctrl: intel: Add GPIO <-> pin mapping ranges via callbackLinus Walleij1-13/+22
2019-12-13pinctrl: intel: Share struct intel_pinctrl for wider useAndy Shevchenko1-34/+1
2019-12-13pinctrl: intel: Use GPIO direction definitionsMatti Vaittinen1-1/+4
2019-11-07pinctrl: intel: Missed type change to unsigned intAndy Shevchenko1-2/+2
2019-10-30pinctrl: intel: Use helper to restore register values on ->resume()Andy Shevchenko1-13/+13
2019-10-30pinctrl: intel: Drop level from warning to debug in intel_restore_hostown()Andy Shevchenko1-1/+1
2019-10-30pinctrl: intel: Introduce intel_restore_intmask() helperAndy Shevchenko1-5/+11
2019-10-30pinctrl: intel: Introduce intel_restore_hostown() helperAndy Shevchenko1-17/+21
2019-10-30pinctrl: intel: Introduce intel_restore_padcfg() helperAndy Shevchenko1-27/+24
2019-10-30pinctrl: intel: Avoid potential glitches if pin is in GPIO modeAndy Shevchenko1-1/+20
2019-10-01pinctrl: intel: Allocate IRQ chip dynamicAndy Shevchenko1-13/+14
2019-09-09pinctrl: intel: mark intel_pin_to_gpio __maybe_unusedArnd Bergmann1-1/+1
2019-08-19pinctrl: intel: remap the pin number to gpio offset for irq enabled pinChris Chiu1-1/+24
2019-08-18pinctrl: intel: Allow to request locked padsAndy Shevchenko1-17/+52
2019-08-07pinctrl: intel: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-08-07pinctrl: intel: Use NSEC_PER_USEC for debounce calculusAndy Shevchenko1-4/+5
2019-08-07pinctrl: intel: Remove default Interrupt Status offsetAndy Shevchenko1-4/+0
2019-08-07pinctrl: intel: Simplify offset validation in intel_get_padcfg()Andy Shevchenko1-1/+1
2019-07-23pinctrl: intel: Drop double check for data in intel_pinctrl_probe_by_uid()Andy Shevchenko1-2/+0
2019-07-23pinctrl: intel: Use devm_platform_ioremap_resource()Andy Shevchenko1-4/+1
2019-05-20pinctrl: intel: Clear interrupt status in mask/unmask callbackKai-Heng Feng1-31/+6
2019-05-20pinctrl: intel: Use GENMASK() consistentlyAndy Shevchenko1-4/+4
2019-04-28pinctrl: intel: Increase readability of intel_gpio_update_pad_mode()Andy Shevchenko1-2/+4
2019-04-28pinctrl: intel: Retain HOSTSW_OWN for requested gpio pinChris Chiu1-1/+55
2019-04-09pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phaseBinbin Wu1-4/+4
2018-11-08pinctrl: intel: Unexport intel_pinctrl_probe()Andy Shevchenko1-3/+2
2018-11-08pinctrl: intel: simplify getting .driver_dataWolfram Sang1-4/+2
2018-10-03pinctrl: intel: Fix a spelling typo in kernel documentationAndy Shevchenko1-1/+1
2018-10-03pinctrl: intel: Convert unsigned to unsigned intAndy Shevchenko1-50/+51
2018-10-01Merge tag 'v4.19-rc6' into develLinus Walleij1-80/+63
2018-09-25Revert "pinctrl: intel: Do pin translation when lock IRQ"Mika Westerberg1-32/+0
2018-09-20pinctrl: intel: Do pin translation in other GPIO operations as wellMika Westerberg1-48/+63
2018-08-31pinctrl: intel: Introduce intel_pinctrl_probe_by_hid() internal APIAndy Shevchenko1-0/+9
2018-08-31pinctrl: intel: Introduce intel_pinctrl_probe_by_uid() internal APIAndy Shevchenko1-0/+38
2018-08-29pinctrl: intel: Fix a spelling typo in kernel documentationAndy Shevchenko1-1/+1
2018-08-03pinctrl: intel: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-07-29pinctrl: intel: Do pin translation when lock IRQAndy Shevchenko1-0/+30
2018-07-02pinctrl: intel: Convert to use SPDX identifierAndy Shevchenko1-4/+1
2018-03-23pinctrl: intel: Implement intel_gpio_get_direction callbackJavier Arteaga1-0/+19
2017-12-07pinctrl: intel: ensure error return ret is initializedColin Ian King1-1/+1
2017-12-02pinctrl: intel: Initialize GPIO properly when used through irqchipMika Westerberg1-8/+15
2017-11-29pinctrl: intel: Allow custom GPIO base for pad groupsMika Westerberg1-39/+117
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij1-1/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-10-31pinctrl: intel: Make offset to interrupt status register configurableMika Westerberg1-8/+12
2017-08-31pinctrl: intel: Read back TX buffer stateAndy Shevchenko1-1/+6
2017-08-31pinctrl: intel: Decrease indentation in intel_gpio_set()Andy Shevchenko1-12/+12
2017-08-22pinctrl: intel: Disable GPIO pin interrupts in suspendRushikesh S Kadam1-0/+1
2017-06-09pinctrl: intel: Make it possible to specify mode per pin in a groupMika Westerberg1-1/+5
2017-06-09pinctrl: intel: Add support for variable size pad groupsMika Westerberg1-52/+142
2017-02-13pinctrl: intel: unlock on error in intel_config_set_pull()Dan Carpenter1-2/+4
2017-01-30pinctrl: intel: Add support for 1k additional pull-downMika Westerberg1-1/+17
2017-01-30pinctrl: intel: Add support for hardware debouncerMika Westerberg1-2/+128
2017-01-30Merge tag 'v4.10-rc6' into develLinus Walleij1-11/+19
2017-01-11pinctrl: intel: Convert to use devm_gpiochip_add_data()Mika Westerberg1-19/+4
2017-01-11pinctrl: intel: Set pin direction properlyAndy Shevchenko1-11/+19
2016-12-07pinctrl: intel: set default handler to be handle_bad_irq()Andy Shevchenko1-1/+1
2016-10-18pinctrl: intel: Only restore pins that are used by the driverMika Westerberg1-2/+23
2016-09-23pinctrl: intel: Configure GPIO chip IRQ as wakeup interruptsNilesh Bacchewar1-28/+5
2016-07-11pinctrl: intel: Protect set wake flow by spin lockAndy Shevchenko1-0/+5
2016-06-18pinctrl: intel: Prevent force threading of the interrupt handlerMika Westerberg1-1/+2
2016-06-18pinctrl: intel: Use raw_spinlock for lockingMika Westerberg1-22/+22
2016-05-19Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-5/+3
2016-04-21pinctrl: intel: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-5/+3
2016-03-30pinctrl: intel: implement gpio_irq_enableQi Zheng1-0/+30
2016-03-30pinctrl: intel: make the high level interrupt workingQipeng Zha1-2/+3
2016-02-12pinctrl: intel: Remove unneeded header includesJean Delvare1-4/+0
2016-01-05pinctrl: intel: use gpiochip data pointerLinus Walleij1-8/+7
2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij1-21/+20
2015-12-10pinctrl: intel: fix offset calculation issue of register PAD_OWNQipeng Zha1-4/+5
2015-12-10pinctrl: intel: fix bug of register offset calculationQipeng Zha1-17/+15
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-11-02Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-12/+2
2015-10-27pinctrl: intel: Allow requesting pins which are in ACPI mode as GPIOsMika Westerberg1-4/+12
2015-10-27pinctrl: intel: Add support for multiple GPIO chips sharing the interruptMika Westerberg1-15/+37
2015-10-16pinctrl: intel: Fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg1-20/+20
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski1-12/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-07-17pinctrl/intel: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada1-2/+2
2015-04-07pinctrl: intel: Add Intel Sunrisepoint pin controller and GPIO supportMika Westerberg1-0/+1149