index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: remove unused gpio consumer.h include
Irina Tirdea
2016-04-03
8
-8
/
+0
*
iio: accel: kxcjk-1013: optimize i2c transfers in trigger handler
Adriana Reus
2016-04-03
1
-11
/
+8
*
iio: accel: kxcjk-1013: use available_scan_masks
Adriana Reus
2016-04-03
1
-2
/
+5
*
iio: accel: bmg160: optimize transfers in trigger handler
Irina Tirdea
2016-04-03
1
-11
/
+6
*
iio: gyro: bmg160: use available_scan_masks
Irina Tirdea
2016-04-03
1
-2
/
+7
*
iio: accel: bmc150: optimize transfers in trigger handler
Irina Tirdea
2016-04-03
1
-12
/
+6
*
iio: accel: bmc150: use available_scan_masks
Irina Tirdea
2016-04-03
1
-2
/
+7
*
iio: potentiometer: mcp4531: use pointer to access model parameters
Slawomir Stepien
2016-04-03
1
-7
/
+6
*
staging: iio: convert bare unsigned usage to unsigned int
Alison Schofield
2016-03-28
9
-61
/
+61
*
iio: st_sensors: simplify buffer address handling
Linus Walleij
2016-03-28
1
-21
/
+7
*
iio: ina2xx-adc: update the CALIB. register when RShunt changes
Marc Titinger
2016-03-21
1
-15
/
+24
*
iio:magnetometer:ak8975: fix missing regulator_disable
Gregor Boirie
2016-03-20
1
-18
/
+60
*
iio: light: tsl2563: Remove flush_scheduled_work
Amitoj Kaur Chawla
2016-03-20
1
-2
/
+1
*
iio:pressure:ms5611: fix missing regulator_disable
Gregor Boirie
2016-03-20
2
-9
/
+35
*
iio: imu: mpu6050: Fix name/chip_id when using ACPI
Daniel Baluta
2016-03-20
1
-3
/
+26
*
iio: adc: rockchip_saradc: add saradc support for rk3399
David Wu
2016-03-20
1
-0
/
+19
*
staging: iio: isl29028: use regmap to retrieve struct device
Alison Schofield
2016-03-20
1
-25
/
+30
*
iio: mma8452: use runtime pm instead of device specific autosleep
Martin Kepplinger
2016-03-20
1
-1
/
+1
*
iio: mma8452: add i2c_device_id for mma8451
Martin Kepplinger
2016-03-20
1
-0
/
+1
*
iio: dac: add NXP LPC18xx DAC driver
Joachim Eastwood
2016-03-12
3
-0
/
+221
*
iio: adc: add NXP LPC18xx ADC driver
Joachim Eastwood
2016-03-12
3
-0
/
+242
*
staging: iio: ad7192: use iio_device_{claim|release}_direct_mode()
Alison Schofield
2016-03-12
1
-18
/
+12
*
iio: core: implement iio_device_{claim|release}_direct_mode()
Alison Schofield
2016-03-12
1
-0
/
+39
*
iio: mma8452: add support for FXLS8471Q
Martin Kepplinger
2016-03-12
2
-1
/
+24
*
iio: accel: Add support for the h3lis331dl accelerometer
Tiberiu Breana
2016-03-12
4
-1
/
+98
*
staging:iio:adis16220: Remove adis16220 driver
Lars-Peter Clausen
2016-03-09
4
-648
/
+0
*
staging:iio:adis16204: Remove adis16204 driver
Lars-Peter Clausen
2016-03-09
4
-336
/
+0
*
iio: adc: Fix build error of missing devm_ioremap_resource on UM
Krzysztof Kozlowski
2016-03-05
1
-0
/
+1
*
iio: imu: mpu6050: fix possible NULL dereferences
Matt Ranostay
2016-03-05
2
-2
/
+4
*
iio: mma8452: add support for runtime power management
Martin Kepplinger
2016-03-05
1
-10
/
+108
*
iio: mma8452: avoid switching to active because of config change
Martin Kepplinger
2016-03-05
1
-6
/
+29
*
iio: mma8452: coding style fixes
Martin Kepplinger
2016-03-05
1
-4
/
+6
*
iio:magnetometer:ak8975: power regulator support
Gregor Boirie
2016-03-05
1
-0
/
+16
*
iio:magnetometer:ak8975: remove unused field
Gregor Boirie
2016-03-05
1
-1
/
+0
*
iio:magnetometer:ak8975: fix uninitialized chipset
Gregor Boirie
2016-03-05
1
-1
/
+4
*
iio:adc:at91-sama5d2: fix identation
Ludovic Desroches
2016-03-05
1
-10
/
+10
*
iio:adc:at91-sama5d2: fix typo
Ludovic Desroches
2016-03-05
1
-13
/
+13
*
iio:pressure:ms5611: oversampling rate support
Gregor Boirie
2016-03-05
4
-23
/
+133
*
iio:pressure:ms5611: complete DT support
Grégor Boirie
2016-03-05
2
-0
/
+26
*
iio: potentiometer: tpl0102: change i2c functionality return code
Matt Ranostay
2016-03-05
1
-1
/
+1
*
staging: wilc1000: use switch statement instead of multiple if statement
Chaehyun Lim
2016-03-04
1
-7
/
+19
*
staging: wilc1000: remove unnecessary comments
Chaehyun Lim
2016-03-04
1
-9
/
+9
*
staging: wilc1000: add enum cfg_type_cmd
Chaehyun Lim
2016-03-04
1
-9
/
+16
*
staging: wilc1000: rename hardwareProductVersion in struct wilc_mac_cfg
Chaehyun Lim
2016-03-04
1
-2
/
+2
*
staging: wilc1000: remove commented codes
Chaehyun Lim
2016-03-04
1
-3
/
+0
*
staging: wilc1000: use TAG_PARAM_OFFSET define
Chaehyun Lim
2016-03-04
1
-8
/
+4
*
staging: wilc1000: Remove a whitespace before parenthesis
Anchal Jain
2016-03-04
1
-1
/
+1
*
staging: wilc1000: remove typedef from enum tenuConnectSts
Chaehyun Lim
2016-03-04
1
-2
/
+2
*
staging: wilc1000: remove unused define
Chaehyun Lim
2016-03-04
1
-2
/
+0
*
staging: wilc1000: remove typedef from sdio_cmd53_t
Chaehyun Lim
2016-03-04
2
-7
/
+7
[next]