summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/intel
AgeCommit message (Expand)AuthorLines
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski-4/+4
2025-06-12pinctrl: intel: fix build warnings about export.hAndy Shevchenko-0/+1
2025-06-11pinctrl: lynxpoint: use new GPIO line value setter callbacksBartosz Golaszewski-2/+4
2025-06-11pinctrl: intel: use new GPIO line value setter callbacksBartosz Golaszewski-6/+13
2025-06-11pinctrl: cherryview: use new GPIO line value setter callbacksBartosz Golaszewski-2/+4
2025-06-11pinctrl: baytrail: use new GPIO line value setter callbacksBartosz Golaszewski-3/+5
2025-03-03pinctrl: intel: drop repeated config dependencyRaag Jadav-2/+0
2025-02-25Merge tag 'ib-devres-iio-input-pinctrl-v6.15' into intel/pinctrlAndy Shevchenko-14/+8
2025-02-24pinctrl: tangier: use devm_kmemdup_array()Raag Jadav-3/+2
2025-02-24pinctrl: cherryview: use devm_kmemdup_array()Raag Jadav-3/+2
2025-02-24pinctrl: baytrail: copy communities using devm_kmemdup_array()Raag Jadav-4/+2
2025-02-24pinctrl: intel: copy communities using devm_kmemdup_array()Raag Jadav-4/+2
2025-02-11pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm()Andy Shevchenko-1/+0
2025-02-03pinctrl: intel: Import PWM_LPSS namespace for devm_pwm_lpss_probe()Uwe Kleine-König-0/+1
2025-02-03pinctrl: lynxpoint: Use dedicated helpers for chained IRQ handlersAndy Shevchenko-1/+4
2025-02-03pinctrl: baytrail: Use dedicated helpers for chained IRQ handlersAndy Shevchenko-1/+4
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-34/+34
2024-11-25Merge tag 'pinctrl-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+51
2024-11-07Merge tag 'intel-pinctrl-v6.13-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij-0/+50
2024-11-05pinctrl: elkhartlake: Add support for DSW communityAndy Shevchenko-0/+38
2024-11-05pinctrl: intel: Add a human readable decoder for pull bias valuesAndy Shevchenko-0/+12
2024-10-11pinctrl: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-10-03pinctrl: intel: platform: Add Panther Lake to the list of supportedAndy Shevchenko-0/+1
2024-09-30pinctrl: intel: platform: use semicolon instead of comma in ncommunities assi...Javier Carrasco-1/+1
2024-09-30pinctrl: intel: platform: fix error path in device_for_each_child_node()Javier Carrasco-2/+1
2024-09-11Merge tag 'intel-pinctrl-v6.12-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij-147/+189
2024-09-05pinctrl: intel: Constify struct intel_pinctrl parameterAndy Shevchenko-15/+17
2024-09-04pinctrl: baytrail: Drop duplicate return statementAndy Shevchenko-3/+1
2024-09-03pinctrl: intel: Inline intel_gpio_community_irq_handler()Andy Shevchenko-17/+6
2024-08-30pinctrl: intel: Introduce for_each_intel_gpio_group() helper et al.Andy Shevchenko-79/+46
2024-08-30pinctrl: intel: Constify intel_get_community() returned objectAndy Shevchenko-7/+8
2024-08-30pinctrl: intel: Implement high impedance supportAndy Shevchenko-0/+41
2024-08-30pinctrl: intel: Add __intel_gpio_get_direction() helperAndy Shevchenko-6/+42
2024-08-30pinctrl: intel: Refactor __intel_gpio_set_direction() to be more usefulAndy Shevchenko-13/+18
2024-08-30pinctrl: intel: Move debounce validation out of the lockAndy Shevchenko-12/+15
2024-07-31pinctrl: meteorlake: Add Arrow Lake-H/U ACPI IDMika Westerberg-0/+1
2024-04-08pinctrl: baytrail: Add pinconf group for uart3Hans de Goede-2/+4
2024-04-08pinctrl: baytrail: Fix selecting gpio pinctrl stateHans de Goede-36/+42
2024-02-19pwm: lpss-*: Make use of devm_pwmchip_alloc() functionUwe Kleine-König-3/+3
2023-12-18Merge tag 'intel-pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij-279/+888
2023-12-15pinctrl: intel: Add Intel Meteor Point pin controller and GPIO supportAndy Shevchenko-0/+475
2023-12-08pinctrl: baytrail: use gpiochip_dup_line_label()Bartosz Golaszewski-5/+6
2023-11-24pinctrl: baytrail: Simplify code with cleanup helpersAndy Shevchenko-108/+68
2023-11-24pinctrl: baytrail: Move default strength assignment to a switch-caseAndy Shevchenko-8/+1
2023-11-24pinctrl: baytrail: Factor out byt_gpio_force_input_mode()Andy Shevchenko-21/+21
2023-11-24pinctrl: baytrail: Fix types of config value in byt_pin_config_set()Andy Shevchenko-1/+2
2023-11-24pinctrl: lynxpoint: Simplify code with cleanup helpersAndy Shevchenko-51/+21
2023-11-24pinctrl: tangier: simplify locking using cleanup helpersRaag Jadav-9/+7
2023-11-22pinctrl: intel: use the correct _PM_OPS() export macroRaag Jadav-1/+1
2023-11-14pinctrl: intel: Add a generic Intel pin control platform driverAndy Shevchenko-0/+236