summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/intel/pinctrl-cherryview.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: cherryview: fix Strago DMI workaroundDmitry Torokhov2019-01-211-4/+4
* pinctrl: cherryview: Stop clearing the GPIO_EN bit from chv_gpio_disable_freeHans de Goede2018-12-051-5/+2
* pinctrl: cherryview: Add chv_gpio_clear_triggering() helper functionHans de Goede2018-12-051-5/+14
* pinctrl: cherryview: simplify getting .driver_dataWolfram Sang2018-11-081-4/+2
* pinctrl: cherryview: Convert unsigned to unsigned intAndy Shevchenko2018-10-031-33/+33
* pinctrl: cherryview: Remove linux/init.h and sort headersAndy Shevchenko2018-09-181-4/+4
* pinctrl: cherryview: Describe members of couple of structsAndy Shevchenko2018-09-181-0/+3
* pinctrl: cherryview: Remove unused groups of pinsAndy Shevchenko2018-09-181-2/+0
* pinctrl: cherryview: Re-use data structures from pinctrl-intel.hAndy Shevchenko2018-09-181-42/+25
* pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2018-09-141-1/+0
* pinctrl: intel: Convert to use SPDX identifierAndy Shevchenko2018-07-021-4/+1
* Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-071-0/+4
|\
| * pinctrl: cherryview: limit Strago DMI workarounds to version 1.0Dmitry Torokhov2018-06-041-0/+4
* | pinctrl: cherryview: Associate IRQ descriptors to irqdomainMika Westerberg2018-05-021-4/+12
|/
* Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-021-39/+20
|\
| * gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translationMika Westerberg2017-11-291-39/+20
* | pinctrl: cherryview: Mask all interrupts on Intel_Strago based systemsMika Westerberg2017-12-121-0/+16
|/
* Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-161-1/+1
|\
| * Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-091-3/+3
| |\
| * | pinctrl: cherryview fixed typo in commentChris Gorman2017-09-271-1/+1
* | | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-3/+3
|\ \ \ | | |/ | |/|
| * | gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding2017-11-081-2/+2
| * | gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
| |/
* / pinctrl: cherryview: fix issues caused by dynamic gpio irqs mappingGrygorii Strashko2017-10-081-1/+13
|/
* pinctrl: cherryview: Add Setzer models to the Chromebook DMI quirkAndy Shevchenko2017-08-031-0/+7
* pinctrl: cherryview: Extend the Chromebook DMI quirk to Intel_Strago systemsMika Westerberg2017-05-231-4/+17
* pinctrl: cherryview: Add terminate entry for dmi_system_id tablesWei Yongjun2017-05-221-1/+2
* Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-021-0/+47
|\
| * pinctrl: cherryview: Add support for GMMR GPIO opregionHans de Goede2017-03-231-0/+47
* | pinctrl: cherryview: Add a quirk to make Acer Chromebook keyboard work againMika Westerberg2017-04-111-2/+24
|/
* pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg2017-01-261-2/+2
* Merge tag 'pinctrl-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-131-1/+1
|\
| * pinctrl: cherryview: Drop ctrlX prefix from the pin debugfs outputMika Westerberg2016-11-041-1/+1
* | pinctrl: cherryview: Prevent possible interrupt storm on resumeMika Westerberg2016-11-041-3/+4
* | pinctrl: cherryview: Serialize register access in suspend/resumeMika Westerberg2016-11-041-0/+10
|/
* pinctrl: cherryview: Convert to use devm_gpiochip_add_data()Mika Westerberg2016-09-231-18/+3
* pinctrl: cherryview: Do not add all southwest and north GPIOs to IRQ domainMika Westerberg2016-09-231-1/+33
* pinctrl: cherryview: Do not mask all interrupts in probeMika Westerberg2016-08-221-3/+2
* pinctrl: cherryview: add handlers for pin_config_group_get/setDan O'Donovan2016-06-151-0/+42
* pinctrl: cherryview: add option to set open-drain pin configDan O'Donovan2016-06-151-0/+33
* pinctrl: cherryview: prevent concurrent access to GPIO controllersDan O'Donovan2016-06-151-36/+44
* pinctrl: cherryview: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-5/+3
* pinctrl: cherryview: use gpiochip data pointerLinus Walleij2016-01-051-11/+9
* gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski2015-10-161-12/+2
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* pinctrl: cherryview: Use raw_spinlock for lockingMika Westerberg2015-08-261-35/+35
* pinctrl: cherryview: Serialize all register accessMika Westerberg2015-08-131-1/+7
* pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-171-1/+1
* pinctrl/cherryview: Use irq_set_handler_locked()Thomas Gleixner2015-07-171-3/+3