aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/olpc_dcon/olpc_dcon.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-32/+15
* backlight: add backlight typeMatthew Garrett2011-03-221-0/+1
* staging: olpc_dcon: clean up backlight handlingAndres Salomon2011-02-181-70/+43
* staging: olpc_dcon: move more global variables into dcon_privAndres Salomon2011-02-181-22/+17
* staging: olpc_dcon: move more variables into dcon_privAndres Salomon2011-02-181-37/+14
* staging: olpc_dcon: add config options for XO_1 and XO_1_5, drop hardcoded XO...Andres Salomon2011-02-181-17/+17
* staging: olpc_dcon: Remove _strtoul() function.Marek Belisko2011-02-181-35/+22
* staging: olpc_dcon: move fb stuff info dcon_priv, and clean up fb handlingAndres Salomon2011-02-181-23/+37
* staging: olpc_dcon: move fb event notifier block into dcon_priv structAndres Salomon2011-02-181-10/+7
* staging: olpc_dcon: don't specify single bits for bool fieldsAndres Salomon2011-02-181-5/+5
* staging: olpc_dcon: actually return the value of i2c_add_driverAndres Salomon2011-02-091-3/+2
* staging: olpc_dcon: move more variables into dcon_privAndres Salomon2011-02-091-34/+35
* staging: olpc_dcon: change sysfs 'output' toggle to be clearer...Andres Salomon2011-02-091-18/+16
* staging: olpc_dcon: get rid of global i2c_client, create a dcon_priv structAndres Salomon2011-02-091-64/+99
* staging: olpc_dcon: revert strtoul changeAndres Salomon2011-02-091-1/+1
* staging: olpc_dcon: checkpatch.pl fixes for olpc_dcon.c file.Marek Belisko2011-02-041-38/+46
* staging: oplc_dcon: Fix compilation warning.Marek Belisko2011-02-041-3/+12
* console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-261-5/+5
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-221-4/+0
| |\
| * | backlight: constify backlight_opsLionel Debroux2010-11-161-1/+1
* | | drivers/staging/olpc_dcon: convert to new cs5535 gpio APIAndres Salomon2011-01-131-2/+1
| |/ |/|
* | i2c: Drivers shouldn't include <linux/i2c-id.h>Jean Delvare2010-11-151-1/+0
* | i2c: Remove obsolete cleanup for clientdataWolfram Sang2010-11-151-3/+0
|/
* staging: olpc_dcon: drop old VT switch code, watch for CONBLANK eventAndres Salomon2010-09-291-20/+6
* staging: olpc_dcon: remove outdated backlight commentAndres Salomon2010-09-291-6/+0
* staging: olpc_dcon: drop XO-1.5 support for nowAndres Salomon2010-09-291-10/+0
* staging: olpc_dcon: switch back to using olpc_board(0xXX)Andres Salomon2010-09-291-2/+2
* staging: olpc_dcon: add OLPC display controller (DCON) supportAndres Salomon2010-09-291-0/+900