aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/panel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-29staging: panel: pass correct lengths to keypad_send_key()Dan Carpenter1-4/+4
2012-09-21staging: Fix misspellings of "whether".Adam Buchbinder1-2/+2
2012-09-10Staging: panel: fix spinlock trylock failure on UPFengguang Wu1-22/+22
2012-08-13staging: panel: fix checkpatch warningsToshiaki Yamane1-2/+2
2012-07-16staging: panel: Use pr_info(...) rather than printk(KERN_INFOToshiaki Yamane1-5/+7
2012-07-16staging: panel: Use pr_err(...) rather than printk(KERN_ERR ...)Toshiaki Yamane1-24/+14
2012-07-16staging: panel: Remove printk(KERN_DEBUG ...) located in the #if 0 blockToshiaki Yamane1-10/+0
2012-04-10staging:panel:panel.c Fix typo in staging:panelJustin P. Mattock1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-09-06staging: panel: Fixed checkpatch warning about simple_strtoul()Pelle Windestam1-6/+4
2011-07-05Remove unneeded version.h include from drivers/staging/panel/panel.cJesper Juhl1-1/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-02staging: panel: fix error pathKulikov Vasiliy1-3/+19
2010-07-22Staging: panel: fix memory leakKulikov Vasiliy1-1/+3
2010-07-22staging: panel: change own pieces of code by strtoul()Andy Shevchenko1-12/+7
2010-07-08Staging: use llseek in all file operationsArnd Bergmann1-1/+2
2010-07-08Staging: panel: Prevent double-calling of parport_release - fix oops.Peter Huewe1-0/+2
2010-06-22staging:panel: Fixed coding conventions.Henri Häkkinen1-473/+572
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall1-2/+1
2010-05-11Staging: panel: change asm/uaccess.h to linux/uaccess.hTakanori Suzuki1-1/+1
2010-03-03Staging: Cleanup useless headersAlessio Igor Bogani1-1/+0
2009-12-23Staging: panel: Adjust range for PANEL_KEYPAD in KconfigPeter Huewe1-1/+1
2009-12-23Staging: panel: Fix compilation error with custom lcd charsetPeter Huewe1-1/+1
2009-12-12kbuild: move utsrelease.h to include/generatedSam Ravnborg1-1/+1
2009-10-30Staging: Panel: prevent driver from calling misc_deregister twice on same ressourcePeter Huewe1-3/+10
2009-09-15Staging: panel: Add support for TI CLCD interfaceSudhakar Rajashekhara1-2/+48
2009-06-12trivial: Miscellaneous documentation typo fixesMatt LaPlante1-1/+1
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-1/+1
2009-02-27Staging: panel: fix oops on panel_cleanup_moduleCostantino Leandro1-11/+12
2009-02-09Staging: panel: fix lcd panel driver build failureSachin P. Sant1-5/+5
2009-01-06Staging: panel: remove support for smartcardsWilly Tarreau2-204/+13
2009-01-06Staging: panel: remove ifdefs and code for pre-2.6 kernelsWilly Tarreau1-136/+51
2009-01-06Staging: panel: major checkpatch cleanupWilly Tarreau1-1601/+1715
2009-01-06Staging: add lcd-panel driverWilly Tarreau5-0/+2667