summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-06-03char: xillybus: Remove unneeded MODULE_VERSION() usageEli Billauer
2021-06-03char: xillybus: Fix condition for invoking the xillybus/ subdirectoryEli Billauer
2021-05-31Merge 5.13-rc4 into char-misc-nextGreg Kroah-Hartman
2021-05-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-05-29Merge tag 'thermal-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-05-29Merge tag 'char-misc-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-05-29Merge tag 'driver-core-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-05-29Merge tag 'staging-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-29Merge tag 'tty-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-05-29Merge tag 'usb-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-05-29Merge tag 's390-5.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-05-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-05-28Merge tag 'block-5.13-2021-05-28' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-05-28Merge tag 'drm-fixes-2021-05-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-05-28Revert "serial: 8250: 8250_omap: Fix possible interrupt storm"Greg Kroah-Hartman
2021-05-28i2c: s3c2410: fix possible NULL pointer deref on read message after writeKrzysztof Kozlowski
2021-05-28i2c: mediatek: Disable i2c start_en and clear intr_stat brfore resetQii Wang
2021-05-28Merge tag 'drm-intel-fixes-2021-05-27' of ssh://git.freedesktop.org/git/drm/d...Dave Airlie
2021-05-28Merge tag 'drm-misc-fixes-2021-05-27' of ssh://git.freedesktop.org/git/drm/dr...Dave Airlie
2021-05-28Merge tag 'amd-drm-fixes-5.13-2021-05-26' of https://gitlab.freedesktop.org/a...Dave Airlie
2021-05-27Merge tag 'for-5.13/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-05-27i2c: i801: Don't generate an interrupt on bus resetJean Delvare
2021-05-27i2c: mpc: implement erratum A-004447 workaroundChris Packham
2021-05-27i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function nameLee Jones
2021-05-27i2c: busses: i2c-st: Fix copy/paste function misnaming issuesLee Jones
2021-05-27i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structureLee Jones
2021-05-27i2c: busses: i2c-ocores: Place the expected function names into the documenta...Lee Jones
2021-05-27i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msg...Lee Jones
2021-05-27i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()'Lee Jones
2021-05-27i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode'Lee Jones
2021-05-27i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-docLee Jones
2021-05-27i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headersLee Jones
2021-05-27i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'Lee Jones
2021-05-27Merge tag 'acpi-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-05-27Merge tag 'iommu-fixes-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-05-27iommu/vt-d: Fix sysfs leak in alloc_iommu()Rolf Eike Beer
2021-05-27Merge tag 'nvme-5.13-2021-05-27' of git://git.infradead.org/nvme into block-5.13Jens Axboe
2021-05-27serial: 8250_pci: handle FL_NOIRQ board flagChristian Gmeiner
2021-05-27mei: request autosuspend after sending rx flow controlAlexander Usyskin
2021-05-27Merge tag 'icc-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman
2021-05-27firmware: stratix10-svc: Fix a resource leak in an error handling pathChristophe JAILLET
2021-05-27eeprom: ee1004: Add helper ee1004_cleanupHeiner Kallweit
2021-05-27eeprom: ee1004: Add constant EE1004_NUM_PAGESHeiner Kallweit
2021-05-27eeprom: ee1004: Move call to ee1004_set_current_page to ee1004_eeprom_readHeiner Kallweit
2021-05-27eeprom: ee1004: Improve error handling in ee1004_readHeiner Kallweit
2021-05-27eeprom: ee1004: Factor out setting page to ee1004_set_current_pageHeiner Kallweit
2021-05-27eeprom: ee1004: Cache current page at initialization of first device onlyHeiner Kallweit
2021-05-27eeprom: ee1004: Switch to i2c probe_new callbackHeiner Kallweit
2021-05-27eeprom: ee1004: Improve creating dummy devicesHeiner Kallweit
2021-05-27eeprom: ee1004: Improve check for SMBUS featuresHeiner Kallweit