Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7225342ab501befdb64bcec76ded41f5897c0855
/
drivers
/
iio
/
adc
/
ad7291.c
db7c17e
Merge tag 'iio-for-3.17c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 10 years ago
3b1cae7
staging:iio:ad7291: Move out of staging
by Lars-Peter Clausen
· 10 years ago
[Renamed (99%) from drivers/staging/iio/adc/ad7291.c]
cfa71bf
staging:iio:ad7291 define alert register bits
by Hartmut Knaack
· 10 years ago
8a32f65
staging:iio:ad7291 faciliate ad7291_read_event_config()
by Hartmut Knaack
· 10 years ago
5714d0c
staging:iio:ad7291 cleanup defines
by Hartmut Knaack
· 10 years ago
975d98c
staging:iio:ad7291 fix coding style
by Hartmut Knaack
· 10 years ago
48d58a5
staging:iio:ad7291 remove double define
by Hartmut Knaack
· 10 years ago
cb95585
iio: Remove support for the legacy event config interface
by Lars-Peter Clausen
· 11 years ago
ec87197
staging:iio:ad7291: Use event spec for threshold hysteresis
by Lars-Peter Clausen
· 11 years ago
b80a674
staging:iio:ad7291: Switch to new event config interface
by Lars-Peter Clausen
· 11 years ago
3e70bad
staging: iio: ad7291: Use devm_* APIs
by Sachin Kamat
· 11 years ago
bb37796
staging:iio:ad7291: add missing .driver_module to struct iio_info
by Wei Yongjun
· 11 years ago
1df9d1d
staging:iio:ad7291: Rework regulator handling
by Lars-Peter Clausen
· 12 years ago
88198d2
staging:iio:ad7291: Use sign_extend32 instead of open-coding it
by Lars-Peter Clausen
· 12 years ago
7bd49fe
staging:iio:ad7291: Use i2c_smbus_{read,write}_word_swapped instead of open-coding it
by Lars-Peter Clausen
· 12 years ago
3f8db0d
staging:iio:ad7291: Simplify threshold register lookup
by Lars-Peter Clausen
· 12 years ago
08d7a70
staging:iio:ad7291: Remove unnecessary dev_info() from probe()
by Lars-Peter Clausen
· 12 years ago
83740d5
staging:iio:ad7291: Remove userspace reset
by Lars-Peter Clausen
· 12 years ago
73a4445
staging:iio:ad7291: Use IIO_VAL_FRACTIONAL_LOG2
by Lars-Peter Clausen
· 12 years ago
0325948
staging:iio:adc:ad7291 move to info_mask_(shared_by_type/separate)
by Jonathan Cameron
· 12 years ago
e543acf
staging: iio: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
447d4f2
staging: iio: remove use of __devexit
by Bill Pemberton
· 12 years ago
4ae1c61
staging: iio: remove use of __devinit
by Bill Pemberton
· 12 years ago
62c5183
staging:iio:adc: Use dev_to_iio_dev()
by Lars-Peter Clausen
· 13 years ago
7cbb753
staging:iio: Streamline API function naming
by Lars-Peter Clausen
· 13 years ago
06458e2
IIO: Move core headers to include/linux/iio
by Jonathan Cameron
· 13 years ago
b11f98f
staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers.
by Jonathan Cameron
· 13 years ago
da36716
staging:iio: Rename IIO_EVENT_CODE_EXTRACT_NUM to IIO_EVENT_CODE_EXTRACT_CHAN
by Lars-Peter Clausen
· 13 years ago
12e5550
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 13 years ago
c8a9f80
staging:iio:treewide only use shared to decide on interfaces
by Jonathan Cameron
· 13 years ago
924f8a2
staging:iio: Do not use bitmasks for channel info addresses
by Lars-Peter Clausen
· 13 years ago
af5046a
staging:iio: header reorganization
by Jonathan Cameron
· 13 years ago
6e5af18
staging:iio: Use module_i2c_driver to register I2C drivers
by Lars-Peter Clausen
· 13 years ago
d2fffd6
staging:iio: fix removal path to allow correct freeing.
by Jonathan Cameron
· 13 years ago
84f79ec
staging:iio:adc:naming: dev_info to indio_dev for consistency
by Jonathan Cameron
· 13 years ago
6835cb6
staging:iio: unwind the IIO_IN -> IIO_VOLTAGE define
by Jonathan Cameron
· 13 years ago
a3ef65d
staging:iio:adc:ad7192: return len and fix out of range checking
by Michael Hennerich
· 13 years ago
e68b1db
staging:iio:adc:ad7192: add temp_scale attribute, change module description
by Michael Hennerich
· 13 years ago
c11f02e
staging:iio:adc:ad7291: reset device and setup irq before it is enabled
by Michael Hennerich
· 13 years ago
06420c2
staging:iio:adc:ad7291: fix channel mapping for event enables
by Michael Hennerich
· 13 years ago
b576590
staging:iio:adc:ad7291: introduce IIO_EVENT_CODE_EXTRACT_CHAN_TYPE and use accordingly
by Michael Hennerich
· 13 years ago
94c93db
staging:iio:adc:ad7291: fix mask bit generation
by Michael Hennerich
· 13 years ago
81e2edb
staging:iio:adc:ad7291: don't swab results twice and introduce more register defines
by Michael Hennerich
· 13 years ago
3b424f3
staging:iio:adc:ad7291: Add regulator, reference voltage and scale handling
by Michael Hennerich
· 13 years ago
00feefb
staging:iio:adc:ad7291: Fix AD7291_T_SENSE_MASK
by Michael Hennerich
· 13 years ago
f22c1cf
staging:iio:adc:ad7291: Fix typos, change kconfig description and file header
by Michael Hennerich
· 13 years ago
e70ab21
staging:iio:adc:ad7291: fix channel mapping
by Michael Hennerich
· 13 years ago
4fd2424
staging:iio:adc:ad7291 bring into line with current abi + chan_spec conversion.
by Jonathan Cameron
· 13 years ago
26d25ae
staging:iio: rework of attribute registration.
by Jonathan Cameron
· 13 years ago
3e39440
staging:iio:fix using iio_priv or iio_dev after iio_unregister_device
by Jonathan Cameron
· 13 years ago
5aa9618
staging:iio: remove broken support for multiple event interfaces.
by Jonathan Cameron
· 13 years ago
99c9785
staging: Add module.h to drivers/staging users
by Paul Gortmaker
· 13 years ago
03bda05
Staging: iio: some uninitialized variable bugs
by Dan Carpenter
· 13 years ago
d439797
staging:iio:adc:ad7291: allocate chip state with iio_dev and use iio_priv for access.
by Jonathan Cameron
· 14 years ago
6fe8135
staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.
by Jonathan Cameron
· 14 years ago
b206c3b
staging:iio:adc:ad7291 remove abuse of buffer events and replace with something almost sane
by Jonathan Cameron
· 14 years ago
845bd12
staging:iio: use the new central name attribute creation code
by Jonathan Cameron
· 14 years ago
58c0323
staging:iio:ad7291 move from old event system to current.
by Jonathan Cameron
· 14 years ago
6f7c8ee
staging:iio: Add ability to allocate private data space to iio_allocate_device
by Jonathan Cameron
· 14 years ago
ddaecd5
staging: iio: adc: new driver for AD7291 devices
by Sonic Zhang
· 14 years ago