summaryrefslogtreecommitdiffstats
path: root/commands/iomem.c
Commit message (Collapse)AuthorAgeFilesLines
* print out resource_size_t correctlySascha Hauer2012-06-251-1/+2
| | | | | | | resource_size_t can be 32bit or 64bit depending on the architecture. Add a define for it to be able to printf a resource_size_t correctly Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
| | | | | | This is unused in all commands and thus can be removed. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add iomem command to show iomem usageSascha Hauer2011-12-031-0/+56
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>