diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-06-21 09:37:43 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2023-06-21 09:37:43 +0200 |
commit | 9f0648f13e34a01f2e1a7a0d5801988a7bca6988 (patch) | |
tree | 8006fa7e489fa8578ffc61e94db8d6635ad64da5 /MAINTAINERS | |
parent | d18b2a0f1a78871104695ba9d3b03274bf8e07a1 (diff) | |
parent | 9314d0530276aba19fd7b1c62b04eccb8e5327bc (diff) | |
download | lwn-9f0648f13e34a01f2e1a7a0d5801988a7bca6988.tar.gz lwn-9f0648f13e34a01f2e1a7a0d5801988a7bca6988.zip |
Merge tag 'intel-pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into devel
intel-pinctrl for v6.5-1
* Fix of OPEN DRAIN pin mode setting in a few drivers
* Reduce a scope of spin lock in the Bay Trail driver
* Decrease a code footprint by refactoring in a few drivers
* Expand string choices and reuse that in the Bay Trail driver
The following is an automated git shortlog grouped by driver:
baytrail:
- invert if condition
- add warning for BYT_VAL_REG retrieval failure
- reduce scope of spinlock in ->dbg_show() hook
- Use str_hi_lo() helper
- Use BIT() in BYT_PULL_ASSIGN_* definitions
- Unify style of error and debug messages
cherryview:
- Drop goto label
- Return correct value if pin in push-pull mode
- Don't use IRQ core constanst for invalid IRQ
intel:
- refine ->irq_set_type() hook
- refine ->set_mux() hook
- Add Intel Meteor Lake-S pin controller support
lib/string_helpers:
- Add str_high_low() helper
- Split out string_choices.h
- Add missing header files to MAINTAINERS database
merrifield:
- Use BUFCFG_PINMODE_GPIO in ->pin_dbg_show()
- Fix open-drain pin mode configuration
moorefield:
- Use BUFCFG_PINMODE_GPIO in ->pin_dbg_show()
- Fix open-drain pin mode configuration
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 958c01d1f227..f16a646a252b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8670,6 +8670,9 @@ F: drivers/input/touchscreen/resistive-adc-touch.c GENERIC STRING LIBRARY R: Andy Shevchenko <andy@kernel.org> S: Maintained +F: include/linux/string.h +F: include/linux/string_choices.h +F: include/linux/string_helpers.h F: lib/string.c F: lib/string_helpers.c F: lib/test_string.c |