LinuxLists
Users
About
amit daniel kachhap (
[email protected]
)
Number of posts: 377 (0.42 per day)
First post: 2013-03-02 09:34:38
Last post: 2015-08-26 06:42:35
Previous Page
/
Next Page
Date
List
Subject
2013-06-21 12:30:29
linux-kernel
Re: [PATCH V6 16/30] thermal: exynos: Make the zone handling use trip information
2013-06-21 08:51:17
linux-kernel
Re: [PATCH V6 09/30] thermal: exynos: Add extra entries in the tmu platform data
2013-06-21 06:39:18
linux-kernel
Re: [PATCH V6 09/30] thermal: exynos: Add extra entries in the tmu platform data
2013-06-21 05:06:57
linux-kernel
Re: [PATCH V6 07/30] thermal: exynos: Bifurcate exynos tmu driver and configuration data
2013-06-21 04:34:04
linux-kernel
Re: [PATCH V6 06/30] thermal: exynos: Move exynos_thermal.h from include/* to driver/* folder
2013-06-21 04:33:37
linux-kernel
Re: [PATCH V6 06/30] thermal: exynos: Move exynos_thermal.h from include/* to driver/* folder
2013-06-21 04:03:14
linux-kernel
Re: [PATCH V2] thermal: exynos: Support for TMU regulator defined at device tree
2013-06-21 02:48:07
linux-kernel
Re: [PATCH V6 04/30] thermal: exynos: Bifurcate exynos thermal common and tmu controller code
2013-06-21 02:01:49
linux-kernel
Re: [PATCH V6 08/30] thermal: exynos: Add missing definations and code cleanup
2013-06-21 01:50:58
linux-kernel
Re: [PATCH V6 04/30] thermal: exynos: Bifurcate exynos thermal common and tmu controller code
2013-06-17 06:54:23
linux-kernel
[PATCH V6 06/30] thermal: exynos: Move exynos_thermal.h from include/* to driver/* folder
2013-06-17 06:53:26
linux-kernel
[PATCH V6 12/30] thermal: exynos: Fix to clear only the generated interrupts
2013-06-17 06:52:55
linux-kernel
[PATCH V6 14/30] thermal: exynos: Modify private_data to appropriate name driver_data
2013-06-17 06:51:16
linux-kernel
[PATCH V6 22/30] thermal: exynos: Add support to access common register for multistance
2013-06-17 06:49:26
linux-kernel
[PATCH V6 30/30] arm: exynos: enable ARCH_HAS_BANDGAP
2013-06-17 06:49:20
linux-kernel
[PATCH V6 29/30] ARM: dts: Add device tree node for exynos5440 TMU controller
2013-06-17 06:49:15
linux-kernel
[PATCH V6 28/30] thermal: exynos: Support for TMU regulator defined at device tree
2013-06-17 06:49:12
linux-kernel
[PATCH V6 27/30] Documentation: thermal: Explain the exynos thermal driver model
2013-06-17 06:49:07
linux-kernel
[PATCH V6 26/30] thermal: exynos: Add hardware mode thermal calibration support
2013-06-17 06:49:03
linux-kernel
[PATCH V6 25/30] thermal: exynos: Fix to set the second point correction value
2013-06-17 06:48:58
linux-kernel
[PATCH V6 24/30] thermal: exynos: Add thermal configuration data for exynos5440 TMU sensor
2013-06-17 06:48:53
linux-kernel
[PATCH V6 23/30] thermal: exynos: Add driver support for exynos5440 TMU sensor
2013-06-17 06:48:44
linux-kernel
[PATCH V6 21/30] ARM: dts: thermal: exynos4: Add documentation for Exynos SoC thermal bindings
2013-06-17 06:48:38
linux-kernel
[PATCH V6 20/30] thermal: exynos: use device resource management infrastructure
2013-06-17 06:48:35
linux-kernel
[PATCH V6 19/30] thermal: exynos: Add TMU features to check instead of using SOC type
2013-06-17 06:48:32
linux-kernel
[PATCH V6 18/30] thermal: exynos: Add support to handle many instances of TMU
2013-06-17 06:48:26
linux-kernel
[PATCH V6 17/30] thermal: exynos: Remove non DT based support
2013-06-17 06:48:21
linux-kernel
[PATCH V6 16/30] thermal: exynos: Make the zone handling use trip information
2013-06-17 06:48:16
linux-kernel
[PATCH V6 15/30] thermal: exynos: Return success even if no cooling data supplied
2013-06-17 06:48:09
linux-kernel
[PATCH V6 13/30] thermal: exynos: Add support for instance based register/unregister
2013-06-17 06:48:00
linux-kernel
[PATCH V6 11/30] thermal: exynos: Support thermal tripping
2013-06-17 06:47:54
linux-kernel
[PATCH V6 10/30] thermal: exynos: Move register definitions from driver to data file
2013-06-17 06:47:48
linux-kernel
[PATCH V6 09/30] thermal: exynos: Add extra entries in the tmu platform data
2013-06-17 06:47:42
linux-kernel
[PATCH V6 08/30] thermal: exynos: Add missing definations and code cleanup
2013-06-17 06:47:34
linux-kernel
[PATCH V6 07/30] thermal: exynos: Bifurcate exynos tmu driver and configuration data
2013-06-17 06:47:29
linux-kernel
[PATCH V6 05/30] thermal: exynos: Rename exynos_thermal.c to exynos_tmu.c
2013-06-17 06:47:22
linux-kernel
[PATCH V6 04/30] thermal: exynos: Bifurcate exynos thermal common and tmu controller code
2013-06-17 06:47:13
linux-kernel
[PATCH V6 03/30] thermal: exynos: Remove un-necessary CPU_THERMAL dependency
2013-06-17 06:47:06
linux-kernel
[PATCH V6 02/30] thermal: exynos: Use ARCH_HAS_BANDGAP config to know the supported soc's
2013-06-17 06:47:03
linux-kernel
[PATCH V6 01/30] thermal: exynos: Moving exynos thermal files into samsung directory
2013-06-17 06:46:56
linux-kernel
[PATCH V6 00/30] thermal: exynos: Re-structure driver and add support for exynos5440
2013-06-17 03:47:00
linux-kernel
Re: [PATCH V5 02/30] thermal: exynos: Add ARCH_HAS_TMU config to know the supported soc's
2013-06-14 04:04:34
linux-kernel
Re: [PATCH V5 27/30] Documentation: thermal: Explain the exynos thermal driver model
2013-06-11 13:03:58
linux-kernel
[PATCH V5 02/30] thermal: exynos: Add ARCH_HAS_TMU config to know the supported soc's
2013-06-11 13:03:07
linux-kernel
[PATCH V5 05/30] thermal: exynos: Rename exynos_thermal.c to exynos_tmu.c
2013-06-11 13:02:40
linux-kernel
[PATCH V5 07/30] thermal: exynos: Bifurcate exynos tmu driver and configuration data
2013-06-11 13:01:06
linux-kernel
[PATCH V5 13/30] thermal: exynos: Add support for instance based register/unregister
2013-06-11 13:00:29
linux-kernel
[PATCH V5 14/30] thermal: exynos: Modify private_data to appropriate name driver_data
2013-06-11 12:59:50
linux-kernel
[PATCH V5 18/30] thermal: exynos: Add support to handle many instances of TMU
2013-06-11 12:58:47
linux-kernel
[PATCH V5 20/30] thermal: exynos: use device resource management infrastructure
2013-06-11 12:58:10
linux-kernel
[PATCH V5 22/30] thermal: exynos: Add support to access common register for multistance