Files
linux/drivers
Eric Miao 5bf3df3f00 [ARM] pxa: separate definitions from pxa-regs.h and remove it finally
The remaining registers are separated into:

   - <mach/regs-ost.h>
   - <mach/regs-rtc.h>
   - <mach/regs-intc.h>

and then we can remove pxa-regs.h completely. Instead of #include this
file, let's:

1. include the specific <mach/regs-*.h> with care (if that's absolutely
   necessary)

2. define the registers in the driver, make cleanly defined API to expose
   the register access to external with sufficient reason

Signed-off-by: Eric Miao <eric.miao@marvell.com>
2009-03-09 21:22:40 +08:00
..
2009-01-16 14:45:34 -05:00
2009-01-08 16:29:41 +00:00
2009-02-21 21:42:50 +00:00
2009-02-02 23:26:57 -08:00
2009-01-29 18:04:43 -08:00
2009-01-26 12:24:38 -08:00
2009-01-15 16:39:40 -08:00
2009-01-09 03:39:43 -05:00
2009-02-21 21:42:50 +00:00