summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/intel/pinctrl-cherryview.c
AgeCommit message (Expand)Author
2023-11-04treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski
2023-11-04treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski
2023-11-04pinctrl: cherryview: use new pinctrl GPIO helpersBartosz Golaszewski
2023-10-11pinctrl: cherryview: reduce scope of PIN_CONFIG_BIAS_HIGH_IMPEDANCE caseRaag Jadav
2023-10-11pinctrl: cherryview: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-06pinctrl: cherryview: Simplify code with cleanup helpersAndy Shevchenko
2023-10-06pinctrl: cherryview: Avoid duplicated I/OAndy Shevchenko
2023-10-03pinctrl: cherryview: Replace kernel.h by what is actually being usedAndy Shevchenko
2023-08-22pinctrl: cherryview: fix address_space_handler() argumentRaag Jadav
2023-08-21pinctrl: cherryview: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helperAndy Shevchenko
2023-08-15pinctrl: cherryview: reuse common functions from pinctrl-intelRaag Jadav
2023-06-19pinctrl: cherryview: Drop goto labelAndy Shevchenko
2023-06-06pinctrl: cherryview: Return correct value if pin in push-pull modeAndy Shevchenko
2023-06-02pinctrl: cherryview: Don't use IRQ core constanst for invalid IRQAndy Shevchenko
2022-12-30pinctrl: cherryview: Convert to use new memeber in struct intel_functionAndy Shevchenko
2022-10-24pinctrl: cherryview: Add missing header(s)Andy Shevchenko
2022-06-20pinctrl: cherryview: Switch to to embedded struct pingroupAndy Shevchenko
2022-05-17pinctrl: cherryview: Use GPIO chip pointer in chv_gpio_irq_mask_unmask()Andy Shevchenko
2022-05-16pinctrl: cherryview: make irq_chip immutableAndy Shevchenko
2022-01-24pinctrl: cherryview: Trigger hwirq0 for interrupt-lines without a mappingHans de Goede
2021-11-26pinctrl: cherryview: Use temporary variable for struct deviceAndy Shevchenko
2021-11-26pinctrl: cherryview: Do not allow the same interrupt line to be used by 2 pinsHans de Goede
2021-11-26pinctrl: cherryview: Don't use selection 0 to mark an interrupt line as unusedHans de Goede
2021-08-12pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2020-09-07pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOsHans de Goede
2020-08-20pinctrl: cherryview: Switch to use intel_pinctrl_get_soc_data()Andy Shevchenko
2020-08-18pinctrl: cherryview: Utilize temporary variable to hold device pointerAndy Shevchenko
2020-08-18pinctrl: cherryview: Switch to use struct intel_pinctrlAndy Shevchenko
2020-08-18pinctrl: cherryview: Move custom community members to separate data structAndy Shevchenko
2020-08-18pinctrl: cherryview: Drop stale commentAndy Shevchenko
2020-06-22pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 3)Andy Shevchenko
2020-06-22pinctrl: cherryview: Convert chv_writel() to use chv_padreg()Andy Shevchenko
2020-06-22pinctrl: cherryview: Introduce helpers to IO with common registersAndy Shevchenko
2020-06-22pinctrl: cherryview: Introduce chv_readl() helperAndy Shevchenko
2020-04-17pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handlerGrace Kao
2020-04-13pinctrl: cherryview: Use GENMASK() consistentlyAndy Shevchenko
2020-04-13pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 2)Andy Shevchenko
2019-12-13pinctrl: cherryview: Use GPIO direction definitionsMatti Vaittinen
2019-12-09pinctrl: cherryview: Pass irqchip when adding gpiochipHans de Goede
2019-12-09pinctrl: cherryview: Add GPIO <-> pin mapping ranges via callbackHans de Goede
2019-12-09pinctrl: cherryview: Split out irq hw-init into a separate helper functionHans de Goede
2019-11-07pinctrl: cherryview: Missed type change to unsigned intAndy Shevchenko
2019-10-30pinctrl: cherryview: Allocate IRQ chip dynamicAndy Shevchenko
2019-10-30pinctrl: cherryview: Fix spelling mistake in the commentAndy Shevchenko
2019-10-30pinctrl: cherryview: Fix irq_valid_mask calculationHans de Goede
2019-10-01pinctrl: cherryview: restore Strago DMI workaround for all versionsDmitry Torokhov
2019-09-19Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2019-09-11gpio: Initialize the irqchip valid_mask with a callbackLinus Walleij
2019-08-07pinctrl: cherryview: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-23pinctrl: cherryview: Use devm_platform_ioremap_resource()Andy Shevchenko