search for: f75375

Displaying 4 results from an estimated 4 matches for "f75375".

2009 Nov 19
2
[RFC] nouveau: Add basic i2c sensor chip support
...;info)) + return 0; +#ifndef CONFIG_SENSORS_W83L785TS + request_module("i2c:w83l785ts"); +#endif + strlcpy(info.type, "w83l785ts", sizeof(info.type)); + info.addr = addr; + if (i2c_new_device(adapter, &info)) + return 0; + break; + case 0x2e: +#ifndef CONFIG_SENSORS_F75375S + request_module("i2c:f75375"); +#endif + strlcpy(info.type, "f75375", sizeof(info.type)); + info.addr = addr; + if (i2c_new_device(adapter, &info)) + return 0; +#ifndef CONFIG_SENSORS_ADT7473 + request_module("i2c:adt7473"); +#endif + strlcpy(info.type, &...
2014 May 25
0
[PATCH] drm/nouveau/i2c: bump the i2c delay for the adt7473
...NFO("adt7473", 0x2d) }, 20 }, - { { I2C_BOARD_INFO("adt7473", 0x2c) }, 20 }, + { { I2C_BOARD_INFO("adt7473", 0x2e) }, 40 }, + { { I2C_BOARD_INFO("adt7473", 0x2d) }, 40 }, + { { I2C_BOARD_INFO("adt7473", 0x2c) }, 40 }, { { I2C_BOARD_INFO("f75375", 0x2e) }, 0 }, { { I2C_BOARD_INFO("lm99", 0x4c) }, 0 }, { { I2C_BOARD_INFO("lm90", 0x4c) }, 0 }, -- 1.9.3
2014 Aug 20
10
[Bug 82834] New: GeForce 8800 GS shows incorrect temperature with nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=82834 Priority: medium Bug ID: 82834 Assignee: nouveau at lists.freedesktop.org Summary: GeForce 8800 GS shows incorrect temperature with nouveau QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All)
2012 Oct 27
47
[Bug 56461] New: NV11 black screen & kernel hang on loading nouveaufb
https://bugs.freedesktop.org/show_bug.cgi?id=56461 Priority: medium Bug ID: 56461 Assignee: nouveau at lists.freedesktop.org Summary: NV11 black screen & kernel hang on loading nouveaufb QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: chris at