- 9054c15 iio: adc: at91_adc: merge at91_adc_probe_dt back in at91_adc_probe by Alexandre Belloni · 4 years, 3 months ago
- 09d4726 iio: adc: at91_adc: rework trigger definition by Alexandre Belloni · 4 years, 3 months ago
- 5eb39ef iio: adc: at91_adc: rework resolution selection by Alexandre Belloni · 4 years, 3 months ago
- 197cefc iio: adc: at91_adc: remove at91_adc_ids by Alexandre Belloni · 4 years, 3 months ago
- ead1c9f iio: adc: at91_adc: remove platform data and move defs in driver file by Alexandru Ardelean · 4 years, 5 months ago
- f091d7c iio: adc: at91_adc: add Kconfig dep on the OF symbol and remove of_match_ptr() by Alexandru Ardelean · 4 years, 5 months ago
- 3e4ef8e iio: adc: at91_adc: const-ify some driver data by Alexandru Ardelean · 4 years, 5 months ago
- ad49bd5 iio: adc: at91_adc: use of_device_get_match_data() helper by Alexandru Ardelean · 4 years, 5 months ago
- 4ab559a iio: adc: at91_adc: Fix 'bad line' warning by Lee Jones · 4 years, 8 months ago
- 044d406 iio: at91_adc: remove usage of iio_priv_to_dev() helper by Alexandru Ardelean · 4 years, 10 months ago
- d3be8324 iio: remove explicit IIO device parent assignment by Alexandru Ardelean · 4 years, 10 months ago
- af5c217 iio: adc: at91-adc: Use devm_platform_ioremap_resource by Aishwarya Ramakrishnan · 5 years ago
- 7c27922 iio: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 6 years ago
- 23004ec Merge 5.2-rc3 into staging-next by Greg Kroah-Hartman · 6 years ago
- c51cb3f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 71 by Thomas Gleixner · 6 years ago
- e3faedf iio: adc: at91: Use dev_get_drvdata() by Kefeng Wang · 6 years ago
- 09c6bde iio: adc: at91: disable adc channel interrupt in timeout case by Georg Ottinger · 6 years ago
- aea835f iio: adc: at91: fix wrong channel number in triggered buffer mode by Eugen Hristev · 6 years ago
- bc1b453 iio: adc: at91: fix acking DRDY irq on simple conversions by Eugen Hristev · 6 years ago
- a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
- c34812e Drivers: iio:adc: fix brace coding style issue in at91_adc.c by Venkat Prashanth B U · 7 years ago
- 52b31bc iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.owner by Jonathan Cameron · 8 years ago
- 5b4e17c iio: adc: at91: make array startup_lookup static by Colin Ian King · 8 years ago
- bc3ae98 iio: adc: at91: add suspend and resume callback by Wenyou Yang · 8 years ago
- 552edf8 Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 8 years ago
- ede63aaf iio: adc: at91: Add support for Touchscreen Switches Closure Time by Nicolas Ferre · 9 years ago
- c2ab447 iio: adc: at91: unbreak channel adc channel 3 by Anders Darander · 9 years ago
- 4c79dd0 iio: adc: at91_adc: fix errors reported by checkpatch.pl by Slawomir Stepien · 9 years ago
- 3fba9b5 IIO: adc: at91_adc.c Prefer kmalloc_array over kmalloc with multiply by Nizam Haider · 9 years ago
- 2ab5f39 iio: adc: at91_adc: allow to use full range of startup time by Jan Leupold · 10 years ago
- 70dddee iio: fix drivers that check buffer->scan_mask by Octavian Purdila · 10 years ago
- d84a2b0 Merge 3.17-rc6 into staging-next. by Greg Kroah-Hartman · 10 years ago
- d4f5195 iio: adc: at91: don't use the last converted data register by Ludovic Desroches · 10 years ago
- 3068ab2 iio: adc: at91: make the function handle_adc_eoc_trigger() static by Josh Wu · 11 years ago
- ef7994f Merge 3.16-rc2 into staging-next by Greg Kroah-Hartman · 11 years ago
- 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 · 11 years ago
- 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 · 11 years ago
- 398fd22 iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_chained() by Peter Meerwald · 10 years ago
- 4f3bcd8 iio: adc: at91: signedness bug in at91_adc_get_trigger_value_by_name() by Dan Carpenter · 10 years ago
- 65b1fdb iio: adc: at91: add sam9rl support by Alexandre Belloni · 11 years ago
- bee20c4 iio: adc: at91: remove unused include from include/mach by Alexandre Belloni · 11 years ago
- 84882b0 iio: adc: at91_adc: Add support for touchscreens without TSMR by Alexandre Belloni · 11 years ago
- 2de0c01 iio: adc: at91: cleanup platform_data by Alexandre Belloni · 11 years ago
- 8f32b6b iio: adc: at91_adc: correct default shtim value by Alexandre Belloni · 11 years ago
- 467a44b iio: adc: at91_adc: Repair broken platform_data support by Alexandre Belloni · 11 years ago
- 00582bf iio: at91: fix error return code in at91_adc_probe() by Wei Yongjun · 11 years ago
- c8b11de iio: at91: introduce touch screen support in iio adc driver by Josh Wu · 11 years ago
- 2b6d598 iio: at91: move the num_channels from DT to driver itself by Josh Wu · 11 years ago
- c460166 iio: at91: ADC start-up time calculation changed since at91sam9x5 by Josh Wu · 11 years ago
- c45e561 iio:at91: Report scale as fractional value by Lars-Peter Clausen · 11 years ago
- e2aad1d Merge 3.12-rc2 into staging-next. by Greg Kroah-Hartman · 11 years ago
- e79cece iio:at91_adc: Use iio_push_to_buffers_with_timestamp() by Lars-Peter Clausen · 11 years ago
- 4287723 iio: at91_adc: Cocci spatch "noderef" by Thomas Meyer · 11 years ago
- db10e20 iio: at91: fix adc_clk overflow by Josh Wu · 12 years ago
- 8c60c7e iio: Remove unnecessary casts for iio_push_to_buffers() by Lars-Peter Clausen · 11 years ago
- 9120c0b iio: at91: Use different prescal, startup mask in MR for different IP by Josh Wu · 12 years ago
- e1811f9 iio: at91: introduce the multiple compatible string for different IPs. by Josh Wu · 12 years ago
- f883753 iio: at91: Use devm_iio_device_alloc by Sachin Kamat · 12 years ago
- 00738ff iio: at91_adc: Add missing CONFIG_OF macro by Sachin Kamat · 12 years ago
- beca9e7 iio: at91_adc: fix missing Sample and Hold time by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
- e748783 iio: at91_adc: add sleep mode support by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
- 47be16b iio: at91_adc: add low and high res support by Ludovic Desroches · 12 years ago
- 1e9663c iio:trigger: Introduce iio_tigger_{set,get}_drvdata by Lars-Peter Clausen · 12 years ago
- 01bdab6 iio:adc:at91_adc move to info_mask_(shared_by_type/separate) by Jonathan Cameron · 12 years ago
- 5fd9846 iio: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
- 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
- fc52692 Drivers: iio: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
- 1167976 iio: at91: fix dev var name in at91_adc_trigger_handler by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
- 84b36ce staging:iio: Add support for multiple buffers by Jonathan Cameron · 13 years ago
- 6b3aa31 Revert "iio: at91_adc: Use devm_kcalloc to allocate arrays" by Axel Lin · 12 years ago
- 4525985 iio: at91_adc: Use devm_kcalloc to allocate arrays by Lars-Peter Clausen · 12 years ago
- 1217c48 iio: use iio_push_to_buffer() in at91 driver by Peter Meerwald · 12 years ago
- e1562ef iio: remove useless irq_enabled variable in at91 by Peter Meerwald · 12 years ago
- 6a2a2cd Merge 3.6-rc6 into staging-next by Greg Kroah-Hartman · 12 years ago
- ce56ade iio: Drop timestamp parameter from buffer store_to callback by Lars-Peter Clausen · 13 years ago
- 00062a9c drivers/iio/adc/at91_adc.c: use clk_prepare_enable and clk_disable_unprepare by Julia Lawall · 13 years ago
- f755bbb drivers/iio/adc/at91_adc.c: adjust inconsistent IS_ERR and PTR_ERR by Julia Lawall · 13 years ago
- 390d75c drivers/iio/adc/at91_adc.c: use devm_ functions by Julia Lawall · 13 years ago
- 90e6dc7 iio:adc:at91: Relase mutex on error path in at91_adc_read_raw by Lars-Peter Clausen · 13 years ago
- 90032e4 iio:adc:at91: Use new triggered buffer setup helper by Lars-Peter Clausen · 13 years ago
- e364185 IIO: AT91: Add DT support to at91_adc driver by Maxime Ripard · 13 years ago
- 0e589d5 ARM: AT91: IIO: Add AT91 ADC driver. by Maxime Ripard · 13 years ago