[linux-yocto] [PATCH] configfs: implement binary attributes

2016-07-25 Thread Sebastien Boeuf
From: Pantelis Antoniou ConfigFS lacked binary attributes up until now. This patch introduces support for binary attributes in a somewhat similar manner of sysfs binary attributes albeit with changes that fit the configfs usage model. Problems that configfs

[linux-yocto] [PATCH] Fix yocto build with missing configfs header

2016-07-25 Thread Sebastien Boeuf
California Sullivan pointed to me that the patch from Octavian Purdila I had asked to include in yocto 4.4 was not compiling properly. The patch is tracked with following SHA1: 03607ace807b414eab46323c794b6fb8fcc2d48c The issue was that we were missing an underlying patch on which the previous

[linux-yocto] [PATCH 1/6] [UPSTREAM] efi: Merge boolean flag arguments

2016-07-11 Thread Sebastien Boeuf
From: Julia Lawall The parameters atomic and duplicates of efivar_init always have opposite values. Drop the parameter atomic, replace the uses of !atomic with duplicates, and update the call sites accordingly. The code using duplicates is slightly reorganized with an

[linux-yocto] [PATCH 3/6] [UPSTREAMED] i2c: acpi: add the delta from upstream patch

2016-07-11 Thread Sebastien Boeuf
Signed-off-by: Octavian Purdila <octavian.purd...@intel.com> Signed-off-by: Sebastien Boeuf <sebastien.bo...@intel.com> Reviewed-by: Mika Westerberg <mika.westerb...@linux.intel.com> Conflicts: drivers/i2c/i2c-core.c --- drivers/i2c/i2c-core.c | 3 +++ 1 file changed, 3 i

[linux-yocto] [PATCH 4/6] [UPSTREAMED] efi: load SSTDs from EFI variables

2016-07-11 Thread Sebastien Boeuf
From: Octavian Purdila This patch allows SSDTs to be loaded from EFI variables. It works by specifying the EFI variable name containing the SSDT to be loaded. All variables with the same name (regardless of the vendor GUID) will be loaded. Note that we can't use

[linux-yocto] [PATCH 2/6] [UPSTREAMED] Documentation: acpi: add SSDT overlays documentation

2016-07-11 Thread Sebastien Boeuf
From: Octavian Purdila Signed-off-by: Octavian Purdila --- Documentation/acpi/ssdt-overlays.txt | 91 1 file changed, 91 insertions(+) create mode 100644 Documentation/acpi/ssdt-overlays.txt diff

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

2016-07-11 Thread Sebastien Boeuf
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. Julia Lawall (1): [UPSTREAM] efi: Merge boolean flag arguments Octavian Purdila (5): [UPSTREAMED] Documentation: acpi: add SSDT overlays documentation