Great, thank you.

Sebastien
________________________________________
From: Bruce Ashfield [bruce.ashfi...@windriver.com]
Sent: Wednesday, July 13, 2016 10:08 AM
To: Ernst, Eric; Boeuf, Sebastien
Cc: linux-yocto@yoctoproject.org
Subject: Re: [linux-yocto] [PATCH 0/6] Fix i2c-video probing duplicates

On 2016-07-13 11:53 AM, Ernst, Eric wrote:
> On Wed, Jul 13, 2016 at 03:38:10PM +0000, Boeuf, Sebastien wrote:
>> Hi Bruce,
>>
>> These patches are supposed to be integrated into linux yocto 4.4 kernel for 
>> standard/intel/bxt-rebase branch.
>
>
> Bruce, as you mentioned, these would be fine for merging into standard/base or
> standard/intel/base, but we definitely need to make sure they make their way 
> into
> bxt-rebase.  Thanks!

Thanks for the clarfication.

Since they are upstreaded, I went for standard/intel/base. There was a
minor reject (since they were prepped for bxt-rebase) due to a different
context around:

obj-$(CONFIG_ACPI_CONFIGFS)     += configfs.o

I resolved it, and then made the context fixup on bxt-rebase as well.

My inspection of the merge shows no duplicate entry, so everything
should be fine.

Shout if I broke anything.

Bruce


>
>>
>> Thanks,
>> Sebastien
>> ________________________________________
>> From: Bruce Ashfield [bruce.ashfi...@windriver.com]
>> Sent: Tuesday, July 12, 2016 6:09 PM
>> To: Boeuf, Sebastien; linux-yocto@yoctoproject.org
>> Subject: Re: [linux-yocto] [PATCH 0/6] Fix i2c-video probing duplicates
>>
>> On 2016-07-11 6:32 PM, Sebastien Boeuf wrote:
>>> These ACPI patches are needed to fix i2c-video issue. When
>>> kernel boots, it detects twice the same hardware on i2c bus
>>> on GT board.
>>
>> For which kernel version / branch are these destined ? Since they
>> are all upstream, I assume standard/base .. but knowing the kernel
>> version is key :)
>>
>> Cheers,
>>
>> Bruce
>>
>>>
>>> Julia Lawall (1):
>>>    [UPSTREAM] efi: Merge boolean flag arguments
>>>
>>> Octavian Purdila (5):
>>>    [UPSTREAMED] Documentation: acpi: add SSDT overlays documentation
>>>    [UPSTREAMED] i2c: acpi: add the delta from upstream patch
>>>    [UPSTREAMED] efi: load SSTDs from EFI variables
>>>    [UPSTREAMED] acpi: add support for configfs
>>>    [UPSTREAMED] acpi: add support for loading SSDTs via configfs
>>>
>>>   Documentation/ABI/testing/configfs-acpi |  36 +++++
>>>   Documentation/acpi/ssdt-overlays.txt    | 172 ++++++++++++++++++++
>>>   Documentation/kernel-parameters.txt     |   7 +
>>>   MAINTAINERS                             |   1 +
>>>   drivers/acpi/Kconfig                    |   9 ++
>>>   drivers/acpi/Makefile                   |   1 +
>>>   drivers/acpi/configfs.c                 | 267 
>>> ++++++++++++++++++++++++++++++++
>>>   drivers/firmware/efi/efi.c              |  85 ++++++++++
>>>   drivers/firmware/efi/efivars.c          |   5 +-
>>>   drivers/firmware/efi/vars.c             |  23 ++-
>>>   drivers/i2c/i2c-core.c                  |   3 +
>>>   fs/efivarfs/super.c                     |   3 +-
>>>   include/linux/efi.h                     |   3 +-
>>>   13 files changed, 595 insertions(+), 20 deletions(-)
>>>   create mode 100644 Documentation/ABI/testing/configfs-acpi
>>>   create mode 100644 Documentation/acpi/ssdt-overlays.txt
>>>   create mode 100644 drivers/acpi/configfs.c
>>>
>>
>> --
>> _______________________________________________
>> linux-yocto mailing list
>> linux-yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/linux-yocto

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to