summaryrefslogtreecommitdiffstats
path: root/drivers/staging/olpc_dcon/olpc_dcon.c
Commit message (Expand)AuthorAgeFilesLines
* staging/olpc: lock_fb_info can't failDaniel Vetter2019-06-121-5/+1Star
* Staging: One Laptop Per Child: fix SPDX-License-Identifier issueArkadiusz Lis2018-08-271-4/+1Star
* staging: olpc_dcon: Line up parentheses in func calls and defsZebulon McCorkle2017-12-061-10/+20
* staging: olpc_dcon: remove pointless debug printk in dcon_freeze_store()Shurong Zhang2017-08-281-2/+0Star
* staging: olpc_dcon: style fixesDhananjay Balan2017-04-281-2/+2
* staging: olpc_dcon: olpc_dcon: Fix spaces between operator and variables.Emmanuil Chatzipetru2017-01-101-1/+1
* staging: olpc_dcon: olpc_dcon: Fix open parenthesis alignment.Emmanuil Chatzipetru2017-01-101-6/+6
* Revert "Staging: olpc_dcon: Remove obsolete driver"Greg Kroah-Hartman2016-04-041-0/+813
* Staging: olpc_dcon: Remove obsolete driverShraddha Barke2016-01-291-813/+0Star
* Staging: olpc_dcon: Remove NULL comparisonAybuke Ozdemir2015-10-171-2/+2
* Staging: olpc_dcon: Use preferred kernel typeAybuke Ozdemir2015-10-171-1/+1
* Staging: olpc_dcon: Remove multiple blank linesAybuke Ozdemir2015-10-171-2/+0Star
* Staging: olpc_dcon: Remove bracesKsenija Stanojevic2015-10-131-2/+1Star
* Staging: olpc_dcon: Replace timespec with ktime_tKsenija Stanojevic2015-10-041-14/+13Star
* staging/olpc: drop pci dependenciesMichael S. Tsirkin2015-04-031-2/+0Star
* staging: olpc_dcon: fix sparse symbol not declared warningMurilo Opsfelder Araujo2015-01-181-1/+1
* staging: olpc_dcon: Deletion of a check before backlight_device_unregister()Markus Elfring2014-11-261-2/+1Star
* staging/olpc_dcon: fix checkpatch warningsNicolas Joseph2014-05-241-1/+7
* staging/olpc_docn: reorder the lock sequence to avoid potential dead lockGu Zheng2013-11-121-2/+4
* staging: olpc_dcon: remove unnecessary work pending testXie XiuQi2013-09-261-1/+1
* Staging: olpc_dcon: more big endian conformityJens Frederich2013-08-161-6/+7
* Staging: olpc_dcon: replace some magic numbersJens Frederich2013-08-161-6/+7
* Staging: olpc_dcon: change to msleep to usleep_rangeJens Frederich2013-07-251-2/+2
* staging: olpc_dcon: return NOTIFY_DONE instead of the 0.Devendra Naga2013-03-251-2/+2
* 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