summaryrefslogtreecommitdiffstats
path: root/drivers/media (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-27video: fbdev: offb: Call pci_enable_device() before using the PCI VGA deviceYongji Xie1-0/+15
2016-09-07fbdev: vfb: simplify memory managementVladimir Murzin1-81/+5
2016-09-07fbdev: vfb: add option for video modeVladimir Murzin1-22/+21
2016-09-07fbdev: vfb: add description to module parametersVladimir Murzin1-0/+2
2016-09-07video: fbdev: intelfb: remove impossible conditionSudip Mukherjee1-5/+0
2016-08-30fb: adv7393: off by one in probe functionDan Carpenter1-2/+1
2016-08-30video: fbdev: pxafb: add missing of_node_put() in of_get_pxafb_mode_info()Wei Yongjun1-0/+1
2016-08-30video: fbdev: mb862xx: remove unused variableArnd Bergmann1-2/+0
2016-08-30video: mxsfb: Fix framebuffer corruption on mx6sxMarek Vasut1-4/+5
2016-08-30mx3fb: Fix print format stringOleg Drokin1-1/+1
2016-08-30video: ARM CLCD: export symbols for driver moduleArnd Bergmann2-1/+3
2016-08-30video: ARM CLCD: fix up Integrator supportLinus Walleij1-3/+7
2016-08-30video: ARM CLCD: fix return value check in versatile_clcd_init_panel()Wei Yongjun1-2/+2
2016-08-30video: ARM CLCD: fix endpoint lookup logicArnd Bergmann1-6/+3
2016-08-11video: fbdev: pxafb: potential NULL dereference on errorDan Carpenter1-1/+1
2016-08-11fb: adv7393: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-08-11fbdev/efifb: Fix 16 color palette entry calculationMax Staudt1-3/+3
2016-08-11fbdev: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-8/+1
2016-08-11omapfb: panel-dsi-cm: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-12/+2
2016-08-11video: s3c2410fb: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski2-2/+2
2016-08-11video: fbdev: mb862xx: mb862xx-i2c: don't print error when adding adapter failsWolfram Sang1-6/+1
2016-08-11omapfb/dss: wait_for_completion_interruptible_timeout expects longNicholas Mc Guire1-3/+4
2016-08-11video: ARM CLCD: add special panel hook for VersatilesLinus Walleij4-1/+413
2016-08-11video: ARM CLCD: add special board and panel hooks for NomadikLinus Walleij4-1/+287
2016-08-11video: ARM CLCD: support Nomadik variantLinus Walleij2-9/+139
2016-08-11video: ARM CLCD: support pads connected in reverse orderLinus Walleij2-3/+23
2016-08-11video: ARM CLCD: support DT signal inversion flagsLinus Walleij1-7/+30
2016-08-11video: ARM CLCD: backlight support for OFLinus Walleij3-1/+46
2016-08-11omapfb: Fix regulator API abuse in dss.c and hdmi4/5.cMark Brown3-24/+0
2016-08-08Linux 4.8-rc1v4.8-rc1Linus Torvalds1-2/+2
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe51-157/+158
2016-08-07target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe1-1/+1
2016-08-07mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe1-2/+3
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe11-53/+51
2016-08-07fs: return EPERM on immutable inodeEryu Guan4-4/+5
2016-08-05ramoops: use persistent_ram_free() instead of kfree() for freeing przHiraku Toyooka1-3/+3
2016-08-05ramoops: use DT reserved-memory bindingsKees Cook4-33/+56
2016-08-05NTB: ntb_hw_intel: use local variable pdevAllen Hubbe1-5/+5
2016-08-05NTB: ntb_hw_intel: show BAR size in debugfs infoAllen Hubbe1-1/+38
2016-08-05ntb_test: Add a selftest script for the NTB subsystemLogan Gunthorpe2-0/+423
2016-08-05ntb_perf: clear link_is_up flag when the link goes down.Logan Gunthorpe1-19/+9
2016-08-05ntb_pingpong: Add a debugfs file to get the ping countLogan Gunthorpe1-1/+61
2016-08-05ntb_tool: Add link status and files to debugfsLogan Gunthorpe1-0/+92
2016-08-05ntb_tool: Postpone memory window initialization for the userLogan Gunthorpe1-138/+228
2016-08-05ntb_perf: Wait for link before running testLogan Gunthorpe1-1/+4
2016-08-05ntb_perf: Return results by reading the run fileLogan Gunthorpe1-12/+55
2016-08-05ntb_perf: Improve thread handling to increase robustnessLogan Gunthorpe1-48/+76
2016-08-05ntb_perf: Schedule based on time not on performanceLogan Gunthorpe1-2/+4
2016-08-05ntb_transport: Check the number of spads the hardware supportsLogan Gunthorpe2-4/+13
2016-08-05ntb_tool: Add memory window debug supportLogan Gunthorpe1-1/+257