summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-29iio: adc: Document the regulator/clocks for exynos-adciio-for-3.10bDoug Anderson
2013-03-29iio: mxs-lradc: Do hardware initialization earlierAlexandre Belloni
2013-03-29iio: exynos-adc: Fix typo in DT documentationSachin Kamat
2013-03-29iio: exynos_adc: Remove redundant of_match_ptr macroSachin Kamat
2013-03-29staging:iio:ad799x: Preallocate sample bufferLars-Peter Clausen
2013-03-29staging:iio:ad799x: Set IIO_CHAN_INFO_SCALE maskLars-Peter Clausen
2013-03-29staging:iio:ad799x: Add helper macro for channel initializationLars-Peter Clausen
2013-03-29staging:iio:ad799x: Use i2c_smbus_{read,write}_word_data_swappedLars-Peter Clausen
2013-03-29staging:iio:ad799x: Remove internal reference supportLars-Peter Clausen
2013-03-29staging:iio:ad799x: Remove unused ad799x_state fieldsLars-Peter Clausen
2013-03-25iio:trigger: Use dev_{set,get}_drvdata for private data managementLars-Peter Clausen
2013-03-25iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen
2013-03-25staging: comedi: s626: remove MC_DISABLE macroH Hartley Sweeten
2013-03-25staging: comedi: s626: remove MC_ENABLE macroH Hartley Sweeten
2013-03-25staging: comedi: s626: #ifdef out a block of unused codeH Hartley Sweeten
2013-03-25staging: comedi: s626: cleanup comedi_lrange tableH Hartley Sweeten
2013-03-25staging: comedi: s626: factor counter interrupt handling from s626_irq_handler()H Hartley Sweeten
2013-03-25staging: comedi: s626: factor eos interrupt handling from s626_irq_handler()H Hartley Sweeten
2013-03-25staging: comedi: s626: use a local var for the s->async in s626_irq_handler()H Hartley Sweeten
2013-03-25staging: comedi: s626: cleanup "subdevice" and "cmd" in s626_irq_handler()H Hartley Sweeten
2013-03-25staging: comedi: s626: factor dio interrupt handling from s626_irq_handler()H Hartley Sweeten
2013-03-25staging: comedi: s626: simplify dio register accessH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: fix labpc_eeprom_insn_read()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: return bool from labpc_use_continuous_mode()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: cleanup trigger setting in labpc_ai_cmd()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: remove board attach noiseH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: dma requires an interruptH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: allow board to attach without dmaH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: allow board to attach without interruptH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: return error from labpc_counter_set_mode()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: cleanup labpc_counter_load() usageH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: introduce labpc_counter_set_mode()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: remove inline from labpc_counter_load()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: move a couple of the #define'sH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: clean up register mapH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: clean up multi-line commentsH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: fix a > 80 char line issueH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: introduce labpc_ai_wait_for_data()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: introduce labpc_read_adc_fifo()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: introduce labpc_setup_cmd6_reg()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc:use labpc_cancel() to remove some common codeH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: introduce labpc_ai_set_chan_and_gain()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: cleanup local var declarations in labpc_ai_insn_re...H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: cleanup local var declarations in labpc_ai_cmd()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: remove unnecessary test of dev->irqH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: move declaration of local var 'irq_flags'H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: remove DRV_NAMEH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: use dev->board_name instead of DRV_NAMEH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: move declaration of local var 'dma_flags'H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: tidy up subdevice initH Hartley Sweeten