[PATCH] ARM: multi_v7_defconfig: Enable CROS_EC_PROTO for ChromeOS EC mfd driver

2015-08-18 Thread Javier Martinez Canillas
The ChromeOS mfd driver (MFD_CROS_EC) select the CROS_EC_PROTO config symbol because the driver uses some communication helper functions in drivers/platform/chrome/cros_ec_proto.c but other drivers depends on CROS_EC_PROTO instead. Mixing select and depends can lead to circular Kconfig dependencies

[PATCH] ARM: tegra: Enable CROS_EC_PROTO for ChromeOS EC mfd driver

2015-08-18 Thread Javier Martinez Canillas
The ChromeOS mfd driver (MFD_CROS_EC) select the CROS_EC_PROTO config symbol because the driver uses some communication helper functions in drivers/platform/chrome/cros_ec_proto.c but other drivers depends on CROS_EC_PROTO instead. Mixing select and depends can lead to circular Kconfig dependencies

Re: [PATCHi v2] ARM: dts: Fix bootup issue on smdk5250

2015-08-18 Thread Krzysztof Kozlowski
On 18.08.2015 15:29, Pankaj Dubey wrote: > From: Yadwinder Singh Brar > > With default config on smdk5250 latest tree throws below message : > > [2.226049] thermal thermal_zone0: critical temperature reached(224 > C),shutting down > [2.227840] reboot: Failed to start orderly shutdown: f

[PATCH v3] selftests/zram: Adding zram tests

2015-08-18 Thread naresh . kamboju
From: Naresh Kamboju zram: Compressed RAM based block devices The zram module creates RAM based block devices named /dev/zram ( = 0, 1, ...). Pages written to these disks are compressed and stored in memory itself. These disks allow very fast I/O and compr

[PATCH] ARM: exynos_defconfig: Enable CROS_EC_PROTO for ChromeOS EC mfd driver

2015-08-18 Thread Javier Martinez Canillas
The ChromeOS mfd driver (MFD_CROS_EC) select the CROS_EC_PROTO config symbol because the driver uses some communication helper functions in drivers/platform/chrome/cros_ec_proto.c but other drivers depends on CROS_EC_PROTO instead. Mixing select and depends can lead to circular Kconfig dependencies

<    2   3   4   5   6   7