]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/radeon: fix endian bugs in hw i2c atom routines
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 7 Aug 2013 23:34:53 +0000 (19:34 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Oct 2013 16:17:47 +0000 (09:17 -0700)
commit5c6ece5d3786f287d61bc0ffd1ab372f47df2b81
treec449f2ec86393e46ed007a4e5c0ccccbeba521d8
parent6d90714d9a0d4b9c5c17952cb5affe7a1e3b6fb3
drm/radeon: fix endian bugs in hw i2c atom routines

commit 4543eda52113d1e2cc0e9bf416f79597e6ef1ec7 upstream.

Need to swap the data fetched over i2c properly.  This
is the same fix as the endian fix for aux channel
transactions.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/atombios_dp.c
drivers/gpu/drm/radeon/atombios_i2c.c