1. 2ab5f39 iio: adc: at91_adc: allow to use full range of startup time by Jan Leupold · 9 years ago
  2. 70dddee iio: fix drivers that check buffer->scan_mask by Octavian Purdila · 9 years ago
  3. d84a2b0 Merge 3.17-rc6 into staging-next. by Greg Kroah-Hartman · 10 years ago
  4. d4f5195 iio: adc: at91: don't use the last converted data register by Ludovic Desroches · 10 years ago
  5. 3068ab2 iio: adc: at91: make the function handle_adc_eoc_trigger() static by Josh Wu · 10 years ago
  6. ef7994f Merge 3.16-rc2 into staging-next by Greg Kroah-Hartman · 10 years ago
  7. f641f66 Merge tag 'iio-for-3.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 10 years ago
  8. e28642c Merge tag 'iio-fixes-for-3.16a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 10 years ago
  9. 398fd22 iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_chained() by Peter Meerwald · 10 years ago
  10. 4f3bcd8 iio: adc: at91: signedness bug in at91_adc_get_trigger_value_by_name() by Dan Carpenter · 10 years ago
  11. 65b1fdb iio: adc: at91: add sam9rl support by Alexandre Belloni · 10 years ago
  12. bee20c4 iio: adc: at91: remove unused include from include/mach by Alexandre Belloni · 10 years ago
  13. 84882b0 iio: adc: at91_adc: Add support for touchscreens without TSMR by Alexandre Belloni · 10 years ago
  14. 2de0c01 iio: adc: at91: cleanup platform_data by Alexandre Belloni · 10 years ago
  15. 8f32b6b iio: adc: at91_adc: correct default shtim value by Alexandre Belloni · 10 years ago
  16. 467a44b iio: adc: at91_adc: Repair broken platform_data support by Alexandre Belloni · 10 years ago
  17. 00582bf iio: at91: fix error return code in at91_adc_probe() by Wei Yongjun · 11 years ago
  18. c8b11de iio: at91: introduce touch screen support in iio adc driver by Josh Wu · 11 years ago
  19. 2b6d598 iio: at91: move the num_channels from DT to driver itself by Josh Wu · 11 years ago
  20. c460166 iio: at91: ADC start-up time calculation changed since at91sam9x5 by Josh Wu · 11 years ago
  21. c45e561 iio:at91: Report scale as fractional value by Lars-Peter Clausen · 11 years ago
  22. e2aad1d Merge 3.12-rc2 into staging-next. by Greg Kroah-Hartman · 11 years ago
  23. e79cece iio:at91_adc: Use iio_push_to_buffers_with_timestamp() by Lars-Peter Clausen · 11 years ago
  24. 4287723 iio: at91_adc: Cocci spatch "noderef" by Thomas Meyer · 11 years ago
  25. db10e20 iio: at91: fix adc_clk overflow by Josh Wu · 11 years ago
  26. 8c60c7e iio: Remove unnecessary casts for iio_push_to_buffers() by Lars-Peter Clausen · 11 years ago
  27. 9120c0b iio: at91: Use different prescal, startup mask in MR for different IP by Josh Wu · 11 years ago
  28. e1811f9 iio: at91: introduce the multiple compatible string for different IPs. by Josh Wu · 11 years ago
  29. f883753 iio: at91: Use devm_iio_device_alloc by Sachin Kamat · 11 years ago
  30. 00738ff iio: at91_adc: Add missing CONFIG_OF macro by Sachin Kamat · 11 years ago
  31. beca9e7 iio: at91_adc: fix missing Sample and Hold time by Jean-Christophe PLAGNIOL-VILLARD · 11 years ago
  32. e748783 iio: at91_adc: add sleep mode support by Jean-Christophe PLAGNIOL-VILLARD · 11 years ago
  33. 47be16b iio: at91_adc: add low and high res support by Ludovic Desroches · 11 years ago
  34. 1e9663c iio:trigger: Introduce iio_tigger_{set,get}_drvdata by Lars-Peter Clausen · 11 years ago
  35. 01bdab6 iio:adc:at91_adc move to info_mask_(shared_by_type/separate) by Jonathan Cameron · 11 years ago
  36. 5fd9846 iio: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  37. b87fc3e Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  38. fc52692 Drivers: iio: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  39. 1167976 iio: at91: fix dev var name in at91_adc_trigger_handler by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  40. 84b36ce staging:iio: Add support for multiple buffers by Jonathan Cameron · 12 years ago
  41. 6b3aa31 Revert "iio: at91_adc: Use devm_kcalloc to allocate arrays" by Axel Lin · 12 years ago
  42. 4525985 iio: at91_adc: Use devm_kcalloc to allocate arrays by Lars-Peter Clausen · 12 years ago
  43. 1217c48 iio: use iio_push_to_buffer() in at91 driver by Peter Meerwald · 12 years ago
  44. e1562ef iio: remove useless irq_enabled variable in at91 by Peter Meerwald · 12 years ago
  45. 6a2a2cd Merge 3.6-rc6 into staging-next by Greg Kroah-Hartman · 12 years ago
  46. ce56ade iio: Drop timestamp parameter from buffer store_to callback by Lars-Peter Clausen · 12 years ago
  47. 00062a9c drivers/iio/adc/at91_adc.c: use clk_prepare_enable and clk_disable_unprepare by Julia Lawall · 12 years ago
  48. f755bbb drivers/iio/adc/at91_adc.c: adjust inconsistent IS_ERR and PTR_ERR by Julia Lawall · 12 years ago
  49. 390d75c drivers/iio/adc/at91_adc.c: use devm_ functions by Julia Lawall · 12 years ago
  50. 90e6dc7 iio:adc:at91: Relase mutex on error path in at91_adc_read_raw by Lars-Peter Clausen · 12 years ago
  51. 90032e4 iio:adc:at91: Use new triggered buffer setup helper by Lars-Peter Clausen · 12 years ago
  52. e364185 IIO: AT91: Add DT support to at91_adc driver by Maxime Ripard · 12 years ago
  53. 0e589d5 ARM: AT91: IIO: Add AT91 ADC driver. by Maxime Ripard · 12 years ago