#ifndef COLORIZE_H #define COLORIZE_H #define colorize_start(fore) "\033[" __##fore "m" #define colorize_start_full(fore, back) "\033[" __##fore ";" __on_##back "m" #define colorize_end() "\033[" __reset "m" #endif /* COLORIZE_H */ d' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/drivers/staging/greybus?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2016-07-22greybus: bootrom: Don't print duplicate error messagesViresh Kumar1-7/+5
2016-07-22greybus: bootrom: Skip setting timeout in failure path of size requestViresh Kumar1-3/+5
2016-07-22greybus: vibrator: integrate runtime pmAnn Chen1-4/+34
2016-07-22greybus: control: Print bundle-id in print messagesViresh Kumar1-14/+16
2016-07-22greybus: operation: print id when synchronous operation timeoutDavid Lin1-2/+2
2016-07-22greybus: audio: Avoid using ARA keywordVaibhav Agarwal