summaryrefslogtreecommitdiffstats
path: root/drivers/sbus (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-19Staging: slicoss: Refactor code by introducing new function slic_interrupt_ca...Rashika Kheria1-58/+62
2013-10-19Staging: slicoss: Replace printk() with pr_debug() or dev_dbg() as requiredRashika Kheria1-4/+4
2013-10-19Staging: slicoss: Removal of if check since debugfs_remove(NULL) is safeRashika Kheria1-12/+3
2013-10-19Staging: dgnc: avoiding buffer overflowAshvini Varatharaj1-1/+1
2013-10-19Staging: dgnc: removing the comparison 'board<0'Ashvini Varatharaj1-1/+1
2013-10-19staging: dgnc: braces {} are not necessary for single statement in dgnc_driver.cArchana kumari1-2/+1
2013-10-19staging: dgnc:Removed unecessary error messages in dgnc_driver.cArchana kumari1-2/+0
2013-10-19staging: wlags49_h2: Fixes the sparse warning in sta_h2.cArchana kumari1-2/+2
2013-10-19staging: wlags49_h2: fixed space prohibited warnings in hcf.hArchana kumari1-11/+11
2013-10-19staging: comedi: s626: bitfield manipulation macros for CRA, CRB and setupIan Abbott1-41/+212
2013-10-19staging: comedi: s626: add missing bits for 'CRB' registerIan Abbott1-3/+11
2013-10-19staging: comedi: s626: correct S626_CRAMSK_CLKPOL_A macro (unused)Ian Abbott1-1/+1
2013-10-19staging: comedi: s626: distinguish counter src from encoder modeIan Abbott2-61/+67
2013-10-19staging: comedi: s626: correct a comment in s626_get_mode_b()Ian Abbott1-1/+1
2013-10-19staging: comedi: s626: specify bitshift for encoder A clock sourceIan Abbott1-1/+1
2013-10-19staging: comedi: s626: clock polarity and direction are the sameIan Abbott1-4/+0
2013-10-19staging: comedi: rtd520: use normal bitfield functionsIan Abbott1-20/+7
2013-10-19Staging: ft1000: fixed two coding style issuesAldo Iljazi1-2/+2
2013-10-19staging: xillybus: Use dev_* functions instead of pr_* in xillybus_coreEli Billauer1-46/+69
2013-10-19staging: xillybus: Use dev_* functions instead of pr_* in xillybus_ofEli Billauer1-6/+8
2013-10-19staging: xillybus: Use dev_* functions instead of pr_* in xillybus_pcieEli Billauer1-13/+12
2013-10-19staging: xillybus: Remember device pointer for use with dev_* functionsEli Billauer1-1/+1
2013-10-19staging/lustre/lnet: Remove unnecessary spaces in router_proc.cLisa Nguyen1-10/+10
2013-10-19staging/lustre/lnet: Fix static initialization error in router_proc.cLisa Nguyen1-1/+1
2013-10-19staging/lustre/lnet: Reformat pointer variable in lib-move.cLisa Nguyen1-1/+1
2013-10-19staging/lustre/lnet: Remove () from return statements in lib-move.cLisa Nguyen1-13/+13
2013-10-19staging/lustre/lnet: Adjust lines to meet 80 column limit in lib-move.cLisa Nguyen1-11/+17
2013-10-19staging/lustre/lnet: Move open braces to previous lines in lib-move.cLisa Nguyen1-8/+4
2013-10-19staging/lustre/lnet: Remove unnecessary whitespace in lib-move.cLisa Nguyen1-147/+147
2013-10-19staging/lustre/lnet/selftest: Remove unnecessary spaces in brw_test.cLisa Nguyen1-32/+32
2013-10-19staging/lustre/lnet/selftest: Fix trailing statements in brw_test.cLisa Nguyen1-9/+18
2013-10-19Linux 3.12-rc6v3.12-rc6Linus Torvalds1-1/+1
2013-10-19staging: rtl8192u: fix sparse warning, make a function staticTeodora Baluta1-2/+2
2013-10-19Staging: speakup: removing jiffies comparison in speakup_apollo.cAshvini Varatharaj1-1/+1
2013-10-19Staging: speakup: removing jiffies comparison using time_after_eq()Ashvini Varatharaj1-1/+1
2013-10-18iio: light: gp2ap020a00f: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-18iio: adc: ti-adc081c: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-18iio: adc: nau7802: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-18iio: adc: mcp3422: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-18Btrfs: release path before starting transaction in can_nocow_extentJosef Bacik1-0/+1
2013-10-18iio: at91: introduce touch screen support in iio adc driverJosh Wu3-24/+405
2013-10-18staging:iio:hmc5843: Trivial cleanupPeter Meerwald1-1/+1
2013-10-18staging:iio:hmc5843: Check initialization and chip identifierPeter Meerwald1-6/+27
2013-10-18staging:iio:hmc5843: Introduce _set_range_gain()Peter Meerwald1-12/+17
2013-10-18staging:iio:hmc5843: Rename _set_rate() to _set_samp_freq()Peter Meerwald1-16/+15
2013-10-18staging:iio:hmc5843: Reorganize _set_meas_conf()Peter Meerwald1-25/+20
2013-10-18staging:iio:hmc5843: Rename _configure() to _set_mode()Peter Meerwald1-11/+16
2013-10-18staging:iio:hmc5843: Remove ability to change operating modePeter Meerwald1-68/+0
2013-10-18staging:iio:hmc5843: Add trigger handlingPeter Meerwald1-8/+61
2013-10-18staging:iio:hmc5843: Always read all channels values otherwise no updatesPeter Meerwald1-21/+32