2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00
Commit Graph

1044 Commits

Author SHA1 Message Date
Philip Edelbrock
174c4bbc9a (Phil) Finally, an almost (but not quite) working version of the driver.
It may be very close or very far from working.  At this point, scanning a
bus gives a bunch of errors, but seems to do different things around
addresses which could very well have devices, so it seems promising.
Hopefully, it's just something silly I'm missing like an 'ack'.

Pretty good for not having *any* technical documentation on the driver,
except a partially written (and maybe not even working) example code
from Apple.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@813 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-22 07:27:08 +00:00
Philip Edelbrock
d802cbbf5c (Phil) Detection and attaching of i2c_adapter(s) done. Seems to work for
what there is now.  What's left is to use the registers of the keywest
to communicate with devices on the bus.  (I.e., flesh out the 'access'
routine.)


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@812 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-22 02:38:37 +00:00
Philip Edelbrock
b8913f4be2 (Phil) Start of support for Apple's "Key West" I2C controller. As of this
commit, the module can detect and read the registers from compatible
Keywest buss(es). (Note: there may be more than one bus, as I seem to have.)

Probing is done via Apple's 'New World' Open-Firmware rather than PCI.  In
this way, this driver should work with any I2C bus (when it is completed)
which is Keywest 'compatible'.  The down side is that this module won't
work on anything but a newer Apple PPC.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@811 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-21 23:57:11 +00:00
Mark D. Studebaker
7b714e3c02 (mds) add w83697hf detection. No driver support yet.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@810 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-20 19:45:13 +00:00
Philip Edelbrock
ff69e2cd4a (Phil) Updating Constantine's RPM specs for Lm_sensors.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@809 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-16 04:43:42 +00:00
Mark D. Studebaker
3bcef963d5 (mds) fix as99127f "(beep)" inversion for real this time.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@808 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-14 18:43:36 +00:00
Mark D. Studebaker
66113bdcd3 (mds) For as99127f, remove in7-8, sensor1-3, pwm3-4
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@807 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-13 17:31:11 +00:00
Mark D. Studebaker
a1e9951ac6 (mds) For as99127f, remove some entries and invert beep bits.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@806 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-13 17:28:52 +00:00
Mark D. Studebaker
7f86b419d6 (mds) add Winbond-style bank selection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@805 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-12 00:16:08 +00:00
Mark D. Studebaker
8b860eef24 (mds) add adm1025 support.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@804 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-11 02:04:30 +00:00
Mark D. Studebaker
50ecb435b6 (mds) add adm1025 entries.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@803 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-11 01:55:11 +00:00
Mark D. Studebaker
7430b0b9ec (mds) add driver name for adm1025 detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@802 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-11 01:44:14 +00:00
Mark D. Studebaker
2072a3c9d6 (mds) Add adm1025 driver from Chen-Yuan Wu.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@801 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-11 01:35:22 +00:00
Mark D. Studebaker
c07053a572 (mds) fix sensor selection for sensor2/sensor3.
Enable VBAT (in8) monitoring.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@800 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-06 20:58:10 +00:00
Mark D. Studebaker
87653f2054 (mds) Add note that GA-5AX mobo BIOS generally doesn't enable 7101 device.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@799 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-06 18:20:41 +00:00
Mark D. Studebaker
a2aaaa6608 (mds) added Winbond-style bank selection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@798 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-06 17:49:53 +00:00
Mark D. Studebaker
c4bf748b21 (mds) w83627hf only has 2 pwm whether on ISA or I2C bus.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@797 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-06 16:41:01 +00:00
Mark D. Studebaker
03ef21e58b (mds) fixed normal_i2c_range declaration; bus was being scanned
all the way to end of address range, which was hitting clock
      chip and hanging the bus.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@796 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-05 23:56:49 +00:00
