drm/radeon/kms: expose thermal/fan i2c buses

Look up i2c bus in the power table and expose it.
You'll need to load a hwmon driver for any chips
on the bus, this patch just exposes the bus.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
このコミットが含まれているのは:
Alex Deucher
2010-03-11 10:01:17 -05:00
committed by Dave Airlie
コミット 29fb52ca78
13個のファイルの変更69行の追加0行の削除

ファイルの表示

@@ -601,6 +601,7 @@ int rs600_suspend(struct radeon_device *rdev)
void rs600_fini(struct radeon_device *rdev)
{
radeon_pm_fini(rdev);
r100_cp_fini(rdev);
r100_wb_fini(rdev);
r100_ib_fini(rdev);