aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/intel/pinctrl-cherryview.c
AgeCommit message (Expand)Author
2020-05-20pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handlerGrace Kao
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
2019-01-21pinctrl: cherryview: fix Strago DMI workaroundDmitry Torokhov
2018-12-05pinctrl: cherryview: Stop clearing the GPIO_EN bit from chv_gpio_disable_freeHans de Goede
2018-12-05pinctrl: cherryview: Add chv_gpio_clear_triggering() helper functionHans de Goede
2018-11-08pinctrl: cherryview: simplify getting .driver_dataWolfram Sang
2018-10-03pinctrl: cherryview: Convert unsigned to unsigned intAndy Shevchenko
2018-09-18pinctrl: cherryview: Remove linux/init.h and sort headersAndy Shevchenko
2018-09-18pinctrl: cherryview: Describe members of couple of structsAndy Shevchenko
2018-09-18pinctrl: cherryview: Remove unused groups of pinsAndy Shevchenko
2018-09-18pinctrl: cherryview: Re-use data structures from pinctrl-intel.hAndy Shevchenko
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij
2018-07-02pinctrl: intel: Convert to use SPDX identifierAndy Shevchenko
2018-06-07Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-04pinctrl: cherryview: limit Strago DMI workarounds to version 1.0Dmitry Torokhov
2018-05-02pinctrl: cherryview: Associate IRQ descriptors to irqdomainMika Westerberg
2018-02-02Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-12-12pinctrl: cherryview: Mask all interrupts on Intel_Strago based systemsMika Westerberg
2017-11-29gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translationMika Westerberg
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij
2017-11-08gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-10-08pinctrl: cherryview: fix issues caused by dynamic gpio irqs mappingGrygorii Strashko
2017-09-27pinctrl: cherryview fixed typo in commentChris Gorman
2017-08-03pinctrl: cherryview: Add Setzer models to the Chromebook DMI quirkAndy Shevchenko
2017-05-23pinctrl: cherryview: Extend the Chromebook DMI quirk to Intel_Strago systemsMika Westerberg
2017-05-22pinctrl: cherryview: Add terminate entry for dmi_system_id tablesWei Yongjun
2017-05-02Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-04-11pinctrl: cherryview: Add a quirk to make Acer Chromebook keyboard work againMika Westerberg
2017-03-23pinctrl: cherryview: Add support for GMMR GPIO opregionHans de Goede
2017-01-26pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg
2016-12-13Merge tag 'pinctrl-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-11-04pinctrl: cherryview: Prevent possible interrupt storm on resumeMika Westerberg
2016-11-04pinctrl: cherryview: Serialize register access in suspend/resumeMika Westerberg
2016-11-04pinctrl: cherryview: Drop ctrlX prefix from the pin debugfs outputMika Westerberg
2016-09-23pinctrl: cherryview: Convert to use devm_gpiochip_add_data()Mika Westerberg