diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-07-10 01:07:08 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2022-07-10 01:07:08 +0200 |
commit | 5495d1636b93ad9e5471f74a94487964c99f8b08 (patch) | |
tree | d3c6f84d3607cee3c1df615feda3f7fe41a688ab /MAINTAINERS | |
parent | pinctrl: qcom: spmi-gpio: make the irqchip immutable (diff) | |
parent | pinctrl: intel: Add Intel Meteor Lake pin controller support (diff) | |
download | linux-5495d1636b93ad9e5471f74a94487964c99f8b08.tar.xz linux-5495d1636b93ad9e5471f74a94487964c99f8b08.zip |
Merge tag 'intel-pinctrl-v5.20-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into devel
intel-pinctrl for v5.20-1
* Update MAINTAINERS to set the Intel pin control status to Supported
* Switch Intel pin control drivers to use struct pingroup
The following is an automated git shortlog grouped by driver:
baytrail:
- Switch to to embedded struct pingroup
cherryview:
- Switch to to embedded struct pingroup
intel:
- Add Intel Meteor Lake pin controller support
- Drop no more used members of struct intel_pingroup
- Switch to to embedded struct pingroup
- Embed struct pingroup into struct intel_pingroup
lynxpoint:
- Switch to to embedded struct pingroup
MAINTAINERS:
- Update Intel pin control to Supported
Merge branch 'ib-v5.20-amd-pinctrl':
- Merge branch 'ib-v5.20-amd-pinctrl'
merrifield:
- Switch to to embedded struct pingroup
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index eb429d36c08f..69e434713509 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15731,7 +15731,7 @@ F: drivers/pinctrl/freescale/ PIN CONTROLLER - INTEL M: Mika Westerberg <mika.westerberg@linux.intel.com> M: Andy Shevchenko <andy@kernel.org> -S: Maintained +S: Supported T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git F: drivers/pinctrl/intel/ |