index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-25
iio: hid: Add humidity sensor support
Song Hongyan
4
-0
/
+334
2017-03-25
iio: hid-sensor-attributes: Fix gravity sensor scale value not right issue
Song Hongyan
1
-0
/
+6
2017-03-25
iio:light: Add support for STMicro VL6180 sensor
Manivannan Sadhasivam
3
-0
/
+554
2017-03-25
staging: iio: Remove extra Parenthesis.
Arushi Singhal
1
-8
/
+8
2017-03-25
iio: cros_ec_sensors: Use devm to setup the triggered buffer.
Enric Balletbo i Serra
1
-23
/
+3
2017-03-25
iio: adc: meson-saradc: add calibration
Heiner Kallweit
1
-2
/
+75
2017-03-23
staging: adis16203: Remove locking on raw reads of IIO_CHAN_INFO_CALIBBIAS
Gargi Sharma
1
-3
/
+0
2017-03-23
staging: iio: cdc: ad7746: Fix alignment with paranthesis
Narcisa Ana Maria Vasile
1
-1
/
+1
2017-03-23
staging: iio: Add blank lines after function declarations
Narcisa Ana Maria Vasile
2
-0
/
+2
2017-03-23
staging: iio: adt7136: Remove unnecessary blank lines
Narcisa Ana Maria Vasile
1
-4
/
+0
2017-03-23
staging: ad7606: Replace mlock with driver private lock
Arushi Singhal
2
-4
/
+8
2017-03-23
staging: iio: ade7753: Remove trailing whitespaces
simran singhal
1
-4
/
+4
2017-03-23
staging: ade7754: Clean up #includes
simran singhal
1
-6
/
+5
2017-03-23
staging: iio: Replace a bit shift by a use of BIT.
Arushi Singhal
2
-9
/
+9
2017-03-23
staging: iio: adis16060: Remove iio_dev mlock and refactor code
simran singhal
1
-25
/
+10
2017-03-22
Merge tag 'iio-for-4.12b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
44
-265
/
+1404
2017-03-21
iio: dac: Add support for ltc2632 DACs
Maxime Roussin-Belanger
3
-0
/
+325
2017-03-21
staging: ks7010: rename return value identifier
Tobin C. Harding
3
-84
/
+84
2017-03-21
staging: ks7010: remove zero comparison
Tobin C. Harding
1
-2
/
+2
2017-03-21
staging: ks7010: remove non-zero comparison
Tobin C. Harding
2
-5
/
+5
2017-03-21
staging: ks7010: make goto labels uniform
Tobin C. Harding
1
-35
/
+35
2017-03-21
staging: ks7010: return directly on error
Tobin C. Harding
2
-10
/
+7
2017-03-21
staging: ks7010: fix checkpatch MULTIPLE_ASSIGNMENTS
Tobin C. Harding
1
-1
/
+2
2017-03-21
staging: ks7010: fix checkpatch BRACES
Tobin C. Harding
1
-13
/
+9
2017-03-21
staging: ks7010: fix checkpatch PARENTHESIS_ALIGNMENT
Tobin C. Harding
2
-10
/
+10
2017-03-21
staging: ks7010: fix checkpatch SPACING
Tobin C. Harding
1
-2
/
+2
2017-03-21
staging: ks7010: fix checkpatch LINE_SPACING
Tobin C. Harding
1
-0
/
+1
2017-03-21
staging: vchiq_arm: Fix MODULE_LICENSE
Stefan Wahren
1
-1
/
+1
2017-03-21
Staging: media: Unmap and release region obtained by ioremap_nocache
Arvind Yadav
1
-3
/
+9
2017-03-21
staging:sm750fb: Code readability is improved.
Arushi Singhal
1
-25
/
+30
2017-03-21
staging: rtl8712: checkpatch: Avoid multiple line dereferences
Ding-Chi Wang
1
-6
/
+4
2017-03-21
staging: lustre: libcfs: Define pr_fmt() to include relevant name
Narcisa Ana Maria Vasile
1
-5
/
+6
2017-03-21
staging: lustre: libcfs: Replace printk() with pr_*()
Narcisa Ana Maria Vasile
1
-28
/
+22
2017-03-21
staging: media: atomisp: fix build errors when PM is disabled
Jérémy Lefaure
1
-2
/
+2
2017-03-21
staging: atomisp: remove useless condition in if-statements
Daeseok Youn
1
-4
/
+2
2017-03-21
staging: media: atomisp: Remove unnecessary braces.
Varsha Rao
3
-6
/
+3
2017-03-21
staging: media: atomisp: Remove unnecessary blank lines.
Varsha Rao
4
-11
/
+0
2017-03-21
staging: media: atomisp: Fix block comments warning.
Varsha Rao
2
-13
/
+15
2017-03-21
staging: media: atomisp: Added spaces around arithmetic operators.
Varsha Rao
3
-13
/
+13
2017-03-21
staging: bcm2835-audio: Add support for simultanous HDMI and Headphone audio
Michael Zoran
4
-99
/
+450
2017-03-21
bcm2835-v4l2: Fix buffer overflow problem
Dave Stevenson
1
-1
/
+6
2017-03-21
staging: vc04_services: make BCM_VIDEOCORE tristate
Arnd Bergmann
1
-1
/
+1
2017-03-21
staging: vc04_services: fix NULL pointer dereference on pointer 'service'
Colin Ian King
1
-1
/
+1
2017-03-21
staging: atomisp: simplify if statement in atomisp_get_sensor_fps()
Daeseok Youn
1
-12
/
+10
2017-03-21
atomisp: remove a sysfs error message that can be used to log spam
Alan Cox
1
-3
/
+1
2017-03-21
staging: atomisp: remove redudant condition in if-statement
Daeseok Youn
1
-1
/
+1
2017-03-21
staging: atomisp: remove else statement after return
Daeseok Youn
1
-3
/
+3
2017-03-21
staging/atomisp: add ACPI dependency
Arnd Bergmann
1
-1
/
+1
2017-03-21
staging/atomisp: add PCI dependency
Arnd Bergmann
1
-1
/
+1
2017-03-21
staging/atomisp: add VIDEO_V4L2_SUBDEV_API dependency
Arnd Bergmann
1
-1
/
+1
[next]