summaryrefslogtreecommitdiff
path: root/common/cmd_irq.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-1/+2
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-1/+1
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-7/+4
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-2/+2
2009-12-03Move do_irqinfo() to common/cmd_irq.cPeter Tyser1-0/+9
2009-06-12General help message cleanupWolfgang Denk1-2/+1
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2008-08-21Add command to enable/disable interruptsKumar Gala1-0/+50