index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
intel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pinctrl: intel: Add Intel Emmitsburg pin controller support
Andy Shevchenko
2020-07-21
3
-0
/
+396
*
pinctrl: baytrail: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-19
1
-2
/
+2
*
pinctrl: tigerlake: Add support for Tiger Lake-H
Mika Westerberg
2020-06-29
1
-0
/
+358
*
pinctrl: merrifield: Add I²S bus 2 pins to groups and functions
Andy Shevchenko
2020-06-29
1
-0
/
+4
*
pinctrl: merrifield: Update pin names in accordance with official list
Andy Shevchenko
2020-06-22
1
-23
/
+23
*
pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPI...
Hans de Goede
2020-06-22
1
-14
/
+53
*
pinctrl: baytrail: Drop no-op ACPI_PTR() call
Andy Shevchenko
2020-06-22
1
-2
/
+1
*
pinctrl: lynxpoint: Drop no-op ACPI_PTR() call
Andy Shevchenko
2020-06-22
1
-1
/
+1
*
pinctrl: lynxpoint: Introduce helpers to enable or disable input
Andy Shevchenko
2020-06-22
1
-7
/
+14
*
pinctrl: lynxpoint: Make use of for_each_requested_gpio()
Andy Shevchenko
2020-06-22
1
-5
/
+6
*
pinctrl: intel: Make use of for_each_requested_gpio_in_range()
Andy Shevchenko
2020-06-22
1
-15
/
+6
*
pinctrl: intel: Protect IO in few call backs by lock
Andy Shevchenko
2020-06-22
1
-1
/
+15
*
pinctrl: intel: Split intel_config_get() to three functions
Andy Shevchenko
2020-06-22
1
-28
/
+61
*
pinctrl: intel: Drop the only label in the code for consistency
Andy Shevchenko
2020-06-22
1
-5
/
+3
*
pinctrl: intel: Get rid of redundant 'else' in intel_config_set_debounce()
Andy Shevchenko
2020-06-22
1
-5
/
+5
*
pinctrl: intel: Make use of IRQ_RETVAL()
Andy Shevchenko
2020-06-22
1
-10
/
+10
*
pinctrl: intel: Reduce scope of the lock
Andy Shevchenko
2020-06-22
1
-7
/
+7
*
pinctrl: intel: Disable input and output buffer when switching to GPIO
Andy Shevchenko
2020-06-22
1
-1
/
+13
*
pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 3)
Andy Shevchenko
2020-06-22
1
-129
/
+137
*
pinctrl: intel: Allow drivers to define ACPI address space ID
Andy Shevchenko
2020-06-22
1
-0
/
+2
*
pinctrl: intel: Allow drivers to define total amount of IRQs per community
Andy Shevchenko
2020-06-22
1
-0
/
+2
*
pinctrl: cherryview: Convert chv_writel() to use chv_padreg()
Andy Shevchenko
2020-06-22
1
-32
/
+16
*
pinctrl: cherryview: Introduce helpers to IO with common registers
Andy Shevchenko
2020-06-22
1
-13
/
+26
*
pinctrl: cherryview: Introduce chv_readl() helper
Andy Shevchenko
2020-06-22
1
-35
/
+36
*
pinctrl: intel: Move npins closer to pin_base in struct intel_community
Andy Shevchenko
2020-04-22
1
-2
/
+3
*
pinctrl: intel: Update description in struct intel_community
Andy Shevchenko
2020-04-22
1
-3
/
+3
*
pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handler
Grace Kao
2020-04-17
1
-0
/
+4
*
pinctrl: lynxpoint: Use platform_get_irq_optional() explicitly
Andy Shevchenko
2020-04-16
1
-5
/
+5
*
pinctrl: baytrail: Use platform_get_irq_optional() explicitly
Andy Shevchenko
2020-04-15
1
-5
/
+4
*
pinctrl: intel: Add Intel Jasper Lake pin controller support
Andy Shevchenko
2020-04-14
3
-0
/
+353
*
pinctrl: intel: Introduce new flag to force GPIO base to be 0
Andy Shevchenko
2020-04-14
2
-0
/
+5
*
pinctrl: tigerlake: Use generic flag for special GPIO base treatment
Andy Shevchenko
2020-04-14
1
-17
/
+15
*
pinctrl: icelake: Use generic flag for special GPIO base treatment
Andy Shevchenko
2020-04-14
1
-16
/
+14
*
pinctrl: cannonlake: Use generic flag for special GPIO base treatment
Andy Shevchenko
2020-04-14
1
-30
/
+28
*
pinctrl: intel: Introduce common flags for GPIO mapping scheme
Andy Shevchenko
2020-04-14
2
-8
/
+25
*
pinctrl: cherryview: Use GENMASK() consistently
Andy Shevchenko
2020-04-13
1
-8
/
+8
*
pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 2)
Andy Shevchenko
2020-04-13
1
-165
/
+97
*
pinctrl: baytrail: Enable pin configuration setting for GPIO chip
Andy Shevchenko
2020-04-13
1
-0
/
+1
*
pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-H
Andy Shevchenko
2020-04-13
1
-7
/
+8
*
pinctrl: tigerlake: Tiger Lake uses _HID enumeration
Mika Westerberg
2020-01-16
1
-297
/
+250
*
pinctrl: sunrisepoint: Add Coffee Lake-S ACPI ID
Mika Westerberg
2020-01-16
1
-0
/
+1
*
pinctrl: intel: Pass irqchip when adding gpiochip
Linus Walleij
2020-01-09
1
-13
/
+13
*
pinctrl: intel: Add GPIO <-> pin mapping ranges via callback
Linus Walleij
2020-01-09
1
-13
/
+22
*
pinctrl: baytrail: Replace WARN with dev_info_once when setting direct-irq pi...
Hans de Goede
2020-01-09
1
-4
/
+4
*
pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins
Hans de Goede
2020-01-09
1
-1
/
+7
*
pinctrl: sunrisepoint: Add missing Interrupt Status register offset
Boyan Ding
2020-01-08
1
-0
/
+1
*
pinctrl: lynxpoint: Update summary in the driver
Andy Shevchenko
2019-12-13
1
-4
/
+6
*
pinctrl: lynxpoint: Switch to pin control API
Andy Shevchenko
2019-12-13
2
-57
/
+13
*
pinctrl: lynxpoint: Add GPIO <-> pin mapping ranges via callback
Andy Shevchenko
2019-12-13
1
-0
/
+14
*
pinctrl: lynxpoint: Implement ->pin_dbg_show()
Andy Shevchenko
2019-12-13
1
-0
/
+23
[next]