Frodo Looijaard
429bd8c407 Warnings to have i2c-algo-bit available.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@795 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-04-24 22:40:58 +00:00
Frodo Looijaard
1b2fa00f10 Oops... Clobbered sensors.c in the last commit...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@794 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-04-18 11:21:06 +00:00
Frodo Looijaard
ea2ffb2286 small INSTALL update
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@793 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-04-18 11:19:10 +00:00
Mark D. Studebaker
01ae4144c4 (mds) add Maxilife '99 NBA support.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@792 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-04-15 17:31:01 +00:00
Mark D. Studebaker
460b9b858d (mds) new Maxilife tools from Fons R.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@791 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-04-15 17:26:58 +00:00
Mark D. Studebaker
ce5c90df0b (mds) maxilife 99 support from Fons R.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@790 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-04-15 17:21:12 +00:00
Mark D. Studebaker
45de21644b (mds) via686a fixed to enable sensors if not already enabled.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@789 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-04-02 00:47:01 +00:00
Mark D. Studebaker
5330eed207 (mds) Allow via686a's that have sensor I/O mapped but sensors not
enabled by enabling the sensors. Found on FIC SD11 boards.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@788 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-04-02 00:42:19 +00:00
Mark D. Studebaker
5c932f74fc (mds) add to list of as99127f problems.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@787 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-29 03:00:42 +00:00
Frodo Looijaard
3d1bd78e60 Changed detection of kernel name to use <linux/version.h>
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@786 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-22 22:59:17 +00:00
Mark D. Studebaker
1b205e25ae (mds) Claim support for Dallas Semi DS75 and DS1775, which are
LM75 clones. No separate detection and no support of
      extended precision.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@785 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-22 02:39:35 +00:00
Mark D. Studebaker
d3383e4082 (mds) add ADM1025 detection. No driver.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@784 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-19 22:06:54 +00:00
Frodo Looijaard
db4e3449ff Slight enhancement to the QUICKSTART
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@783 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-18 14:04:03 +00:00
Frodo Looijaard
5bb3bc74d2 CHanges to mkpatch for the new kernel Makefile setup
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@782 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-16 14:29:40 +00:00
Frodo Looijaard
49f0b3fa87 Small pending changes
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@781 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-16 13:42:16 +00:00
Bob Dougherty
16c9a25ebe (bobd) added explanatory comments to via686a section
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@780 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-15 19:12:21 +00:00
Mark D. Studebaker
2750050195 (mds) add readonly module option to not cause APM problems.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@779 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-15 03:34:10 +00:00
Mark D. Studebaker
6be55b2754 (mds) start a 2.5.1 list.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@778 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-15 03:31:53 +00:00
Mark D. Studebaker
c73a081460 (mds) don't register address or update values for 2nd "lm75" in a w83783s
because there is only one.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@777 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-15 02:56:56 +00:00
Mark D. Studebaker
f1c7367ebf (mds) also fix the description for the Intel ICH0 (2423) so it will match.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@776 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-15 02:45:51 +00:00
Frodo Looijaard
60851c96e3 Fixed previous sensors-detect correction :-(
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@775 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-15 00:26:50 +00:00
Frodo Looijaard
42dafe1a5f Added a QUICKSTART document (please review)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@774 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-15 00:20:46 +00:00
Frodo Looijaard
9d2d3b4c91 Steve Beer's sensors-detect fixes for i2c-i801, with a twist
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@773 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-14 23:55:39 +00:00
Philip Edelbrock
03ede22bb4 (Phil) Prep for 2.5.0 release!
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@771 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-12 22:50:35 +00:00
Mark D. Studebaker
6f732756c3 (mds) update supported chips list.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@770 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-11 23:57:57 +00:00
Mark D. Studebaker
2afe938218 (mds) add that we fixed w83781d detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@769 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-11 23:47:02 +00:00
Bob Dougherty
5e8886a66f (bobd) now configures temp alarms to stay on while out of range (via686a default is to clear alarm when reg is read)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@768 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-10 20:30:45 +00:00
Bob Dougherty
35cb21b7be (bobd) fixed temp2 alarm bit
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@767 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-10 20:28:19 +00:00
Bob Dougherty
0f4931a011 (bobd) cleaned to conform to kernel coding standards & tightened up some inlines
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@766 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-10 06:50:51 +00:00
Bob Dougherty
9a072f2667 (bobd) fixed a small bug in the alarms
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@765 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-09 06:55:33 +00:00
Bob Dougherty
5e184497dc (bobd) added via686a entry
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@764 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-08 16:15:54 +00:00
Bob Dougherty
0b240765ef (bobd) fixed temp over & hyst write bug and set default 5V & 12V correctly.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@763 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-08 16:15:15 +00:00