summaryrefslogtreecommitdiffstats
path: root/drivers/staging/olpc_dcon/olpc_dcon.c
Commit message (Expand)AuthorAgeFilesLines
* staging: olpc_dcon: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* staging/olpc_dcon: use s/r hooks from device_driver->pmAndres Salomon2012-10-221-8/+16
* staging/olpc_dcon: drop fb_notifier codeAndres Salomon2012-10-221-21/+4Star
* staging/olpc_dcon: move wait queue into dcon_priv structAndres Salomon2012-10-221-16/+6Star
* staging/olpc_dcon: drop useaa module argAndres Salomon2012-10-221-10/+2Star
* staging/olpc_dcon: fix checkpatch warningsToshiaki Yamane2012-08-171-29/+24Star
* drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon2012-08-011-0/+1
* staging: olpc_dcon.c: Remove a few spaces between casts and variablesJesper Juhl2012-04-241-4/+4
* staging: olpc_dcon.c: Add missing level to a printk()Jesper Juhl2012-04-241-1/+1
* staging: olpc_dcon.c: strings printed with printk() put on a single lineJesper Juhl2012-04-241-10/+9Star
* Staging: olpc_dcon.c: obsolete use of strict_stroulValentin Rothberg2011-12-091-4/+4
* Staging: olpc_dcon.c: obsolete use of strict_strtoulValentin Rothberg2011-12-091-3/+3
* staging: olpc_dcon: ->read_status() API changeXi Wang2011-12-091-2/+2
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-261-0/+1
* staging/olpc_dcon: Remove obsolete cleanup for clientdataWolfram Sang2011-08-251-3/+0Star
* staging: olpc_dcon: replace remaining calls to i2c_smbus_read/writeAndres Salomon2011-08-231-8/+7Star
* staging: olpc_dcon: drop support for DCON v1Andres Salomon2011-08-231-21/+10Star
* staging: olpc_dcon: remove noinit module variableAndres Salomon2011-08-231-5/+2Star
* backlight: add backlight typeMatthew Garrett2011-03-231-0/+1
* staging: olpc_dcon: clean up backlight handlingAndres Salomon2011-02-181-70/+43Star
* staging: olpc_dcon: move more global variables into dcon_privAndres Salomon2011-02-181-22/+17Star
* staging: olpc_dcon: move more variables into dcon_privAndres Salomon2011-02-181-37/+14Star
* 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/+22Star
* 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/+7Star
* 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/+2Star
* 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/+16Star
* 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/+0Star
| |\
| * | backlight: constify backlight_opsLionel Debroux2010-11-161-1/+1
* | | drivers/staging/olpc_dcon: convert to new cs5535 gpio APIAndres Salomon2011-01-131-2/+1Star
| |/ |/|
* | i2c: Drivers shouldn't include <linux/i2c-id.h>Jean Delvare2010-11-151-1/+0Star
* | i2c: Remove obsolete cleanup for clientdataWolfram Sang2010-11-151-3/+0Star
|/
* staging: olpc_dcon: drop old VT switch code, watch for CONBLANK eventAndres Salomon2010-09-301-20/+6Star
* staging: olpc_dcon: remove outdated backlight commentAndres Salomon2010-09-301-6/+0Star
* staging: olpc_dcon: drop XO-1.5 support for nowAndres Salomon2010-09-301-10/+0Star
* staging: olpc_dcon: switch back to using olpc_board(0xXX)Andres Salomon2010-09-301-2/+2
* staging: olpc_dcon: add OLPC display controller (DCON) supportAndres Salomon2010-09-301-0/+900