index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
intel
/
pinctrl-intel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pinctrl: intel: Save and restore pins in "direct IRQ" mode
Andy Shevchenko
2022-11-28
1
-1
/
+26
*
Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2022-08-10
1
-7
/
+7
|
\
|
*
pinctrl: intel: Switch to to embedded struct pingroup
Andy Shevchenko
2022-06-20
1
-7
/
+7
*
|
pinctrl: intel: Check against matching data instead of ACPI companion
Andy Shevchenko
2022-07-14
1
-8
/
+6
|
/
*
pinctrl: intel: Fix kernel doc format, i.e. add return sections
Andy Shevchenko
2022-05-20
1
-0
/
+5
*
pinctrl: intel: make irq_chip immutable
Andy Shevchenko
2022-05-18
1
-15
/
+25
*
pinctrl: intel: Fix a glitch when updating IRQ flags on a preconfigured line
Andy Shevchenko
2022-01-24
1
-8
/
+2
*
pinctrl: intel: fix unexpected interrupt
Ćukasz Bartosik
2022-01-24
1
-20
/
+34
*
Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-04-30
1
-3
/
+2
|
\
|
*
pinctrl: intel: No need to disable IRQs in the handler
Andy Shevchenko
2021-03-25
1
-3
/
+2
*
|
pinctrl: intel: check REVID register value for device presence
Roger Pau Monne
2021-03-25
1
-1
/
+6
|
/
*
pinctrl: intel: Show the GPIO base calculation explicitly
Andy Shevchenko
2021-03-08
1
-0
/
+2
*
pinctrl: intel: Convert capability list to features
Andy Shevchenko
2021-01-08
1
-3
/
+38
*
pinctrl: intel: Drop unnecessary check for predefined features
Andy Shevchenko
2021-01-08
1
-12
/
+6
*
pinctrl: intel: Split intel_pinctrl_add_padgroups() for better maintenance
Andy Shevchenko
2021-01-08
1
-20
/
+40
*
pinctrl: intel: Actually disable Tx and Rx buffers on GPIO request
Andy Shevchenko
2020-12-09
1
-2
/
+2
*
pinctrl: intel: Set default bias in case no particular value given
Andy Shevchenko
2020-10-26
1
-0
/
+8
*
pinctrl: intel: Fix 2 kOhm bias which is 833 Ohm
Andy Shevchenko
2020-10-26
1
-10
/
+22
*
pinctrl: intel: Extract intel_pinctrl_get_soc_data() helper for wider use
Andy Shevchenko
2020-08-18
1
-6
/
+18
*
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: intel: Introduce new flag to force GPIO base to be 0
Andy Shevchenko
2020-04-14
1
-0
/
+3
*
pinctrl: intel: Introduce common flags for GPIO mapping scheme
Andy Shevchenko
2020-04-14
1
-6
/
+13
*
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: intel: Share struct intel_pinctrl for wider use
Andy Shevchenko
2019-12-13
1
-34
/
+1
*
pinctrl: intel: Use GPIO direction definitions
Matti Vaittinen
2019-12-13
1
-1
/
+4
*
pinctrl: intel: Missed type change to unsigned int
Andy Shevchenko
2019-11-07
1
-2
/
+2
*
pinctrl: intel: Use helper to restore register values on ->resume()
Andy Shevchenko
2019-10-30
1
-13
/
+13
*
pinctrl: intel: Drop level from warning to debug in intel_restore_hostown()
Andy Shevchenko
2019-10-30
1
-1
/
+1
*
pinctrl: intel: Introduce intel_restore_intmask() helper
Andy Shevchenko
2019-10-30
1
-5
/
+11
*
pinctrl: intel: Introduce intel_restore_hostown() helper
Andy Shevchenko
2019-10-30
1
-17
/
+21
*
pinctrl: intel: Introduce intel_restore_padcfg() helper
Andy Shevchenko
2019-10-30
1
-27
/
+24
*
pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
Andy Shevchenko
2019-10-30
1
-1
/
+20
*
pinctrl: intel: Allocate IRQ chip dynamic
Andy Shevchenko
2019-10-01
1
-13
/
+14
*
pinctrl: intel: mark intel_pin_to_gpio __maybe_unused
Arnd Bergmann
2019-09-09
1
-1
/
+1
*
pinctrl: intel: remap the pin number to gpio offset for irq enabled pin
Chris Chiu
2019-08-19
1
-1
/
+24
*
pinctrl: intel: Allow to request locked pads
Andy Shevchenko
2019-08-18
1
-17
/
+52
*
pinctrl: intel: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-07
1
-3
/
+1
*
pinctrl: intel: Use NSEC_PER_USEC for debounce calculus
Andy Shevchenko
2019-08-07
1
-4
/
+5
*
pinctrl: intel: Remove default Interrupt Status offset
Andy Shevchenko
2019-08-07
1
-4
/
+0
*
pinctrl: intel: Simplify offset validation in intel_get_padcfg()
Andy Shevchenko
2019-08-07
1
-1
/
+1
*
pinctrl: intel: Drop double check for data in intel_pinctrl_probe_by_uid()
Andy Shevchenko
2019-07-23
1
-2
/
+0
*
pinctrl: intel: Use devm_platform_ioremap_resource()
Andy Shevchenko
2019-07-23
1
-4
/
+1
[next]