mbox series

[GIT,PULL] Immutable branch between pdx86 int3472 branch and GPIO due for the v6.7 merge window.

Message ID 8bbffb51-96bc-c4b-8d13-f3bbf9a72c2@linux.intel.com
State New
Headers show
Series [GIT,PULL] Immutable branch between pdx86 int3472 branch and GPIO due for the v6.7 merge window. | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-ib-int3472-v6.7

Message

Ilpo Järvinen Oct. 9, 2023, 12:18 p.m. UTC
Hi Bart, Linus, et. al.,

Here's a pull-req for merging into the GPIO tree.
This removes the users for acpi_get_and_request_gpiod() so it
can be removed.

 - i.


The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-ib-int3472-v6.7

for you to fetch changes up to 5ccf9873ab2bcb7c480bc2ccea55ec235d9db175:

  platform/x86: int3472: Switch to devm_get_gpiod() (2023-10-06 13:34:58 +0300)

----------------------------------------------------------------
Immutable branch between pdx86 int3472 branch and GPIO due for the v6.7 merge window.

platform-drivers-x86-ib-int3472-v6.7: v6.6-rc1 + platform-drivers-x86-int3472
for merging into the GPIO subsystem for v6.7.

----------------------------------------------------------------
Bartosz Golaszewski (1):
      platform/x86: int3472: Add new skl_int3472_gpiod_get_from_temp_lookup() helper

Hans de Goede (3):
      platform/x86: int3472: Add new skl_int3472_fill_gpiod_lookup() helper
      platform/x86: int3472: Stop using gpiod_toggle_active_low()
      platform/x86: int3472: Switch to devm_get_gpiod()

 .../platform/x86/intel/int3472/clk_and_regulator.c |  54 ++---------
 drivers/platform/x86/intel/int3472/common.h        |   7 +-
 drivers/platform/x86/intel/int3472/discrete.c      | 103 ++++++++++++++++-----
 drivers/platform/x86/intel/int3472/led.c           |  24 +----
 4 files changed, 94 insertions(+), 94 deletions(-)

Comments

Bartosz Golaszewski Oct. 9, 2023, 12:50 p.m. UTC | #1
On Mon, Oct 9, 2023 at 2:19 PM Ilpo Järvinen
<ilpo.jarvinen@linux.intel.com> wrote:
>
> Hi Bart, Linus, et. al.,
>
> Here's a pull-req for merging into the GPIO tree.
> This removes the users for acpi_get_and_request_gpiod() so it
> can be removed.
>
>  - i.
>
>
> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
>
>   Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-ib-int3472-v6.7
>
> for you to fetch changes up to 5ccf9873ab2bcb7c480bc2ccea55ec235d9db175:
>
>   platform/x86: int3472: Switch to devm_get_gpiod() (2023-10-06 13:34:58 +0300)
>
> ----------------------------------------------------------------
> Immutable branch between pdx86 int3472 branch and GPIO due for the v6.7 merge window.
>
> platform-drivers-x86-ib-int3472-v6.7: v6.6-rc1 + platform-drivers-x86-int3472
> for merging into the GPIO subsystem for v6.7.
>
> ----------------------------------------------------------------
> Bartosz Golaszewski (1):
>       platform/x86: int3472: Add new skl_int3472_gpiod_get_from_temp_lookup() helper
>
> Hans de Goede (3):
>       platform/x86: int3472: Add new skl_int3472_fill_gpiod_lookup() helper
>       platform/x86: int3472: Stop using gpiod_toggle_active_low()
>       platform/x86: int3472: Switch to devm_get_gpiod()
>
>  .../platform/x86/intel/int3472/clk_and_regulator.c |  54 ++---------
>  drivers/platform/x86/intel/int3472/common.h        |   7 +-
>  drivers/platform/x86/intel/int3472/discrete.c      | 103 ++++++++++++++++-----
>  drivers/platform/x86/intel/int3472/led.c           |  24 +----
>  4 files changed, 94 insertions(+), 94 deletions(-)

Pulled, thank you!

Bart