drm/radeon/kms: add support for hw i2c on r1xx-r5xx
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 23 Dec 2009 08:23:21 +0000 (03:23 -0500)
committerDave Airlie <airlied@redhat.com>
Mon, 8 Feb 2010 23:31:10 +0000 (09:31 +1000)
wire hw i2c support into radeon i2c algo.

fixes merged:
- handle bus probing correctly
- use meaningful error numbers
- abort if transaction fails
- The line mapping is different depending on the asic.
- protect hw i2c engine with a mutex
- rs300 doesn't have a pin select bit
- r200 has a different pin select setup

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found