aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/olpc_dcon/olpc_dcon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-25staging: olpc_dcon: return NOTIFY_DONE instead of the 0.Devendra Naga1-2/+2
2012-11-21staging: olpc_dcon: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-22staging/olpc_dcon: use s/r hooks from device_driver->pmAndres Salomon1-8/+16
2012-10-22staging/olpc_dcon: drop fb_notifier codeAndres Salomon1-21/+4
2012-10-22staging/olpc_dcon: move wait queue into dcon_priv structAndres Salomon1-16/+6
2012-10-22staging/olpc_dcon: drop useaa module argAndres Salomon1-10/+2
2012-08-17staging/olpc_dcon: fix checkpatch warningsToshiaki Yamane1-29/+24
2012-07-31drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon1-0/+1
2012-04-24staging: olpc_dcon.c: Remove a few spaces between casts and variablesJesper Juhl1-4/+4
2012-04-24staging: olpc_dcon.c: Add missing level to a printk()Jesper Juhl1-1/+1
2012-04-24staging: olpc_dcon.c: strings printed with printk() put on a single lineJesper Juhl1-10/+9
2011-12-08Staging: olpc_dcon.c: obsolete use of strict_stroulValentin Rothberg1-4/+4
2011-12-08Staging: olpc_dcon.c: obsolete use of strict_strtoulValentin Rothberg1-3/+3
2011-12-08staging: olpc_dcon: ->read_status() API changeXi Wang1-2/+2
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-08-25staging/olpc_dcon: Remove obsolete cleanup for clientdataWolfram Sang1-3/+0
2011-08-23staging: olpc_dcon: replace remaining calls to i2c_smbus_read/writeAndres Salomon1-8/+7
2011-08-23staging: olpc_dcon: drop support for DCON v1Andres Salomon1-21/+10
2011-08-23staging: olpc_dcon: remove noinit module variableAndres Salomon1-5/+2
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2011-02-18staging: olpc_dcon: clean up backlight handlingAndres Salomon1-70/+43
2011-02-18staging: olpc_dcon: move more global variables into dcon_privAndres Salomon1-22/+17
2011-02-18staging: olpc_dcon: move more variables into dcon_privAndres Salomon1-37/+14
2011-02-18staging: olpc_dcon: add config options for XO_1 and XO_1_5, drop hardcoded XO-1 stuffAndres Salomon1-17/+17
2011-02-18staging: olpc_dcon: Remove _strtoul() function.Marek Belisko1-35/+22
2011-02-18staging: olpc_dcon: move fb stuff info dcon_priv, and clean up fb handlingAndres Salomon1-23/+37
2011-02-18staging: olpc_dcon: move fb event notifier block into dcon_priv structAndres Salomon1-10/+7
2011-02-18staging: olpc_dcon: don't specify single bits for bool fieldsAndres Salomon1-5/+5
2011-02-09staging: olpc_dcon: actually return the value of i2c_add_driverAndres Salomon1-3/+2
2011-02-09staging: olpc_dcon: move more variables into dcon_privAndres Salomon1-34/+35
2011-02-09staging: olpc_dcon: change sysfs 'output' toggle to be clearer...Andres Salomon1-18/+16
2011-02-09staging: olpc_dcon: get rid of global i2c_client, create a dcon_priv structAndres Salomon1-64/+99
2011-02-09staging: olpc_dcon: revert strtoul changeAndres Salomon1-1/+1
2011-02-04staging: olpc_dcon: checkpatch.pl fixes for olpc_dcon.c file.Marek Belisko1-38/+46
2011-02-04staging: oplc_dcon: Fix compilation warning.Marek Belisko1-3/+12
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-5/+5
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-13drivers/staging/olpc_dcon: convert to new cs5535 gpio APIAndres Salomon1-2/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-4/+0
2010-11-16backlight: constify backlight_opsLionel Debroux1-1/+1
2010-11-15i2c: Drivers shouldn't include <linux/i2c-id.h>Jean Delvare1-1/+0
2010-11-15i2c: Remove obsolete cleanup for clientdataWolfram Sang1-3/+0
2010-09-29staging: olpc_dcon: drop old VT switch code, watch for CONBLANK eventAndres Salomon1-20/+6
2010-09-29staging: olpc_dcon: remove outdated backlight commentAndres Salomon1-6/+0
2010-09-29staging: olpc_dcon: drop XO-1.5 support for nowAndres Salomon1-10/+0
2010-09-29staging: olpc_dcon: switch back to using olpc_board(0xXX)Andres Salomon1-2/+2
2010-09-29staging: olpc_dcon: add OLPC display controller (DCON) supportAndres Salomon1-0/+900