From: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Date: 2021-01-26 13:50:16
Hi Linux pin control maintainers,
Rather quite cycle from Intel pin control perspective. Please pull.
Thanks,
With Best Regards,
Andy Shevchenko
The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:
Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)
are available in the Git repository at:
git@gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.12-1
for you to fetch changes up to 0e793a4e283487378e9a5b7db37bc1781bc72fd7:
pinctrl: tigerlake: Add Alder Lake-P ACPI ID (2021-01-08 16:04:50 +0200)
----------------------------------------------------------------
intel-pinctrl for v5.12-1
* Enable pin control on Intel Alder Lake-P
* Traverse through capabilities, convert them to features for the future use
The following is an automated git shortlog grouped by driver:
intel:
- Convert capability list to features
- Drop unnecessary check for predefined features
- Split intel_pinctrl_add_padgroups() for better maintenance
tigerlake:
- Add Alder Lake-P ACPI ID
----------------------------------------------------------------
Andy Shevchenko (4):
pinctrl: intel: Split intel_pinctrl_add_padgroups() for better maintenance
pinctrl: intel: Drop unnecessary check for predefined features
pinctrl: intel: Convert capability list to features
pinctrl: tigerlake: Add Alder Lake-P ACPI ID
drivers/pinctrl/intel/pinctrl-intel.c | 117 +++++++++++++++++++++---------
drivers/pinctrl/intel/pinctrl-intel.h | 4 +
drivers/pinctrl/intel/pinctrl-tigerlake.c | 1 +
3 files changed, 88 insertions(+), 34 deletions(-)
--
With Best Regards,
Andy Shevchenko
On Tue, Jan 26, 2021 at 2:49 PM Andy Shevchenko
[off-list ref] wrote:
The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:
Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)
are available in the Git repository at:
git@gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.12-1
for you to fetch changes up to 0e793a4e283487378e9a5b7db37bc1781bc72fd7:
pinctrl: tigerlake: Add Alder Lake-P ACPI ID (2021-01-08 16:04:50 +0200)
Thanks Andy, I merged in v5.11-rc2 and then pulled this on top!
Yours,
Linus Walleij
From: Andy Shevchenko <hidden> Date: 2021-01-26 15:55:23
On Tue, Jan 26, 2021 at 4:38 PM Linus Walleij [off-list ref] wrote:
On Tue, Jan 26, 2021 at 2:49 PM Andy Shevchenko
[off-list ref] wrote:
quoted
The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:
Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)
are available in the Git repository at:
git@gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.12-1
for you to fetch changes up to 0e793a4e283487378e9a5b7db37bc1781bc72fd7:
pinctrl: tigerlake: Add Alder Lake-P ACPI ID (2021-01-08 16:04:50 +0200)
Thanks Andy, I merged in v5.11-rc2 and then pulled this on top!
JFYI: when you merge a branch that has been based on newer rc you
don't need to merge that rc first.
But it's up to you, of course.
--
With Best Regards,
Andy Shevchenko
On Tue, Jan 26, 2021 at 4:53 PM Andy Shevchenko
[off-list ref] wrote:
On Tue, Jan 26, 2021 at 4:38 PM Linus Walleij [off-list ref] wrote:
quoted
On Tue, Jan 26, 2021 at 2:49 PM Andy Shevchenko
[off-list ref] wrote:
quoted
The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:
Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)
are available in the Git repository at:
git@gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.12-1
for you to fetch changes up to 0e793a4e283487378e9a5b7db37bc1781bc72fd7:
pinctrl: tigerlake: Add Alder Lake-P ACPI ID (2021-01-08 16:04:50 +0200)
Thanks Andy, I merged in v5.11-rc2 and then pulled this on top!
JFYI: when you merge a branch that has been based on newer rc you
don't need to merge that rc first.
True, it just gives me a feeling of understanding how the merges go when
I do that, so I see there was first a really large diffstat "hm what is that..
hmm seems to be based on -rc2 and my stuff is on -rc, OK I merge -rc2
and voila OK the diffstat is small, now I understand the merges".
Just my little dance to convince myself that I'm doing the right thing.
Yours,
Linus Walleij