[linux-yocto] [PATCH 0/6] Fix i2c-video probing duplicates

Bruce Ashfield bruce.ashfield at windriver.com
Tue Jul 12 18:09:01 PDT 2016


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
>



More information about the linux-yocto mailing list