lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 25 Nov 2008 13:20:05 -0800
From:	"Darrick J. Wong" <djwong@...ibm.com>
To:	"Darrick J. Wong" <djwong@...ibm.com>,
	Jean Delvare <khali@...ux-fr.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	lm-sensors <lm-sensors@...sensors.org>
Subject: [PATCH 0/3] adt7470 extra features

Hi all,

As I've been promising for a while, here are (I hope) the features needed
to make the adt7470 driver complete:

The first patch fixes a problem where the pwm outputs temporarily drop toward
zero while temperature sensors are being read.  Since the sensor read operation
can take upwards of a second, the most obvious symptoms of this problem are
fairly annoying: fan spins up for a while, fan spins down, fan spins up, fan
spins for a while... so the solution is to reprogram the chip for manual pwm
control while reading the temperature sensors.

The second patch automatically determines the number of temperature sensors
attached to the adt7470 so that we can shorten the sensor update interval as
much as possible.

The third patch creates a kernel thread that continually updates the temp
sensors so that the in-chip automatic control algorithm will run.  Per an
earlier discussion, the adt7470 can determine the correct pwm output on its
own, but it needs to be told to gather temperature data by hand.

--D
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