summaryrefslogtreecommitdiff
path: root/board/samus/panel.c
Commit message (Expand)AuthorAgeFilesLines
* Drop some obsolete boardsJack Rosenthal2021-08-051-195/+0
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+2
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-5/+5
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-4/+6
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-2/+2
* samus: add i2c retries to backlight controlAlec Berg2015-02-201-15/+69
* samus: smoothen backlight brightness transitionsSameer Nanda2015-02-061-2/+30
* samus: Cap the max LED current to 23mASameer Nanda2015-01-241-0/+13
* Samus: Move single-use constant into the file that uses it.Bill Richardson2014-05-121-0/+2
* samus: Fix backlight panel interruptDuncan Laurie2013-11-131-5/+6
* samus: Changes for Proto1bDuncan Laurie2013-11-011-18/+7
* samus: Add hook/hack to enable backlight PWMDuncan Laurie2013-10-211-0/+105