Age | Commit message (Expand) | Author | Files | Lines |
2015-09-04 | Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -5/+1 |
2015-08-13 | Merge tag 'v4.2-rc4' into devel | Linus Walleij | 5 | -50/+33 |
2015-08-12 | Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Greg Kroah-Hartman | 10 | -9/+1324 |
2015-08-02 | iio: Export OF module alias information in missing drivers | Javier Martinez Canillas | 4 | -0/+4 |
2015-08-02 | iio: Export I2C module alias information in missing drivers | Javier Martinez Canillas | 1 | -0/+1 |
2015-07-27 | Merge 4.2-rc4 into staging-next | Greg Kroah-Hartman | 1 | -13/+13 |
2015-07-20 | Merge 4.2-rc3 into staging-next | Greg Kroah-Hartman | 5 | -39/+22 |
2015-07-20 | iio: light: Add support for TXC PA12 als and proximity sensor | Adriana Reus | 3 | -0/+495 |
2015-07-20 | iio: light: add support for TI's opt3001 light sensor | Andreas Dannenberg | 3 | -0/+815 |
2015-07-19 | iio:light:stk3310: make endianness independent of host | Hartmut Knaack | 1 | -6/+6 |
2015-07-19 | iio:light:stk3310: move device register to end of probe | Hartmut Knaack | 1 | -7/+7 |
2015-07-19 | iio:light:ltr501: fix regmap dependency | Hartmut Knaack | 1 | -0/+1 |
2015-07-19 | iio:light:ltr501: fix variable in ltr501_init | Hartmut Knaack | 1 | -1/+1 |
2015-07-19 | iio:light:stk3310: Fix REGMAP_I2C dependency | Hartmut Knaack | 1 | -0/+1 |
2015-07-19 | iio: light: STK3310: un-invert proximity values | Tiberiu Breana | 1 | -36/+17 |
2015-07-19 | iio: light: tcs3414: Fix bug preventing to set integration time | Peter Meerwald | 1 | -1/+1 |
2015-07-19 | iio:light:cm3323: clear bitmask before set | Hartmut Knaack | 1 | -1/+1 |
2015-07-19 | iio:light:acpi-als: add missing prefixes | Hartmut Knaack | 1 | -9/+9 |
2015-07-14 | Merge tag 'iio-fixes-for-4.2b' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 3 | -37/+20 |
2015-07-14 | Merge tag 'iio-fixes-for-4.2a' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2 | -2/+2 |
2015-07-11 | iio: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 13 | -13/+0 |
2015-07-06 | iio: light: stk3310: use flags argument of devm_gpiod_get | Uwe Kleine-König | 1 | -5/+1 |
2015-07-05 | iio:light:ltr501: fix regmap dependency | Hartmut Knaack | 1 | -0/+1 |
2015-07-05 | iio:light:ltr501: fix variable in ltr501_init | Hartmut Knaack | 1 | -1/+1 |
2015-07-05 | iio:light:stk3310: Fix REGMAP_I2C dependency | Hartmut Knaack | 1 | -0/+1 |
2015-07-05 | iio: light: STK3310: un-invert proximity values | Tiberiu Breana | 1 | -36/+17 |
2015-06-21 | iio: light: Add support for ROHM RPR0521 sensor | Daniel Baluta | 3 | -0/+627 |
2015-06-21 | iio: light: tcs3414: Fix bug preventing to set integration time | Peter Meerwald | 1 | -1/+1 |
2015-06-21 | iio:light:cm3323: add empty lines for code structure | Hartmut Knaack | 1 | -0/+5 |
2015-06-21 | iio:light:cm3323: make use of GENMASK | Hartmut Knaack | 1 | -1/+1 |
2015-06-21 | iio:light:cm3323: replace unneeded variable | Hartmut Knaack | 1 | -6/+6 |
2015-06-21 | iio:light:cm3323: pass up error value | Hartmut Knaack | 1 | -1/+1 |
2015-06-21 | iio:light:Kconfig: fix typo in description | Hartmut Knaack | 1 | -1/+1 |
2015-06-21 | iio:light:cm3323: clear bitmask before set | Hartmut Knaack | 1 | -1/+1 |
2015-06-21 | iio: light: isl29125: Add scale_available information | Peter Meerwald | 1 | -0/+12 |
2015-06-14 | iio: light: hid-sensor-prox: Fit assignment in one line | Fabio Estevam | 1 | -2/+1 |
2015-06-11 | Merge tag 'iio-for-v4.2c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 1 | -1/+1 |
2015-06-01 | iio: light: signedness bug in stk3310_write_raw() | Dan Carpenter | 1 | -1/+1 |
2015-05-24 | Merge tag 'iio-for-v4.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 8 | -9/+1384 |
2015-05-18 | Merge 4.1-rc4 into staging-next | Greg Kroah-Hartman | 1 | -7/+5 |
2015-05-17 | iio: ltr501: Add light channel support | Kuppuswamy Sathyanarayanan | 1 | -0/+51 |
2015-05-17 | iio: light: hid-sensor-als.c: Fix memory leak in probe() | Fabio Estevam | 1 | -6/+6 |
2015-05-16 | iio: ltr501: Fix proximity threshold boundary check | Kuppuswamy Sathyanarayanan | 1 | -1/+1 |
2015-05-13 | Merge tag 'iio-fixes-for-4.1a-take2' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 1 | -7/+5 |
2015-05-12 | iio: light: hid-sensor-prox: Fix memory leak in probe() | Fabio Estevam | 1 | -5/+5 |
2015-05-10 | iio: acpi: Add support for ACPI0008 Ambient Light Sensor | Gabriele Mazzotta | 3 | -0/+245 |
2015-05-10 | iio: light: hid-sensor-prox: Constify platform_device_id | Krzysztof Kozlowski | 1 | -1/+1 |
2015-05-10 | iio: light: hid-sensor-als: Constify platform_device_id | Krzysztof Kozlowski | 1 | -1/+1 |
2015-05-10 | iio: light: add support for ROHM BH1710/BH1715/BH1721/BH1750/BH1751 ambient l... | Tomasz Duszynski | 3 | -0/+345 |
2015-05-10 | iio: light: Add threshold interrupt support for STK3310 | Tiberiu Breana | 1 | -2/+253 |