summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/intel/pinctrl-intel.c
AgeCommit message (Expand)Author
2021-04-30Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-03-25pinctrl: intel: check REVID register value for device presenceRoger Pau Monne
2021-03-25pinctrl: intel: No need to disable IRQs in the handlerAndy Shevchenko
2021-03-08pinctrl: intel: Show the GPIO base calculation explicitlyAndy Shevchenko
2021-01-08pinctrl: intel: Convert capability list to featuresAndy Shevchenko
2021-01-08pinctrl: intel: Drop unnecessary check for predefined featuresAndy Shevchenko
2021-01-08pinctrl: intel: Split intel_pinctrl_add_padgroups() for better maintenanceAndy Shevchenko
2020-12-09pinctrl: intel: Actually disable Tx and Rx buffers on GPIO requestAndy Shevchenko
2020-10-26pinctrl: intel: Set default bias in case no particular value givenAndy Shevchenko
2020-10-26pinctrl: intel: Fix 2 kOhm bias which is 833 OhmAndy Shevchenko
2020-08-18pinctrl: intel: Extract intel_pinctrl_get_soc_data() helper for wider useAndy Shevchenko
2020-06-22pinctrl: intel: Make use of for_each_requested_gpio_in_range()Andy Shevchenko
2020-06-22pinctrl: intel: Protect IO in few call backs by lockAndy Shevchenko
2020-06-22pinctrl: intel: Split intel_config_get() to three functionsAndy Shevchenko
2020-06-22pinctrl: intel: Drop the only label in the code for consistencyAndy Shevchenko
2020-06-22pinctrl: intel: Get rid of redundant 'else' in intel_config_set_debounce()Andy Shevchenko
2020-06-22pinctrl: intel: Make use of IRQ_RETVAL()Andy Shevchenko
2020-06-22pinctrl: intel: Reduce scope of the lockAndy Shevchenko
2020-06-22pinctrl: intel: Disable input and output buffer when switching to GPIOAndy Shevchenko
2020-04-14pinctrl: intel: Introduce new flag to force GPIO base to be 0Andy Shevchenko
2020-04-14pinctrl: intel: Introduce common flags for GPIO mapping schemeAndy Shevchenko
2020-01-09pinctrl: intel: Pass irqchip when adding gpiochipLinus Walleij
2020-01-09pinctrl: intel: Add GPIO <-> pin mapping ranges via callbackLinus Walleij
2019-12-13pinctrl: intel: Share struct intel_pinctrl for wider useAndy Shevchenko
2019-12-13pinctrl: intel: Use GPIO direction definitionsMatti Vaittinen
2019-11-07pinctrl: intel: Missed type change to unsigned intAndy Shevchenko
2019-10-30pinctrl: intel: Use helper to restore register values on ->resume()Andy Shevchenko
2019-10-30pinctrl: intel: Drop level from warning to debug in intel_restore_hostown()Andy Shevchenko
2019-10-30pinctrl: intel: Introduce intel_restore_intmask() helperAndy Shevchenko
2019-10-30pinctrl: intel: Introduce intel_restore_hostown() helperAndy Shevchenko
2019-10-30pinctrl: intel: Introduce intel_restore_padcfg() helperAndy Shevchenko
2019-10-30pinctrl: intel: Avoid potential glitches if pin is in GPIO modeAndy Shevchenko
2019-10-01pinctrl: intel: Allocate IRQ chip dynamicAndy Shevchenko
2019-09-09pinctrl: intel: mark intel_pin_to_gpio __maybe_unusedArnd Bergmann
2019-08-19pinctrl: intel: remap the pin number to gpio offset for irq enabled pinChris Chiu
2019-08-18pinctrl: intel: Allow to request locked padsAndy Shevchenko
2019-08-07pinctrl: intel: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-08-07pinctrl: intel: Use NSEC_PER_USEC for debounce calculusAndy Shevchenko
2019-08-07pinctrl: intel: Remove default Interrupt Status offsetAndy Shevchenko
2019-08-07pinctrl: intel: Simplify offset validation in intel_get_padcfg()Andy Shevchenko
2019-07-23pinctrl: intel: Drop double check for data in intel_pinctrl_probe_by_uid()Andy Shevchenko
2019-07-23pinctrl: intel: Use devm_platform_ioremap_resource()Andy Shevchenko
2019-05-20pinctrl: intel: Clear interrupt status in mask/unmask callbackKai-Heng Feng
2019-05-20pinctrl: intel: Use GENMASK() consistentlyAndy Shevchenko
2019-04-28pinctrl: intel: Increase readability of intel_gpio_update_pad_mode()Andy Shevchenko
2019-04-28pinctrl: intel: Retain HOSTSW_OWN for requested gpio pinChris Chiu
2019-04-09pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phaseBinbin Wu
2018-11-08pinctrl: intel: Unexport intel_pinctrl_probe()Andy Shevchenko
2018-11-08pinctrl: intel: simplify getting .driver_dataWolfram Sang
2018-10-03pinctrl: intel: Fix a spelling typo in kernel documentationAndy Shevchenko