index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-21
pinctrl: intel: Add Intel Emmitsburg pin controller support
Andy Shevchenko
3
-0
/
+396
2020-07-19
pinctrl: baytrail: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-06-29
pinctrl: tigerlake: Add support for Tiger Lake-H
Mika Westerberg
1
-0
/
+358
2020-06-29
pinctrl: merrifield: Add I²S bus 2 pins to groups and functions
Andy Shevchenko
1
-0
/
+4
2020-06-22
pinctrl: merrifield: Update pin names in accordance with official list
Andy Shevchenko
1
-23
/
+23
2020-06-22
pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPI...
Hans de Goede
1
-14
/
+53
2020-06-22
pinctrl: baytrail: Drop no-op ACPI_PTR() call
Andy Shevchenko
1
-2
/
+1
2020-06-22
pinctrl: lynxpoint: Drop no-op ACPI_PTR() call
Andy Shevchenko
1
-1
/
+1
2020-06-22
pinctrl: lynxpoint: Introduce helpers to enable or disable input
Andy Shevchenko
1
-7
/
+14
2020-06-22
pinctrl: lynxpoint: Make use of for_each_requested_gpio()
Andy Shevchenko
1
-5
/
+6
2020-06-22
pinctrl: intel: Make use of for_each_requested_gpio_in_range()
Andy Shevchenko
1
-15
/
+6
2020-06-22
pinctrl: intel: Protect IO in few call backs by lock
Andy Shevchenko
1
-1
/
+15
2020-06-22
pinctrl: intel: Split intel_config_get() to three functions
Andy Shevchenko
1
-28
/
+61
2020-06-22
pinctrl: intel: Drop the only label in the code for consistency
Andy Shevchenko
1
-5
/
+3
2020-06-22
pinctrl: intel: Get rid of redundant 'else' in intel_config_set_debounce()
Andy Shevchenko
1
-5
/
+5
2020-06-22
pinctrl: intel: Make use of IRQ_RETVAL()
Andy Shevchenko
1
-10
/
+10
2020-06-22
pinctrl: intel: Reduce scope of the lock
Andy Shevchenko
1
-7
/
+7
2020-06-22
pinctrl: intel: Disable input and output buffer when switching to GPIO
Andy Shevchenko
1
-1
/
+13
2020-06-22
pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 3)
Andy Shevchenko
1
-129
/
+137
2020-06-22
pinctrl: intel: Allow drivers to define ACPI address space ID
Andy Shevchenko
1
-0
/
+2
2020-06-22
pinctrl: intel: Allow drivers to define total amount of IRQs per community
Andy Shevchenko
1
-0
/
+2
2020-06-22
pinctrl: cherryview: Convert chv_writel() to use chv_padreg()
Andy Shevchenko
1
-32
/
+16
2020-06-22
pinctrl: cherryview: Introduce helpers to IO with common registers
Andy Shevchenko
1
-13
/
+26
2020-06-22
pinctrl: cherryview: Introduce chv_readl() helper
Andy Shevchenko
1
-35
/
+36
2020-04-22
pinctrl: intel: Move npins closer to pin_base in struct intel_community
Andy Shevchenko
1
-2
/
+3
2020-04-22
pinctrl: intel: Update description in struct intel_community
Andy Shevchenko
1
-3
/
+3
2020-04-17
pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handler
Grace Kao
1
-0
/
+4
2020-04-16
pinctrl: lynxpoint: Use platform_get_irq_optional() explicitly
Andy Shevchenko
1
-5
/
+5
2020-04-15
pinctrl: baytrail: Use platform_get_irq_optional() explicitly
Andy Shevchenko
1
-5
/
+4
2020-04-14
pinctrl: intel: Add Intel Jasper Lake pin controller support
Andy Shevchenko
3
-0
/
+353
2020-04-14
pinctrl: intel: Introduce new flag to force GPIO base to be 0
Andy Shevchenko
2
-0
/
+5
2020-04-14
pinctrl: tigerlake: Use generic flag for special GPIO base treatment
Andy Shevchenko
1
-17
/
+15
2020-04-14
pinctrl: icelake: Use generic flag for special GPIO base treatment
Andy Shevchenko
1
-16
/
+14
2020-04-14
pinctrl: cannonlake: Use generic flag for special GPIO base treatment
Andy Shevchenko
1
-30
/
+28
2020-04-14
pinctrl: intel: Introduce common flags for GPIO mapping scheme
Andy Shevchenko
2
-8
/
+25
2020-04-13
pinctrl: cherryview: Use GENMASK() consistently
Andy Shevchenko
1
-8
/
+8
2020-04-13
pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 2)
Andy Shevchenko
1
-165
/
+97
2020-04-13
pinctrl: baytrail: Enable pin configuration setting for GPIO chip
Andy Shevchenko
1
-0
/
+1
2020-04-13
pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-H
Andy Shevchenko
1
-7
/
+8
2020-01-16
pinctrl: tigerlake: Tiger Lake uses _HID enumeration
Mika Westerberg
1
-297
/
+250
2020-01-16
pinctrl: sunrisepoint: Add Coffee Lake-S ACPI ID
Mika Westerberg
1
-0
/
+1
2020-01-09
pinctrl: intel: Pass irqchip when adding gpiochip
Linus Walleij
1
-13
/
+13
2020-01-09
pinctrl: intel: Add GPIO <-> pin mapping ranges via callback
Linus Walleij
1
-13
/
+22
2020-01-09
pinctrl: baytrail: Replace WARN with dev_info_once when setting direct-irq pi...
Hans de Goede
1
-4
/
+4
2020-01-09
pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins
Hans de Goede
1
-1
/
+7
2020-01-08
pinctrl: sunrisepoint: Add missing Interrupt Status register offset
Boyan Ding
1
-0
/
+1
2019-12-13
pinctrl: lynxpoint: Update summary in the driver
Andy Shevchenko
1
-4
/
+6
2019-12-13
pinctrl: lynxpoint: Switch to pin control API
Andy Shevchenko
2
-57
/
+13
2019-12-13
pinctrl: lynxpoint: Add GPIO <-> pin mapping ranges via callback
Andy Shevchenko
1
-0
/
+14
2019-12-13
pinctrl: lynxpoint: Implement ->pin_dbg_show()
Andy Shevchenko
1
-0
/
+23
[next]