index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: Add Freescale mag3110 magnetometer driver
Peter Meerwald
2013-10-23
3
-0
/
+412
*
iio:adc:max1363 support SMBus for 8-bit devices
Vivien Didelot
2013-10-20
1
-19
/
+57
*
iio: Correct description how to convert microtesla to gauss
Peter Meerwald
2013-10-20
1
-1
/
+1
*
Merge 3.12-rc6 into staging-next.
Greg Kroah-Hartman
2013-10-19
2
-2
/
+7
|
\
|
*
iio:buffer: Free active scan mask in iio_disable_all_buffers()
Lars-Peter Clausen
2013-10-15
1
-0
/
+3
|
*
iio: frequency: adf4350: add missing clk_disable_unprepare() on error in adf4...
Wei Yongjun
2013-10-12
1
-2
/
+4
*
|
iio: light: gp2ap020a00f: Include linux/of.h header
Sachin Kamat
2013-10-18
1
-0
/
+1
*
|
iio: adc: ti-adc081c: Include linux/of.h header
Sachin Kamat
2013-10-18
1
-0
/
+1
*
|
iio: adc: nau7802: Include linux/of.h header
Sachin Kamat
2013-10-18
1
-0
/
+1
*
|
iio: adc: mcp3422: Include linux/of.h header
Sachin Kamat
2013-10-18
1
-0
/
+1
*
|
iio: at91: introduce touch screen support in iio adc driver
Josh Wu
2013-10-17
1
-24
/
+364
*
|
iio: cm36651: Add CM36651 proximity/light sensor
Beomho Seo
2013-10-17
3
-0
/
+720
*
|
iio: Remove unused iio_sw_buffer_preenable()
Lars-Peter Clausen
2013-10-16
1
-18
/
+0
*
|
iio:gp2ap020a00f: Remove redundant call to iio_sw_buffer_preenable()
Lars-Peter Clausen
2013-10-16
1
-1
/
+0
*
|
iio:st_pressure: Remove redundant call to iio_sw_buffer_preenable().
Lars-Peter Clausen
2013-10-16
1
-10
/
+1
*
|
iio:st_magn: Remove redundant call to iio_sw_buffer_preenable().
Lars-Peter Clausen
2013-10-16
1
-10
/
+1
*
|
iio:triggered-buffer: Remove redundant call to iio_sw_buffer_preenable().
Lars-Peter Clausen
2013-10-16
1
-1
/
+0
*
|
iio:st_gyro: Remove redundant call to iio_sw_buffer_preenable().
Lars-Peter Clausen
2013-10-16
1
-10
/
+1
*
|
iio:ti_am335x: Remove redundant call to iio_sw_buffer_preenable()
Lars-Peter Clausen
2013-10-16
1
-1
/
+1
*
|
iio:ad_sigma_delta: Remove redundant call to iio_sw_buffer_preenable().
Lars-Peter Clausen
2013-10-16
1
-1
/
+0
*
|
iio:ad7887: Remove redundant call to iio_sw_buffer_preenable().
Lars-Peter Clausen
2013-10-16
1
-5
/
+0
*
|
iio:ad7266: Remove redundant call to iio_sw_preenable()
Lars-Peter Clausen
2013-10-16
1
-11
/
+1
*
|
iio:st_accel: Drop redundant call to iio_sw_buffer_preenable()
Lars-Peter Clausen
2013-10-16
1
-10
/
+1
*
|
iio: Update buffer's bytes per datum after updating the scan mask
Lars-Peter Clausen
2013-10-16
1
-1
/
+17
*
|
iio:kfifo: Set update_needed to false after allocating a new buffer
Lars-Peter Clausen
2013-10-15
1
-0
/
+1
*
|
iio:kfifo: Empty buffer on update
Lars-Peter Clausen
2013-10-15
1
-5
/
+7
*
|
iio:kfifo: Protect against concurrent access from userspace
Lars-Peter Clausen
2013-10-15
1
-5
/
+15
*
|
iio:kfifo: Fix memory leak
Lars-Peter Clausen
2013-10-15
1
-1
/
+4
*
|
iio:buffer: Ignore noop requests for iio_update_buffers()
Lars-Peter Clausen
2013-10-12
1
-0
/
+14
*
|
iio: Add a hysteresis event info attribute
Lars-Peter Clausen
2013-10-12
1
-0
/
+1
*
|
iio:apds9300: Use new event config interface
Lars-Peter Clausen
2013-10-12
1
-17
/
+36
*
|
iio:tsl2563: Switch to new event config interface
Lars-Peter Clausen
2013-10-12
1
-19
/
+34
*
|
iio:gp2ap020a00f: Switch to new event config interface
Lars-Peter Clausen
2013-10-12
1
-34
/
+71
*
|
iio:ad5421: Switch to new event config interface
Lars-Peter Clausen
2013-10-12
1
-18
/
+44
*
|
iio:max1363: Switch to new event config interface
Lars-Peter Clausen
2013-10-12
1
-90
/
+110
*
|
iio: Extend the event config interface
Lars-Peter Clausen
2013-10-12
1
-22
/
+171
*
|
iio: Factor IIO value formating into its own function
Lars-Peter Clausen
2013-10-12
2
-12
/
+28
*
|
iio: Add a helper to free a list of IIO device attributes
Lars-Peter Clausen
2013-10-12
4
-48
/
+23
*
|
iio:buffer: Add proper locking for iio_update_buffers()
Lars-Peter Clausen
2013-10-12
1
-3
/
+26
*
|
iio: Wakeup poll and blocking reads when the device is unregistered
Lars-Peter Clausen
2013-10-12
4
-1
/
+43
*
|
iio: Return -ENODEV for file operations if the device has been unregistered
Lars-Peter Clausen
2013-10-12
3
-0
/
+15
*
|
iio: Add reference counting for buffers
Lars-Peter Clausen
2013-10-12
5
-14
/
+91
*
|
iio: at91: move the num_channels from DT to driver itself
Josh Wu
2013-10-09
1
-7
/
+5
*
|
iio: at91: ADC start-up time calculation changed since at91sam9x5
Josh Wu
2013-10-09
1
-7
/
+46
*
|
Merge 3.12-rc4 into staging-next
Greg Kroah-Hartman
2013-10-06
3
-13
/
+11
|
\
\
|
|
/
|
*
iio:magnetometer: Bugfix magnetometer default output registers
Denis CIOCCA
2013-09-30
1
-9
/
+9
|
*
iio: Remove debugfs entries in iio_device_unregister()
Lars-Peter Clausen
2013-09-30
1
-1
/
+1
|
*
iio: amplifiers: ad8366: Remove regulator_put
Sachin Kamat
2013-09-28
1
-3
/
+1
*
|
iio:adis16130: Use spi_sync_transfer()
Lars-Peter Clausen
2013-10-05
1
-5
/
+1
*
|
iio:adxrs450: Use spi_sync_transfer()
Lars-Peter Clausen
2013-10-05
1
-10
/
+2
[next]