This patch adds support for generic cpu thermal cooling low level
implementations using frequency scaling up/down based on the registration
parameters. Different cpu related cooling devices can be registered by the
user and the binding of these cooling devices to the corresponding
trip points can b
This movement is needed because the hwmon entries and corresponding
sysfs interface is a duplicate of utilities already provided by
driver/thermal/thermal_sys.c. The goal is to place it in thermal folder
and add necessary functions to use the in-kernel thermal interfaces.
Signed-off-by: Amit Danie
This patch adds necessary source definations needed for TMU driver and
the platform device support.
Signed-off-by: Amit Daniel Kachhap
---
arch/arm/mach-exynos/Kconfig | 11 +++
arch/arm/mach-exynos/Makefile |1 +
arch/arm/mach-exynos/clock.c |
This code added creates a link between temperature sensors, linux thermal
framework and cooling devices for samsung exynos platform. This layer
monitors the temperature from the sensor and informs the generic thermal
layer to take the necessary cooling action.
Signed-off-by: Amit Daniel Kachhap
-
This patch adds a new trip type THERMAL_TRIP_STATE_INSTANCE. This
trip behaves same as THERMAL_TRIP_ACTIVE but also passes the cooling
device instance number. This helps the cooling device registered as
different instances to perform appropriate cooling action decision in
the set_cur_state call bac
This patch adds support for generic cpu thermal cooling low level
implementations using cpuhotplug based on the thermal level requested
from user. Different cpu related cooling devices can be registered by the
user and the binding of these cooling devices to the corresponding
trip points can be eas
Changes since V1:
*Moved the sensor driver to driver/thermal folder from driver/hwmon folder
as suggested by Mark Brown and Guenter Roeck
*Added notifier support to notify the registered drivers of any cpu cooling
action. The driver can modify the default cooling behaviour(eg set different
max
On Fri, Mar 16, 2012 at 08:23:57PM -0700, Saravana Kannan wrote:
...
> Hi Mike,
>
> I already took a quick look at the v7 series, but I thought this
> thread has more relevant context for my response. So, responding
> here.
>
> I'm with Sascha on creating a clk_internal/clk_initializer and
> remo
On 18 March 2012 19:23, Michael Hope wrote:
> On 17 March 2012 08:10, Loïc Minier wrote:
>> On Fri, Mar 16, 2012, Michael Hope wrote:
>>> https://wiki.linaro.org/MichaelHope/Sandbox/BinariesMigration
>>
>> Is there a separate plan for gcc-4.5 deprecation in source releases?
>
> Yip, I'll send a
This is the first announcement on upcoming changes to the supported
Linaro GCC versions.
GCC 4.7 is expected out in the next two weeks. We plan to switch to
4.7 for the Linaro GCC 2012.04 release and, as part of that, will put
Linaro GCC 4.6 into maintenance and retire Linaro GCC 4.5. While in
m
On 17 March 2012 08:10, Loïc Minier wrote:
> On Fri, Mar 16, 2012, Michael Hope wrote:
>> https://wiki.linaro.org/MichaelHope/Sandbox/BinariesMigration
>
> Is there a separate plan for gcc-4.5 deprecation in source releases?
Yip, I'll send an email on that today.
> The triplet situation is sa
On 03/17/2012 11:53 PM, Daniel Lezcano wrote:
I also noticed the traces:
[5.231567] smsc911x: Driver version 2008-10-21
[5.236236] smsc911x smsc911x.0: Failed to get supply 'vdd33a': -19
[5.242523] smsc911x smsc911x.0: (unregistered net_device): couldn't
get regulators -19
Hi,
Another trivial comment. But if there is an incremental patch, maybe
consider to include it.
On Thu, Mar 15, 2012 at 11:11:19PM -0700, Mike Turquette wrote:
...
> +#ifdef CONFIG_COMMON_CLK_DISABLE_UNUSED
> +static int clk_disable_unused(void)
> +{
> + struct clk *clk;
> + struct hlist_nod
Reading the documentation of function clk_set_rate(), I'm not sure
it exactly matches what the code does.
If there is mismatch, it might be worth sending an incremental patch
to update the documentation and avoid the confusion?
On Thu, Mar 15, 2012 at 11:11:19PM -0700, Mike Turquette wrote:
> +/*
Hi Ashish,
On Tue, Mar 13, 2012 at 05:55:06PM +0530, Ashish Jangam wrote:
> Any update on the below patch
I looked the patch over and I think that the disabling of the IRQs in
da9052_ts_input_close() is racy. You can't read device status and
disable one IRQ or another as pendwn IRQ may fire right
15 matches
Mail list logo