summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* [media] rc-core: add separate defines for protocol bitmaps and numbersDavid Härdeman2012-10-2753-225/+263
* [media] media/ir_rx51: use module_platform_driver macroSrinivas Kandagatla2012-10-271-12/+1
* [media] [3.6.0-,3/5] media/mx2_emmaprp: use module_platform_driver macroSrinivas Kandagatla2012-10-271-13/+1
* [media] media/m2m: use module_platform_driver macroSrinivas Kandagatla2012-10-271-13/+1
* [media] media/bfin: use module_platform_driver macroSrinivas Kandagatla2012-10-271-13/+1
* [media] omap_vout: Set DSS overlay_info only if paddr is non zeroArchit Taneja2012-10-271-31/+5
* [media] coda: Fix 'driver_data' for mx53Fabio Estevam2012-10-271-1/+1
* [media] coda: Do not use __cancel_delayed_work()Fabio Estevam2012-10-271-1/+1
* [media] i2c: adv7183: use module_i2c_driver to simplify the codeWei Yongjun2012-10-251-12/+1
* [media] i2c: vs6624: use module_i2c_driver to simplify the codeWei Yongjun2012-10-251-12/+1
* [media] staging :go700: use module_i2c_driver to simplify the codeWei Yongjun2012-10-258-96/+8
* [media] v4l2: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-10-251-4/+2
* [media] cx88: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-10-251-4/+2
* [media] cx23885: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-10-251-4/+2
* [media] s5p-fimc: Add missing new line characterSylwester Nawrocki2012-10-251-1/+1
* [media] s5p-tv: don't include linux/version.h in mixer_video.cJesper Juhl2012-10-251-1/+0
* [media] s5p-fimc: fix variable type in fimc_device_run()Shaik Ameer Basha2012-10-251-1/+1
* [media] exynos-gsc: fix variable type in gsc_m2m_device_run()Shaik Ameer Basha2012-10-251-1/+1
* [media] exynos-gsc: change driver compatible stringShaik Ameer Basha2012-10-251-2/+4
* [media] s5p-fimc: Make 'fimc_pipeline_s_stream' function staticSachin Kamat2012-10-251-1/+1
* [media] s5p-mfc: Make 'clk_ref' static in s5p_mfc_pm.cSachin Kamat2012-10-251-1/+1
* [media] exynos-gsc: Fix compilation warningSachin Kamat2012-10-251-1/+1
* [media] s5p-mfc: Fix compilation warningSachin Kamat2012-10-251-1/+1
* [media] drxk_hard: fix a few warningsMauro Carvalho Chehab2012-10-251-4/+4
* [media] drxk: Use the #define instead of hardcoded valuesMartin Blumenstingl2012-10-251-2/+2
* [media] em28xx: Better support for the Terratec Cinergy HTC USB XSMartin Blumenstingl2012-10-253-4/+94
* [media] remove include/linux/dvb/dmx.hMauro Carvalho Chehab2012-10-194-0/+4
* [media] common/*/Kconfig: Remove unused helpsMauro Carvalho Chehab2012-10-172-12/+0
* [media] siano: allow compiling it without RC supportMauro Carvalho Chehab2012-10-176-2/+29
* [media] Kconfig: Fix dependencies for driver autoselect optionsMauro Carvalho Chehab2012-10-171-8/+10
* Merge tag 'md-3.7' of git://neil.brown.name/mdLinus Torvalds2012-10-1311-127/+567
|\
| * md: refine reporting of resync/reshape delays.NeilBrown2012-10-111-7/+18
| * md/raid5: be careful not to resize_stripes too big.NeilBrown2012-10-111-1/+2
| * md: make sure manual changes to recovery checkpoint are saved.NeilBrown2012-10-111-0/+2
| * md/raid10: use correct limit variableDan Carpenter2012-10-111-1/+1
| * md: writing to sync_action should clear the read-auto state.NeilBrown2012-10-111-0/+7
| * Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid racesJianpeng Ma2012-10-115-8/+9
| * md/raid5: make sure to_read and to_write never go negative.NeilBrown2012-10-111-4/+1
| * md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write.Alexander Lyakas2012-10-111-3/+16
| * md/raid5: protect debug message against NULL derefernce.NeilBrown2012-10-111-1/+1
| * md/raid5: add some missing locking in handle_failed_stripe.NeilBrown2012-10-111-0/+2
| * MD: raid5 avoid unnecessary zero page for trimShaohua Li2012-10-111-18/+17
| * MD: raid5 trim supportShaohua Li2012-10-112-3/+166
| * md/bitmap:Don't use IS_ERR to judge alloc_page().Jianpeng Ma2012-10-111-6/+2
| * md/raid1: Don't release reference to device while handling read error.NeilBrown2012-10-111-4/+5
| * raid: replace list_for_each_continue_rcu with new interfaceMichael Wang2012-10-111-6/+3
| * DM RAID: Fix for "sync" directive ineffectivenessJonathan Brassow2012-10-111-0/+13
| * DM RAID: Fix comparison of index and quantity for "rebuild" parameterJonathan Brassow2012-10-111-1/+1
| * DM RAID: Add rebuild capability for RAID10Jonathan Brassow2012-10-111-1/+33
| * DM RAID: Move 'rebuild' checking code to its own functionJonathan Brassow2012-10-111-25/+50