Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
09da8dfa98682d871987145ed11e3232accac860
/
drivers
/
iio
/
gyro
/
adxrs450.c
9bcbf02
iio: gyro: adxrs450: Use devm_iio_device_register
by Sachin Kamat
· 11 years ago
35734fb
iio:adxrs450: Use spi_sync_transfer()
by Lars-Peter Clausen
· 11 years ago
52c77c3
iio: gyro: adxrs450: Remove redundant break
by Sachin Kamat
· 11 years ago
6694cf9
iio: gyro: adxrs450: Use devm_iio_device_alloc
by Sachin Kamat
· 11 years ago
98bfb6e
iio:gyro:adxrs450 move to info_mask_(shared_by_type/separate)
by Jonathan Cameron
· 12 years ago
14543a0
iio: Use spi_sync_transfer()
by Lars-Peter Clausen
· 12 years ago
420b0fc
staging:iio: Move adxrs450 driver out of staging
by Lars-Peter Clausen
· 12 years ago
[Renamed from drivers/staging/iio/gyro/adxrs450.c]
53ac850
staging:iio:adxrs450: Move header file contents to main file
by Lars-Peter Clausen
· 12 years ago
[Renamed (86%) from drivers/staging/iio/gyro/adxrs450_core.c]
d5e69c8
staging:iio:adxrs450: Fixup kernel doc comments
by Lars-Peter Clausen
· 12 years ago
619036e
staging:iio:adxrs450: Use usleep_range for the sequential transfer dealy
by Lars-Peter Clausen
· 12 years ago
457b71d
staging:iio:adxrs450: Don't split string across multiple lines
by Lars-Peter Clausen
· 12 years ago
1439b6e
staging:iio:adxrs450: Reflow overlong lines
by Lars-Peter Clausen
· 12 years ago
ceac0cf2
staging:iio:adxrs450: Don't spam the bootlog
by Lars-Peter Clausen
· 12 years ago
9a26578
staging:iio:adxrs450: Reject out of range calibscale values
by Lars-Peter Clausen
· 12 years ago
c62b89c
staging:iio:adxrs450: Perform sign extension for the calibbias register
by Lars-Peter Clausen
· 12 years ago
1a87e4f
staging:iio:adxrs450: Make transfer buffers __be32
by Lars-Peter Clausen
· 12 years ago
6a6df2d
Partially revert "staging:iio:gyro:adxrs450 make more use of spi_read and spi_write."
by Lars-Peter Clausen
· 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
8e82875
staging:iio: Add missing __devinit and __devexit annotations
by Lars-Peter Clausen
· 12 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
fbaff21
staging:iio:gyro Add IIO_CHAN_INFO_RAW entries to all drivers.
by Jonathan Cameron
· 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
617156f
iio: gyro: ADXRS450: Add support for ADXRS453 Digital Gyroscope
by Michael Hennerich
· 13 years ago
9631135
iio: gyro: ADXRS450: Add missing read support for calibbias attribute
by Michael Hennerich
· 13 years ago
90b9b227
iio: gyro: ADXRS450: Add missing scale attributes
by Michael Hennerich
· 13 years ago
55e4390
staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIAS
by Lars-Peter Clausen
· 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
ae6ae6f
staging:iio: Use module_spi_driver to register SPI driver
by Lars-Peter Clausen
· 13 years ago
d2fffd6
staging:iio: fix removal path to allow correct freeing.
by Jonathan Cameron
· 13 years ago
3e2c96e
staging:iio: gpio build dependency fixing
by Jonathan Cameron
· 13 years ago
41ea040
staging:iio: rename gyro channels to anglvel
by Jonathan Cameron
· 13 years ago
99c9785
staging: Add module.h to drivers/staging users
by Paul Gortmaker
· 13 years ago
037bad9
staging:iio:gyro:adxrs450 squish some trivial single call point wrappers functions.
by Jonathan Cameron
· 13 years ago
cb449687
staging:iio:gyro:adxrs450 make more use of spi_read and spi_write.
by Jonathan Cameron
· 13 years ago
58ea778
staging:iio:gyro:adxrs450 move to iio_chan_spec registration
by Jonathan Cameron
· 13 years ago
ba61bb18
staging:iio:gyro:adxrs450: allocate chip state with iio_dev
by Jonathan Cameron
· 13 years ago
6fe8135
staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.
by Jonathan Cameron
· 13 years ago
1810b3b
IIO: GYRO: ADXRS450: Don't exit probe, in case the power on default is not met.
by Michael Hennerich
· 14 years ago
7dd04eb
IIO: GYRO: ADXRS450: Fix sign issues, properly shift results and limit values
by Michael Hennerich
· 14 years ago
8ffc4e7
IIO: GYRO: ADXRS450: enforce sequential transfer delay of at least 0.1ms
by Michael Hennerich
· 14 years ago
232b164
IIO: GYRO: ADXRS450: Add missing parity bit generation
by Michael Hennerich
· 14 years ago
caca8c8
IIO: GYRO: ADXRS450: Cleanup result extraction and update license notice
by Michael Hennerich
· 14 years ago
31f6a29
IIO: GYRO: ADXRS450: Don't issue two messages, use two transfers
by Michael Hennerich
· 14 years ago
6f7c8ee
staging:iio: Add ability to allocate private data space to iio_allocate_device
by Jonathan Cameron
· 14 years ago
24742ac
IIO: GYRO: IIO driver for Analog Devices Digital Output Gyroscope ADXRS450
by Michael Hennerich
· 14 years ago