Linux drivers development
From ArmadeusWiki
This page summarizes all you need to know before starting to develop Linux drivers for your Armadeus board
Recommended reading
We advise you to read (not necessarly understand ;-) ):
- Linux 2.6 device drivers:
Driver compilation
copier mon mail
i.MX register access from driver
To access i.MX registers from your driver, please use the macros defined in:
#include <arch/arm/imx-regs.h>
For example: