Re: [PATCH] i2c: isch: Remove unnecessary acpi.h include

2019-04-03 Thread Bjorn Helgaas
> > > > Should there be a MAINTAINERS update to clarify who applies patches to > > drivers/i2c/busses/i2c-isch.c? Right now, get_maintainers.pl doesn't > > mention you (Wolfram). > > > > Patch with tags attached in case it's useful to you (sor

Re: [PATCH] i2c: isch: Remove unnecessary acpi.h include

2019-04-03 Thread Wolfram Sang
nd could be backported together with that commit. > > Should there be a MAINTAINERS update to clarify who applies patches to > drivers/i2c/busses/i2c-isch.c? Right now, get_maintainers.pl doesn't > mention you (Wolfram). > > Patch with tags attached in case it's useful to

Re: [PATCH] i2c: isch: Remove unnecessary acpi.h include

2019-04-01 Thread Wolfram Sang
> > > Jean, would you like me to repost this with the updates? I assume you > > > will merge this (just based on get_maintainer.pl)? > > > > I will apply it, now that it has Jean's Rev-by. I assume this is > > for-next material despite the Fixes tag? > > Definitely for-next material, not for

Re: [PATCH] i2c: isch: Remove unnecessary acpi.h include

2019-04-01 Thread Bjorn Helgaas
gs attached in case it's useful to you (sorry, I'm saddled with gmail right now and can't include it inline). From 36fbdab89f5b8aa2d3616bd289e2c695fd3c0f9b Mon Sep 17 00:00:00 2001 From: Bjorn Helgaas Date: Tue, 30 Oct 2018 14:12:36 -0500 Subject: [PATCH] i2c: isch: Remove unneces

Re: [PATCH] i2c: isch: Remove unnecessary acpi.h include

2019-04-01 Thread Jean Delvare
Hi Bjorn, On Mon, 2019-04-01 at 08:50 -0500, Bjorn Helgaas wrote: > On Mon, Mar 25, 2019 at 1:37 PM wrote: > > > > From: Bjorn Helgaas > > > > 54fb4a05af0a ("i2c: Check for ACPI resource conflicts") included > > so we could use acpi_check_region(). fd46a0064af1 ("i2c: > > convert i2c-isch

Re: [PATCH] i2c: isch: Remove unnecessary acpi.h include

2019-04-01 Thread Wolfram Sang
> > From: Bjorn Helgaas > > > > 54fb4a05af0a ("i2c: Check for ACPI resource conflicts") included > > so we could use acpi_check_region(). fd46a0064af1 ("i2c: > > convert i2c-isch to platform_device") removed the use of > > acpi_check_region() but not the include. > > > > Remove the

Re: [PATCH] i2c: isch: Remove unnecessary acpi.h include

2019-04-01 Thread Bjorn Helgaas
On Mon, Mar 25, 2019 at 1:37 PM wrote: > > From: Bjorn Helgaas > > 54fb4a05af0a ("i2c: Check for ACPI resource conflicts") included > so we could use acpi_check_region(). fd46a0064af1 ("i2c: > convert i2c-isch to platform_device") removed the use of > acpi_check_region() but not the include. >

Re: [PATCH] i2c: isch: Remove unnecessary acpi.h include

2019-03-31 Thread Mukesh Ojha
On 3/26/2019 12:06 AM, helg...@kernel.org wrote: From: Bjorn Helgaas 54fb4a05af0a ("i2c: Check for ACPI resource conflicts") included so we could use acpi_check_region(). fd46a0064af1 ("i2c: convert i2c-isch to platform_device") removed the use of acpi_check_region() but not the include.

Re: [PATCH] i2c: isch: Remove unnecessary acpi.h include

2019-03-31 Thread Jean Delvare
On Mon, 25 Mar 2019 13:36:52 -0500, helg...@kernel.org wrote: > From: Bjorn Helgaas > > 54fb4a05af0a ("i2c: Check for ACPI resource conflicts") included > so we could use acpi_check_region(). fd46a0064af1 ("i2c: > convert i2c-isch to platform_device") removed the use of > acpi_check_region()

[PATCH] i2c: isch: Remove unnecessary acpi.h include

2019-03-25 Thread helgaas
From: Bjorn Helgaas 54fb4a05af0a ("i2c: Check for ACPI resource conflicts") included so we could use acpi_check_region(). fd46a0064af1 ("i2c: convert i2c-isch to platform_device") removed the use of acpi_check_region() but not the include. Remove the now-unnecessary include of . No