[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1409096503-7081-1-git-send-email-caesar.wang@rock-chips.com>
Date: Wed, 27 Aug 2014 07:41:41 +0800
From: Caesar Wang <caesar.wang@...k-chips.com>
To: heiko@...ech.de, rui.zhang@...el.com, edubezval@...il.com,
grant.likely@...aro.org
Cc: robh+dt@...nel.org, linux-kernel@...r.kernel.org,
linux-pm@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
devicetree@...r.kernel.org, linux-doc@...r.kernel.org,
huangtao@...k-chips.com, cf@...k-chips.com, dianders@...omium.org,
dtor@...omium.org, zyw@...k-chips.com, addy.ke@...k-chips.com,
Caesar Wang <caesar.wang@...k-chips.com>
Subject: [PATCH v2 0/2] Rockchip soc theamal driver
This series adds support for the thermal Found on Rockhip RK32 SoCs.
Tested on RK3288 SDK board.
Changes in v2:
* address comments from Heiko Stubner:
- fix dt-bindings in rockchip-thermal.txt
- remove Author mark
- rename TSADC_XXX->TSADC_XXX,it eill ready to merge compatible other SoCs.
- fix a identation
- remove clk_set_rate(),it's no necessary.
- fix the SIMPLE_DEV_PM_OPS() function style.
Caesar Wang (2):
thermal: rockchip: add driver for thermal
dt-bindings: document Rockchip thermal
.../bindings/thermal/rockchip-thermal.txt | 20 +
drivers/thermal/Kconfig | 9 +
drivers/thermal/Makefile | 1 +
drivers/thermal/rockchip_thermal.c | 642 ++++++++++++++++++++
4 files changed, 672 insertions(+)
create mode 100644 Documentation/devicetree/bindings/thermal/rockchip-thermal.txt
create mode 100644 drivers/thermal/rockchip_thermal.c
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists