summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-02media: av7110: move driver to stagingMauro Carvalho Chehab23-84/+101
2021-06-02media: move ttpci-eeprom to commonMauro Carvalho Chehab7-7/+7
2021-06-02Merge tag 'v5.13-rc4' into media_treeMauro Carvalho Chehab434-2178/+4054
2021-05-30Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-28/+111
2021-05-29Merge tag 'thermal-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-3/+7
2021-05-29Merge tag 'char-misc-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-5/+19
2021-05-29Merge tag 'driver-core-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-32/+36
2021-05-29Merge tag 'staging-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-36/+55
2021-05-29Merge tag 'tty-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-68/+92
2021-05-29Merge tag 'usb-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds20-44/+110
2021-05-29Merge tag 's390-5.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-4/+15
2021-05-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds11-17/+38
2021-05-29Merge tag 'block-5.13-2021-05-28' of git://git.kernel.dk/linux-blockLinus Torvalds11-21/+54
2021-05-29Merge tag 'drm-fixes-2021-05-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-57/+81
2021-05-28Revert "serial: 8250: 8250_omap: Fix possible interrupt storm"Greg Kroah-Hartman1-12/+0
2021-05-28i2c: s3c2410: fix possible NULL pointer deref on read message after writeKrzysztof Kozlowski1-0/+3
2021-05-28i2c: mediatek: Disable i2c start_en and clear intr_stat brfore resetQii Wang1-0/+5
2021-05-28Merge tag 'drm-intel-fixes-2021-05-27' of ssh://git.freedesktop.org/git/drm/d...Dave Airlie1-38/+33
2021-05-28Merge tag 'drm-misc-fixes-2021-05-27' of ssh://git.freedesktop.org/git/drm/dr...Dave Airlie2-5/+6
2021-05-28Merge tag 'amd-drm-fixes-5.13-2021-05-26' of https://gitlab.freedesktop.org/a...Dave Airlie10-14/+42
2021-05-28Merge tag 'for-5.13/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+3
2021-05-27i2c: i801: Don't generate an interrupt on bus resetJean Delvare1-4/+2
2021-05-27i2c: mpc: implement erratum A-004447 workaroundChris Packham1-2/+79
2021-05-27i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function nameLee Jones1-1/+1
2021-05-27i2c: busses: i2c-st: Fix copy/paste function misnaming issuesLee Jones1-2/+2
2021-05-27i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structureLee Jones1-4/+4
2021-05-27i2c: busses: i2c-ocores: Place the expected function names into the documenta...Lee Jones1-4/+4
2021-05-27i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msg...Lee Jones1-1/+2
2021-05-27i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()'Lee Jones1-1/+1
2021-05-27i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode'Lee Jones1-1/+1
2021-05-27i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-docLee Jones1-1/+1
2021-05-27i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headersLee Jones1-2/+2
2021-05-27i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'Lee Jones1-1/+1
2021-05-27Merge tag 'acpi-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds4-17/+50
2021-05-27Merge tag 'iommu-fixes-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-5/+16
2021-05-27iommu/vt-d: Fix sysfs leak in alloc_iommu()Rolf Eike Beer1-1/+3
2021-05-27Merge tag 'nvme-5.13-2021-05-27' of git://git.infradead.org/nvme into block-5.13Jens Axboe7-16/+40
2021-05-27serial: 8250_pci: handle FL_NOIRQ board flagChristian Gmeiner1-12/+17
2021-05-27mei: request autosuspend after sending rx flow controlAlexander Usyskin1-0/+3
2021-05-27Merge tag 'icc-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman1-1/+3
2021-05-27thermal/drivers/qcom: Fix error code in adc_tm5_get_dt_channel_data()Yang Yingliang1-1/+1
2021-05-27Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds82-406/+1176
2021-05-26Merge tag 'mtd/fixes-for-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-22/+80
2021-05-26Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe1-2/+0
2021-05-26nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg2-5/+12
2021-05-26nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_responseHou Pu1-1/+1
2021-05-26nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVMESagi Grimberg1-1/+2
2021-05-26drm/ttm: Skip swapout if ttm object is not populatedxinhui pan1-1/+1
2021-05-26md/raid5: remove an incorrect assert in in_chunk_boundaryChristoph Hellwig1-2/+0
2021-05-26net: mvpp2: add buffer header handling in RXStefan Chulski2-9/+67