From mboxrd@z Thu Jan 1 00:00:00 1970 From: andre@bitwigglers.org (Andre Haupt) Date: Mon, 21 Nov 2011 17:01:29 +0100 Subject: LPC bus access howto Message-ID: <20111121160129.GA17851@localhost.localdomain> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi all, We have a FPGA which will be connected to the LPC bus. This FPGA will provide some GPIO functionality, a rotary encoder, etc. Now i want to write a kernel driver to talk to this FPGA. I am unsure how to get access to the LPC bus in the first place. What kernel APIs should i use? How to get the memory mapping right, etc? I would appreciate any pointers to documentation or examples. cheers, Andre