This patch modifies the Intel 3100 southbridge code to recognize the integrated LPC, SMBus, USB and SATA devices of the Intel EP80579 Integrated Processor.
Signed-off-by: Ed Swierk eswierk@arastra.com
On Wed, Aug 20, 2008 at 09:19:29AM -0700, Ed Swierk wrote:
This patch modifies the Intel 3100 southbridge code to recognize the integrated LPC, SMBus, USB and SATA devices of the Intel EP80579 Integrated Processor.
Signed-off-by: Ed Swierk eswierk@arastra.com
Acked-by: Uwe Hermann uwe@hermann-uwe.de
Looks good, committable if build-tested (IMO). But please double-check that all init code for i3100 and EP80579 are the same (same register offsets, same register sizes, same meaning of bits, etc).
Uwe.
On Thu, Aug 21, 2008 at 4:10 PM, Uwe Hermann uwe@hermann-uwe.de wrote:
Acked-by: Uwe Hermann uwe@hermann-uwe.de
Thanks, r3535.
Looks good, committable if build-tested (IMO). But please double-check that all init code for i3100 and EP80579 are the same (same register offsets, same register sizes, same meaning of bits, etc).
I compared the EP80579 and 3100 datasheets pretty carefully; most of the southbridge stuff is word-for-word identical.
--Ed