Re: [PATCH] Add support for Cobalt Server front LED

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Florian Fainelli wrote:

This patch adds support for controlling the front LED on Cobalt Server. It has been tested on Qube 2 with either no default trigger, or the IDE-activity trigger. Both work fine. Please comment and test !


Why did you add COBALT_LED_BASE when there was already a COBALT_LED_PORT define on the line above ?

All your

	*(volatile uint8_t *) COBALT_LED_BASE = n;

can be replaced by

	COBALT_LED_PORT = n;

P.


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux