Age | Commit message (Expand) | Author |
2020-09-07 | pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOs | Hans de Goede |
2020-08-20 | pinctrl: cherryview: Switch to use intel_pinctrl_get_soc_data() | Andy Shevchenko |
2020-08-18 | pinctrl: cherryview: Utilize temporary variable to hold device pointer | Andy Shevchenko |
2020-08-18 | pinctrl: cherryview: Switch to use struct intel_pinctrl | Andy Shevchenko |
2020-08-18 | pinctrl: cherryview: Move custom community members to separate data struct | Andy Shevchenko |
2020-08-18 | pinctrl: cherryview: Drop stale comment | Andy Shevchenko |
2020-06-22 | pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 3) | Andy Shevchenko |
2020-06-22 | pinctrl: cherryview: Convert chv_writel() to use chv_padreg() | Andy Shevchenko |
2020-06-22 | pinctrl: cherryview: Introduce helpers to IO with common registers | Andy Shevchenko |
2020-06-22 | pinctrl: cherryview: Introduce chv_readl() helper | Andy Shevchenko |
2020-04-17 | pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handler | Grace Kao |
2020-04-13 | pinctrl: cherryview: Use GENMASK() consistently | Andy Shevchenko |
2020-04-13 | pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 2) | Andy Shevchenko |
2019-12-13 | pinctrl: cherryview: Use GPIO direction definitions | Matti Vaittinen |
2019-12-09 | pinctrl: cherryview: Pass irqchip when adding gpiochip | Hans de Goede |
2019-12-09 | pinctrl: cherryview: Add GPIO <-> pin mapping ranges via callback | Hans de Goede |
2019-12-09 | pinctrl: cherryview: Split out irq hw-init into a separate helper function | Hans de Goede |
2019-11-07 | pinctrl: cherryview: Missed type change to unsigned int | Andy Shevchenko |
2019-10-30 | pinctrl: cherryview: Allocate IRQ chip dynamic | Andy Shevchenko |
2019-10-30 | pinctrl: cherryview: Fix spelling mistake in the comment | Andy Shevchenko |
2019-10-30 | pinctrl: cherryview: Fix irq_valid_mask calculation | Hans de Goede |
2019-10-01 | pinctrl: cherryview: restore Strago DMI workaround for all versions | Dmitry Torokhov |
2019-09-19 | Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds |
2019-09-11 | gpio: Initialize the irqchip valid_mask with a callback | Linus Walleij |
2019-08-07 | pinctrl: cherryview: Remove dev_err() usage after platform_get_irq() | Stephen Boyd |
2019-07-23 | pinctrl: cherryview: Use devm_platform_ioremap_resource() | Andy Shevchenko |
2019-01-21 | pinctrl: cherryview: fix Strago DMI workaround | Dmitry Torokhov |
2018-12-05 | pinctrl: cherryview: Stop clearing the GPIO_EN bit from chv_gpio_disable_free | Hans de Goede |
2018-12-05 | pinctrl: cherryview: Add chv_gpio_clear_triggering() helper function | Hans de Goede |
2018-11-08 | pinctrl: cherryview: simplify getting .driver_data | Wolfram Sang |
2018-10-03 | pinctrl: cherryview: Convert unsigned to unsigned int | Andy Shevchenko |
2018-09-18 | pinctrl: cherryview: Remove linux/init.h and sort headers | Andy Shevchenko |
2018-09-18 | pinctrl: cherryview: Describe members of couple of structs | Andy Shevchenko |
2018-09-18 | pinctrl: cherryview: Remove unused groups of pins | Andy Shevchenko |
2018-09-18 | pinctrl: cherryview: Re-use data structures from pinctrl-intel.h | Andy Shevchenko |
2018-09-14 | pinctrl: Include <linux/gpio/driver.h> nothing else | Linus Walleij |
2018-07-02 | pinctrl: intel: Convert to use SPDX identifier | Andy Shevchenko |
2018-06-07 | Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-06-04 | pinctrl: cherryview: limit Strago DMI workarounds to version 1.0 | Dmitry Torokhov |
2018-05-02 | pinctrl: cherryview: Associate IRQ descriptors to irqdomain | Mika Westerberg |
2018-02-02 | Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2017-12-12 | pinctrl: cherryview: Mask all interrupts on Intel_Strago based systems | Mika Westerberg |
2017-11-29 | gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation | Mika Westerberg |
2017-11-16 | Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2017-11-14 | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-11-09 | Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into devel | Linus Walleij |
2017-11-08 | gpio: Move irq_valid_mask into struct gpio_irq_chip | Thierry Reding |
2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding |
2017-10-08 | pinctrl: cherryview: fix issues caused by dynamic gpio irqs mapping | Grygorii Strashko |
2017-09-27 | pinctrl: cherryview fixed typo in comment | Chris Gorman |