index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
iio
/
meter
/
ade7754.c
Age
Commit message (
Expand
)
Author
Lines
2018-05-20
staging:iio:meter: Drop ADE7754 driver
Jonathan Cameron
-664
/
+0
2018-02-24
staging:iio:meter: Add name to function definition arguments
Rodrigo Siqueira
-3
/
+3
2017-08-22
staging:iio:meter: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
-1
/
+0
2017-05-01
iio: ade7754: Convert symbolic permissions to octal
Quentin Swain
-28
/
+28
2017-03-30
staging: iio: update locking method during frequency writes
Gargi Sharma
-8
/
+16
2017-03-23
staging: ade7754: Clean up #includes
simran singhal
-6
/
+5
2017-03-13
staging: iio: ade7754: Move contents of header file to source file
sayli karnik
-1
/
+86
2017-03-11
Staging: iio: return expression instead of return ret
Bo Yu
-3
/
+1
2016-12-03
IIO: Change msleep to usleep_range for small msecs
Aniroop Mathur
-1
/
+1
2016-09-20
staging: iio: meter: ade7754: Match alignment with open parenthesis
Georgiana Rodica Chelu
-34
/
+25
2016-03-28
staging: iio: use kernel preferred block commenting style
Alison Schofield
-1
/
+2
2016-03-28
staging: iio: meter: remove fixme comment on device remove
Alison Schofield
-1
/
+0
2016-03-11
Staging: iio: ade7754: Remove unnecessary goto.
Sandhya Bankar
-4
/
+1
2015-11-05
Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
-1
/
+0
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
-1
/
+0
2015-10-24
staging: iio: meter: Remove explicit comparisons
Cristina Moraru
-1
/
+1
2015-09-12
Staging: iio: meter: Prefer using the BIT macro
Shraddha Barke
-3
/
+3
2015-04-01
Staging: iio: Add error check on iio_register_device()
Cristina Opriceana
-2
/
+9
2015-03-24
Merge tag 'iio-for-4.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
-2
/
+13
2015-03-16
Staging: iio: Simplify return logic
Cristina Opriceana
-5
/
+1
2015-03-16
Staging: iio: Remove parentheses around right side an assignment
Haneen Mohammed
-1
/
+1
2015-02-03
iio: meter: ade7754: add error handling in _reset and _stop_device
Devendra Naga
-2
/
+13
2014-10-02
Staging: iio: meter: Add blank line after declarations
Darshana Padmadas
-0
/
+2
2013-11-12
Merge tag 'spi-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
-2
/
+1
2013-10-03
staging:iio:ade7753/ade7754/ade7759: Use spi_w8r16be() instead of spi_w8r16()
Lars-Peter Clausen
-2
/
+1
2013-09-14
staging: iio: ade7754: Use devm_iio_device_alloc
Sachin Kamat
-14
/
+5
2013-09-08
staging: iio: replace strict_strto*() with kstrto*()
Jingoo Han
-6
/
+6
2013-08-03
staging:iio:ade7xxx: Don't expose the chip reset to userspace
Lars-Peter Clausen
-19
/
+0
2013-02-09
staging:iio: Use spi_sync_transfer()
Lars-Peter Clausen
-4
/
+1
2012-11-21
staging: iio: remove use of __devexit_p
Bill Pemberton
-1
/
+1
2012-11-21
staging: iio: remove use of __devexit
Bill Pemberton
-1
/
+1
2012-11-21
staging: iio: remove use of __devinit
Bill Pemberton
-1
/
+1
2012-09-22
staging:iio:ade7754: Do not return a error in remove function
Lars-Peter Clausen
-8
/
+2
2012-09-16
Merge 3.6-rc6 into staging-next
Greg Kroah-Hartman
-0
/
+2
2012-08-27
staging:iio: prevent divide by zero bugs
Dan Carpenter
-0
/
+2
2012-08-27
staging:iio: Add missing __devinit and __devexit annotations
Lars-Peter Clausen
-1
/
+1
2012-05-14
staging:iio:meter: Use dev_to_iio_dev()
Lars-Peter Clausen
-6
/
+6
2012-04-29
staging:iio: Streamline API function naming
Lars-Peter Clausen
-3
/
+3
2012-04-25
IIO: Move core headers to include/linux/iio
Jonathan Cameron
-2
/
+2
2012-01-09
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+1
2011-11-26
staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIAS
Lars-Peter Clausen
-0
/
+1
2011-11-17
staging:iio: Use module_spi_driver to register SPI driver
Lars-Peter Clausen
-12
/
+1
2011-10-17
staging:iio: fix removal path to allow correct freeing.
Jonathan Cameron
-1
/
+2
2011-10-17
staging:iio: gpio build dependency fixing
Jonathan Cameron
-1
/
+0
2011-09-16
staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.
Jonathan Cameron
-5
/
+5
2011-09-06
staging:iio: rework of attribute registration.
Jonathan Cameron
-10
/
+6
2011-08-25
staging: Add module.h to drivers/staging users
Paul Gortmaker
-0
/
+1
2011-06-28
staging:iio:meter:ade7754: allocate state with iio_dev and buffers in state.
Jonathan Cameron
-51
/
+29
2011-05-19
staging:iio: implement an iio_info structure to take some of the constant ele...
Jonathan Cameron
-3
/
+5
2011-05-19
staging:iio: use the new central name attribute creation code
Jonathan Cameron
-3
/
+1
[next]