From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751742AbWEIJLT (ORCPT ); Tue, 9 May 2006 05:11:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751743AbWEIJLT (ORCPT ); Tue, 9 May 2006 05:11:19 -0400 Received: from nf-out-0910.google.com ([64.233.182.190]:64079 "EHLO nf-out-0910.google.com") by vger.kernel.org with ESMTP id S1751726AbWEIJLT convert rfc822-to-8bit (ORCPT ); Tue, 9 May 2006 05:11:19 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TGnfGtqWv+y1MkAFc6tLqDq85aWDGf0tVQ7v3R/ePmz6jlP3bYT/VBTDjJ9F/9UdX+Ttgqci7fJWK5yDekPiKgZcZIo6G1J/HESRDc6sE5xzvM5jNfjF3RreLI3RxPFkyEPtfbVbSx62F0sQmr2B+f309QauOsaoQkkCenoCtJ8= Message-ID: Date: Tue, 9 May 2006 11:11:17 +0200 From: "Carlos Ojea Castro" To: linux-kernel@vger.kernel.org Subject: LPC bus in a geode sc1200 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hello: I wrote a driver to use LPC bus in a geode sc1200. For now I am able to transmit an read or write "I/O cycle" to the LPC. What I want to do now is to read or write to the LPC using a "Memory cycle". Anyone knows how can I archieve this? is there another list more suitable for my question? Thanks, Carlos