[linux-yocto] [yocto-kernel-cache][PATCH] netfilter: enable connection tracking for IPv6

2016-12-12 Thread Dmitry Rozhkov
In case of the DROP policy in the INPUT chain a host using IPv6 still might need to receive TCP packets for established connections, that is to have the rule -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT in its INPUT chain of ip6tables. For this feature to work the option

[linux-yocto] [PATCH 4/5] iio: adc: ti-ads1015: add indio_dev->dev.of_node reference

2016-12-12 Thread tuomas . katila
From: Matt Ranostay Backported from linux-yocto-4.8: f5241dbdfef4404b4e80f0bda13e5c7ceba3ee4a Add the pointer to the device tree node of the ADC so that iio consumers can reference the respective channels. Signed-off-by: Matt Ranostay Acked-by: Daniel

[linux-yocto] [PATCH 5/5] iio: adc: ti-ads1015: add support for acpi

2016-12-12 Thread tuomas . katila
From: Tuomas Katila Add support for acpi platform configuration. Signed-off-by: Tuomas Katila --- drivers/iio/adc/ti-ads1015.c | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git

[linux-yocto] [PATCH 3/5] iio: adc: ti-ads1015: add datasheet names

2016-12-12 Thread tuomas . katila
From: Matt Ranostay Backported from linux-yocto-4.8: 8ac8aa61f87eda944cf29229c9c20cba9e83f1ea Add datasheet names for ADC channels to allow iio consumers access. Signed-off-by: Matt Ranostay Acked-by: Daniel Baluta

[linux-yocto] [PATCH 2/5] iio: adc: ti-ads1015: add support for ADS1115 part

2016-12-12 Thread tuomas . katila
From: Matt Ranostay Backported from linux-yocto-4.8: ba35f111aa6f386df33f950aeaea53a2bf040cc2 TI ADS1115 is a 16-bit resolution ADC that is register map compatible with the ADS1015 device. Signed-off-by: Matt Ranostay Acked-by: Daniel Baluta

[linux-yocto] [PATCH 1/5] iio: adc: Add TI ADS1015 ADC driver support

2016-12-12 Thread tuomas . katila
From: Daniel Baluta Backported from linux-yocto-4.8: ecc24e72f43735cceab06f4e69aa6ce075a3ae46 The driver has sysfs readings with runtime PM support for power saving. It also offers buffer support that can be used together with IIO software triggers. Datasheet can be

[linux-yocto] [PATCH 0/5] Backport from 4.8: iio: ti-ads1015 support

2016-12-12 Thread tuomas . katila
From: Tuomas Katila Patches are intended for the bxt-rebase branch Backported ti-ads1015 support from linux-yocto 4.8 kernel. The chip is supported in some Joule extender boards, such as Gravity Expansion Shield for Intel Joule SKU: DFR0465. Also added ACPI support for