-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 321015 b: refs/heads/master c: e6765ff h: refs/heads/master i: 321013: 77b5f72 321011: 7f77dc6 321007: f7753ad v: v3
- Loading branch information
Guennadi Liakhovetski
authored and
Laurent Pinchart
committed
Jun 20, 2012
1 parent
5912aff
commit 0db738a
Showing
5 changed files
with
29 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 44edebca3964824b9126c49bab1187df7df5bd89 | ||
refs/heads/master: e6765ffa6897f7fb84469bab2e1be885c57ea519 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* linux/drivers/video/backlight/s6e8ax0.h | ||
* | ||
* MIPI-DSI based s6e8ax0 AMOLED LCD Panel definitions. | ||
* | ||
* Copyright (c) 2011 Samsung Electronics | ||
* | ||
* Inki Dae, <inki.dae@samsung.com> | ||
* Donghwa Lee <dh09.lee@samsung.com> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
#ifndef _S6E8AX0_H | ||
#define _S6E8AX0_H | ||
|
||
extern void s6e8ax0_init(void); | ||
|
||
#endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters