Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-24 | 86xx: Add print_laws function to fsl_law.c | Becky Bruce | |
This can be used for debug, and will be used by board code to help implement reginfo. Signed-off-by: Becky Bruce <becky.bruce@freescale.com> | |||
2008-01-16 | 85xx: Move LAW init code into C | Kumar Gala | |
Move the initialization of the LAWs into C code and provide an API to allow modification of LAWs after init. Board code is responsible to provide a law_table and num_law_entries. We should be able to use the same code on 86xx as well. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> |