aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/olpc_dcon
AgeCommit message (Expand)AuthorFilesLines
2023-10-27staging: olpc_dcon: Remove I2C_CLASS_DDC supportHeiner Kallweit1-1/+1
2023-05-28staging: olpc_dcon: Switch i2c driver back to use .probe()Uwe Kleine-König1-1/+1
2022-11-22staging: olpc_dcon: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-20Merge 5.19-rc3 into staging-nextGreg Kroah-Hartman1-1/+1
2022-06-10staging: olpc_dcon: Replace flush_scheduled_work() with flush_work().Tetsuo Handa1-1/+1
2022-06-10staging: olpc_dcon: mark driver as brokenJavier Martinez Canillas1-1/+1
2022-06-10staging: olpc_dcon: Use backlight helperStephen Kitt1-4/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-02-04staging: olpc_dcon: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi1-1/+1
2020-12-09staging: olpc_dcon: Do not call platform_device_unregister() in dcon_probe()Jing Xiangfeng1-1/+2
2019-09-30staging: olpc_dcon: fix wrong dependencies in Kconfig fileJerry Lin1-1/+1
2019-09-30staging: olpc_dcon: allow simultaneous XO-1 and XO-1.5 supportJerry Lin5-34/+3
2019-07-30staging: olpc_dcon: Remove TODO itemJerry Lin1-4/+0
2019-06-13staging/olpc_dcon: Add drm conversion to TODODaniel Vetter1-0/+7
2019-06-12staging/olpc: lock_fb_info can't failDaniel Vetter1-5/+1
2019-05-14Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2019-04-25staging: olpc_dcon: Convert all uses of old GPIO API to new descriptor APIJerry Lin3-10/+58
2019-04-03video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbolAlexander Shiyan1-1/+0
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-03-18staging: olpc_dcon_xo_1: add missing 'const' qualifierArnd Bergmann1-1/+1
2018-11-08staging: olpc_dcon: olpc_dcon_xo_1.c: Switch to the gpio descriptor interfaceNishad Kamdar1-43/+47
2018-09-20staging: olpc_dcon: add a missing dependencyLubomir Rintel1-0/+1
2018-08-27Staging: One Laptop Per Child: fix SPDX-License-Identifier issueArkadiusz Lis3-12/+3
2018-07-16staging: olpc_dcon: add missing identifier namesCristian Kubis1-3/+3
2018-07-16staging: olpc_dcon: prefer 'help' in KConfigCristian Kubis1-3/+3
2018-04-23staging: olpc_dcon: Augment TODO file with GPIO work itemLinus Walleij1-0/+4
2017-12-06staging: olpc_dcon: Line up parentheses in func calls and defsZebulon McCorkle2-11/+21
2017-12-06staging: olpc_dcon: Change bitshifts to BIT macroZebulon McCorkle1-15/+15
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-28staging: olpc_dcon: remove pointless debug printk in dcon_freeze_store()Shurong Zhang1-2/+0
2017-04-28staging: olpc_dcon: style fixesDhananjay Balan1-2/+2
2017-03-06staging: olpc_dcon: add whitespace around binary operatorsKenneth Hsu1-2/+2
2017-01-10staging: olpc_dcon: olpc_dcon_xo_1_5: Remove multiple blank lines.Emmanuil Chatzipetru1-1/+0
2017-01-10staging: olpc_dcon: olpc_dcon: Fix spaces between operator and variables.Emmanuil Chatzipetru1-1/+1
2017-01-10staging: olpc_dcon: olpc_dcon_xo_1_5: Remove redundant return statement.Emmanuil Chatzipetru1-2/+1
2017-01-10staging: olpc_dcon: olpc_dcon: Fix open parenthesis alignment.Emmanuil Chatzipetru1-6/+6
2016-09-18Revert "staging: olpc_dcon: Replace a bit shift by a use of BIT."Greg Kroah-Hartman1-15/+15
2016-09-18staging: olpc_dcon: Replace a bit shift by a use of BIT.Anchal Jain1-15/+15
2016-09-17staging: olpc_dcon: Replace u_int8_t with u8sayli karnik1-1/+1
2016-04-04Revert "Staging: olpc_dcon: Remove obsolete driver"Greg Kroah-Hartman7-0/+1340
2016-01-28Staging: olpc_dcon: Remove obsolete driverShraddha Barke7-1340/+0
2015-10-16Staging: olpc_dcon: Remove NULL comparisonAybuke Ozdemir1-2/+2
2015-10-16Staging: olpc_dcon: Use preferred kernel typeAybuke Ozdemir1-1/+1
2015-10-16Staging: olpc_dcon: Remove multiple blank linesAybuke Ozdemir1-2/+0
2015-10-12Staging: olpc_dcon: Remove bracesKsenija Stanojevic1-2/+1
2015-10-04Staging: olpc_dcon: Replace timespec with ktime_tKsenija Stanojevic2-16/+15
2015-08-14staging: olpc_dcon: Remove unnecessary externsJoe Perches1-1/+1
2015-04-03staging/olpc: drop pci dependenciesMichael S. Tsirkin1-2/+0
2015-01-17staging: olpc_dcon: fix sparse symbol not declared warningMurilo Opsfelder Araujo1-1/+1
2015-01-17Staging: olpc_dcon: Fixed a typoGustavo A. R. Silva1-1/+1
2014-11-26staging: olpc_dcon: Deletion of a check before backlight_device_unregister()Markus Elfring1-2/+1
2014-05-24staging/olpc_dcon: fix checkpatch warningsNicolas Joseph1-1/+7
2014-02-07staging: olpc_dcon: Trivial: Remove space before indentation.Gary Servin1-1/+1
2013-11-11staging/olpc_docn: reorder the lock sequence to avoid potential dead lockGu Zheng1-2/+4
2013-10-15staging/olpc_dcon: fix kconfig to fix build errorsRandy Dunlap1-1/+2
2013-10-15Revert "staging/olpc: fix dependencies to fix build errors"Greg Kroah-Hartman1-1/+0
2013-09-30staging/olpc: fix dependencies to fix build errorsRandy Dunlap1-0/+1
2013-09-25staging: olpc_dcon: remove unnecessary work pending testXie XiuQi1-1/+1
2013-08-21Staging: olpc_dcon: Removed more completed TODO entriesJens Frederich1-4/+0
2013-08-19Staging: olpc_dcon: Already completed TODO entry removedJens Frederich1-1/+0
2013-08-19Staging: olpc_dcon: fix typo in olpc_dcon.hJens Frederich1-1/+1
2013-08-15Staging: olpc_dcon: more big endian conformityJens Frederich1-6/+7
2013-08-15Staging: olpc_dcon: replace some magic numbersJens Frederich2-15/+25
2013-08-12Staging: olpc_dcon: updating MAINTAINERSJens Frederich1-3/+2
2013-07-31staging: olpc_dcon: provide detailed FB_OLPC_DCON help sectionJens Frederich2-4/+8
2013-07-25Staging: olpc_dcon: change to msleep to usleep_rangeJens Frederich1-2/+2
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 pin frobbing code for xo1.5Andres Salomon1-30/+0
2012-10-22staging/olpc_dcon: drop fb_notifier codeAndres Salomon2-22/+4
2012-10-22staging/olpc_dcon: move wait queue into dcon_priv structAndres Salomon2-16/+7
2012-10-22staging/olpc_dcon: drop useaa module argAndres Salomon1-10/+2
2012-08-17staging/olpc_dcon: fix checkpatch warningsToshiaki Yamane3-37/+37
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
2012-04-10staging:olpc_dcon:olpc_dcon_xo_1.c Fix typo in staging:olpc_dconJustin P. Mattock1-1/+1
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 Wang4-15/+11
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-06-07staging: fix olpc_dcon build, needs BACKLIGHT_CLASS_DEVICERandy Dunlap1-0/+1
2011-05-23Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-13/+11
2011-04-25staging: olpc: Add <linux/delay.h>Jeff Mahoney1-0/+1
2011-04-25staging: olpc_dcon: fix space and coding issuesStefan Brähler2-13/+11
2011-04-07Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+2
2011-04-04staging: fix olpc_dcon build errorsSascha Silbe2-1/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2011-02-23staging: fix olpc_dcon kconfig and build errorsRandy Dunlap1-2/+2
2011-02-18staging: olpc_dcon: drop CONFIG_BROKEN dependencyAndres Salomon1-1/+1
2011-02-18staging: olpc_dcon: clean up backlight handlingAndres Salomon2-70/+47
2011-02-18staging: olpc_dcon: move more global variables into dcon_privAndres Salomon2-22/+22
2011-02-18staging: olpc_dcon: move more variables into dcon_privAndres Salomon4-51/+51
2011-02-18staging: olpc_dcon: add config options for XO_1 and XO_1_5, drop hardcoded XO...Andres Salomon6-22/+81
2011-02-18staging: olpc_dcon: drop XO-1.5 prototype supportAndres Salomon1-61/+23
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 Salomon2-38/+35
2011-02-09staging: olpc_dcon: change sysfs 'output' toggle to be clearer...Andres Salomon2-22/+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/jiko...Linus Torvalds1-1/+1
2011-01-13drivers/staging/olpc_dcon: convert to new cs5535 gpio APIAndres Salomon5-93/+103
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-10-05Staging: olpc_dcon: mark the driver as CONFIG_BROKEN for nowGreg Kroah-Hartman1-1/+1
2010-09-29staging: olpc_dcon: drop old VT switch code, watch for CONBLANK eventAndres Salomon1-20/+6
2010-09-29staging: olpc_dcon: add people to the Cc listAndres Salomon1-0/+2
2010-09-29staging: olpc_dcon: remove outdated backlight commentAndres Salomon1-6/+0
2010-09-29staging: olpc_dcon: add TODO fileAndres Salomon1-0/+15
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 Salomon6-0/+1374