index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-25
i2c: xlp9xx: fix main IRQ check
Sergey Shtylyov
1
-1
/
+1
2021-08-25
i2c: mt65xx: fix IRQ check
Sergey Shtylyov
1
-1
/
+1
2021-08-19
i2c: virtio: add a virtio i2c frontend driver
Jie Deng
3
-0
/
+302
2021-08-19
i2c: hix5hd2: fix IRQ check
Sergey Shtylyov
1
-1
/
+1
2021-08-19
i2c: s3c2410: fix IRQ check
Sergey Shtylyov
1
-1
/
+1
2021-08-19
i2c: iop3xx: fix deferred probing
Sergey Shtylyov
1
-4
/
+2
2021-08-17
i2c: synquacer: fix deferred probing
Sergey Shtylyov
1
-1
/
+1
2021-08-17
i2c: sun6i-pw2i: Prefer strscpy over strlcpy
Len Baker
1
-1
/
+1
2021-08-17
i2c: remove dead PMC MSP TWI/SMBus/I2C driver
Lukas Bulwahn
3
-610
/
+0
2021-08-11
i2c: dev: Use sysfs_emit() in "show" functions
Andy Shevchenko
1
-1
/
+1
2021-08-11
i2c: dev: Define pr_fmt() and drop duplication substrings
Andy Shevchenko
1
-11
/
+9
2021-08-11
i2c: designware: Fix indentation in the header
Andy Shevchenko
1
-2
/
+2
2021-08-11
i2c: designware: Use DIV_ROUND_CLOSEST() macro
Andy Shevchenko
2
-6
/
+7
2021-08-11
i2c: at91: mark PM ops as __maybe unused
Wolfram Sang
1
-1
/
+1
2021-08-11
i2c: sh_mobile: : use proper DMAENGINE API for termination
Wolfram Sang
1
-2
/
+2
2021-08-11
i2c: qup: : use proper DMAENGINE API for termination
Wolfram Sang
1
-1
/
+1
2021-08-11
i2c: mxs: : use proper DMAENGINE API for termination
Wolfram Sang
1
-2
/
+2
2021-08-11
i2c: imx: : use proper DMAENGINE API for termination
Wolfram Sang
1
-3
/
+3
2021-08-11
i2c: at91-master: : use proper DMAENGINE API for termination
Wolfram Sang
1
-2
/
+2
2021-08-10
i2c: at91: remove #define CONFIG_PM
Claudiu Beznea
1
-12
/
+5
2021-08-10
i2c: parport: Switch to use module_parport_driver()
Andy Shevchenko
1
-25
/
+11
2021-08-10
i2c: i801: Remove not needed debug message
Heiner Kallweit
1
-4
/
+0
2021-08-10
i2c: i801: make p2sb_spinlock a mutex
Heiner Kallweit
1
-4
/
+4
2021-08-10
i2c: i801: Improve disabling runtime pm
Heiner Kallweit
1
-6
/
+1
2021-08-03
i2c: highlander: add IRQ check
Sergey Shtylyov
1
-1
/
+1
2021-07-28
i2c: i801: Fix handling SMBHSTCNT_PEC_EN
Heiner Kallweit
1
-16
/
+11
2021-07-25
Merge tag 'efi-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-7
/
+23
2021-07-24
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
6
-92
/
+78
2021-07-24
Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-18
/
+31
2021-07-24
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
2
-12
/
+9
2021-07-23
Merge tag 'ceph-for-5.14-rc3' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-20
/
+13
2021-07-23
Merge tag 'acpi-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
4
-10
/
+6
2021-07-23
Merge tag 'driver-core-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
2
-3
/
+11
2021-07-23
Merge tag 'char-misc-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2
-14
/
+48
2021-07-23
Merge tag 'usb-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
26
-112
/
+249
2021-07-23
Merge branch 'acpi-utils'
Rafael J. Wysocki
3
-9
/
+5
2021-07-22
Merge tag 'drm-fixes-2021-07-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
43
-785
/
+453
2021-07-23
Merge tag 'drm-misc-fixes-2021-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
8
-17
/
+59
2021-07-23
Merge tag 'drm-intel-fixes-2021-07-22' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Dave Airlie
6
-285
/
+106
2021-07-22
Merge tag 'array-bounds-fixes-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
2
-7
/
+9
2021-07-22
Merge tag 'usb-serial-5.14-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Greg Kroah-Hartman
2
-2
/
+6
2021-07-22
Merge tag 'hyperv-fixes-signed-20210722' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
1
-32
/
+64
2021-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
38
-120
/
+629
2021-07-22
Merge tag 'mmc-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2
-24
/
+31
2021-07-22
dpaa2-switch: seed the buffer pool after allocating the swp
Ioana Ciornei
1
-8
/
+8
2021-07-22
drm/panel: raspberrypi-touchscreen: Prevent double-free
Maxime Ripard
1
-1
/
+0
2021-07-22
net: sparx5: fix unmet dependencies warning
Randy Dunlap
1
-0
/
+1
2021-07-21
ravb: Remove extra TAB
Biju Das
1
-1
/
+1
2021-07-21
ravb: Fix a typo in comment
Biju Das
1
-1
/
+1
2021-07-21
net: dsa: sja1105: make VID 4095 a bridge VLAN too
Vladimir Oltean
1
-0
/
+6
[next]