public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Lm90 Enhancements
@ 2013-07-04  7:57 Wei Ni
       [not found] ` <1372924670-16355-1-git-send-email-wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Wei Ni @ 2013-07-04  7:57 UTC (permalink / raw)
  To: linux-0h96xk9xTtrk1uMJSBkQmQ, khali-PUYAD+kWke1g9hUCZPvPmw,
	acourbot-DDmLM1+adcrQT0dZR+AlfA
  Cc: swarren-3lzwWm7+Weoh9ZMKESR00Q,
	MLongnecker-DDmLM1+adcrQT0dZR+AlfA,
	lm-sensors-GZX6beZjE8VD60Wz+7aTrA,
	linux-kernel-u79uwXL29TZX6JHB/w77yyCwEArCW2h5,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Wei Ni

This patch set enhance the lm90 driver,
it make the driver more readable and easier to use thermal framework.

This series is v1, based on [RFC 2/9], [RFC 3/9] and [RFC 4/9] submitted here:
http://thread.gmane.org/gmane.linux.power-management.general/31056

This series based on Rui's -thermal tree.

Changes from RFC:
1. change _show_temp() to read_temp(), _set_temp() to write_temp().
2. simply return value for the read_temp(), not use pointer.
3. use devm_request_threaded_irq() to request irq and set flag IRQF_ONESHOT.

Wei Ni (3):
  hwmon: (lm90) split set&show temp as common codes
  hwmon: (lm90) add support to handle irq
  hwmon: (lm90) use enums for the indexes of temp8 and temp11

 drivers/hwmon/lm90.c |  322 +++++++++++++++++++++++++++++++++-----------------
 1 file changed, 214 insertions(+), 108 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-07-09  7:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-04  7:57 [PATCH 0/3] Lm90 Enhancements Wei Ni
     [not found] ` <1372924670-16355-1-git-send-email-wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-07-04  7:57   ` [PATCH 1/3] hwmon: (lm90) split set&show temp as common codes Wei Ni
2013-07-04  7:57   ` [PATCH 2/3] hwmon: (lm90) add support to handle irq Wei Ni
     [not found]     ` <1372924670-16355-3-git-send-email-wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-07-05 17:35       ` Stephen Warren
     [not found]         ` <51D703C9.1060607-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-07-05 19:47           ` Guenter Roeck
     [not found]             ` <20130705194728.GA24946-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2013-07-08 15:46               ` Stephen Warren
     [not found]                 ` <51DADEE1.1030408-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-07-08 20:06                   ` Guenter Roeck
     [not found]                     ` <20130708200623.GA1506-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2013-07-09  7:54                       ` Wei Ni
2013-07-09  6:15       ` Thierry Reding
2013-07-09  6:49         ` Jean Delvare
2013-07-09  7:58         ` Wei Ni
2013-07-04  7:57   ` [PATCH 3/3] hwmon: (lm90) use enums for the indexes of temp8 and temp11 Wei Ni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox