|
|
|
@2867
|
[2867]
|
8 years |
khali |
Drop unused client id.
|
|
|
|
@2837
|
[2837]
|
8 years |
khali |
Do not return negative values to i2c_detect on non-fatal errors.
|
|
|
|
@2784
|
[2784]
|
8 years |
khali |
Restore controlling_mod argument to i2c_register_entry(). This
is needed …
|
|
|
|
@2781
|
[2781]
|
8 years |
khali |
Discard owner field from i2c_driver structure. I do not restore …
|
|
|
|
@2445
|
[2445]
|
9 years |
khali |
Backport memory allocation reworking from Linux 2.6.
|
|
|
|
@2395
|
[2395]
|
9 years |
khali |
Backport misdetection prevention patch from 2.6:
* Use unused bits of two …
|
|
|
|
@2391
|
[2391]
|
9 years |
khali |
Do not initialize more bits than needed.
|
|
|
|
@2386
|
[2386]
|
9 years |
khali |
Drop out-of-date comment about semi-static allocation.
|
|
|
|
@2068
|
[2068]
|
10 years |
mds |
remove initialization of limits by driver
|
|
|
|
@1849
|
[1849]
|
10 years |
khali |
Better registers comments.
|
|
|
|
@1705
|
[1705]
|
10 years |
kmalkki |
(Kyösti) Cleanups
Copy sysctl enums to chip drivers from sensors.h for …
|
|
|
|
@1698
|
[1698]
|
10 years |
kmalkki |
(Kyösti) some cleanups for 2.4+
Module refcounting using .owner, …
|
|
|
|
@1695
|
[1695]
|
10 years |
mds |
set alarm bits on read fails
|
|
|
|
@1692
|
[1692]
|
10 years |
mds |
backport from kernel 2.5.54 which contained changes from
Christoph …
|
|
|
|
@1685
|
[1685]
|
10 years |
mds |
cleanup
|
|
|
|
@1684
|
[1684]
|
10 years |
mds |
Don't return bad values if reads fail
|
|
|
|
@1535
|
[1535]
|
11 years |
phil |
(Phil) Applied Alexander Malysh <amalysh@…>'s patch for
MC1066 …
|
|
|
|
@1201
|
[1201]
|
12 years |
mds |
Add MODULE_LICENSE("GPL") to all modules
|
|
|
|
@1193
|
[1193]
|
12 years |
mds |
malloc.h -> slab.h
|
|
|
|
@1101
|
[1101]
|
12 years |
mds |
Change from sensors_x to i2c_x for x =
_sysctl_real
_register_entry …
|
|
|
|
@1058
|
[1058]
|
12 years |
mds |
fix bug in lm84 and gl523sm support; driver would recognize the
chip …
|
|
|
|
@1015
|
[1015]
|
12 years |
mds |
Disable sensors.c and i2c-isa.h in the Module.mk files.
Leave the …
|
|
|
|
@960
|
[960]
|
12 years |
mds |
rename /proc entries temp and remote_temp to temp1 and temp2.
|
|
|
|
@933
|
[933]
|
13 years |
frodo |
Updated the MUTEX definitions again - they are now guarded by
the …
|
|
|
|
@929
|
[929]
|
13 years |
frodo |
Applied patch of Chip Salzenberg <chip@…>:
Better …
|
|
|
|
@904
|
[904]
|
13 years |
phil |
(Phil) Added support for adm1023. Actually, the adm1021 driver worked …
|
|
|
|
@707
|
[707]
|
13 years |
frodo |
`indent -kr -i8' on all kernel sources
|
|
|
|
@705
|
[705]
|
13 years |
frodo |
Removing kernel 2.0 and 2.1 compatibility pass 2
Eliminated compat.h
|
|
|
|
@704
|
[704]
|
13 years |
frodo |
Removal of kernel 2.1 and 2.2 compatibility: pass one
Removed many #if …
|
|
|
|
@667
|
[667]
|
13 years |
frodo |
Changes regarding the new i2c_check_addr function
Changes in sensors.c:
…
|
|
|
|
@645
|
[645]
|
13 years |
frodo |
Just to make sure, added `#include <linux/version.h>' at several
…
|
|
|
|
@640
|
[640]
|
13 years |
frodo |
Patches to make it compatible with kernel 2.3.27 and newer
* Improved …
|
|
|
|
@604
|
[604]
|
14 years |
mds |
(mds) fix LM84 detection. Mfr ID in different place than the other chips.
|
|
|
|
@603
|
[603]
|
14 years |
mds |
(mds) add support for gl523sm (adm1021 clone) to adm1021.c and …
|
|
|
|
@602
|
[602]
|
14 years |
mds |
(mds) Add support for LM84 (ADM1021 clone) to adm1021.c and …
|
|
|
|
@585
|
[585]
|
14 years |
frodo |
Preparations for better 10-bit address support
Updated for the changes in …
|
|
|
|
@584
|
[584]
|
14 years |
frodo |
`functionality' checking for clients implemented
|
|
|
|
@582
|
[582]
|
14 years |
frodo |
Some code cleanups
* Removed several superfluous (struct i2c_client *) …
|
|
|
|
@536
|
[536]
|
14 years |
mds |
(mds) Fixed bug introduced with thmc10 that made adm1021 get reported
…
|
|
|
|
@533
|
[533]
|
14 years |
mds |
(mds) add support for TI THMC10 to the adm1021 driver.
|
|
|
|
@516
|
[516]
|
14 years |
frodo |
(Frodo) Massive commit of all things related to mkpatch. Let's just say
…
|
|
|
|
@513
|
[513]
|
14 years |
frodo |
First step to make it possible to integrate lm_sensors modules into
…
|
|
|
|
@499
|
[499]
|
14 years |
kmalkki |
(Kyösti)
* renamed every smbus_* access to i2c_smbus_*
* everything in …
|
|
|
|
@496
|
[496]
|
14 years |
frodo |
First round of lm_sensors changes for the new I2C tree
* The i2c package …
|
|
|
|
@467
|
[467]
|
14 years |
frodo |
Bradley M. Keryan's patches to make lm_sensors compile against
2.3.x …
|
|
|
|
@395
|
[395]
|
14 years |
frodo |
ADM1021 documentation
The old documentation of Phil is still present at …
|
|
|
|
@394
|
[394]
|
14 years |
phil |
(Phil) A couple minor detection/kind-determination fixes.
|
|
|
|
@382
|
[382]
|
14 years |
frodo |
Introduced sane limits checking for all chip modules
Like the LM78 …
|
|
|
|
@376
|
[376]
|
14 years |
frodo |
Slight change to adm1021 driver
die_code is only relevant for true …
|
|
|
|
@375
|
[375]
|
14 years |
frodo |
MAX1617A chip support (both driver and detect)
This one was easy. A …
|
|
|
|
@367
|
[367]
|
14 years |
frodo |
ADM1021 insmod parameters
As always, I also synchronised the detection …
|
|
|
|
@282
|
[282]
|
14 years |
phil |
(Phil) Fixed a probing bug.
|
|
|
|
@236
|
[236]
|
14 years |
frodo |
Stupid ADM1021 detection bug fixed (thanks Mark!)
|
|
|
|
@232
|
[232]
|
14 years |
frodo |
Added MAX1617 support, and documented it.
|
|
|
|
@207
|
[207]
|
14 years |
frodo |
Adrian's copyright patch applied
|
|
|
|
@153
|
[153]
|
14 years |
phil |
(Phil) Added a driver for the Analog Devices ADM1021. The ADM1021 is …
|